8a0c42628f481524a8a0733eb5cbf4e0af548a7c
[apps/native/sample/adventure.git] / res / edje / map.edc
1 images {
2         image: "world_map.png" COMP;
3 }
4
5 collections {
6         group {
7                 name: "main";
8                 parts {
9                         part {
10                                 name: "bg";
11                                 type: SPACER;
12                                 description {
13                                         state: "default" 0.0;
14                                         align: 0.0 0.0;
15                                         rel1 { relative: 0.0 0.0; }
16                                         rel2 { relative: 1.0 1.0; }
17                                 }
18                         }
19                         part {
20                                 name: "map_img";
21                                 type: IMAGE;
22                                 scale: 1;
23                                 mouse_events: 0;
24                                 description {
25                                         state: "default" 0.0;
26                                         rel1 { relative: 0.5 0.5; to: "bg"; }
27                                         rel2 { relative: 0.5 0.5; to: "bg"; }
28                                         align: 0.5 0.5;
29                                         image {
30                                                 normal: "world_map.png";
31                                         }
32                                         min: 443 259;
33                                         visible: 1;
34                                 }
35                         }
36                 }
37         }
38 }