aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/elementary/data/objects/multip.edc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--libraries/elementary/data/objects/multip.edc17
1 files changed, 17 insertions, 0 deletions
diff --git a/libraries/elementary/data/objects/multip.edc b/libraries/elementary/data/objects/multip.edc
new file mode 100644
index 0000000..66be6bb
--- /dev/null
+++ b/libraries/elementary/data/objects/multip.edc
@@ -0,0 +1,17 @@
1collections {
2 group { name: "point";
3 images {
4 image: "cross.png" COMP;
5 }
6 parts {
7 part { name: "sky";
8 mouse_events: 0;
9 description { state: "default" 0.0;
10 min: 301 301;
11 image.normal: "cross.png";
12 }
13 }
14 }
15 }
16}
17