Reduced number of needed powerup hat images
[supertux.git] / data / images / creatures / tux / powerups.sprite
1 (supertux-sprite
2
3        (action
4          (name "AUTO")
5          (images "../../objects/bonus_block/invisible.png"))
6
7 ; Air Tux
8
9        (action
10          (name "air-walk-right")
11          (fps 15)
12          (hitbox 15 14 32 64)
13          (images "air/hat/walk-0.png"
14                  "air/hat/walk-1.png"
15                  "air/hat/stand.png"
16                  "air/hat/walk-0.png"
17                  "air/hat/walk-1.png"
18                  "air/hat/stand.png"))
19
20        (action
21          (name "air-walk-left")
22          (fps 15)
23          (hitbox 17 14 32 64)
24          (mirror-action "air-walk-right"))
25
26        (action
27          (name "air-stand-right")
28          (hitbox 16 14 32 64)
29          (images "air/hat/stand.png"))
30
31        (action
32          (name "air-stand-left")
33          (hitbox 16 14 32 64)
34          (mirror-action "air-stand-right"))
35
36        (action
37          (name "air-jump-right")
38          (fps 10)
39          (hitbox 16 14 32 64)
40          (images "air/hat/stand.png"
41                  "air/hat/spin-1.png"
42                  "air/hat/spin-2.png"
43                  "air/hat/spin-3.png"))
44
45        (action
46          (name "air-jump-left")
47          (hitbox 16 14 32 64)
48          (mirror-action "air-jump-right"))
49
50        (action
51          (name "air-skid-right")
52          (hitbox 16 14 32 64)
53          (images "air/hat/stand.png"))
54
55        (action
56          (name "air-skid-left")
57          (hitbox 16 14 32 64)
58          (mirror-action "air-skid-right"))
59
60        (action
61          (name "air-kick-right")
62          (hitbox 16 14 32 64)
63          (images "air/hat/stand.png"))
64
65        (action
66          (name "air-kick-left")
67          (hitbox 16 14 32 64)
68          (mirror-action "air-kick-right"))
69
70        (action
71          (name "air-idle-right")
72          (fps 5)
73          (hitbox 16 14 32 64)
74          (images "air/hat/spin-1.png"
75                  "air/hat/spin-2.png"
76                  "air/hat/spin-3.png"))
77
78        (action
79          (name "air-idle-left")
80          (hitbox 16 14 32 64)
81          (mirror-action "air-idle-right"))
82
83        (action
84          (name "air-climbing-right")
85          (hitbox 16 14 32 64)
86          (images "air/hat/stand.png"))
87
88        (action
89          (name "air-climbing-left")
90          (hitbox 16 14 32 64)
91          (mirror-action "air-climbing-right"))
92
93        (action
94          (name "air-duck-right")
95          (hitbox 16 14 32 64)
96          (images "air/hat/stand.png"))
97
98        (action
99          (name "air-duck-left")
100          (hitbox 16 14 32 64)
101          (mirror-action "air-duck-right"))
102
103        (action
104          (name "air-backflip-right")
105          (hitbox 16 14 32 64)
106          (images "air/hat/stand.png"))
107
108        (action
109          (name "air-backflip-left")
110          (hitbox 16 14 32 64)
111          (mirror-action "air-backflip-right"))
112
113        (action
114          (name "air-buttjump-right")
115          (hitbox 16 14 32 64)
116          (images "air/hat/stand.png"))
117
118        (action
119          (name "air-buttjump-left")
120          (hitbox 16 14 32 64)
121          (mirror-action "air-buttjump-right"))
122
123 ; Earth Tux
124
125        (action
126          (name "earth-walk-right")
127          (fps 15)
128          (hitbox 15 14 32 64)
129          (images "earth/hardhat/walk-0.png"
130                  "earth/hardhat/walk-1.png"
131                  "earth/hardhat/stand.png"
132                  "earth/hardhat/walk-0.png"
133                  "earth/hardhat/walk-1.png"
134                  "earth/hardhat/stand.png"))
135
136        (action
137          (name "earth-walk-left")
138          (fps 15)
139          (hitbox 17 14 32 64)
140          (mirror-action "earth-walk-right"))
141
142        (action
143          (name "earth-stand-right")
144          (hitbox 16 14 32 64)
145          (images "earth/hardhat/stand.png"))
146
147        (action
148          (name "earth-stand-left")
149          (hitbox 16 14 32 64)
150          (mirror-action "earth-stand-right"))
151
152        (action
153          (name "earth-jump-right")
154          (hitbox 16 14 32 64)
155          (images "earth/hardhat/stand.png"))
156
157        (action
158          (name "earth-jump-left")
159          (hitbox 16 14 32 64)
160          (mirror-action "earth-jump-right"))
161
162        (action
163          (name "earth-skid-right")
164          (hitbox 16 14 32 64)
165          (images "earth/hardhat/stand.png"))
166
167        (action
168          (name "earth-skid-left")
169          (hitbox 16 14 32 64)
170          (mirror-action "earth-skid-right"))
171
172        (action
173          (name "earth-kick-right")
174          (hitbox 16 14 32 64)
175          (images "earth/hardhat/stand.png"))
176
177        (action
178          (name "earth-kick-left")
179          (hitbox 16 14 32 64)
180          (mirror-action "earth-kick-right"))
181
182        (action
183          (name "earth-idle-right")
184          (hitbox 16 14 32 64)
185          (images "earth/hardhat/stand.png"))
186
187        (action
188          (name "earth-idle-left")
189          (hitbox 16 14 32 64)
190          (mirror-action "earth-idle-right"))
191
192        (action
193          (name "earth-climbing-right")
194          (hitbox 16 14 32 64)
195          (images "earth/hardhat/stand.png"))
196
197        (action
198          (name "earth-climbing-left")
199          (hitbox 16 14 32 64)
200          (mirror-action "earth-climbing-right"))
201
202        (action
203          (name "earth-duck-right")
204          (hitbox 16 14 32 64)
205          (images "earth/hardhat/stand.png"))
206
207        (action
208          (name "earth-duck-left")
209          (hitbox 16 14 32 64)
210          (mirror-action "earth-duck-right"))
211
212        (action
213          (name "earth-backflip-right")
214          (hitbox 16 14 32 64)
215          (images "earth/hardhat/stand.png"))
216
217        (action
218          (name "earth-backflip-left")
219          (hitbox 16 14 32 64)
220          (mirror-action "earth-backflip-right"))
221
222        (action
223          (name "earth-buttjump-right")
224          (hitbox 16 14 32 64)
225          (images "earth/hardhat/stand.png"))
226
227        (action
228          (name "earth-buttjump-left")
229          (hitbox 16 14 32 64)
230          (mirror-action "earth-buttjump-right"))
231
232 )