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