From 4fe55afb81dddb5bec09d1a874c42459ba947847 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 13 Jan 2013 17:51:58 +1000 Subject: Major rework of extantz to get Elementary, ePhysics, Evas_GL, and Irrlicht to play nice together. --- ClientHamr/extantz/extantz.edc | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 ClientHamr/extantz/extantz.edc (limited to 'ClientHamr/extantz/extantz.edc') diff --git a/ClientHamr/extantz/extantz.edc b/ClientHamr/extantz/extantz.edc new file mode 100644 index 0000000..b4ed0b3 --- /dev/null +++ b/ClientHamr/extantz/extantz.edc @@ -0,0 +1,30 @@ +externals { + external: "elm"; +} + +collections { +#define ADD_CUBE(_group, _file) \ + images { \ + image: #_file##".png" COMP; \ + } \ + group { \ + name: #_group; \ + parts { \ + part { \ + name: "cube"; \ + type: IMAGE; \ + mouse_events: 1; \ + repeat_events: 0; \ + description { \ + state: "default" 0.0; \ + image.normal: #_file##".png"; \ + } \ + } \ + } \ + } + +ADD_CUBE(blue-cube, cube-blue); +ADD_CUBE(purple-cube, cube-purple); + +#undef ADD_CUBE +} -- cgit v1.1