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