From: Hyoyoung Chang <hyoyoung@gmail.com>
[framework/uifw/elementary.git] / data / objects / multip.edc
1 collections {
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