small forest map change
[supertux.git] / data / images / sprites.strf
1 ;; -*- mode: scheme; -*-
2 (supertux-resources
3
4 ; Small Tux sprite
5  (sprite
6 ;; Small Tux arms
7        (name "small-tux-arms")
8        (action
9          (name "walk-right")
10          (fps 15.0)
11          (x-offset 5)
12          (y-offset 14)
13          (images "creatures/tux_small/arms-walk-0.png"
14                  "creatures/tux_small/arms-walk-1.png"
15                  "creatures/tux_small/arms-walk-2.png"
16                  "creatures/tux_small/arms-walk-3.png"
17                  "creatures/tux_small/arms-walk-4.png"
18                  "creatures/tux_small/arms-walk-5.png"
19                  "creatures/tux_small/arms-walk-6.png"
20                  "creatures/tux_small/arms-walk-7.png"))
21
22        (action
23          (name "walk-left")
24          (fps 15.0)
25          (x-offset 5)
26          (y-offset 14)
27          (mirror-action "walk-right"))
28
29        (action
30          (name "stand-right")
31          (fps 15.0)
32          (x-offset 5)
33          (y-offset 14)
34          (images "creatures/tux_small/arms-walk-5.png"))
35
36        (action
37          (name "stand-left")
38          (fps 15.0)
39          (x-offset 5)
40          (y-offset 14)
41          (mirror-action "stand-right"))
42
43        (action
44          (name "jump-right")
45          (fps 15.0)
46          (x-offset 5)
47          (y-offset 14)
48          (images "creatures/tux_small/arms-jump-0.png"))
49
50        (action
51          (name "jump-left")
52          (fps 15.0)
53          (x-offset 5)
54          (y-offset 14)
55          (mirror-action "jump-right"))
56
57        (action
58          (name "skid-right")
59          (x-offset 6)
60          (y-offset 15)
61          (images "creatures/tux_small/arms-skid-0.png"))
62
63        (action
64          (name "skid-left")
65          (fps 15.0)
66          (x-offset 6)
67          (y-offset 15)
68          (mirror-action "skid-right"))
69
70        (action
71          (name "kick-right")
72          (x-offset 5)
73          (y-offset 14)
74          (images "creatures/tux_small/arms-kick-0.png"))
75
76        (action
77          (name "kick-left")
78          (x-offset 5)
79          (y-offset 14)
80          (mirror-action "kick-right"))
81
82 ; Grabbing is arms specific!
83        (action 
84          (name "grab-right")
85          (x-offset 5)
86          (y-offset 14)
87          (z-order 2)
88          (images "creatures/tux_small/arms-grab-0.png"))
89
90        (action
91          (name "grab-left")
92          (x-offset 5)
93          (y-offset 14)
94          (z-order 2)
95          (mirror-action "grab-right")))
96
97 ;; Small Tux Body
98  (sprite
99        (name "small-tux-body")
100        (action
101          (name "walk-right")
102          (fps 15.0)
103          (x-offset 5)
104          (y-offset 14)
105          (images "creatures/tux_small/body-walk-0.png"
106                  "creatures/tux_small/body-walk-1.png"
107                  "creatures/tux_small/body-walk-2.png"
108                  "creatures/tux_small/body-walk-3.png"
109                  "creatures/tux_small/body-walk-4.png"
110                  "creatures/tux_small/body-walk-5.png"
111                  "creatures/tux_small/body-walk-6.png"
112                  "creatures/tux_small/body-walk-7.png"))
113
114        (action
115          (name "walk-left")
116          (fps 15.0)
117          (x-offset 5)
118          (y-offset 14)
119          (mirror-action "walk-right"))
120
121        (action
122          (name "stand-right")
123          (fps 15.0)
124          (x-offset 5)
125          (y-offset 14)
126          (images "creatures/tux_small/body-walk-5.png"))
127
128        (action
129          (name "stand-left")
130          (fps 15.0)
131          (x-offset 5)
132          (y-offset 14)
133          (mirror-action "stand-right"))
134
135        (action
136          (name "jump-right")
137          (fps 15.0)
138          (x-offset 5)
139          (y-offset 14)
140          (images "creatures/tux_small/body-jump-0.png"))
141
142        (action
143          (name "jump-left")
144          (fps 15.0)
145          (x-offset 5)
146          (y-offset 14)
147          (mirror-action "jump-right"))
148
149        (action
150          (name "skid-right")
151          (x-offset 6)
152          (y-offset 15)
153          (images "creatures/tux_small/body-skid-0.png"))
154
155        (action
156          (name "skid-left")
157          (x-offset 6)
158          (y-offset 15)
159          (mirror-action "skid-right"))
160
161        (action
162          (name "kick-right")
163          (x-offset 5)
164          (y-offset 14)
165          (images "creatures/tux_small/body-kick-0.png"))
166
167        (action
168          (name "kick-left")
169          (x-offset 5)
170          (y-offset 14)
171          (mirror-action "kick-right")))
172
173 ; End of Small Tux sprite
174
175 ; Big Tux (no power) sprite
176  (sprite
177 ;; Big Tux arms
178        (name "big-tux-arms")
179
180        (action
181          (name "walk-right")
182          (fps 15.0)
183          (x-offset 5)
184          (y-offset 32)
185          (images "creatures/tux_big/arms-walk-0.png"
186                  "creatures/tux_big/arms-walk-1.png"
187                  "creatures/tux_big/arms-walk-2.png"
188                  "creatures/tux_big/arms-walk-3.png"
189                  "creatures/tux_big/arms-walk-4.png"
190                  "creatures/tux_big/arms-walk-5.png"))
191
192        (action
193          (name "walk-left")
194          (fps 15.0)
195          (x-offset 27)
196          (y-offset 32)
197          (mirror-action "walk-right"))
198
199        (action
200          (name "stand-right")
201          (fps 15.0)
202          (x-offset 5)
203          (y-offset 32)
204          (images "creatures/tux_big/arms-stand-0.png"))
205
206        (action
207          (name "stand-left")
208          (fps 15.0)
209          (x-offset 27)
210          (y-offset 32)
211          (mirror-action "stand-right"))
212
213        (action
214          (name "jump-right")
215          (fps 15.0)
216          (x-offset 5)
217          (y-offset 30)
218          (images "creatures/tux_big/arms-jump-0.png"))
219
220        (action
221          (name "jump-left")
222          (fps 15.0)
223          (x-offset 27)
224          (y-offset 30)
225          (mirror-action "jump-right"))
226
227        (action
228          (name "duck-right")
229          (x-offset 5)
230          (y-offset 62)
231          (images "creatures/tux_big/arms-duck-0.png"))
232
233        (action
234          (name "duck-left")
235          (x-offset 27)
236          (y-offset 62)
237          (mirror-action "duck-right"))
238
239        (action
240          (name "skid-right")
241          (x-offset 6)
242          (y-offset 31)
243          (images "creatures/tux_big/arms-skid-0.png"))
244
245        (action
246          (name "skid-left")
247          (fps 15.0)
248          (x-offset 27)
249          (y-offset 31)
250          (mirror-action "skid-right"))
251
252        (action
253          (name "kick-right")
254          (x-offset 5)
255          (y-offset 32)
256          (images "creatures/tux_big/arms-stand-0.png"))
257
258        (action
259          (name "kick-left")
260          (x-offset 27)
261          (y-offset 32)
262          (mirror-action "kick-right"))
263
264        (action
265          (name "buttjump-right")
266          (x-offset 5)
267          (y-offset 32)
268          (images "creatures/tux_big/arms-stand-0.png"))
269
270        (action
271          (name "buttjump-left")
272          (x-offset 27)
273          (y-offset 32)
274          (mirror-action "buttjump-right"))
275
276 ; Grabbing is arms specific!
277        (action 
278          (name "grab-right")
279          (x-offset 5)
280          (y-offset 32)
281          (z-order 2)
282          (images "creatures/tux_big/arms-grab-0.png"))
283
284        (action
285          (name "grab-left")
286          (x-offset 27)
287          (y-offset 32)
288          (z-order 2)
289          (mirror-action "grab-right"))
290
291        (action
292          (name "duck+grab-right")
293          (x-offset 5)
294          (y-offset 62)
295          (z-order 2)
296          (images "creatures/tux_big/arms-duck+grab-0.png"))
297
298        (action
299          (name "duck+grab-left")
300          (x-offset 27)
301          (y-offset 62)
302          (z-order 2)
303          (mirror-action "duck+grab-right")))
304
305 ;; Big Tux Head
306  (sprite
307        (name "big-tux-head")
308        (action
309          (name "walk-right")
310          (fps 15.0)
311          (x-offset 5)
312          (y-offset 32)
313          (images "creatures/tux_big/head-stand-0.png"))
314
315        (action
316          (name "walk-left")
317          (fps 15.0)
318          (x-offset 27)
319          (y-offset 32)
320          (mirror-action "walk-right"))
321
322        (action
323          (name "stand-right")
324          (fps 15.0)
325          (x-offset 5)
326          (y-offset 32)
327          (images "creatures/tux_big/head-stand-0.png"))
328
329        (action
330          (name "stand-left")
331          (fps 15.0)
332          (x-offset 27)
333          (y-offset 32)
334          (mirror-action "stand-right"))
335
336        (action
337          (name "jump-right")
338          (fps 15.0)
339          (x-offset 5)
340          (y-offset 30)
341          (images "creatures/tux_big/head-stand-0.png"))
342
343        (action
344          (name "jump-left")
345          (fps 15.0)
346          (x-offset 27)
347          (y-offset 30)
348          (mirror-action "jump-right"))
349
350        (action
351          (name "duck-right")
352          (fps 15.0)
353          (x-offset 5)
354          (y-offset 62)
355          (images "creatures/tux_big/head-duck-0.png"))
356
357        (action
358          (name "duck-left")
359          (fps 15.0)
360          (x-offset 27)
361          (y-offset 62)
362          (mirror-action "duck-right"))
363
364        (action
365          (name "skid-right")
366          (x-offset 6)
367          (y-offset 31)
368          (images "creatures/tux_big/head-skid-0.png"))
369
370        (action
371          (name "skid-left")
372          (fps 15.0)
373          (x-offset 27)
374          (y-offset 31)
375          (mirror-action "skid-right"))
376
377        (action
378          (name "kick-right")
379          (x-offset 5)
380          (y-offset 32)
381          (images "creatures/tux_big/head-stand-0.png"))
382
383        (action
384          (name "kick-left")
385          (fps 15.0)
386          (x-offset 27)
387          (y-offset 32)
388          (mirror-action "kick-right"))
389
390        (action
391          (name "buttjump-right")
392          (x-offset 5)
393          (y-offset 32)
394          (images "creatures/tux_big/head-stand-0.png"))
395
396        (action
397          (name "buttjump-left")
398          (x-offset 27)
399          (y-offset 32)
400          (mirror-action "buttjump-right"))
401
402        (action
403          (name "idle-right")
404          (fps 1.0)
405          (x-offset 6)
406          (y-offset 31)
407          (images "creatures/tux_big/head-idle-blink-0.png"
408                  "creatures/tux_big/head-idle-blink-1.png"))
409
410
411        (action
412          (name "idle-left")
413          (fps 1.0)
414          (x-offset 27)
415          (y-offset 31)
416          (mirror-action "idle-right")))
417
418 ;; Big Tux Body
419  (sprite
420        (name "big-tux-body")
421        (action
422          (name "walk-right")
423          (fps 15.0)
424          (x-offset 5)
425          (y-offset 32)
426          (images "creatures/tux_big/body-stand-0.png"))
427
428        (action
429          (name "walk-left")
430          (fps 15.0)
431          (x-offset 27)
432          (y-offset 32)
433          (mirror-action "walk-right"))
434
435        (action
436          (name "stand-right")
437          (fps 15.0)
438          (x-offset 5)
439          (y-offset 32)
440          (images "creatures/tux_big/body-stand-0.png"))
441
442        (action
443          (name "stand-left")
444          (fps 15.0)
445          (x-offset 27)
446          (y-offset 32)
447          (mirror-action "stand-right"))
448
449        (action
450          (name "jump-right")
451          (fps 15.0)
452          (x-offset 5)
453          (y-offset 30)
454          (images "creatures/tux_big/body-stand-0.png"))
455
456        (action
457          (name "jump-left")
458          (fps 15.0)
459          (x-offset 27)
460          (y-offset 30)
461          (mirror-action "jump-right"))
462
463        (action
464          (name "duck-right")
465          (fps 15.0)
466          (x-offset 5)
467          (y-offset 62)
468          (images "creatures/tux_big/body-duck-0.png"))
469
470        (action
471          (name "duck-left")
472          (fps 15.0)
473          (x-offset 27)
474          (y-offset 62)
475          (mirror-action "duck-right"))
476
477        (action
478          (name "skid-right")
479          (x-offset 6)
480          (y-offset 31)
481          (images "creatures/tux_big/body-skid-0.png"))
482
483        (action
484          (name "skid-left")
485          (fps 15.0)
486          (x-offset 27)
487          (y-offset 31)
488          (mirror-action "skid-right"))
489
490        (action
491          (name "kick-right")
492          (x-offset 5)
493          (y-offset 32)
494          (images "creatures/tux_big/body-stand-0.png"))
495
496        (action
497          (name "kick-left")
498          (fps 15.0)
499          (x-offset 27)
500          (y-offset 32)
501          (mirror-action "kick-right"))
502
503        (action
504          (name "buttjump-right")
505          (x-offset 5)
506          (y-offset 32)
507          (images "creatures/tux_big/body-stand-0.png"))
508
509        (action
510          (name "buttjump-left")
511          (fps 15.0)
512          (x-offset 27)
513          (y-offset 32)
514          (mirror-action "buttjump-right")))
515
516 ;; Big Tux Feet
517  (sprite
518        (name "big-tux-feet")
519        (action
520          (name "walk-right")
521          (fps 15.0)
522          (x-offset 5)
523          (y-offset 32)
524          (images "creatures/tux_big/feet-walk-0.png"
525                  "creatures/tux_big/feet-walk-1.png"
526                  "creatures/tux_big/feet-walk-2.png"
527                  "creatures/tux_big/feet-walk-3.png"
528                  "creatures/tux_big/feet-walk-4.png"
529                  "creatures/tux_big/feet-walk-5.png"))
530
531        (action
532          (name "walk-left")
533          (fps 15.0)
534          (x-offset 27)
535          (y-offset 32)
536          (mirror-action "walk-right"))
537
538        (action
539          (name "stand-right")
540          (fps 15.0)
541          (x-offset 5)
542          (y-offset 32)
543          (images "creatures/tux_big/feet-stand-0.png"))
544
545        (action
546          (name "stand-left")
547          (fps 15.0)
548          (x-offset 27)
549          (y-offset 32)
550          (mirror-action "stand-right"))
551
552        (action
553          (name "jump-right")
554          (fps 15.0)
555          (x-offset 5)
556          (y-offset 30)
557          (images "creatures/tux_big/feet-jump-0.png"))
558
559        (action
560          (name "jump-left")
561          (fps 15.0)
562          (x-offset 27)
563          (y-offset 30)
564          (mirror-action "jump-right"))
565
566        (action
567          (name "duck-right")
568          (fps 15.0)
569          (x-offset 5)
570          (y-offset 62)
571          (images "creatures/tux_big/feet-duck-0.png"))
572
573        (action
574          (name "duck-left")
575          (fps 15.0)
576          (x-offset 27)
577          (y-offset 62)
578          (mirror-action "duck-right"))
579
580        (action
581          (name "skid-right")
582          (x-offset 6)
583          (y-offset 31)
584          (images "creatures/tux_big/feet-skid-0.png"))
585
586        (action
587          (name "skid-left")
588          (x-offset 27)
589          (y-offset 31)
590          (mirror-action "skid-right"))
591
592        (action
593          (name "kick-right")
594          (x-offset 5)
595          (y-offset 32)
596          (images "creatures/tux_big/feet-kick-0.png"))
597
598        (action
599          (name "kick-left")
600          (x-offset 27)
601          (y-offset 32)
602          (mirror-action "kick-right"))
603
604        (action
605          (name "buttjump-right")
606          (x-offset 5)
607          (y-offset 32)
608          (images "creatures/tux_big/feet-buttjump-0.png"))
609
610        (action
611          (name "buttjump-left")
612          (x-offset 27)
613          (y-offset 32)
614          (mirror-action "buttjump-right")))
615
616 ; End of Big Tux (no power) sprite
617
618 ; Big Fire Tux sprite
619  ;; Big Tux Head
620  (sprite
621        (name "big-fire-tux-head")
622        (action
623          (name "walk-right")
624          (fps 15.0)
625          (x-offset 5)
626          (y-offset 32)
627          (images "creatures/tux_big/head-fire-stand-0.png"))
628
629        (action
630          (name "walk-left")
631          (fps 15.0)
632          (x-offset 27)
633          (y-offset 32)
634          (mirror-action "walk-right"))
635
636        (action
637          (name "stand-right")
638          (fps 15.0)
639          (x-offset 5)
640          (y-offset 32)
641          (images "creatures/tux_big/head-fire-stand-0.png"))
642
643        (action
644          (name "stand-left")
645          (fps 15.0)
646          (x-offset 27)
647          (y-offset 32)
648          (mirror-action "stand-right"))
649
650        (action
651          (name "jump-right")
652          (fps 15.0)
653          (x-offset 5)
654          (y-offset 30)
655          (images "creatures/tux_big/head-fire-stand-0.png"))
656
657        (action
658          (name "jump-left")
659          (fps 15.0)
660          (x-offset 27)
661          (y-offset 30)
662          (mirror-action "jump-right"))
663
664        (action
665          (name "duck-right")
666          (fps 15.0)
667          (x-offset 5)
668          (y-offset 62)
669          (images "creatures/tux_big/head-fire-duck-0.png"))
670
671        (action
672          (name "duck-left")
673          (fps 15.0)
674          (x-offset 27)
675          (y-offset 62)
676          (mirror-action "duck-right"))
677
678        (action
679          (name "skid-right")
680          (x-offset 6)
681          (y-offset 31)
682          (images "creatures/tux_big/head-fire-skid-0.png"))
683
684        (action
685          (name "skid-left")
686          (x-offset 27)
687          (y-offset 31)
688          (mirror-action "skid-right"))
689
690        (action
691          (name "kick-right")
692          (x-offset 5)
693          (y-offset 32)
694          (images "creatures/tux_big/head-fire-stand-0.png"))
695
696        (action
697          (name "kick-left")
698          (x-offset 27)
699          (y-offset 32)
700          (mirror-action "kick-right"))
701
702        (action
703          (name "buttjump-right")
704          (x-offset 5)
705          (y-offset 32)
706          (images "creatures/tux_big/head-fire-stand-0.png"))
707
708        (action
709          (name "buttjump-left")
710          (x-offset 27)
711          (y-offset 32)
712          (mirror-action "buttjump-right"))
713
714        (action
715          (name "idle-right")
716          (fps 1.0)
717          (x-offset 6)
718          (y-offset 31)
719          (images "creatures/tux_big/head-idle-blink-0.png"
720                  "creatures/tux_big/head-idle-blink-1.png"))
721
722        (action
723          (name "idle-left")
724          (fps 1.0)
725          (x-offset 27)
726          (y-offset 31)
727          (mirror-action "idle-right")))
728
729 ; End of Big Fire Tux sprite
730
731
732  (sprite (name "smalltux-gameover")
733        (action
734          (fps 10.0)
735          (x-offset 13)
736          (y-offset 6)
737          (images "creatures/tux_small/gameover-0.png"
738                  "creatures/tux_small/gameover-1.png")))
739
740  (sprite (name "smalltux-star")
741        (action
742          (x-offset 5)
743          (y-offset 15)
744          (images "creatures/tux_small/extra-star-0.png"
745                  "creatures/tux_small/extra-star-1.png"
746                  "creatures/tux_small/extra-star-2.png")))
747
748  (sprite (name "bigtux-star")
749        (action
750          (x-offset 8)
751          (y-offset 8)
752          (images "creatures/tux_big/extra-star-0.png"
753                  "creatures/tux_big/extra-star-1.png"
754                  "creatures/tux_big/extra-star-2.png")))
755
756 ;   ;; Growing Tux animation
757 ;  (sprite (name "tux-grow-left")
758 ;        (action
759 ;          (fps 4.0)
760 ;          (x-offset 6)
761 ;          (y-offset 2)
762 ;          (images "creatures/tux_grow/left-1.png"
763 ;                  "creatures/tux_grow/left-2.png"
764 ;                  "creatures/tux_grow/left-3.png"
765 ;                  "creatures/tux_grow/left-4.png"
766 ;                  "creatures/tux_grow/left-5.png"
767 ;                  "creatures/tux_grow/left-6.png"
768 ;                  "creatures/tux_grow/left-7.png")))
769
770 ;  (sprite (name "tux-grow-right")
771 ;        (action
772 ;          (fps 4.0)
773 ;          (x-offset 6)
774 ;          (y-offset 2)
775 ;          (images "creatures/tux_grow/right-1.png"
776 ;                  "creatures/tux_grow/right-2.png"
777 ;                  "creatures/tux_grow/right-3.png"
778 ;                  "creatures/tux_grow/right-4.png"
779 ;                  "creatures/tux_grow/right-5.png"
780 ;                  "creatures/tux_grow/right-6.png"
781 ;                  "creatures/tux_grow/right-7.png")))
782
783
784 ;; Bad Guys follow
785  
786  ;; MrIceBlock
787  (sprite (name "mriceblock")
788     (action
789          (name "left")
790          (x-offset 2)
791          (y-offset 3)
792          (images "creatures/mr_iceblock/left-0.png"
793                  "creatures/mr_iceblock/left-1.png"
794                  "creatures/mr_iceblock/left-2.png"
795                  "creatures/mr_iceblock/left-1.png"))
796
797     (action (name "right")
798          (x-offset 2)
799          (y-offset 3)
800          (mirror-action "left"))
801
802     (action (name "falling-left")
803          (x-offset 2)
804          (y-offset 3)
805          (images "creatures/mr_iceblock/flat-left.png"))
806
807     (action (name "falling-right")
808          (x-offset 2)
809          (y-offset 3)
810          (mirror-action "falling-left"))
811  
812     (action (name "flat-left")
813          (x-offset 2)
814          (y-offset 3)
815          (images "creatures/mr_iceblock/flat-left.png"))
816
817     (action (name "flat-right")
818          (x-offset 2)
819          (y-offset 3)
820          (mirror-action "falling-left")))
821
822  (sprite (name "snowball")
823        (action
824          (name "left")
825          (x-offset 2)
826          (y-offset 4)
827          (images "creatures/snowball/left-0.png"
828                  "creatures/snowball/left-1.png"
829                  "creatures/snowball/left-2.png"
830                  "creatures/snowball/left-1.png"))
831
832        (action
833          (name "right")
834          (x-offset 2)
835          (y-offset 4)
836          (mirror-action "left"))
837        (action
838          (name "squished-left")
839          (x-offset 1)
840          (y-offset -19)
841          (images "creatures/snowball/squished-left.png"))
842
843        (action
844          (name "squished-right")
845          (x-offset 1)
846          (y-offset -19)
847          (mirror-action "squished-left")))
848
849      (sprite (name "jumpy")
850        (action
851          (name "left-up")
852          (x-offset 7)
853          (y-offset 8)
854          (images "creatures/jumpy/left-up.png"))
855        (action
856          (name "right-up")
857          (x-offset 7)
858          (y-offset 8)
859          (mirror-action "left-up"))
860        (action
861          (name "left-down")
862          (x-offset 7)
863          (y-offset 8)
864          (images "creatures/jumpy/left-down.png"))
865        (action
866          (name "right-down")
867          (x-offset 7)
868          (y-offset 8)
869          (mirror-action "left-down"))
870        (action
871          (name "left-middle")
872          (x-offset 7)
873          (y-offset 8)
874          (images "creatures/jumpy/left-middle.png"))
875        (action
876          (name "right-middle")
877          (x-offset 7)
878          (y-offset 8)
879          (mirror-action "left-middle"))
880        (action
881          (name "left-iced")
882          (x-offset 7)
883          (y-offset 8)
884          (images "creatures/jumpy/iced-left-up.png"))
885        (action
886          (name "right-iced")
887          (x-offset 7)
888          (y-offset 8)
889          (mirror-action "left-iced")))
890
891      (sprite (name "mrbomb")
892        (action
893          (name "left")
894          (fps 10.0)
895          (x-offset 3)
896          (y-offset 12)
897          (images "creatures/mr_bomb/left-0.png"
898                  "creatures/mr_bomb/left-1.png"
899                  "creatures/mr_bomb/left-2.png"
900                  "creatures/mr_bomb/left-3.png"))
901
902        (action
903          (name "right")
904          (fps 10.0)
905          (x-offset 7)
906          (y-offset 12)
907          (mirror-action "left"))
908        (action
909          (name "iced-left")
910          (x-offset 3)
911          (y-offset 12)
912          (images "creatures/mr_bomb/iced-left.png"))
913
914        (action
915          (name "iced-right")
916          (x-offset 7)
917          (y-offset 12)
918          (mirror-action "iced-left")))
919
920      (sprite (name "bomb")
921        (action
922          (name "ticking-left")
923          (fps 15.0)
924          (x-offset 3)
925          (y-offset 8)
926          (images "creatures/mr_bomb/exploding-left-0.png"
927                  "creatures/mr_bomb/exploding-left-1.png"))
928        (action
929          (name "ticking-right")
930          (fps 15.0)
931          (x-offset 10)
932          (y-offset 8)
933          (mirror-action "ticking-left"))
934        (action
935          (name "explosion")
936          (fps 15.0)
937          (x-offset 32)
938          (y-offset 32)
939          (images "creatures/mr_bomb/explosion-0.png"
940                  "creatures/mr_bomb/explosion-1.png")))
941
942  (sprite (name "stalactite")
943        (action
944          (name "normal")
945          (x-offset 0)
946          (y-offset 0)
947          (images "creatures/stalactite/falling.png"))
948        (action
949          (name "squished")
950          (x-offset 0)
951          (y-offset 16)
952          (images "creatures/stalactite/broken.png")))
953
954  (sprite (name "flame")
955        (action
956          (name "normal")
957          (images "creatures/flame/flame-0.png"
958                  "creatures/flame/flame-1.png")))
959
960  (sprite (name "fish")
961        (action
962          (name "normal")
963          (x-offset 2)
964          (y-offset 3)
965          (images "creatures/fish/left-0.png"
966                  "creatures/fish/left-1.png"))
967
968        (action
969          (name "down")
970          (x-offset 2)
971          (y-offset 11)
972          (images "creatures/fish/down.png"))
973
974        (action
975          (name "iced")
976          (x-offset 2)
977          (y-offset 3)
978          (images "creatures/fish/iced-left.png"))
979
980        (action
981          (name "iced-down")
982          (x-offset 2)
983          (y-offset 11)
984          (images "creatures/fish/iced-down.png")))
985
986  (sprite (name "flamefish")
987        (action
988          (name "normal")
989          (x-offset 2)
990          (y-offset 3)
991          (images "creatures/flame_fish/left-0.png"
992                  "creatures/flame_fish/left-1.png"))
993
994        (action
995          (name "down")
996          (x-offset 2)
997          (y-offset 11)
998          (images "creatures/flame_fish/down.png")))
999
1000  (sprite (name "bouncingsnowball")
1001        (action
1002          (name "left")
1003          (x-offset 1)
1004          (y-offset 0)
1005          (images "creatures/bouncing_snowball/left-0.png"
1006                  "creatures/bouncing_snowball/left-1.png"
1007                  "creatures/bouncing_snowball/left-2.png"
1008                  "creatures/bouncing_snowball/left-3.png"
1009                  "creatures/bouncing_snowball/left-4.png"
1010                  "creatures/bouncing_snowball/left-5.png"))
1011
1012        (action
1013          (name "right")
1014          (x-offset 1)
1015          (y-offset 0)
1016          (mirror-action "left"))
1017
1018        (action
1019          (name "squished")
1020          (x-offset 1)
1021          (y-offset -19)
1022          (images "creatures/snowball/squished-left.png")))
1023
1024  (sprite (name "flyingsnowball")
1025        (action
1026          (name "left")
1027          (x-offset 4)
1028          (y-offset 3)
1029          (images "creatures/flying_snowball/left-0.png"
1030                  "creatures/flying_snowball/left-1.png"))
1031        (action
1032          (name "right")
1033          (x-offset 4)
1034          (y-offset 3)
1035          (mirror-action "left"))
1036
1037        (action
1038          (name "squished-left")
1039          (x-offset 4)
1040          (y-offset -12)
1041          (images "creatures/flying_snowball/squished-left.png"))
1042        (action
1043          (name "squished-right")
1044          (x-offset 4)
1045          (y-offset -12)
1046          (mirror-action "squished-left")))
1047
1048  (sprite (name "spiky")
1049        (action
1050          (name "left")
1051          (x-offset 6)
1052          (y-offset 10)
1053          (images "creatures/spiky/left-0.png"
1054                  "creatures/spiky/left-1.png"
1055                  "creatures/spiky/left-2.png"))
1056        (action
1057          (name "right")
1058          (x-offset 6)
1059          (y-offset 10)
1060          (mirror-action "left"))
1061        (action
1062          (name "iced-left")
1063          (x-offset 6)
1064          (y-offset 10)
1065          (images "creatures/spiky/iced-left.png"))
1066        (action
1067          (name "iced-right")
1068          (x-offset 6)
1069          (y-offset 10)
1070          (mirror-action "iced-left")))
1071         
1072   ; Dispenser
1073   (sprite (name "dispenser")
1074        (action
1075           (name "dropper")
1076           (x-offset 0)
1077           (y-offset 0)
1078           (images "creatures/dispenser/dropper.png"))
1079        (action
1080           (name "working-left")
1081           (x-offset 0)
1082           (y-offset 0)
1083           (images "creatures/dispenser/working.png"))
1084        (action
1085           (name "broken-left")
1086           (x-offset 0)
1087           (y-offset 0)
1088           (images "creatures/dispenser/broken.png"))
1089        (action
1090           (name "working-right")
1091           (x-offset 0)
1092           (y-offset 0)
1093           (mirror-action "working-left"))
1094        (action
1095           (name "broken-right")
1096           (x-offset 0)
1097           (y-offset 0)
1098           (mirror-action "broken-left")))
1099
1100    
1101    ; MrRocket
1102    (sprite (name "mrrocket")
1103        (action
1104          (name "left")
1105          (fps 15.0)
1106          (x-offset 3)
1107          (y-offset 12)
1108          (images "creatures/mr_rocket/flying-0.png"
1109                  "creatures/mr_rocket/flying-1.png"
1110                  "creatures/mr_rocket/flying-2.png"
1111                  "creatures/mr_rocket/flying-1.png"))
1112
1113        (action
1114          (name "right")
1115          (fps 10.0)
1116          (x-offset 7)
1117          (y-offset 12)
1118          (mirror-action "left"))
1119        
1120        (action
1121          (name "squished-left")
1122          (x-offset 7)
1123          (y-offset 0)
1124          (images "creatures/mr_rocket/squished.png"))
1125
1126        (action
1127          (name "squished-right")
1128          (x-offset 7)
1129          (y-offset 0)
1130          (mirror-action "squished-left"))
1131        
1132        (action
1133          (name "collision-left")
1134          (x-offset 3)
1135          (y-offset 12)
1136          (images "creatures/mr_rocket/collision.png"))
1137
1138        (action
1139          (name "collision-right")
1140          (x-offset 3)
1141          (y-offset 12)
1142          (mirror-action "squished-left")))
1143    
1144    (sprite (name "rocketexplosion")     
1145        (action
1146          (name "explosion-left")
1147          (fps 15.0)
1148          (x-offset 0)
1149          (y-offset 32)
1150          (images "creatures/mr_rocket/explosion-0.png"
1151                  "creatures/mr_rocket/explosion-1.png"))
1152        (action
1153          (name "explosion-right")
1154          (fps 15.0)
1155          (x-offset 0)
1156          (y-offset 32)
1157          (mirror-action "explosion-left")))
1158    
1159   ; MrTree  
1160   (sprite (name "mrtree")
1161       (action
1162         (y-offset -3)
1163         (fps 5)
1164         (name "left")
1165         (images "creatures/mr_tree/walk-left-0.png"
1166                 "creatures/mr_tree/walk-left-1.png"
1167                 "creatures/mr_tree/walk-left-2.png")
1168       )
1169       (action
1170         (y-offset -3)
1171         (fps 5)
1172         (name "right")
1173         (mirror-action "left")
1174       )
1175       (action
1176         (y-offset -3)
1177         (name "small-left")
1178         (images "creatures/mr_tree/small-left-0.png"
1179                 "creatures/mr_tree/small-left-1.png"
1180                 "creatures/mr_tree/small-left-2.png")
1181       )
1182       (action
1183         (y-offset -3)
1184         (name "small-right")
1185         (mirror-action "small-left")
1186       )
1187       (action
1188         (y-offset -6)
1189         (name "squished-left")
1190         (images "creatures/mr_tree/squished-left.png")
1191       )
1192       (action
1193         (y-offset -6)
1194         (name "squished-right")
1195         (mirror-action "squished-left")
1196       )
1197   )
1198
1199  ; PoisonIvy
1200  (sprite (name "poisonivy")
1201        (action
1202          (name "left")
1203          (x-offset 2)
1204          (y-offset 4)
1205          (images "creatures/poison_ivy/left-0.png"
1206                  "creatures/poison_ivy/left-1.png"
1207                  "creatures/poison_ivy/left-2.png"))
1208
1209        (action
1210          (name "right")
1211          (x-offset 2)
1212          (y-offset 4)
1213          (mirror-action "left"))
1214        (action
1215          (name "squished-left")
1216          (x-offset 1)
1217          (y-offset -19)
1218          (images "creatures/poison_ivy/squished.png"))
1219
1220        (action
1221          (name "squished-right")
1222          (x-offset 1)
1223          (y-offset -19)
1224          (mirror-action "squished-left")))
1225
1226 ; Zeekling
1227  (sprite (name "zeekling")
1228        (action
1229          (name "left")
1230          (x-offset 2)
1231          (y-offset 4)
1232          (images "creatures/zeekling/left-0.png"
1233                  "creatures/zeekling/left-1.png"
1234                  "creatures/zeekling/left-2.png"
1235                  "creatures/zeekling/left-3.png"))
1236        (action
1237          (name "right")
1238          (x-offset 2)
1239          (y-offset 4)
1240          (mirror-action "left"))
1241        (action
1242          (name "squished-left")
1243          (x-offset 2)
1244          (y-offset -19)
1245          (images "creatures/zeekling/squished.png"))
1246        (action
1247          (name "squished-right")
1248          (x-offset 2)
1249          (y-offset -19)
1250          (mirror-action "squished-left")))
1251
1252 ; Kugelblitz
1253  (sprite (name "kugelblitz")
1254        (action
1255          (name "falling")
1256          (x-offset 0)
1257          (y-offset 0)
1258          (images "creatures/kugelblitz/falling-0.png"
1259                  "creatures/kugelblitz/falling-1.png"
1260                  "creatures/kugelblitz/falling-2.png"))
1261        (action
1262          (name "flying")
1263          (x-offset 0)
1264          (y-offset 0)
1265          (images "creatures/kugelblitz/flying-0.png"
1266                  "creatures/kugelblitz/flying-1.png"
1267                  "creatures/kugelblitz/flying-2.png"))
1268
1269        (action
1270          (name "pop")
1271          (x-offset 0)
1272          (y-offset 0)
1273          (fps 20)
1274          (images "creatures/kugelblitz/pop-0.png"
1275                  "creatures/kugelblitz/pop-1.png"
1276                  "creatures/kugelblitz/pop-2.png"
1277                  "creatures/kugelblitz/pop-3.png"))
1278  )
1279          
1280 ;; Game elements follow
1281           
1282  (sprite (name "egg")
1283        (action
1284          (images "powerups/egg/egg.png")))
1285  (sprite (name "1up")
1286        (action
1287          (images "powerups/1up/1up.png")))
1288  (sprite (name "star")
1289        (action
1290          (images "powerups/star/star-0.png"
1291                  "powerups/star/star-1.png"
1292                  "powerups/star/star-2.png"
1293                  "powerups/star/star-3.png"
1294                  "powerups/star/star-4.png"
1295                  "powerups/star/star-3.png"
1296                  "powerups/star/star-2.png"
1297                  "powerups/star/star-1.png")))
1298  (sprite (name "fireflower")
1299        (action
1300          (images "powerups/fire_flower/fire_flower-0.png"
1301                  "powerups/fire_flower/fire_flower-1.png"
1302                  "powerups/fire_flower/fire_flower-2.png"
1303                  "powerups/fire_flower/fire_flower-3.png"
1304                  "powerups/fire_flower/fire_flower-2.png"
1305                  "powerups/fire_flower/fire_flower-1.png")))
1306  (sprite (name "iceflower")
1307        (action
1308          (images "powerups/ice_flower/ice_flower-0.png"
1309                  "powerups/ice_flower/ice_flower-1.png"
1310                  "powerups/ice_flower/ice_flower-2.png")))
1311
1312  (sprite (name "firebullet")
1313        (action
1314          (x-offset 12)
1315          (x-offset 12)
1316          (fps 20)
1317          (images "objects/bullets/fire_bullet-0.png"
1318                  "objects/bullets/fire_bullet-1.png"
1319                  "objects/bullets/fire_bullet-2.png"
1320                  "objects/bullets/fire_bullet-3.png")))
1321  (sprite (name "icebullet")
1322        (action
1323          (x-offset 12)
1324          (x-offset 12)
1325          (fps 20)
1326          (images "objects/bullets/ice_bullet.png")))
1327
1328 ;; Game Objects follow
1329
1330   ; Trampoline
1331   (sprite (name "trampoline")
1332        (action
1333          (x-offset 0)
1334          (y-offset 0)
1335          (images "objects/trampoline/trampoline1-0.png"
1336                  "objects/trampoline/trampoline1-1.png"
1337                  "objects/trampoline/trampoline1-2.png"
1338                  "objects/trampoline/trampoline1-3.png")))
1339
1340   ; Flying platform
1341   (sprite (name "platform")
1342        (action
1343          (name "flying")
1344          (x-offset 0)
1345          (y-offset 0)
1346          (images "objects/flying_platform/flying_platform-0.png"
1347                  "objects/flying_platform/flying_platform-1.png"
1348                  "objects/flying_platform/flying_platform-2.png"
1349                  "objects/flying_platform/flying_platform-3.png")
1350        )
1351        (action
1352          (name "block1")
1353          (x-offset 0)
1354          (y-offset 0)
1355          (images "tiles/blocks/block1.png")
1356        )
1357        (action
1358          (name "block2")
1359          (x-offset 0)
1360          (y-offset 0)
1361          (images "tiles/blocks/block2.png")
1362        )
1363        (action
1364          (name "block3")
1365          (x-offset 0)
1366          (y-offset 0)
1367          (images "tiles/blocks/block3.png")
1368        )
1369        (action
1370          (name "block4")
1371          (x-offset 0)
1372          (y-offset 0)
1373          (images "tiles/blocks/block4.png")
1374        )
1375   )
1376   ; Door
1377   (sprite (name "door")
1378        (action
1379           (name "normal")
1380           (x-offset 0)
1381           (y-offset 0)
1382           (images "objects/door/door-0.png"))
1383        (action
1384           (name "open")
1385           (x-offset 0)
1386           (y-offset 0)
1387           (images "objects/door/door-0.png"
1388                   "objects/door/door-1.png"
1389                   "objects/door/door-2.png"
1390                   "objects/door/door-3.png"
1391                   "objects/door/door-4.png"
1392                   "objects/door/door-5.png"
1393                   "objects/door/door-6.png"
1394                   "objects/door/door-7.png"
1395                   "objects/door/door-6.png"
1396                   "objects/door/door-5.png"
1397                   "objects/door/door-4.png"
1398                   "objects/door/door-3.png"
1399                   "objects/door/door-2.png"
1400                   "objects/door/door-1.png"
1401                   "objects/door/door-0.png"))
1402   )
1403
1404   ; coin
1405   (sprite (name "coin")
1406       (action 
1407           (name "normal")
1408           (images "objects/coin/coin-0.png"
1409                   "objects/coin/coin-1.png"
1410                   "objects/coin/coin-2.png"
1411                   "objects/coin/coin-3.png"
1412                   "objects/coin/coin-4.png"
1413                   "objects/coin/coin-5.png"
1414                   "objects/coin/coin-6.png"
1415                   "objects/coin/coin-7.png"))
1416       (action
1417           (name "still")
1418           (images "objects/coin/coin-0.png"))
1419   )
1420
1421   (sprite (name "bonusblock")
1422       (action
1423          (fps 15)
1424          (name "normal")
1425          (images "objects/bonus_block/full-0.png"
1426                  "objects/bonus_block/full-1.png"
1427                  "objects/bonus_block/full-2.png"
1428                  "objects/bonus_block/full-3.png"
1429                  "objects/bonus_block/full-4.png"
1430                  "objects/bonus_block/full-2.png"
1431                  "objects/bonus_block/full-1.png"
1432                  "objects/bonus_block/full-0.png"
1433                  "objects/bonus_block/full-0.png"
1434                  "objects/bonus_block/full-0.png"
1435                  ))
1436       (action
1437          (name "empty")
1438          (images "objects/bonus_block/empty.png"))
1439   )
1440
1441   (sprite (name "brick")
1442       (action 
1443         (name "empty")
1444         (images "objects/bonus_block/empty.png"))
1445       (action 
1446         (name "normal")
1447         (images "tiles/blocks/brick0.png"))
1448   )
1449
1450   (sprite (name "icedbrick")
1451       (action 
1452         (name "empty")
1453         (images "objects/bonus_block/empty.png"))
1454       (action 
1455         (name "normal")
1456         (images "tiles/blocks/brick1.png"))
1457   )
1458
1459   (sprite (name "infoblock")
1460     (action
1461       (name "default")
1462       (images "objects/bonus_block/info_block.png")
1463     )
1464   )
1465
1466   (sprite (name "rock")
1467       (action
1468         (name "normal")
1469         (images "tiles/blocks/block11.png"))
1470   )
1471
1472   (sprite (name "invisibleblock")
1473       (action
1474         (name "empty")
1475         (images "objects/bonus_block/empty.png"))
1476   )                                        
1477
1478   ; Stomp
1479   (sprite (name "stomp")
1480        (action
1481           (x-offset 0)
1482           (y-offset 0)
1483           (images "objects/particles/stomp.png")
1484   ))
1485
1486   (sprite (name "bell")
1487        (action
1488           (name "normal")
1489           (x-offset 0)
1490           (y-offset 0)
1491           (images "objects/bell/bell-m.png")
1492        )
1493        (action
1494          (name "ringing")
1495          (images 
1496            "objects/bell/bell-l_0.png"
1497            "objects/bell/bell-l.png"
1498            "objects/bell/bell-l_0.png"
1499            "objects/bell/bell-m.png"
1500            "objects/bell/bell-r_0.png"
1501            "objects/bell/bell-r.png"
1502            "objects/bell/bell-r_0.png"
1503            "objects/bell/bell-m.png"
1504          )
1505        )
1506   )
1507   
1508   (sprite (name "unstable_tile")
1509     (action
1510       (images "objects/unstable_tile/unstable_tile.png"))
1511   )
1512   
1513   (sprite (name "rainsplash")
1514     (action
1515       (fps 20)
1516       (images "objects/particles/rainsplash-1.png"
1517               "objects/particles/rainsplash-2.png"
1518               "objects/particles/rainsplash-3.png"
1519               "objects/particles/rainsplash-4.png")
1520     )
1521   )
1522   (sprite (name "rainsplash-vertical")
1523     (action
1524       (fps 20)
1525       (images "objects/particles/rainsplash-vertical-1.png"
1526               "objects/particles/rainsplash-vertical-2.png"
1527               "objects/particles/rainsplash-vertical-3.png"
1528               "objects/particles/rainsplash-vertical-4.png")
1529     )
1530   )
1531   
1532   (sprite (name "worldmaptux")
1533     (action
1534       (name "small")
1535       (y-offset 10) 
1536       (images "worldmap/common/smalltux.png")
1537     )
1538     (action
1539       (name "large")
1540       (y-offset 10) 
1541       (images "worldmap/common/tux.png")
1542     )
1543     (action
1544       (name "fire")
1545       (y-offset 10) 
1546       (images "worldmap/common/firetux.png")
1547     )
1548   )
1549
1550   (sprite (name "hatch")
1551        (action
1552           (name "normal")
1553           (x-offset 0)
1554           (y-offset 0)
1555           (images "objects/hatch/hatch-0.png"))
1556        (action
1557           (name "open")
1558           (x-offset 0)
1559           (y-offset 0)
1560           (images "objects/hatch/hatch-0.png"
1561                   "objects/hatch/hatch-1.png"
1562                   "objects/hatch/hatch-2.png"
1563                   "objects/hatch/hatch-3.png"
1564                   "objects/hatch/hatch-4.png"
1565                   "objects/hatch/hatch-5.png"))
1566   )
1567
1568   (sprite
1569     (name "lightmap_light")
1570     (action
1571       (name "default")
1572       (images "effects/light_red.png")
1573     )
1574   )
1575   
1576   (sprite
1577     (name "eat-me")
1578     (action
1579       (name "default")
1580       (images "tiles/doodads/platter.png")
1581     )
1582   )
1583   (sprite
1584     (name "key-brass")
1585     (action
1586       (name "default")
1587       (images "objects/keys/key_brass.png")
1588     )
1589    (action
1590       (name "display")
1591       (images "objects/keys/display_brass.png")
1592     )
1593    (action
1594       (name "outline")
1595       (images "objects/keys/outline_brass.png")
1596     )
1597
1598   )
1599   (sprite
1600     (name "key-iron")
1601     (action
1602       (name "default")
1603       (images "objects/keys/key_iron.png")
1604     )
1605    (action
1606       (name "display")
1607       (images "objects/keys/display_iron.png")
1608     )
1609     (action
1610       (name "outline")
1611       (images "objects/keys/outline_iron.png")
1612     )
1613   )
1614   (sprite
1615     (name "key-bronze")
1616     (action
1617       (name "default")
1618       (images "objects/keys/key_bronze.png")
1619     )
1620    (action
1621       (name "display")
1622       (images "objects/keys/display_bronze.png")
1623     )
1624     (action
1625       (name "outline")
1626       (images "objects/keys/outline_bronze.png")
1627     )
1628   )
1629   (sprite
1630     (name "key-silver")
1631     (action
1632       (name "default")
1633       (images "objects/keys/key_silver.png")
1634     )
1635    (action
1636       (name "display")
1637       (images "objects/keys/display_silver.png")
1638     )
1639     (action
1640       (name "outline")
1641       (images "objects/keys/outline_silver.png")
1642     )
1643   )
1644   (sprite
1645     (name "key-gold")
1646     (action
1647       (name "default")
1648       (images "objects/keys/key_gold.png")
1649     )
1650     (action
1651       (name "display")
1652       (images "objects/keys/display_gold.png")
1653     )
1654     (action
1655       (name "outline")
1656       (images "objects/keys/outline_gold.png")
1657     )
1658   )
1659 )
1660