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