0f154ba566ca1eb0157ea26fd949fe5e847c2d05
[supertux.git] / data / images / creatures / tux / tux.sprite
1 (supertux-sprite
2
3        (action
4          (name "gameover")
5          (fps 10.0)
6          (hitbox 13 6 32 32)
7          (images "small/gameover-0.png"
8                  "small/gameover-1.png"))
9
10
11 ; Small Tux
12
13        (action
14          (name "small-walk-right")
15          (fps 15.0)
16          (hitbox 8 16 32 32)
17          (images "small/walk-0.png"
18                  "small/walk-1.png"
19                  "small/walk-2.png"
20                  "small/walk-3.png"
21                  "small/walk-4.png"
22                  "small/walk-5.png"
23                  "small/walk-6.png"
24                  "small/walk-7.png"))
25
26        (action
27          (name "small-walk-left")
28          (fps 15.0)
29          (hitbox 8 16 32 32)
30          (mirror-action "small-walk-right"))
31
32        (action
33          (name "small-stand-right")
34          (fps 15.0)
35          (hitbox 8 16 32 32)
36          (images "small/stand-0.png"))
37
38        (action
39          (name "small-stand-left")
40          (fps 15.0)
41          (hitbox 8 16 32 32)
42          (mirror-action "small-stand-right"))
43
44        (action
45          (name "small-jump-right")
46          (fps 15.0)
47          (hitbox 8 16 32 32)
48          (images "small/jump-0.png"))
49
50        (action
51          (name "small-jump-left")
52          (fps 15.0)
53          (hitbox 8 16 32 32)
54          (mirror-action "small-jump-right"))
55
56        (action
57          (name "small-skid-right")
58          (hitbox 8 17 32 32)
59          (images "small/skid-0.png"))
60
61        (action
62          (name "small-skid-left")
63          (hitbox 8 17 32 32)
64          (mirror-action "small-skid-right"))
65
66        (action
67          (name "small-kick-right")
68          (hitbox 8 16 32 32)
69          (images "small/kick-0.png"))
70
71        (action
72          (name "small-kick-left")
73          (hitbox 8 16 32 32)
74          (mirror-action "small-kick-right"))
75
76        (action
77          (name "small-idle-right")
78          (fps 5.0)
79          (hitbox 8 16 32 32)
80          (images "small/idle-0.png"
81                  "small/idle-1.png"
82                  "small/idle-0.png"))
83
84        (action
85          (name "small-idle-left")
86          (hitbox 8 16 32 32)
87          (mirror-action "small-idle-right"))
88
89        (action
90          (name "small-climbing-right")
91          (hitbox 8 16 32 32)
92          (images "small/ladder-0.png"
93                  "small/ladder-1.png"
94                  "small/ladder-2.png"
95                  "small/ladder-3.png"
96                  "small/ladder-2.png"
97                  "small/ladder-1.png"))
98
99        (action
100          (name "small-climbing-left")
101          (hitbox 8 16 32 32)
102          (mirror-action "small-climbing-right"))
103
104        (action
105          (name "grow-right")
106          (fps 15.0)
107          (hitbox 16 13 32 64)
108          (images "small/grow-0.png"
109                  "small/grow-1.png"
110                  "small/grow-2.png"
111                  "small/grow-3.png"
112                  "small/grow-4.png"
113                  "small/grow-5.png"
114                  "small/grow-6.png"))
115
116        (action
117          (name "grow-left")
118          (hitbox 16 13 32 64)
119          (mirror-action "grow-right"))
120
121
122 ; Big Tux
123
124        (action
125          (name "big-walk-right")
126          (fps 15.0)
127          (hitbox 16 14 32 64)
128          (images "big/walk-0.png"
129                  "big/walk-1.png"
130                  "big/walk-2.png"
131                  "big/walk-3.png"
132                  "big/walk-4.png"
133                  "big/walk-5.png"))
134
135        (action
136          (name "big-walk-left")
137          (fps 15.0)
138          (hitbox 16 14 32 64)
139          (mirror-action "big-walk-right"))
140
141        (action
142          (name "big-stand-right")
143          (fps 15.0)
144          (hitbox 16 14 32 64)
145          (images "big/stand-0.png"))
146
147        (action
148          (name "big-stand-left")
149          (fps 15.0)
150          (hitbox 16 14 32 64)
151          (mirror-action "big-stand-right"))
152
153        (action
154          (name "big-jump-right")
155          (fps 15.0)
156          (hitbox 16 14 32 64)
157          (images "big/jump-0.png"))
158
159        (action
160          (name "big-jump-left")
161          (fps 15.0)
162          (hitbox 16 14 32 64)
163          (mirror-action "big-jump-right"))
164
165        (action
166          (name "big-skid-right")
167          (hitbox 16 14 32 64)
168          (images "big/skid-0.png"))
169
170        (action
171          (name "big-skid-left")
172          (hitbox 16 14 32 64)
173          (mirror-action "big-skid-right"))
174
175        (action
176          (name "big-kick-right")
177          (hitbox 16 14 32 64)
178          (images "big/kick-0.png"))
179
180        (action
181          (name "big-kick-left")
182          (hitbox 16 14 32 64)
183          (mirror-action "big-kick-right"))
184
185        (action
186          (name "big-idle-right")
187          (fps 5.0)
188          (hitbox 16 14 32 64)
189          (images "big/idle-0.png"
190                  "big/idle-1.png"
191                  "big/idle-0.png"))
192
193        (action
194          (name "big-idle-left")
195          (hitbox 16 14 32 64)
196          (mirror-action "big-idle-right"))
197
198        (action
199          (name "big-climbing-right")
200          (hitbox 16 14 32 64)
201          (images "big/ladder-0.png"
202                  "big/ladder-1.png"
203                  "big/ladder-2.png"
204                  "big/ladder-3.png"
205                  "big/ladder-2.png"
206                  "big/ladder-1.png"))
207
208        (action
209          (name "big-climbing-left")
210          (hitbox 16 14 32 64)
211          (mirror-action "big-climbing-right"))
212
213        (action
214          (name "big-duck-right")
215          (hitbox 16 45 32 32)
216          (images "big/duck-0.png"))
217
218        (action
219          (name "big-duck-left")
220          (hitbox 16 45 32 32)
221          (mirror-action "big-duck-right"))
222
223        (action
224          (name "big-backflip-right")
225          (hitbox 16 37 32 32)
226          (images "big/backflip.png"))
227
228        (action
229          (name "big-backflip-left")
230          (hitbox 16 37 32 32)
231          (fps 18.0)
232          (mirror-action "big-backflip-right"))
233
234        (action
235          (name "big-buttjump-right")
236          (hitbox 16 14 32 64)
237          (images "big/buttjump-0.png"))
238
239        (action
240          (name "big-buttjump-left")
241          (hitbox 16 14 32 64)
242          (mirror-action "big-buttjump-right"))
243
244 ; Fire Tux
245
246        (action
247          (name "fire-walk-right")
248          (fps 15.0)
249          (hitbox 16 14 32 64)
250          (images "fire/walk-0.png"
251                  "fire/walk-1.png"
252                  "fire/walk-2.png"
253                  "fire/walk-3.png"
254                  "fire/walk-4.png"
255                  "fire/walk-5.png"))
256
257        (action
258          (name "fire-walk-left")
259          (fps 15.0)
260          (hitbox 16 14 32 64)
261          (mirror-action "fire-walk-right"))
262
263        (action
264          (name "fire-stand-right")
265          (fps 15.0)
266          (hitbox 16 14 32 64)
267          (images "fire/stand-0.png"))
268
269        (action
270          (name "fire-stand-left")
271          (fps 15.0)
272          (hitbox 16 14 32 64)
273          (mirror-action "fire-stand-right"))
274
275        (action
276          (name "fire-jump-right")
277          (fps 15.0)
278          (hitbox 16 14 32 64)
279          (images "fire/jump-0.png"))
280
281        (action
282          (name "fire-jump-left")
283          (fps 15.0)
284          (hitbox 16 14 32 64)
285          (mirror-action "fire-jump-right"))
286
287        (action
288          (name "fire-skid-right")
289          (hitbox 16 14 32 64)
290          (images "fire/skid-0.png"))
291
292        (action
293          (name "fire-skid-left")
294          (hitbox 16 14 32 64)
295          (mirror-action "fire-skid-right"))
296
297        (action
298          (name "fire-kick-right")
299          (hitbox 16 14 32 64)
300          (images "fire/kick-0.png"))
301
302        (action
303          (name "fire-kick-left")
304          (hitbox 16 14 32 64)
305          (mirror-action "fire-kick-right"))
306
307        (action
308          (name "fire-idle-right")
309          (fps 5.0)
310          (hitbox 16 14 32 64)
311          (images "fire/idle-0.png"
312                  "fire/idle-1.png"
313                  "fire/idle-0.png"))
314
315        (action
316          (name "fire-idle-left")
317          (hitbox 16 14 32 64)
318          (mirror-action "fire-idle-right"))
319
320        (action
321          (name "fire-climbing-right")
322          (hitbox 16 14 32 64)
323          (images "fire/ladder-0.png"
324                  "fire/ladder-1.png"
325                  "fire/ladder-2.png"
326                  "fire/ladder-3.png"
327                  "fire/ladder-2.png"
328                  "fire/ladder-1.png"))
329
330        (action
331          (name "fire-climbing-left")
332          (hitbox 16 14 32 64)
333          (mirror-action "fire-climbing-right"))
334
335        (action
336          (name "fire-duck-right")
337          (hitbox 16 45 32 32)
338          (images "fire/duck-0.png"))
339
340        (action
341          (name "fire-duck-left")
342          (hitbox 16 45 32 32)
343          (mirror-action "fire-duck-right"))
344
345        (action
346          (name "fire-backflip-right")
347          (hitbox 16 37 32 32)
348          (images "fire/backflip.png"))
349
350        (action
351          (name "fire-backflip-left")
352          (hitbox 16 37 32 32)
353          (fps 18.0)
354          (mirror-action "fire-backflip-right"))
355
356        (action
357          (name "fire-buttjump-right")
358          (hitbox 16 14 32 64)
359          (images "fire/buttjump-0.png"))
360
361        (action
362          (name "fire-buttjump-left")
363          (hitbox 16 14 32 64)
364          (mirror-action "fire-buttjump-right"))
365
366 ; Ice Tux
367
368        (action
369          (name "ice-walk-right")
370          (fps 15.0)
371          (hitbox 16 14 32 64)
372          (images "ice/walk-0.png"
373                  "ice/walk-1.png"
374                  "ice/walk-2.png"
375                  "ice/walk-3.png"
376                  "ice/walk-4.png"
377                  "ice/walk-5.png"))
378
379        (action
380          (name "ice-walk-left")
381          (fps 15.0)
382          (hitbox 16 14 32 64)
383          (mirror-action "ice-walk-right"))
384
385        (action
386          (name "ice-stand-right")
387          (fps 15.0)
388          (hitbox 16 14 32 64)
389          (images "ice/stand-0.png"))
390
391        (action
392          (name "ice-stand-left")
393          (fps 15.0)
394          (hitbox 16 14 32 64)
395          (mirror-action "ice-stand-right"))
396
397        (action
398          (name "ice-jump-right")
399          (fps 15.0)
400          (hitbox 16 14 32 64)
401          (images "ice/jump-0.png"))
402
403        (action
404          (name "ice-jump-left")
405          (fps 15.0)
406          (hitbox 16 14 32 64)
407          (mirror-action "ice-jump-right"))
408
409        (action
410          (name "ice-skid-right")
411          (hitbox 16 14 32 64)
412          (images "ice/skid-0.png"))
413
414        (action
415          (name "ice-skid-left")
416          (hitbox 16 14 32 64)
417          (mirror-action "ice-skid-right"))
418
419        (action
420          (name "ice-kick-right")
421          (hitbox 16 14 32 64)
422          (images "ice/kick-0.png"))
423
424        (action
425          (name "ice-kick-left")
426          (hitbox 16 14 32 64)
427          (mirror-action "ice-kick-right"))
428
429        (action
430          (name "ice-idle-right")
431          (fps 5.0)
432          (hitbox 16 14 32 64)
433          (images "ice/idle-0.png"
434                  "ice/idle-1.png"
435                  "ice/idle-0.png"))
436
437        (action
438          (name "ice-idle-left")
439          (hitbox 16 14 32 64)
440          (mirror-action "ice-idle-right"))
441
442        (action
443          (name "ice-climbing-right")
444          (hitbox 16 14 32 64)
445          (images "ice/ladder-0.png"
446                  "ice/ladder-1.png"
447                  "ice/ladder-2.png"
448                  "ice/ladder-3.png"
449                  "ice/ladder-2.png"
450                  "ice/ladder-1.png"))
451
452        (action
453          (name "ice-climbing-left")
454          (hitbox 16 14 32 64)
455          (mirror-action "ice-climbing-right"))
456
457        (action
458          (name "ice-duck-right")
459          (hitbox 16 45 32 32)
460          (images "ice/duck-0.png"))
461
462        (action
463          (name "ice-duck-left")
464          (hitbox 16 45 32 32)
465          (mirror-action "ice-duck-right"))
466
467        (action
468          (name "ice-backflip-right")
469          (hitbox 16 37 32 32)
470          (images "ice/backflip.png"))
471
472        (action
473          (name "ice-backflip-left")
474          (hitbox 16 37 32 32)
475          (fps 18.0)
476          (mirror-action "ice-backflip-right"))
477
478        (action
479          (name "ice-buttjump-right")
480          (hitbox 16 14 32 64)
481          (images "ice/buttjump-0.png"))
482
483        (action
484          (name "ice-buttjump-left")
485          (hitbox 16 14 32 64)
486          (mirror-action "ice-buttjump-right"))
487
488 )