Left offsets fixed by Joeri Samson.
[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          (z-order 2)
88          (images "shared/smalltux/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 "shared/smalltux/body-walk-0.png"
106                  "shared/smalltux/body-walk-1.png"
107                  "shared/smalltux/body-walk-2.png"
108                  "shared/smalltux/body-walk-3.png"
109                  "shared/smalltux/body-walk-4.png"
110                  "shared/smalltux/body-walk-5.png"
111                  "shared/smalltux/body-walk-6.png"
112                  "shared/smalltux/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 "shared/smalltux/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 "shared/smalltux/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 "shared/smalltux/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 "shared/smalltux/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 "shared/bigtux/arms-walk-0.png"
186                  "shared/bigtux/arms-walk-1.png"
187                  "shared/bigtux/arms-walk-2.png"
188                  "shared/bigtux/arms-walk-3.png"
189                  "shared/bigtux/arms-walk-4.png"
190                  "shared/bigtux/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 "shared/bigtux/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 "shared/bigtux/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 "shared/bigtux/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 "shared/bigtux/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 "shared/bigtux/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 "shared/bigtux/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 "shared/bigtux/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 "shared/bigtux/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 "shared/bigtux/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 "shared/bigtux/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 "shared/bigtux/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 "shared/bigtux/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 "shared/bigtux/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 "shared/bigtux/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 "shared/bigtux/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 "shared/bigtux/head-idle-blink-0.png"
408                  "shared/bigtux/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 "shared/bigtux/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 "shared/bigtux/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 "shared/bigtux/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 "shared/bigtux/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 "shared/bigtux/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 "shared/bigtux/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 "shared/bigtux/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 "shared/bigtux/feet-walk-0.png"
525                  "shared/bigtux/feet-walk-1.png"
526                  "shared/bigtux/feet-walk-2.png"
527                  "shared/bigtux/feet-walk-3.png"
528                  "shared/bigtux/feet-walk-4.png"
529                  "shared/bigtux/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 "shared/bigtux/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 "shared/bigtux/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 "shared/bigtux/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 "shared/bigtux/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 "shared/bigtux/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 "shared/bigtux/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 "shared/bigtux/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 "shared/bigtux/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 "shared/bigtux/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 "shared/bigtux/head-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 "shared/bigtux/head-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 "shared/bigtux/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 "shared/bigtux/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 "shared/bigtux/head-idle-blink-0.png"
720                  "shared/bigtux/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 "shared/smalltux/gameover-0.png"
738                  "shared/smalltux/gameover-1.png")))
739
740  (sprite (name "smalltux-star")
741        (action
742          (x-offset 5)
743          (y-offset 15)
744          (images "shared/smalltux/extra-star-0.png"
745                  "shared/smalltux/extra-star-1.png"
746                  "shared/smalltux/extra-star-2.png")))
747
748  (sprite (name "bigtux-star")
749        (action
750          (x-offset 8)
751          (y-offset 8)
752          (images "shared/bigtux/extra-star-0.png"
753                  "shared/bigtux/extra-star-1.png"
754                  "shared/bigtux/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 "shared/tux-grow-left-1.png"
763 ;                  "shared/tux-grow-left-2.png"
764 ;                  "shared/tux-grow-left-3.png"
765 ;                  "shared/tux-grow-left-4.png"
766 ;                  "shared/tux-grow-left-5.png"
767 ;                  "shared/tux-grow-left-6.png"
768 ;                  "shared/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 "shared/tux-grow-right-1.png"
776 ;                  "shared/tux-grow-right-2.png"
777 ;                  "shared/tux-grow-right-3.png"
778 ;                  "shared/tux-grow-right-4.png"
779 ;                  "shared/tux-grow-right-5.png"
780 ;                  "shared/tux-grow-right-6.png"
781 ;                  "shared/tux-grow-right-7.png")))
782
783
784  ;; Laptop
785  (sprite (name "mriceblock-left")
786        (action
787          (x-offset 2)
788          (y-offset 3)
789          (images "shared/mriceblock-left-0.png"
790                  "shared/mriceblock-left-1.png"
791                  "shared/mriceblock-left-2.png"
792                  "shared/mriceblock-left-1.png")))
793
794  (sprite (name "mriceblock-right")
795        (action
796          (x-offset 2)
797          (y-offset 3)
798          (images "shared/mriceblock-right-0.png"
799                  "shared/mriceblock-right-1.png"
800                  "shared/mriceblock-right-2.png"
801                  "shared/mriceblock-right-1.png")))
802
803  (sprite (name "mriceblock-falling-right")
804        (action
805          (x-offset 2)
806          (y-offset 3)
807          (images "shared/mriceblock-flat-right.png")))
808
809  (sprite (name "mriceblock-falling-left")
810        (action
811          (x-offset 2)
812          (y-offset 3)
813          (images "shared/mriceblock-flat-left.png")))
814  
815  (sprite (name "mriceblock-flat-left")
816        (action
817          (x-offset 2)
818          (y-offset 3)
819          (images "shared/mriceblock-flat-left.png")))
820
821  (sprite (name "mriceblock-flat-right")
822        (action
823          (x-offset 2)
824          (y-offset 3)
825          (images "shared/mriceblock-flat-right.png")))
826
827 ; (sprite (name "mriceblock-falling-left")
828 ;         (images "shared/mriceblock-falling-left.png")))
829
830 ; (sprite (name "mriceblock-falling-right")
831 ;         (images "shared/mriceblock-falling-right.png")))
832
833  (sprite (name "snowball-squished-left")
834        (action
835          (x-offset 1)
836          (y-offset -19)
837          (images "shared/snowball-squished-left.png")))
838
839  (sprite (name "snowball-squished-right")
840        (action
841          (x-offset 1)
842          (y-offset -19)
843          (images "shared/snowball-squished-right.png")))
844
845  (sprite (name "jumpy-left-up")
846        (action
847          (x-offset 7)
848          (y-offset 8)
849          (images "shared/jumpy-left-up-0.png")))
850  (sprite (name "jumpy-left-down")
851        (action
852          (x-offset 7)
853          (y-offset 8)
854          (images "shared/jumpy-left-down-0.png")))
855  (sprite (name "jumpy-left-middle")
856        (action
857          (x-offset 7)
858          (y-offset 8)
859          (images "shared/jumpy-left-middle-0.png")))
860  (sprite (name "jumpy-left-iced")
861        (action
862          (x-offset 7)
863          (y-offset 8)
864          (images "shared/jumpy-iced-left-up-0.png")))
865
866  (sprite (name "mrbomb-left")
867        (action
868          (fps 10.0)
869          (x-offset 3)
870          (y-offset 12)
871          (images "shared/mrbomb-left-0.png"
872                  "shared/mrbomb-left-1.png"
873                  "shared/mrbomb-left-2.png"
874                  "shared/mrbomb-left-3.png")))
875
876  (sprite (name "mrbomb-right")
877        (action
878          (fps 10.0)
879          (x-offset 7)
880          (y-offset 12)
881          (images "shared/mrbomb-right-0.png"
882                  "shared/mrbomb-right-1.png"
883                  "shared/mrbomb-right-2.png"
884                  "shared/mrbomb-right-3.png")))
885  (sprite (name "mrbomb-iced-left")
886        (action
887          (x-offset 3)
888          (y-offset 12)
889          (images "shared/mrbomb-iced-left-0.png")))
890
891  (sprite (name "mrbomb-iced-right")
892        (action
893          (x-offset 7)
894          (y-offset 12)
895          (images "shared/mrbomb-iced-right-0.png")))
896  
897
898  (sprite (name "mrbomb-ticking-left")
899        (action
900          (fps 15.0)
901          (x-offset 3)
902          (y-offset 8)
903          (images "shared/mrbombx-left-0.png"
904                  "shared/mrbombx-left-1.png")))
905
906  (sprite (name "mrbomb-ticking-right")
907        (action
908          (fps 15.0)
909          (x-offset 10)
910          (y-offset 8)
911          (images "shared/mrbombx-right-0.png"
912                  "shared/mrbombx-right-1.png")))
913
914  (sprite (name "mrbomb-explosion")
915        (action
916          (fps 15.0)
917          (x-offset 32)
918          (y-offset 32)
919          (images "shared/mrbomb-explosion.png"
920                  "shared/mrbomb-explosion-1.png")))
921
922  (sprite (name "stalactite")
923        (action
924          (x-offset 0)
925          (y-offset 0)
926          (images "shared/stalactite.png")))
927
928  (sprite (name "stalactite-broken")
929        (action
930          (x-offset 0)
931          (y-offset 16)
932          (images "shared/stalactite-broken.png")))
933
934  (sprite (name "flame")
935        (action
936          (images "shared/flame-0.png"
937                  "shared/flame-1.png")))
938
939  (sprite (name "fish")
940        (action
941          (x-offset 2)
942          (y-offset 3)
943          (images "shared/fish-left-0.png"
944                  "shared/fish-left-1.png")))
945
946  (sprite (name "fish-down")
947        (action
948          (x-offset 2)
949          (y-offset 11)
950          (images "shared/fish-down-0.png")))
951
952  (sprite (name "fish-iced")
953        (action
954          (x-offset 2)
955          (y-offset 3)
956          (images "shared/fish-iced-left-0.png")))
957
958  (sprite (name "fish-iced-down")
959        (action
960          (x-offset 2)
961          (y-offset 11)
962          (images "shared/fish-iced-down-0.png")))
963
964  (sprite (name "flamefish")
965        (action
966          (x-offset 2)
967          (y-offset 3)
968          (images "shared/flamefish-left-0.png"
969                  "shared/flamefish-left-1.png")))
970
971  (sprite (name "flamefish-down")
972        (action
973          (x-offset 2)
974          (y-offset 11)
975          (images "shared/flamefish-down-0.png")))
976
977  (sprite (name "bouncingsnowball-left")
978        (action
979          (x-offset 1)
980          (y-offset 0)
981          (images "shared/bouncingsnowball-left-0.png"
982                  "shared/bouncingsnowball-left-1.png"
983                  "shared/bouncingsnowball-left-2.png"
984                  "shared/bouncingsnowball-left-3.png"
985                  "shared/bouncingsnowball-left-4.png"
986                  "shared/bouncingsnowball-left-5.png")))
987
988  (sprite (name "bouncingsnowball-right")
989        (action
990          (x-offset 1)
991          (y-offset 0)
992          (images "shared/bouncingsnowball-right-0.png"
993                  "shared/bouncingsnowball-right-1.png"
994                  "shared/bouncingsnowball-right-2.png"
995                  "shared/bouncingsnowball-right-3.png"
996                  "shared/bouncingsnowball-right-4.png"
997                  "shared/bouncingsnowball-right-5.png")))
998
999  (sprite (name "bouncingsnowball-squished")
1000        (action
1001          (x-offset 1)
1002          (y-offset -19)
1003          (images "shared/snowball-squished-left.png")))
1004
1005  (sprite (name "flyingsnowball")
1006        (action
1007          (x-offset 4)
1008          (y-offset 3)
1009          (images "shared/flyingsnowball-left-0.png"
1010                  "shared/flyingsnowball-left-1.png")))
1011
1012  (sprite (name "flyingsnowball-squished")
1013        (action
1014          (x-offset 4)
1015          (y-offset -12)
1016          (images "shared/flyingsnowball-squished-left.png")))
1017
1018  (sprite (name "spiky-left")
1019        (action
1020          (x-offset 6)
1021          (y-offset 10)
1022          (images "shared/spiky-left-0.png"
1023                  "shared/spiky-left-1.png"
1024                  "shared/spiky-left-2.png")))
1025  (sprite (name "spiky-right")
1026        (action
1027          (x-offset 6)
1028          (y-offset 10)
1029          (images "shared/spiky-right-0.png"
1030                  "shared/spiky-right-1.png"
1031                  "shared/spiky-right-2.png")))
1032  (sprite (name "spiky-iced-left")
1033        (action
1034          (x-offset 6)
1035          (y-offset 10)
1036          (images "shared/spiky-iced-left-0.png")))
1037  (sprite (name "spiky-iced-right")
1038        (action
1039          (x-offset 6)
1040          (y-offset 10)
1041          (images "shared/spiky-iced-right-0.png")))
1042
1043  (sprite (name "snowball-left")
1044        (action
1045          (x-offset 2)
1046          (y-offset 4)
1047          (images "shared/snowball-left-0.png"
1048                  "shared/snowball-left-1.png"
1049                  "shared/snowball-left-2.png"
1050                  "shared/snowball-left-1.png")))
1051
1052  (sprite (name "snowball-right")
1053        (action
1054          (x-offset 2)
1055          (y-offset 4)
1056          (images "shared/snowball-right-0.png"
1057                  "shared/snowball-right-1.png"
1058                  "shared/snowball-right-2.png"
1059                  "shared/snowball-right-1.png")))
1060
1061  (sprite (name "egg")
1062        (action
1063          (images "shared/egg.png")))
1064  (sprite (name "1up")
1065        (action
1066          (images "shared/1up.png")))
1067  (sprite (name "star")
1068        (action
1069          (images "shared/star.png"
1070                  "shared/star-1.png"
1071                  "shared/star-2.png"
1072                  "shared/star-3.png"
1073                  "shared/star-4.png"
1074                  "shared/star-3.png"
1075                  "shared/star-2.png"
1076                  "shared/star-1.png")))
1077  (sprite (name "fireflower")
1078        (action
1079          (images "shared/fireflower.png"
1080                  "shared/fireflower-1.png"
1081                  "shared/fireflower-2.png"
1082                  "shared/fireflower-3.png"
1083                  "shared/fireflower-2.png"
1084                  "shared/fireflower-1.png")))
1085  (sprite (name "iceflower")
1086        (action
1087          (images "shared/iceflower-1.png"
1088                  "shared/iceflower-2.png"
1089                  "shared/iceflower-3.png")))
1090
1091  (sprite (name "firebullet")
1092        (action
1093          (x-offset 12)
1094          (x-offset 12)
1095          (fps 20)
1096          (images "shared/firebullet-1.png"
1097                  "shared/firebullet-2.png"
1098                  "shared/firebullet-3.png"
1099                  "shared/firebullet-4.png")))
1100  (sprite (name "icebullet")
1101        (action
1102          (x-offset 12)
1103          (x-offset 12)
1104          (fps 20)
1105          (images "shared/icebullet-1.png")))
1106   ; Trampoline
1107   (sprite (name "trampoline")
1108        (action
1109          (x-offset 0)
1110          (y-offset 0)
1111          (images "shared/trampoline-1.png"
1112                  "shared/trampoline-2.png"
1113                  "shared/trampoline-3.png"
1114                  "shared/trampoline-4.png")))
1115
1116   ; Flying platform
1117   (sprite (name "flying_platform")
1118        (action
1119          (x-offset 0)
1120          (y-offset 0)
1121          (images "shared/flying_platform-1.png"
1122                  "shared/flying_platform-2.png"
1123                  "shared/flying_platform-3.png"
1124                  "shared/flying_platform-4.png")))
1125
1126   ; Wingling
1127   (sprite (name "wingling-left")
1128        (action
1129           (x-offset 0)
1130           (y-offset 0)
1131           (images "shared/wingling-1.png")))
1132
1133   ; Walkingtree
1134   (sprite (name "walkingtree-left")
1135        (action
1136           (x-offset 0)
1137           (y-offset 0)
1138           (images "shared/walkingtree-left-1.png")))
1139   (sprite (name "walkingtree-left-small")
1140        (action
1141           (x-offset 0)
1142           (y-offset 0)
1143           (images "shared/walkingtree-left-small-1.png")))
1144
1145   ; Door
1146   (sprite (name "door")
1147        (action
1148           (x-offset 0)
1149           (y-offset 64)
1150           (images "shared/door-1.png")
1151   ))
1152 ;   (sprite (name "openingdoor")
1153 ;        (action
1154 ;           (x-offset 0)
1155 ;           (y-offset 64)
1156 ;           (images "shared/door-1.png"
1157 ;          "shared/door-2.png"
1158 ;          "shared/door-3.png"
1159 ;          "shared/door-4.png"
1160 ;          "shared/door-5.png"
1161 ;          "shared/door-6.png"
1162 ;          "shared/door-7.png"
1163 ;          "shared/door-8.png"
1164 ;          "shared/door-8.png"
1165 ;          "shared/door-7.png"
1166 ;          "shared/door-6.png"
1167 ;          "shared/door-5.png"
1168 ;          "shared/door-4.png"
1169 ;          "shared/door-3.png"
1170 ;          "shared/door-2.png"
1171 ;          "shared/door-1.png")
1172 ;   ))
1173   
1174   ; Stomp
1175   (sprite (name "stomp")
1176        (action
1177           (x-offset 0)
1178           (y-offset 0)
1179           (images "shared/stomp.png")
1180   ))
1181 )
1182
1183 ;; EOF ;;