Fixed a few mistakes from the sprites files.
[supertux.git] / data / images / supertux.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 "shared/smalltux/arms-walk-0.png"
14                  "shared/smalltux/arms-walk-1.png"
15                  "shared/smalltux/arms-walk-2.png"
16                  "shared/smalltux/arms-walk-3.png"
17                  "shared/smalltux/arms-walk-4.png"
18                  "shared/smalltux/arms-walk-5.png"
19                  "shared/smalltux/arms-walk-6.png"
20                  "shared/smalltux/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 "shared/smalltux/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 "shared/smalltux/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 "shared/smalltux/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 "shared/smalltux/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          (images "shared/smalltux/arms-grab-0.png"))
88
89        (action
90          (name "grab-left")
91          (x-offset 5)
92          (y-offset 14)
93          (mirror-action "grab-right")))
94
95 ;; Small Tux Body
96  (sprite
97        (name "small-tux-body")
98        (action
99          (name "walk-right")
100          (fps 15.0)
101          (x-offset 5)
102          (y-offset 14)
103          (images "shared/smalltux/body-walk-0.png"
104                  "shared/smalltux/body-walk-1.png"
105                  "shared/smalltux/body-walk-2.png"
106                  "shared/smalltux/body-walk-3.png"
107                  "shared/smalltux/body-walk-4.png"
108                  "shared/smalltux/body-walk-5.png"
109                  "shared/smalltux/body-walk-6.png"
110                  "shared/smalltux/body-walk-7.png"))
111
112        (action
113          (name "walk-left")
114          (fps 15.0)
115          (x-offset 5)
116          (y-offset 14)
117          (mirror-action "walk-right"))
118
119        (action
120          (name "stand-right")
121          (fps 15.0)
122          (x-offset 5)
123          (y-offset 14)
124          (images "shared/smalltux/body-walk-5.png"))
125
126        (action
127          (name "stand-left")
128          (fps 15.0)
129          (x-offset 5)
130          (y-offset 14)
131          (mirror-action "stand-right"))
132
133        (action
134          (name "jump-right")
135          (fps 15.0)
136          (x-offset 5)
137          (y-offset 14)
138          (images "shared/smalltux/body-jump-0.png"))
139
140        (action
141          (name "jump-left")
142          (fps 15.0)
143          (x-offset 5)
144          (y-offset 14)
145          (mirror-action "jump-right"))
146
147        (action
148          (name "skid-right")
149          (x-offset 6)
150          (y-offset 15)
151          (images "shared/smalltux/body-skid-0.png"))
152
153        (action
154          (name "skid-left")
155          (x-offset 6)
156          (y-offset 15)
157          (mirror-action "skid-right"))
158
159        (action
160          (name "kick-right")
161          (x-offset 5)
162          (y-offset 14)
163          (images "shared/smalltux/body-kick-0.png"))
164
165        (action
166          (name "kick-left")
167          (x-offset 5)
168          (y-offset 14)
169          (mirror-action "kick-right")))
170
171 ; End of Small Tux sprite
172
173 ; Big Tux (no power) sprite
174  (sprite
175 ;; Big Tux arms
176        (name "big-tux-arms")
177
178        (action
179          (name "walk-right")
180          (fps 15.0)
181          (x-offset 5)
182          (y-offset 32)
183          (images "shared/bigtux/arms-walk-0.png"
184                  "shared/bigtux/arms-walk-1.png"
185                  "shared/bigtux/arms-walk-2.png"
186                  "shared/bigtux/arms-walk-3.png"
187                  "shared/bigtux/arms-walk-4.png"
188                  "shared/bigtux/arms-walk-5.png"))
189
190        (action
191          (name "walk-left")
192          (fps 15.0)
193          (x-offset 5)
194          (y-offset 14)
195          (mirror-action "walk-right"))
196
197        (action
198          (name "stand-right")
199          (fps 15.0)
200          (x-offset 5)
201          (y-offset 32)
202          (images "shared/bigtux/arms-stand-0.png"))
203
204        (action
205          (name "stand-left")
206          (fps 15.0)
207          (x-offset 5)
208          (y-offset 32)
209          (mirror-action "stand-right"))
210
211        (action
212          (name "jump-right")
213          (fps 15.0)
214          (x-offset 5)
215          (y-offset 30)
216          (images "shared/bigtux/arms-jump-0.png"))
217
218        (action
219          (name "jump-left")
220          (fps 15.0)
221          (x-offset 5)
222          (y-offset 30)
223          (mirror-action "jump-right"))
224
225        (action
226          (name "duck-right")
227          (x-offset 5)
228          (y-offset 62)
229          (images "shared/bigtux/arms-duck-0.png"))
230
231        (action
232          (name "duck-left")
233          (x-offset 5)
234          (y-offset 62)
235          (mirror-action "duck-right"))
236
237        (action
238          (name "skid-right")
239          (x-offset 6)
240          (y-offset 31)
241          (images "shared/bigtux/arms-skid-0.png"))
242
243        (action
244          (name "skid-left")
245          (fps 15.0)
246          (x-offset 6)
247          (y-offset 31)
248          (mirror-action "skid-right"))
249
250        (action
251          (name "kick-right")
252          (x-offset 5)
253          (y-offset 32)
254          (images "shared/bigtux/arms-stand-0.png"))
255
256        (action
257          (name "kick-left")
258          (x-offset 5)
259          (y-offset 32)
260          (mirror-action "kick-right"))
261
262        (action
263          (name "buttjump-right")
264          (x-offset 5)
265          (y-offset 32)
266          (images "shared/bigtux/arms-stand-0.png"))
267
268        (action
269          (name "buttjump-left")
270          (x-offset 5)
271          (y-offset 32)
272          (mirror-action "buttjump-right"))
273
274 ; Grabbing is arms specific!
275        (action 
276          (name "grab-right")
277          (x-offset 5)
278          (y-offset 32)
279          (images "shared/bigtux/arms-grab-0.png"))
280
281        (action
282          (name "grab-left")
283          (x-offset 5)
284          (y-offset 32)
285          (mirror-action "grab-right"))
286
287        (action
288          (name "duck+grab-right")
289          (x-offset 5)
290          (y-offset 62)
291          (z-order 2)
292          (images "shared/bigtux/arms-duck+grab-0.png"))
293
294        (action
295          (name "duck+grab-left")
296          (x-offset 5)
297          (y-offset 62)
298          (z-order 2)
299          (mirror-action "duck+grab-right")))
300
301 ;; Big Tux Head
302  (sprite
303        (name "big-tux-head")
304        (action
305          (name "walk-right")
306          (fps 15.0)
307          (x-offset 5)
308          (y-offset 32)
309          (images "shared/bigtux/head-stand-0.png"))
310
311        (action
312          (name "walk-left")
313          (fps 15.0)
314          (x-offset 5)
315          (y-offset 32)
316          (mirror-action "walk-right"))
317
318        (action
319          (name "stand-right")
320          (fps 15.0)
321          (x-offset 5)
322          (y-offset 32)
323          (images "shared/bigtux/head-stand-0.png"))
324
325        (action
326          (name "stand-left")
327          (fps 15.0)
328          (x-offset 5)
329          (y-offset 32)
330          (mirror-action "stand-right"))
331
332        (action
333          (name "jump-right")
334          (fps 15.0)
335          (x-offset 5)
336          (y-offset 30)
337          (images "shared/bigtux/head-stand-0.png"))
338
339        (action
340          (name "jump-left")
341          (fps 15.0)
342          (x-offset 5)
343          (y-offset 30)
344          (mirror-action "jump-right"))
345
346        (action
347          (name "duck-right")
348          (fps 15.0)
349          (x-offset 5)
350          (y-offset 62)
351          (images "shared/bigtux/head-duck-0.png"))
352
353        (action
354          (name "duck-left")
355          (fps 15.0)
356          (x-offset 5)
357          (y-offset 62)
358          (mirror-action "duck-right"))
359
360        (action
361          (name "skid-right")
362          (x-offset 6)
363          (y-offset 31)
364          (images "shared/bigtux/head-skid-0.png"))
365
366        (action
367          (name "skid-left")
368          (fps 15.0)
369          (x-offset 6)
370          (y-offset 31)
371          (mirror-action "skid-right"))
372
373        (action
374          (name "kick-right")
375          (x-offset 5)
376          (y-offset 32)
377          (images "shared/bigtux/head-stand-0.png"))
378
379        (action
380          (name "kick-left")
381          (fps 15.0)
382          (x-offset 5)
383          (y-offset 32)
384          (mirror-action "kick-right"))
385
386        (action
387          (name "buttjump-right")
388          (x-offset 5)
389          (y-offset 32)
390          (images "shared/bigtux/head-stand-0.png"))
391
392        (action
393          (name "buttjump-left")
394          (x-offset 5)
395          (y-offset 32)
396          (mirror-action "buttjump-right"))
397
398        (action
399          (name "idle-right")
400          (fps 1.0)
401          (x-offset 6)
402          (y-offset 31)
403          (images "shared/bigtux/head-idle-blink-0.png"
404                  "shared/bigtux/head-idle-blink-1.png"))
405
406
407        (action
408          (name "idle-left")
409          (fps 1.0)
410          (x-offset 6)
411          (y-offset 31)
412          (mirror-action "idle-right")))
413
414 ;; Big Tux Body
415  (sprite
416        (name "big-tux-body")
417        (action
418          (name "walk-right")
419          (fps 15.0)
420          (x-offset 5)
421          (y-offset 32)
422          (images "shared/bigtux/body-stand-0.png"))
423
424        (action
425          (name "walk-left")
426          (fps 15.0)
427          (x-offset 5)
428          (y-offset 32)
429          (mirror-action "walk-right"))
430
431        (action
432          (name "stand-right")
433          (fps 15.0)
434          (x-offset 5)
435          (y-offset 32)
436          (images "shared/bigtux/body-stand-0.png"))
437
438        (action
439          (name "stand-left")
440          (fps 15.0)
441          (x-offset 5)
442          (y-offset 32)
443          (mirror-action "stand-right"))
444
445        (action
446          (name "jump-right")
447          (fps 15.0)
448          (x-offset 5)
449          (y-offset 30)
450          (images "shared/bigtux/body-stand-0.png"))
451
452        (action
453          (name "jump-left")
454          (fps 15.0)
455          (x-offset 5)
456          (y-offset 30)
457          (mirror-action "jump-right"))
458
459        (action
460          (name "duck-right")
461          (fps 15.0)
462          (x-offset 5)
463          (y-offset 62)
464          (images "shared/bigtux/body-duck-0.png"))
465
466        (action
467          (name "duck-left")
468          (fps 15.0)
469          (x-offset 5)
470          (y-offset 62)
471          (mirror-action "duck-right"))
472
473        (action
474          (name "skid-right")
475          (x-offset 6)
476          (y-offset 31)
477          (images "shared/bigtux/body-skid-0.png"))
478
479        (action
480          (name "skid-left")
481          (fps 15.0)
482          (x-offset 6)
483          (y-offset 31)
484          (mirror-action "skid-right"))
485
486        (action
487          (name "kick-right")
488          (x-offset 5)
489          (y-offset 32)
490          (images "shared/bigtux/body-stand-0.png"))
491
492        (action
493          (name "kick-left")
494          (fps 15.0)
495          (x-offset 5)
496          (y-offset 32)
497          (mirror-action "kick-right"))
498
499        (action
500          (name "buttjump-right")
501          (x-offset 5)
502          (y-offset 32)
503          (images "shared/bigtux/body-stand-0.png"))
504
505        (action
506          (name "buttjump-left")
507          (fps 15.0)
508          (x-offset 5)
509          (y-offset 32)
510          (mirror-action "buttjump-right")))
511
512 ;; Big Tux Feet
513  (sprite
514        (name "big-tux-feet")
515        (action
516          (name "walk-right")
517          (fps 15.0)
518          (x-offset 5)
519          (y-offset 32)
520          (images "shared/bigtux/feet-walk-0.png"
521                  "shared/bigtux/feet-walk-1.png"
522                  "shared/bigtux/feet-walk-2.png"
523                  "shared/bigtux/feet-walk-3.png"
524                  "shared/bigtux/feet-walk-4.png"
525                  "shared/bigtux/feet-walk-5.png"))
526
527        (action
528          (name "walk-left")
529          (fps 15.0)
530          (x-offset 5)
531          (y-offset 32)
532          (mirror-action "walk-right"))
533
534        (action
535          (name "stand-right")
536          (fps 15.0)
537          (x-offset 5)
538          (y-offset 32)
539          (images "shared/bigtux/feet-stand-0.png"))
540
541        (action
542          (name "stand-left")
543          (fps 15.0)
544          (x-offset 5)
545          (y-offset 32)
546          (mirror-action "stand-right"))
547
548        (action
549          (name "jump-right")
550          (fps 15.0)
551          (x-offset 5)
552          (y-offset 30)
553          (images "shared/bigtux/feet-jump-0.png"))
554
555        (action
556          (name "jump-left")
557          (fps 15.0)
558          (x-offset 5)
559          (y-offset 30)
560          (mirror-action "jump-right"))
561
562        (action
563          (name "duck-right")
564          (fps 15.0)
565          (x-offset 5)
566          (y-offset 62)
567          (images "shared/bigtux/feet-duck-0.png"))
568
569        (action
570          (name "duck-left")
571          (fps 15.0)
572          (x-offset 5)
573          (y-offset 62)
574          (mirror-action "duck-right"))
575
576        (action
577          (name "skid-right")
578          (x-offset 6)
579          (y-offset 31)
580          (images "shared/bigtux/feet-skid-0.png"))
581
582        (action
583          (name "skid-left")
584          (x-offset 6)
585          (y-offset 31)
586          (mirror-action "skid-right"))
587
588        (action
589          (name "kick-right")
590          (x-offset 5)
591          (y-offset 32)
592          (images "shared/bigtux/feet-kick-0.png"))
593
594        (action
595          (name "kick-left")
596          (x-offset 5)
597          (y-offset 32)
598          (mirror-action "kick-right"))
599
600        (action
601          (name "buttjump-right")
602          (x-offset 5)
603          (y-offset 32)
604          (images "shared/bigtux/feet-buttjump-0.png"))
605
606        (action
607          (name "buttjump-left")
608          (x-offset 5)
609          (y-offset 32)
610          (mirror-action "buttjump-right")))
611
612 ; End of Big Tux (no power) sprite
613
614 ; Big Fire Tux sprite
615  ;; Big Tux Head
616  (sprite
617        (name "big-fire-tux-head")
618        (action
619          (name "walk-right")
620          (fps 15.0)
621          (x-offset 5)
622          (y-offset 32)
623          (images "shared/bigtux/head-fire-stand-0.png"))
624
625        (action
626          (name "walk-left")
627          (fps 15.0)
628          (x-offset 5)
629          (y-offset 32)
630          (mirror-action "walk-right"))
631
632        (action
633          (name "stand-right")
634          (fps 15.0)
635          (x-offset 5)
636          (y-offset 32)
637          (images "shared/bigtux/head-fire-stand-0.png"))
638
639        (action
640          (name "stand-left")
641          (fps 15.0)
642          (x-offset 5)
643          (y-offset 32)
644          (mirror-action "stand-right"))
645
646        (action
647          (name "jump-right")
648          (fps 15.0)
649          (x-offset 5)
650          (y-offset 30)
651          (images "shared/bigtux/head-fire-stand-0.png"))
652
653        (action
654          (name "jump-left")
655          (fps 15.0)
656          (x-offset 5)
657          (y-offset 30)
658          (mirror-action "jump-right"))
659
660        (action
661          (name "duck-right")
662          (fps 15.0)
663          (x-offset 5)
664          (y-offset 62)
665          (images "shared/bigtux/head-fire-stand-0.png"))
666
667        (action
668          (name "duck-left")
669          (fps 15.0)
670          (x-offset 5)
671          (y-offset 62)
672          (mirror-action "duck-right"))
673
674        (action
675          (name "skid-right")
676          (x-offset 6)
677          (y-offset 31)
678          (images "shared/bigtux/head-skid-0.png"))
679
680        (action
681          (name "skid-left")
682          (x-offset 6)
683          (y-offset 31)
684          (mirror-action "skid-right"))
685
686        (action
687          (name "kick-right")
688          (x-offset 5)
689          (y-offset 32)
690          (images "shared/bigtux/head-fire-stand-0.png"))
691
692        (action
693          (name "kick-left")
694          (x-offset 5)
695          (y-offset 32)
696          (mirror-action "kick-right"))
697
698        (action
699          (name "buttjump-right")
700          (x-offset 5)
701          (y-offset 32)
702          (images "shared/bigtux/head-fire-stand-0.png"))
703
704        (action
705          (name "buttjump-left")
706          (x-offset 5)
707          (y-offset 32)
708          (mirror-action "buttjump-right"))
709
710        (action
711          (name "idle-right")
712          (fps 1.0)
713          (x-offset 6)
714          (y-offset 31)
715          (images "shared/bigtux/head-idle-blink-0.png"
716                  "shared/bigtux/head-idle-blink-1.png"))
717
718        (action
719          (name "idle-left")
720          (fps 1.0)
721          (x-offset 6)
722          (y-offset 31)
723          (mirror-action "idle-right")))
724
725 ; End of Big Fire Tux sprite
726
727
728  (sprite (name "smalltux-gameover")
729        (action
730          (fps 10.0)
731          (x-offset 13)
732          (y-offset 6)
733          (images "shared/smalltux/gameover-0.png"
734                  "shared/smalltux/gameover-1.png")))
735
736  (sprite (name "smalltux-star")
737        (action
738          (x-offset 5)
739          (y-offset 15)
740          (images "shared/smalltux/extra-star-0.png"
741                  "shared/smalltux/extra-star-1.png"
742                  "shared/smalltux/extra-star-2.png")))
743
744  (sprite (name "bigtux-star")
745        (action
746          (x-offset 8)
747          (y-offset 8)
748          (images "shared/bigtux/extra-star-0.png"
749                  "shared/bigtux/extra-star-1.png"
750                  "shared/bigtux/extra-star-2.png")))
751
752 ;   ;; Growing Tux animation
753 ;  (sprite (name "tux-grow-left")
754 ;        (action
755 ;          (fps 4.0)
756 ;          (x-offset 6)
757 ;          (y-offset 2)
758 ;          (images "shared/tux-grow-left-1.png"
759 ;                  "shared/tux-grow-left-2.png"
760 ;                  "shared/tux-grow-left-3.png"
761 ;                  "shared/tux-grow-left-4.png"
762 ;                  "shared/tux-grow-left-5.png"
763 ;                  "shared/tux-grow-left-6.png"
764 ;                  "shared/tux-grow-left-7.png")))
765
766 ;  (sprite (name "tux-grow-right")
767 ;        (action
768 ;          (fps 4.0)
769 ;          (x-offset 6)
770 ;          (y-offset 2)
771 ;          (images "shared/tux-grow-right-1.png"
772 ;                  "shared/tux-grow-right-2.png"
773 ;                  "shared/tux-grow-right-3.png"
774 ;                  "shared/tux-grow-right-4.png"
775 ;                  "shared/tux-grow-right-5.png"
776 ;                  "shared/tux-grow-right-6.png"
777 ;                  "shared/tux-grow-right-7.png")))
778
779
780  ;; Laptop
781  (sprite (name "mriceblock-left")
782        (action
783          (x-offset 2)
784          (y-offset 3)
785          (images "shared/mriceblock-left-0.png"
786                  "shared/mriceblock-left-1.png"
787                  "shared/mriceblock-left-2.png"
788                  "shared/mriceblock-left-1.png")))
789
790  (sprite (name "mriceblock-right")
791        (action
792          (x-offset 2)
793          (y-offset 3)
794          (images "shared/mriceblock-right-0.png"
795                  "shared/mriceblock-right-1.png"
796                  "shared/mriceblock-right-2.png"
797                  "shared/mriceblock-right-1.png")))
798
799  (sprite (name "mriceblock-falling-right")
800        (action
801          (x-offset 2)
802          (y-offset 3)
803          (images "shared/mriceblock-flat-right.png")))
804
805  (sprite (name "mriceblock-falling-left")
806        (action
807          (x-offset 2)
808          (y-offset 3)
809          (images "shared/mriceblock-flat-left.png")))
810  
811  (sprite (name "mriceblock-flat-left")
812        (action
813          (x-offset 2)
814          (y-offset 3)
815          (images "shared/mriceblock-flat-left.png")))
816
817  (sprite (name "mriceblock-flat-right")
818        (action
819          (x-offset 2)
820          (y-offset 3)
821          (images "shared/mriceblock-flat-right.png")))
822
823 ; (sprite (name "mriceblock-falling-left")
824 ;         (images "shared/mriceblock-falling-left.png")))
825
826 ; (sprite (name "mriceblock-falling-right")
827 ;         (images "shared/mriceblock-falling-right.png")))
828
829  (sprite (name "snowball-squished-left")
830        (action
831          (x-offset 1)
832          (y-offset -19)
833          (images "shared/snowball-squished-left.png")))
834
835  (sprite (name "snowball-squished-right")
836        (action
837          (x-offset 1)
838          (y-offset -19)
839          (images "shared/snowball-squished-right.png")))
840
841  (sprite (name "jumpy-left-up")
842        (action
843          (x-offset 7)
844          (y-offset 8)
845          (images "shared/jumpy-left-up-0.png")))
846  (sprite (name "jumpy-left-down")
847        (action
848          (x-offset 7)
849          (y-offset 8)
850          (images "shared/jumpy-left-down-0.png")))
851  (sprite (name "jumpy-left-middle")
852        (action
853          (x-offset 7)
854          (y-offset 8)
855          (images "shared/jumpy-left-middle-0.png")))
856  (sprite (name "jumpy-left-iced")
857        (action
858          (x-offset 7)
859          (y-offset 8)
860          (images "shared/jumpy-iced-left-up-0.png")))
861
862  (sprite (name "mrbomb-left")
863        (action
864          (fps 10.0)
865          (x-offset 3)
866          (y-offset 12)
867          (images "shared/mrbomb-left-0.png"
868                  "shared/mrbomb-left-1.png"
869                  "shared/mrbomb-left-2.png"
870                  "shared/mrbomb-left-3.png")))
871
872  (sprite (name "mrbomb-right")
873        (action
874          (fps 10.0)
875          (x-offset 7)
876          (y-offset 12)
877          (images "shared/mrbomb-right-0.png"
878                  "shared/mrbomb-right-1.png"
879                  "shared/mrbomb-right-2.png"
880                  "shared/mrbomb-right-3.png")))
881  (sprite (name "mrbomb-iced-left")
882        (action
883          (x-offset 3)
884          (y-offset 12)
885          (images "shared/mrbomb-iced-left-0.png")))
886
887  (sprite (name "mrbomb-iced-right")
888        (action
889          (x-offset 7)
890          (y-offset 12)
891          (images "shared/mrbomb-iced-right-0.png")))
892  
893
894  (sprite (name "mrbomb-ticking-left")
895        (action
896          (fps 15.0)
897          (x-offset 3)
898          (y-offset 8)
899          (images "shared/mrbombx-left-0.png"
900                  "shared/mrbombx-left-1.png")))
901
902  (sprite (name "mrbomb-ticking-right")
903        (action
904          (fps 15.0)
905          (x-offset 255)
906          (y-offset 8)
907          (images "shared/mrbombx-right-0.png"
908                  "shared/mrbombx-right-1.png")))
909
910  (sprite (name "mrbomb-explosion")
911        (action
912          (fps 15.0)
913          (x-offset 32)
914          (y-offset 32)
915          (images "shared/mrbomb-explosion.png"
916                  "shared/mrbomb-explosion-1.png")))
917
918  (sprite (name "stalactite")
919        (action
920          (x-offset 0)
921          (y-offset 0)
922          (images "shared/stalactite.png")))
923
924  (sprite (name "stalactite-broken")
925        (action
926          (x-offset 0)
927          (y-offset 16)
928          (images "shared/stalactite-broken.png")))
929
930  (sprite (name "flame")
931        (action
932          (images "shared/flame-0.png"
933                  "shared/flame-1.png")))
934
935  (sprite (name "fish")
936        (action
937          (x-offset 2)
938          (y-offset 3)
939          (images "shared/fish-left-0.png"
940                  "shared/fish-left-1.png")))
941
942  (sprite (name "fish-down")
943        (action
944          (x-offset 2)
945          (y-offset 11)
946          (images "shared/fish-down-0.png")))
947
948  (sprite (name "fish-iced")
949        (action
950          (x-offset 2)
951          (y-offset 3)
952          (images "shared/fish-iced-left-0.png")))
953
954  (sprite (name "fish-iced-down")
955        (action
956          (x-offset 2)
957          (y-offset 11)
958          (images "shared/fish-iced-down-0.png")))
959
960  (sprite (name "flamefish")
961        (action
962          (x-offset 2)
963          (y-offset 3)
964          (images "shared/flamefish-left-0.png"
965                  "shared/flamefish-left-1.png")))
966
967  (sprite (name "flamefish-down")
968        (action
969          (x-offset 2)
970          (y-offset 11)
971          (images "shared/flamefish-down-0.png")))
972
973  (sprite (name "bouncingsnowball-left")
974        (action
975          (x-offset 1)
976          (y-offset 0)
977          (images "shared/bouncingsnowball-left-0.png"
978                  "shared/bouncingsnowball-left-1.png"
979                  "shared/bouncingsnowball-left-2.png"
980                  "shared/bouncingsnowball-left-3.png"
981                  "shared/bouncingsnowball-left-4.png"
982                  "shared/bouncingsnowball-left-5.png")))
983
984  (sprite (name "bouncingsnowball-right")
985        (action
986          (x-offset 1)
987          (y-offset 0)
988          (images "shared/bouncingsnowball-right-0.png"
989                  "shared/bouncingsnowball-right-1.png"
990                  "shared/bouncingsnowball-right-2.png"
991                  "shared/bouncingsnowball-right-3.png"
992                  "shared/bouncingsnowball-right-4.png"
993                  "shared/bouncingsnowball-right-5.png")))
994
995  (sprite (name "bouncingsnowball-squished")
996        (action
997          (x-offset 1)
998          (y-offset -19)
999          (images "shared/snowball-squished-left.png")))
1000
1001  (sprite (name "flyingsnowball")
1002        (action
1003          (x-offset 4)
1004          (y-offset 3)
1005          (images "shared/flyingsnowball-left-0.png"
1006                  "shared/flyingsnowball-left-1.png")))
1007
1008  (sprite (name "flyingsnowball-squished")
1009        (action
1010          (x-offset 4)
1011          (y-offset -12)
1012          (images "shared/flyingsnowball-squished-left.png")))
1013
1014  (sprite (name "spiky-left")
1015        (action
1016          (x-offset 6)
1017          (y-offset 255)
1018          (images "shared/spiky-left-0.png"
1019                  "shared/spiky-left-1.png"
1020                  "shared/spiky-left-2.png")))
1021  (sprite (name "spiky-right")
1022        (action
1023          (x-offset 6)
1024          (y-offset 255)
1025          (images "shared/spiky-right-0.png"
1026                  "shared/spiky-right-1.png"
1027                  "shared/spiky-right-2.png")))
1028  (sprite (name "spiky-iced-left")
1029        (action
1030          (x-offset 6)
1031          (y-offset 255)
1032          (images "shared/spiky-iced-left-0.png")))
1033  (sprite (name "spiky-iced-right")
1034        (action
1035          (x-offset 6)
1036          (y-offset 255)
1037          (images "shared/spiky-iced-right-0.png")))
1038
1039  (sprite (name "snowball-left")
1040        (action
1041          (x-offset 2)
1042          (y-offset 4)
1043          (images "shared/snowball-left-0.png"
1044                  "shared/snowball-left-1.png"
1045                  "shared/snowball-left-2.png"
1046                  "shared/snowball-left-1.png")))
1047
1048  (sprite (name "snowball-right")
1049        (action
1050          (x-offset 2)
1051          (y-offset 4)
1052          (images "shared/snowball-right-0.png"
1053                  "shared/snowball-right-1.png"
1054                  "shared/snowball-right-2.png"
1055                  "shared/snowball-right-1.png")))
1056
1057  (sprite (name "egg")
1058        (action
1059          (images "shared/egg.png")))
1060  (sprite (name "1up")
1061        (action
1062          (images "shared/1up.png")))
1063  (sprite (name "star")
1064        (action
1065          (images "shared/star.png"
1066                  "shared/star-1.png"
1067                  "shared/star-2.png"
1068                  "shared/star-3.png"
1069                  "shared/star-4.png"
1070                  "shared/star-3.png"
1071                  "shared/star-2.png"
1072                  "shared/star-1.png")))
1073  (sprite (name "fireflower")
1074        (action
1075          (images "shared/fireflower.png"
1076                  "shared/fireflower-1.png"
1077                  "shared/fireflower-2.png"
1078                  "shared/fireflower-3.png"
1079                  "shared/fireflower-2.png"
1080                  "shared/fireflower-1.png")))
1081  (sprite (name "iceflower")
1082        (action
1083          (images "shared/iceflower-1.png"
1084                  "shared/iceflower-2.png"
1085                  "shared/iceflower-3.png")))
1086
1087  (sprite (name "firebullet")
1088        (action
1089          (x-offset 12)
1090          (x-offset 12)
1091          (fps 255)
1092          (images "shared/firebullet-1.png"
1093                  "shared/firebullet-2.png"
1094                  "shared/firebullet-3.png"
1095                  "shared/firebullet-4.png")))
1096  (sprite (name "icebullet")
1097        (action
1098          (x-offset 12)
1099          (x-offset 12)
1100          (fps 255)
1101          (images "shared/icebullet-1.png")))
1102   ; Trampoline
1103   (sprite (name "trampoline")
1104        (action
1105          (x-offset 0)
1106          (y-offset 0)
1107          (images "shared/trampoline-1.png"
1108                  "shared/trampoline-2.png"
1109                  "shared/trampoline-3.png"
1110                  "shared/trampoline-4.png")))
1111
1112   ; Flying platform
1113   (sprite (name "flying_platform")
1114        (action
1115          (x-offset 0)
1116          (y-offset 0)
1117          (images "shared/flying_platform-1.png"
1118                  "shared/flying_platform-2.png"
1119                  "shared/flying_platform-3.png"
1120                  "shared/flying_platform-4.png")))
1121
1122   ; Wingling
1123   (sprite (name "wingling-left")
1124        (action
1125           (x-offset 0)
1126           (y-offset 0)
1127           (images "shared/wingling-1.png")))
1128
1129   ; Walkingtree
1130   (sprite (name "walkingtree-left")
1131        (action
1132           (x-offset 0)
1133           (y-offset 0)
1134           (images "shared/walkingtree-left-1.png")))
1135   (sprite (name "walkingtree-left-small")
1136        (action
1137           (x-offset 0)
1138           (y-offset 0)
1139           (images "shared/walkingtree-left-small-1.png")))
1140
1141   ; Door
1142   (sprite (name "door")
1143        (action
1144           (x-offset 0)
1145           (y-offset 64)
1146           (images "shared/door-1.png")
1147   ))
1148 ;   (sprite (name "openingdoor")
1149 ;        (action
1150 ;           (x-offset 0)
1151 ;           (y-offset 64)
1152 ;           (images "shared/door-1.png"
1153 ;          "shared/door-2.png"
1154 ;          "shared/door-3.png"
1155 ;          "shared/door-4.png"
1156 ;          "shared/door-5.png"
1157 ;          "shared/door-6.png"
1158 ;          "shared/door-7.png"
1159 ;          "shared/door-8.png"
1160 ;          "shared/door-8.png"
1161 ;          "shared/door-7.png"
1162 ;          "shared/door-6.png"
1163 ;          "shared/door-5.png"
1164 ;          "shared/door-4.png"
1165 ;          "shared/door-3.png"
1166 ;          "shared/door-2.png"
1167 ;          "shared/door-1.png")
1168 ;   ))
1169   
1170   ; Stomp
1171   (sprite (name "stomp")
1172        (action
1173           (x-offset 0)
1174           (y-offset 0)
1175           (images "shared/stomp.png")
1176   ))
1177 )
1178
1179 ;; EOF ;;