2c08afff6460acad109c4f73f85c6e0ded080e7f
[supertux.git] / data / images / creatures / tux / light.sprite
1 (supertux-sprite
2
3        (action
4          (name "grow-right")
5          (images "../../objects/bonus_block/invisible.png"))
6
7        (action
8          (name "grow-left")
9          (mirror-action "grow-right"))
10
11 ; Earth Tux
12
13        (action
14          (name "earth-walk-right")
15          (hitbox 516 134 32 64)
16          (images "earth/light/stand.png"))
17
18        (action
19          (name "earth-walk-left")
20          (hitbox 516 134 32 64)
21          (mirror-action "earth-walk-right"))
22
23        (action
24          (name "earth-stand-right")
25          (hitbox 516 134 32 64)
26          (images "earth/light/stand.png"))
27
28        (action
29          (name "earth-stand-left")
30          (hitbox 516 134 32 64)
31          (mirror-action "earth-stand-right"))
32
33        (action
34          (name "earth-jump-right")
35          (hitbox 516 134 32 64)
36          (images "earth/light/stand.png"))
37
38        (action
39          (name "earth-jump-left")
40          (hitbox 516 134 32 64)
41          (mirror-action "earth-jump-right"))
42
43        (action
44          (name "earth-skid-right")
45          (hitbox 516 134 32 64)
46          (images "earth/light/stand.png"))
47
48        (action
49          (name "earth-skid-left")
50          (hitbox 516 134 32 64)
51          (mirror-action "earth-skid-right"))
52
53        (action
54          (name "earth-kick-right")
55          (hitbox 516 134 32 64)
56          (images "earth/light/stand.png"))
57
58        (action
59          (name "earth-kick-left")
60          (hitbox 516 134 32 64)
61          (mirror-action "earth-kick-right"))
62
63        (action
64          (name "earth-idle-right")
65          (hitbox 516 134 32 64)
66          (images "earth/light/stand.png"))
67
68        (action
69          (name "earth-idle-left")
70          (hitbox 516 134 32 64)
71          (mirror-action "earth-idle-right"))
72
73        (action
74          (name "earth-climbing-right")
75          (hitbox 522 141 32 64)
76          (images "earth/light/stand.png"))
77
78        (action
79          (name "earth-climbing-left")
80          (hitbox 522 141 32 64)
81          (mirror-action "earth-climbing-right"))
82
83        (action
84          (name "earth-duck-right")
85          (hitbox 516 134 32 64)
86          (images "earth/light/duck.png"))
87
88        (action
89          (name "earth-duck-left")
90          (hitbox 516 134 32 64)
91          (mirror-action "earth-duck-right"))
92
93        (action
94          (name "earth-backflip-right")
95          (hitbox 516 537 32 32)
96          (images "earth/light/backflip.png"))
97
98        (action
99          (name "earth-backflip-left")
100          (hitbox 516 537 32 32)
101          (mirror-action "earth-backflip-right"))
102
103        (action
104          (name "earth-buttjump-right")
105          (hitbox 516 134 32 64)
106          (images "earth/light/stand.png"))
107
108        (action
109          (name "earth-buttjump-left")
110          (hitbox 516 134 32 64)
111          (mirror-action "earth-buttjump-right"))
112
113 )