eda3cfeb784bb586c5b5566e684cd19b18e2eba5
[apps/native/sample/adventure.git] / new / res / edje / lecture.edc
1 collections {
2    group {
3      name: "main";
4      parts {
5        part {
6          name: "bg";
7          type: RECT;
8          description {
9            state: "default" 0.0;
10            color: 255 255 255 255;
11            visible: 1;
12          }
13        }
14
15        part {
16          name: "lighten";
17          type: RECT;
18          description {
19            state: "default" 0.0;
20            perspective {
21              zplane: 100;
22            }
23            color: 0 0 255 255;
24            //color2: 0 0 255 255;
25            visible: 0;
26          }
27        }
28 /*
29        part {
30          name: "pers";
31          type: RECT;
32          description {
33            state: "default" 0.0;
34            perspective {
35              zplane: -100;
36            }
37            visible: 0;
38          }
39        }*/
40
41        part {
42          name: "rect_1";
43          type: RECT;
44          description {
45              state: "default" 0.0;
46              rel1 { relative: 0.4 0.4; to: "bg"; }
47              rel2 { relative: 0.6 0.6; to: "bg"; }
48              color: 255 0 0 255;
49              visible: 1;
50
51              map {
52                //perspective: "pers";
53                light: "lighten";
54                on: 1;
55              }
56            }
57        }
58
59
60     }
61   }
62 }