742e71edf91f20905603a8f256594d21ff24e589
[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 ; Earth Tux
489
490        (action
491          (name "earth-walk-right")
492          (fps 15.0)
493          (hitbox 16 14 32 64)
494          (images "big/walk-0.png"
495                  "big/walk-1.png"
496                  "big/walk-2.png"
497                  "big/walk-3.png"
498                  "big/walk-4.png"
499                  "big/walk-5.png"))
500
501        (action
502          (name "earth-walk-left")
503          (fps 15.0)
504          (hitbox 16 14 32 64)
505          (mirror-action "earth-walk-right"))
506
507        (action
508          (name "earth-stand-right")
509          (fps 15.0)
510          (hitbox 16 14 32 64)
511          (images "big/stand-0.png"))
512
513        (action
514          (name "earth-stand-left")
515          (fps 15.0)
516          (hitbox 16 14 32 64)
517          (mirror-action "earth-stand-right"))
518
519        (action
520          (name "earth-jump-right")
521          (fps 15.0)
522          (hitbox 16 14 32 64)
523          (images "big/jump-0.png"))
524
525        (action
526          (name "earth-jump-left")
527          (fps 15.0)
528          (hitbox 16 14 32 64)
529          (mirror-action "earth-jump-right"))
530
531        (action
532          (name "earth-skid-right")
533          (hitbox 16 14 32 64)
534          (images "big/skid-0.png"))
535
536        (action
537          (name "earth-skid-left")
538          (hitbox 16 14 32 64)
539          (mirror-action "earth-skid-right"))
540
541        (action
542          (name "earth-kick-right")
543          (hitbox 16 14 32 64)
544          (images "big/kick-0.png"))
545
546        (action
547          (name "earth-kick-left")
548          (hitbox 16 14 32 64)
549          (mirror-action "earth-kick-right"))
550
551        (action
552          (name "earth-idle-right")
553          (fps 5.0)
554          (hitbox 16 14 32 64)
555          (images "big/idle-0.png"
556                  "big/idle-1.png"
557                  "big/idle-0.png"))
558
559        (action
560          (name "earth-idle-left")
561          (hitbox 16 14 32 64)
562          (mirror-action "earth-idle-right"))
563
564        (action
565          (name "earth-climbing-right")
566          (hitbox 16 14 32 64)
567          (images "big/ladder-0.png"
568                  "big/ladder-1.png"
569                  "big/ladder-2.png"
570                  "big/ladder-3.png"
571                  "big/ladder-2.png"
572                  "big/ladder-1.png"))
573
574        (action
575          (name "earth-climbing-left")
576          (hitbox 16 14 32 64)
577          (mirror-action "earth-climbing-right"))
578
579        (action
580          (name "earth-duck-right")
581          (hitbox 16 45 32 32)
582          (images "big/duck-0.png"))
583
584        (action
585          (name "earth-duck-left")
586          (hitbox 16 45 32 32)
587          (mirror-action "earth-duck-right"))
588
589        (action
590          (name "earth-backflip-right")
591          (hitbox 16 37 32 32)
592          (images "big/backflip.png"))
593
594        (action
595          (name "earth-backflip-left")
596          (hitbox 16 37 32 32)
597          (fps 18.0)
598          (mirror-action "earth-backflip-right"))
599
600        (action
601          (name "earth-buttjump-right")
602          (hitbox 16 14 32 64)
603          (images "big/buttjump-0.png"))
604
605        (action
606          (name "earth-buttjump-left")
607          (hitbox 16 14 32 64)
608          (mirror-action "earth-buttjump-right"))
609
610 ; Stone Tux
611
612        (action
613          (name "earth-walk-right-stone")
614          (fps 15.0)
615          (hitbox 16 14 32 64)
616          (images "earth/stand.png"))
617
618        (action
619          (name "earth-walk-left-stone")
620          (fps 15.0)
621          (hitbox 16 14 32 64)
622          (mirror-action "earth-walk-right-stone"))
623
624        (action
625          (name "earth-stand-right-stone")
626          (fps 15.0)
627          (hitbox 16 14 32 64)
628          (images "earth/stand.png"))
629
630        (action
631          (name "earth-stand-left-stone")
632          (fps 15.0)
633          (hitbox 16 14 32 64)
634          (mirror-action "earth-stand-right-stone"))
635
636        (action
637          (name "earth-jump-right-stone")
638          (fps 15.0)
639          (hitbox 16 14 32 64)
640          (images "earth/stand.png"))
641
642        (action
643          (name "earth-jump-left-stone")
644          (fps 15.0)
645          (hitbox 16 14 32 64)
646          (mirror-action "earth-jump-right-stone"))
647
648        (action
649          (name "earth-skid-right-stone")
650          (hitbox 16 14 32 64)
651          (images "earth/stand.png"))
652
653        (action
654          (name "earth-skid-left-stone")
655          (hitbox 16 14 32 64)
656          (mirror-action "earth-skid-right-stone"))
657
658        (action
659          (name "earth-kick-right-stone")
660          (hitbox 16 14 32 64)
661          (images "earth/stand.png"))
662
663        (action
664          (name "earth-kick-left-stone")
665          (hitbox 16 14 32 64)
666          (mirror-action "earth-kick-right-stone"))
667
668        (action
669          (name "earth-idle-right-stone")
670          (fps 5.0)
671          (hitbox 16 14 32 64)
672          (images "earth/stand.png"))
673
674        (action
675          (name "earth-idle-left-stone")
676          (hitbox 16 14 32 64)
677          (mirror-action "earth-idle-right-stone"))
678
679        (action
680          (name "earth-climbing-right-stone")
681          (hitbox 16 14 32 64)
682          (images "earth/stand.png"))
683
684        (action
685          (name "earth-climbing-left-stone")
686          (hitbox 16 14 32 64)
687          (mirror-action "earth-climbing-right-stone"))
688
689        (action
690          (name "earth-duck-right-stone")
691          (hitbox 16 45 32 32)
692          (images "earth/stand.png"))
693
694        (action
695          (name "earth-duck-left-stone")
696          (hitbox 16 45 32 32)
697          (mirror-action "earth-duck-right-stone"))
698
699        (action
700          (name "earth-backflip-right-stone")
701          (hitbox 16 37 32 32)
702          (images "earth/stand.png"))
703
704        (action
705          (name "earth-backflip-left-stone")
706          (hitbox 16 37 32 32)
707          (fps 18.0)
708          (mirror-action "earth-backflip-right-stone"))
709
710        (action
711          (name "earth-buttjump-right-stone")
712          (hitbox 16 14 32 64)
713          (images "earth/stand.png"))
714
715        (action
716          (name "earth-buttjump-left-stone")
717          (hitbox 16 14 32 64)
718          (mirror-action "earth-buttjump-right-stone"))
719
720 )