Initial commit.
[euphoria.git] / data / themes / winter / parts / ani.edc
1 #define DOT(NUM, Y1, Y2) \
2       part { \
3         name, "dot"NUM; \
4         description { \
5           state, "default" 0.0; \
6           min, 3 3; \
7           max, 3 3; \
8           color, 0 0 0 127; \
9           rel1 { \
10             to, "screen"; \
11             relative, 0 1; \
12             offset, 5 Y1;  \
13           } \
14           rel2 { \
15             to, "screen"; \
16             relative, 0 1; \
17             offset, 8 Y2;  \
18           } \
19           image { \
20             normal, "dot.png"; \
21           } \
22         } \
23         description { \
24           state, "end" 0.0; \
25           min, 3 3; \
26           max, 3 3; \
27           color, 0 0 0 0; \
28           rel1 { \
29             to, "screen"; \
30             relative, .5 1; \
31             offset, -3 Y1;  \
32           } \
33           rel2 { \
34             to, "screen"; \
35             relative, .5 1; \
36             offset, 0 Y2;  \
37           } \
38           image { \
39             normal, "dot.png"; \
40           } \
41         } \
42       } 
43
44 DOT(0, -24, -21)
45 DOT(1, -20, -17)
46 DOT(2, -16, -13)
47 DOT(3, -12, -9)
48 DOT(4, -8, -5)
49