Minimal support for climbing graphics
[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          (fps 18.0)
227          (images "big/backflip-0.png"
228                  "big/backflip-1.png"
229                  "big/backflip-2.png"
230                  "big/backflip-3.png"
231                  "big/backflip-4.png"
232                  "big/backflip-5.png"
233                  "big/backflip-6.png"
234                  "big/backflip-7.png"
235                  "big/backflip-8.png"
236                  "big/backflip-0.png"
237                  "big/backflip-0.png"
238                  "big/backflip-0.png"
239                  "big/backflip-0.png"
240                  "big/backflip-0.png"
241                  "big/backflip-0.png"
242                  "big/backflip-0.png"
243                  "big/backflip-0.png"
244                  "big/backflip-0.png"
245                  "big/backflip-0.png"
246                  "big/backflip-0.png"
247                  "big/backflip-0.png"
248                  "big/backflip-0.png"))
249
250        (action
251          (name "big-backflip-left")
252          (hitbox 16 37 32 32)
253          (fps 18.0)
254          (mirror-action "big-backflip-right"))
255
256        (action
257          (name "big-buttjump-right")
258          (hitbox 16 14 32 64)
259          (images "big/buttjump-0.png"))
260
261        (action
262          (name "big-buttjump-left")
263          (hitbox 16 14 32 64)
264          (mirror-action "big-buttjump-right"))
265
266 ; Fire Tux
267
268        (action
269          (name "fire-walk-right")
270          (fps 15.0)
271          (hitbox 16 14 32 64)
272          (images "fire/walk-0.png"
273                  "fire/walk-1.png"
274                  "fire/walk-2.png"
275                  "fire/walk-3.png"
276                  "fire/walk-4.png"
277                  "fire/walk-5.png"))
278
279        (action
280          (name "fire-walk-left")
281          (fps 15.0)
282          (hitbox 16 14 32 64)
283          (mirror-action "fire-walk-right"))
284
285        (action
286          (name "fire-stand-right")
287          (fps 15.0)
288          (hitbox 16 14 32 64)
289          (images "fire/stand-0.png"))
290
291        (action
292          (name "fire-stand-left")
293          (fps 15.0)
294          (hitbox 16 14 32 64)
295          (mirror-action "fire-stand-right"))
296
297        (action
298          (name "fire-jump-right")
299          (fps 15.0)
300          (hitbox 16 14 32 64)
301          (images "fire/jump-0.png"))
302
303        (action
304          (name "fire-jump-left")
305          (fps 15.0)
306          (hitbox 16 14 32 64)
307          (mirror-action "fire-jump-right"))
308
309        (action
310          (name "fire-skid-right")
311          (hitbox 16 14 32 64)
312          (images "fire/skid-0.png"))
313
314        (action
315          (name "fire-skid-left")
316          (hitbox 16 14 32 64)
317          (mirror-action "fire-skid-right"))
318
319        (action
320          (name "fire-kick-right")
321          (hitbox 16 14 32 64)
322          (images "fire/kick-0.png"))
323
324        (action
325          (name "fire-kick-left")
326          (hitbox 16 14 32 64)
327          (mirror-action "fire-kick-right"))
328
329        (action
330          (name "fire-idle-right")
331          (fps 5.0)
332          (hitbox 16 14 32 64)
333          (images "fire/idle-0.png"
334                  "fire/idle-1.png"
335                  "fire/idle-0.png"))
336
337        (action
338          (name "fire-idle-left")
339          (hitbox 16 14 32 64)
340          (mirror-action "fire-idle-right"))
341
342        (action
343          (name "fire-climbing-right")
344          (hitbox 16 14 32 64)
345          (images "fire/ladder-0.png"
346                  "fire/ladder-1.png"
347                  "fire/ladder-2.png"
348                  "fire/ladder-3.png"
349                  "fire/ladder-2.png"
350                  "fire/ladder-1.png"))
351
352        (action
353          (name "fire-climbing-left")
354          (hitbox 16 14 32 64)
355          (mirror-action "fire-climbing-right"))
356
357        (action
358          (name "fire-duck-right")
359          (hitbox 16 45 32 32)
360          (images "fire/duck-0.png"))
361
362        (action
363          (name "fire-duck-left")
364          (hitbox 16 45 32 32)
365          (mirror-action "fire-duck-right"))
366
367        (action
368          (name "fire-backflip-right")
369          (hitbox 16 37 32 32)
370          (fps 18.0)
371          (images "fire/backflip-0.png"
372                  "fire/backflip-1.png"
373                  "fire/backflip-2.png"
374                  "fire/backflip-3.png"
375                  "fire/backflip-4.png"
376                  "fire/backflip-5.png"
377                  "fire/backflip-6.png"
378                  "fire/backflip-7.png"
379                  "fire/backflip-8.png"
380                  "fire/backflip-0.png"
381                  "fire/backflip-0.png"
382                  "fire/backflip-0.png"
383                  "fire/backflip-0.png"
384                  "fire/backflip-0.png"
385                  "fire/backflip-0.png"
386                  "fire/backflip-0.png"
387                  "fire/backflip-0.png"
388                  "fire/backflip-0.png"
389                  "fire/backflip-0.png"
390                  "fire/backflip-0.png"
391                  "fire/backflip-0.png"
392                  "fire/backflip-0.png"))
393
394        (action
395          (name "fire-backflip-left")
396          (hitbox 16 37 32 32)
397          (fps 18.0)
398          (mirror-action "fire-backflip-right"))
399
400        (action
401          (name "fire-buttjump-right")
402          (hitbox 16 14 32 64)
403          (images "fire/buttjump-0.png"))
404
405        (action
406          (name "fire-buttjump-left")
407          (hitbox 16 14 32 64)
408          (mirror-action "fire-buttjump-right"))
409
410 ; Ice Tux
411
412        (action
413          (name "ice-walk-right")
414          (fps 15.0)
415          (hitbox 16 14 32 64)
416          (images "ice/walk-0.png"
417                  "ice/walk-1.png"
418                  "ice/walk-2.png"
419                  "ice/walk-3.png"
420                  "ice/walk-4.png"
421                  "ice/walk-5.png"))
422
423        (action
424          (name "ice-walk-left")
425          (fps 15.0)
426          (hitbox 16 14 32 64)
427          (mirror-action "ice-walk-right"))
428
429        (action
430          (name "ice-stand-right")
431          (fps 15.0)
432          (hitbox 16 14 32 64)
433          (images "ice/stand-0.png"))
434
435        (action
436          (name "ice-stand-left")
437          (fps 15.0)
438          (hitbox 16 14 32 64)
439          (mirror-action "ice-stand-right"))
440
441        (action
442          (name "ice-jump-right")
443          (fps 15.0)
444          (hitbox 16 14 32 64)
445          (images "ice/jump-0.png"))
446
447        (action
448          (name "ice-jump-left")
449          (fps 15.0)
450          (hitbox 16 14 32 64)
451          (mirror-action "ice-jump-right"))
452
453        (action
454          (name "ice-skid-right")
455          (hitbox 16 14 32 64)
456          (images "ice/skid-0.png"))
457
458        (action
459          (name "ice-skid-left")
460          (hitbox 16 14 32 64)
461          (mirror-action "ice-skid-right"))
462
463        (action
464          (name "ice-kick-right")
465          (hitbox 16 14 32 64)
466          (images "ice/kick-0.png"))
467
468        (action
469          (name "ice-kick-left")
470          (hitbox 16 14 32 64)
471          (mirror-action "ice-kick-right"))
472
473        (action
474          (name "ice-idle-right")
475          (fps 5.0)
476          (hitbox 16 14 32 64)
477          (images "ice/idle-0.png"
478                  "ice/idle-1.png"
479                  "ice/idle-0.png"))
480
481        (action
482          (name "ice-idle-left")
483          (hitbox 16 14 32 64)
484          (mirror-action "ice-idle-right"))
485
486        (action
487          (name "ice-climbing-right")
488          (hitbox 16 14 32 64)
489          (images "ice/ladder-0.png"
490                  "ice/ladder-1.png"
491                  "ice/ladder-2.png"
492                  "ice/ladder-3.png"
493                  "ice/ladder-2.png"
494                  "ice/ladder-1.png"))
495
496        (action
497          (name "ice-climbing-left")
498          (hitbox 16 14 32 64)
499          (mirror-action "ice-climbing-right"))
500
501        (action
502          (name "ice-duck-right")
503          (hitbox 16 45 32 32)
504          (images "ice/duck-0.png"))
505
506        (action
507          (name "ice-duck-left")
508          (hitbox 16 45 32 32)
509          (mirror-action "ice-duck-right"))
510
511        (action
512          (name "ice-backflip-right")
513          (hitbox 16 37 32 32)
514          (fps 18.0)
515          (images "ice/backflip-0.png"
516                  "ice/backflip-1.png"
517                  "ice/backflip-2.png"
518                  "ice/backflip-3.png"
519                  "ice/backflip-4.png"
520                  "ice/backflip-5.png"
521                  "ice/backflip-6.png"
522                  "ice/backflip-7.png"
523                  "ice/backflip-8.png"
524                  "ice/backflip-0.png"
525                  "ice/backflip-0.png"
526                  "ice/backflip-0.png"
527                  "ice/backflip-0.png"
528                  "ice/backflip-0.png"
529                  "ice/backflip-0.png"
530                  "ice/backflip-0.png"
531                  "ice/backflip-0.png"
532                  "ice/backflip-0.png"
533                  "ice/backflip-0.png"
534                  "ice/backflip-0.png"
535                  "ice/backflip-0.png"
536                  "ice/backflip-0.png"))
537
538        (action
539          (name "ice-backflip-left")
540          (hitbox 16 37 32 32)
541          (fps 18.0)
542          (mirror-action "ice-backflip-right"))
543
544        (action
545          (name "ice-buttjump-right")
546          (hitbox 16 14 32 64)
547          (images "ice/buttjump-0.png"))
548
549        (action
550          (name "ice-buttjump-left")
551          (hitbox 16 14 32 64)
552          (mirror-action "ice-buttjump-right"))
553
554 )