keys are displayed on the screen, they can be "collected" via a scripting function
[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  (sprite (name "spike")
786     (action
787       (name "north")
788       (images "creatures/spike/up.png")
789     )
790     (action
791       (name "south")
792       (images "creatures/spike/down.png")
793     )
794     (action
795       (name "west")
796       (images "creatures/spike/left.png")
797     )
798     (action
799       (name "east")
800       (images "creatures/spike/right.png")
801     )
802  )
803
804  ;; MrIceBlock
805  (sprite (name "mriceblock")
806     (action
807          (name "left")
808          (x-offset 2)
809          (y-offset 3)
810          (images "creatures/mr_iceblock/left-0.png"
811                  "creatures/mr_iceblock/left-1.png"
812                  "creatures/mr_iceblock/left-2.png"
813                  "creatures/mr_iceblock/left-1.png"))
814
815     (action (name "right")
816          (x-offset 2)
817          (y-offset 3)
818          (mirror-action "left"))
819
820     (action (name "falling-left")
821          (x-offset 2)
822          (y-offset 3)
823          (images "creatures/mr_iceblock/flat-left.png"))
824
825     (action (name "falling-right")
826          (x-offset 2)
827          (y-offset 3)
828          (mirror-action "falling-left"))
829  
830     (action (name "flat-left")
831          (x-offset 2)
832          (y-offset 3)
833          (images "creatures/mr_iceblock/flat-left.png"))
834
835     (action (name "flat-right")
836          (x-offset 2)
837          (y-offset 3)
838          (mirror-action "falling-left")))
839
840  (sprite (name "snowball")
841        (action
842          (name "left")
843          (x-offset 2)
844          (y-offset 4)
845          (images "creatures/snowball/left-0.png"
846                  "creatures/snowball/left-1.png"
847                  "creatures/snowball/left-2.png"
848                  "creatures/snowball/left-1.png"))
849
850        (action
851          (name "right")
852          (x-offset 2)
853          (y-offset 4)
854          (mirror-action "left"))
855        (action
856          (name "squished-left")
857          (x-offset 1)
858          (y-offset -19)
859          (images "creatures/snowball/squished-left.png"))
860
861        (action
862          (name "squished-right")
863          (x-offset 1)
864          (y-offset -19)
865          (mirror-action "squished-left")))
866
867  (sprite (name "fluffy")
868        (action
869          (name "left")
870          (x-offset 2)
871          (y-offset 4)
872          (images "creatures/mr_fluffy/left-0.png"
873                  "creatures/mr_fluffy/left-1.png"
874                  "creatures/mr_fluffy/left-2.png"
875                  "creatures/mr_fluffy/left-1.png"))
876
877        (action
878          (name "right")
879          (x-offset 2)
880          (y-offset 4)
881          (mirror-action "left"))
882        (action
883          (name "squished-left")
884          (x-offset 1)
885          (y-offset -19)
886          (images "creatures/mr_fluffy/squished-left.png"))
887
888        (action
889          (name "squished-right")
890          (x-offset 1)
891          (y-offset -19)
892          (mirror-action "squished-left")))
893
894      (sprite (name "jumpy")
895        (action
896          (name "left-up")
897          (x-offset 7)
898          (y-offset 8)
899          (images "creatures/jumpy/left-up.png"))
900        (action
901          (name "right-up")
902          (x-offset 7)
903          (y-offset 8)
904          (mirror-action "left-up"))
905        (action
906          (name "left-down")
907          (x-offset 7)
908          (y-offset 8)
909          (images "creatures/jumpy/left-down.png"))
910        (action
911          (name "right-down")
912          (x-offset 7)
913          (y-offset 8)
914          (mirror-action "left-down"))
915        (action
916          (name "left-middle")
917          (x-offset 7)
918          (y-offset 8)
919          (images "creatures/jumpy/left-middle.png"))
920        (action
921          (name "right-middle")
922          (x-offset 7)
923          (y-offset 8)
924          (mirror-action "left-middle"))
925        (action
926          (name "left-iced")
927          (x-offset 7)
928          (y-offset 8)
929          (images "creatures/jumpy/iced-left-up.png"))
930        (action
931          (name "right-iced")
932          (x-offset 7)
933          (y-offset 8)
934          (mirror-action "left-iced")))
935
936      (sprite (name "mrbomb")
937        (action
938          (name "left")
939          (fps 10.0)
940          (x-offset 3)
941          (y-offset 12)
942          (images "creatures/mr_bomb/left-0.png"
943                  "creatures/mr_bomb/left-1.png"
944                  "creatures/mr_bomb/left-2.png"
945                  "creatures/mr_bomb/left-3.png"))
946
947        (action
948          (name "right")
949          (fps 10.0)
950          (x-offset 7)
951          (y-offset 12)
952          (mirror-action "left"))
953        (action
954          (name "iced-left")
955          (x-offset 3)
956          (y-offset 12)
957          (images "creatures/mr_bomb/iced-left.png"))
958
959        (action
960          (name "iced-right")
961          (x-offset 7)
962          (y-offset 12)
963          (mirror-action "iced-left")))
964
965      (sprite (name "bomb")
966        (action
967          (name "ticking-left")
968          (fps 15.0)
969          (x-offset 3)
970          (y-offset 8)
971          (images "creatures/mr_bomb/exploding-left-0.png"
972                  "creatures/mr_bomb/exploding-left-1.png"))
973        (action
974          (name "ticking-right")
975          (fps 15.0)
976          (x-offset 10)
977          (y-offset 8)
978          (mirror-action "ticking-left"))
979        (action
980          (name "explosion")
981          (fps 15.0)
982          (x-offset 32)
983          (y-offset 32)
984          (images "creatures/mr_bomb/explosion-0.png"
985                  "creatures/mr_bomb/explosion-1.png")))
986
987  (sprite (name "stalactite")
988        (action
989          (name "normal")
990          (x-offset 0)
991          (y-offset 0)
992          (images "creatures/stalactite/falling.png"))
993        (action
994          (name "squished")
995          (x-offset 0)
996          (y-offset 16)
997          (images "creatures/stalactite/broken.png")))
998
999  (sprite (name "flame")
1000        (action
1001          (name "normal")
1002          (images "creatures/flame/flame-0.png"
1003                  "creatures/flame/flame-1.png")))
1004
1005  (sprite (name "fish")
1006        (action
1007          (name "normal")
1008          (x-offset 2)
1009          (y-offset 3)
1010          (images "creatures/fish/left-0.png"
1011                  "creatures/fish/left-1.png"))
1012
1013        (action
1014          (name "down")
1015          (x-offset 2)
1016          (y-offset 11)
1017          (images "creatures/fish/down.png"))
1018
1019        (action
1020          (name "iced")
1021          (x-offset 2)
1022          (y-offset 3)
1023          (images "creatures/fish/iced-left.png"))
1024
1025        (action
1026          (name "iced-down")
1027          (x-offset 2)
1028          (y-offset 11)
1029          (images "creatures/fish/iced-down.png")))
1030
1031  (sprite (name "flamefish")
1032        (action
1033          (name "normal")
1034          (x-offset 2)
1035          (y-offset 3)
1036          (images "creatures/flame_fish/left-0.png"
1037                  "creatures/flame_fish/left-1.png"))
1038
1039        (action
1040          (name "down")
1041          (x-offset 2)
1042          (y-offset 11)
1043          (images "creatures/flame_fish/down.png")))
1044
1045  (sprite (name "bouncingsnowball")
1046        (action
1047          (name "left")
1048          (x-offset 1)
1049          (y-offset 0)
1050          (images "creatures/bouncing_snowball/left-0.png"
1051                  "creatures/bouncing_snowball/left-1.png"
1052                  "creatures/bouncing_snowball/left-2.png"
1053                  "creatures/bouncing_snowball/left-3.png"
1054                  "creatures/bouncing_snowball/left-4.png"
1055                  "creatures/bouncing_snowball/left-5.png"))
1056
1057        (action
1058          (name "right")
1059          (x-offset 1)
1060          (y-offset 0)
1061          (mirror-action "left"))
1062
1063        (action
1064          (name "squished")
1065          (x-offset 1)
1066          (y-offset -19)
1067          (images "creatures/snowball/squished-left.png")))
1068
1069  (sprite (name "flyingsnowball")
1070        (action
1071          (name "left")
1072          (x-offset 4)
1073          (y-offset 3)
1074          (images "creatures/flying_snowball/left-0.png"
1075                  "creatures/flying_snowball/left-1.png"))
1076        (action
1077          (name "right")
1078          (x-offset 4)
1079          (y-offset 3)
1080          (mirror-action "left"))
1081
1082        (action
1083          (name "squished-left")
1084          (x-offset 4)
1085          (y-offset -12)
1086          (images "creatures/flying_snowball/squished-left.png"))
1087        (action
1088          (name "squished-right")
1089          (x-offset 4)
1090          (y-offset -12)
1091          (mirror-action "squished-left")))
1092
1093  (sprite (name "spiky")
1094        (action
1095          (name "left")
1096          (x-offset 6)
1097          (y-offset 10)
1098          (images "creatures/spiky/left-0.png"
1099                  "creatures/spiky/left-1.png"
1100                  "creatures/spiky/left-2.png"))
1101        (action
1102          (name "right")
1103          (x-offset 6)
1104          (y-offset 10)
1105          (mirror-action "left"))
1106        (action
1107          (name "iced-left")
1108          (x-offset 6)
1109          (y-offset 10)
1110          (images "creatures/spiky/iced-left.png"))
1111        (action
1112          (name "iced-right")
1113          (x-offset 6)
1114          (y-offset 10)
1115          (mirror-action "iced-left")))
1116         
1117   ; Dispenser
1118   (sprite (name "dispenser")
1119        (action
1120           (name "dropper")
1121           (x-offset 0)
1122           (y-offset 0)
1123           (images "creatures/dispenser/dropper.png"))
1124        (action
1125           (name "working-left")
1126           (x-offset 0)
1127           (y-offset 0)
1128           (images "creatures/dispenser/working.png"))
1129        (action
1130           (name "broken-left")
1131           (x-offset 0)
1132           (y-offset 0)
1133           (images "creatures/dispenser/broken.png"))
1134        (action
1135           (name "working-right")
1136           (x-offset 0)
1137           (y-offset 0)
1138           (mirror-action "working-left"))
1139        (action
1140           (name "broken-right")
1141           (x-offset 0)
1142           (y-offset 0)
1143           (mirror-action "broken-left")))
1144
1145    
1146    ; MrRocket
1147    (sprite (name "mrrocket")
1148        (action
1149          (name "left")
1150          (fps 15.0)
1151          (x-offset 3)
1152          (y-offset 12)
1153          (images "creatures/mr_rocket/flying-0.png"
1154                  "creatures/mr_rocket/flying-1.png"
1155                  "creatures/mr_rocket/flying-2.png"
1156                  "creatures/mr_rocket/flying-1.png"))
1157
1158        (action
1159          (name "right")
1160          (fps 10.0)
1161          (x-offset 7)
1162          (y-offset 12)
1163          (mirror-action "left"))
1164        
1165        (action
1166          (name "squished-left")
1167          (x-offset 7)
1168          (y-offset 0)
1169          (images "creatures/mr_rocket/squished.png"))
1170
1171        (action
1172          (name "squished-right")
1173          (x-offset 7)
1174          (y-offset 0)
1175          (mirror-action "squished-left"))
1176        
1177        (action
1178          (name "collision-left")
1179          (x-offset 3)
1180          (y-offset 12)
1181          (images "creatures/mr_rocket/collision.png"))
1182
1183        (action
1184          (name "collision-right")
1185          (x-offset 3)
1186          (y-offset 12)
1187          (mirror-action "squished-left")))
1188    
1189    (sprite (name "rocketexplosion")     
1190        (action
1191          (name "explosion-left")
1192          (fps 15.0)
1193          (x-offset 0)
1194          (y-offset 32)
1195          (images "creatures/mr_rocket/explosion-0.png"
1196                  "creatures/mr_rocket/explosion-1.png"))
1197        (action
1198          (name "explosion-right")
1199          (fps 15.0)
1200          (x-offset 0)
1201          (y-offset 32)
1202          (mirror-action "explosion-left")))
1203    
1204    ; Dummyguy
1205    (sprite (name "dummyguy")
1206        (action
1207          (name "left")
1208          (fps 6)
1209          (x-offset 0)
1210          (y-offset 40)
1211          (images "creatures/nolok/walk-0.png"
1212                  "creatures/nolok/walk-1.png"
1213                  "creatures/nolok/walk-2.png"
1214                  "creatures/nolok/walk-3.png"
1215                  "creatures/nolok/walk-4.png"))
1216
1217        (action
1218          (name "right")
1219          (fps 6)
1220          (x-offset 0)
1221          (y-offset 40)
1222          (mirror-action "left"))
1223          
1224        (action
1225          (name "stand")
1226          (x-offset 0)
1227          (y-offset 40)
1228          (images "creatures/nolok/walk-0.png"))
1229          
1230        (action
1231          (name "throw")
1232          (fps 6)
1233          (x-offset 0)
1234          (y-offset 40)
1235          (images "creatures/nolok/throw-0.png"
1236                  "creatures/nolok/throw-1.png"))
1237
1238        (action
1239          (name "jump")
1240          (x-offset 0)
1241          (y-offset 40)
1242          (images "creatures/nolok/jump-0.png"
1243                  "creatures/nolok/jump-1.png"
1244                  "creatures/nolok/jump-2.png"))
1245          
1246        (action
1247          (name "dead")
1248          (x-offset 0)
1249          (y-offset 0)
1250          (images "creatures/dummyguy/dead.png")))
1251
1252
1253   ; MrTree  
1254   (sprite (name "mrtree")
1255       (action
1256         (y-offset -3)
1257         (fps 5)
1258         (name "left")
1259         (images "creatures/mr_tree/walk-left-0.png"
1260                 "creatures/mr_tree/walk-left-1.png"
1261                 "creatures/mr_tree/walk-left-2.png")
1262       )
1263       (action
1264         (y-offset -3)
1265         (fps 5)
1266         (name "right")
1267         (mirror-action "left")
1268       )
1269       (action
1270         (y-offset -3)
1271         (name "small-left")
1272         (images "creatures/mr_tree/small-left-0.png"
1273                 "creatures/mr_tree/small-left-1.png"
1274                 "creatures/mr_tree/small-left-2.png")
1275       )
1276       (action
1277         (y-offset -3)
1278         (name "small-right")
1279         (mirror-action "small-left")
1280       )
1281       (action
1282         (y-offset -6)
1283         (name "squished-left")
1284         (images "creatures/mr_tree/squished-left.png")
1285       )
1286       (action
1287         (y-offset -6)
1288         (name "squished-right")
1289         (mirror-action "squished-left")
1290       )
1291   )
1292
1293  ; PoisonIvy
1294  (sprite (name "poisonivy")
1295        (action
1296          (name "left")
1297          (x-offset 2)
1298          (y-offset 4)
1299          (images "creatures/poison_ivy/left-0.png"
1300                  "creatures/poison_ivy/left-1.png"
1301                  "creatures/poison_ivy/left-2.png"))
1302
1303        (action
1304          (name "right")
1305          (x-offset 2)
1306          (y-offset 4)
1307          (mirror-action "left"))
1308        (action
1309          (name "squished-left")
1310          (x-offset 1)
1311          (y-offset -19)
1312          (images "creatures/poison_ivy/squished.png"))
1313
1314        (action
1315          (name "squished-right")
1316          (x-offset 1)
1317          (y-offset -19)
1318          (mirror-action "squished-left")))
1319
1320 ; Zeekling
1321  (sprite (name "zeekling")
1322        (action
1323          (name "left")
1324          (x-offset 2)
1325          (y-offset 4)
1326          (images "creatures/zeekling/left-0.png"
1327                  "creatures/zeekling/left-1.png"
1328                  "creatures/zeekling/left-2.png"
1329                  "creatures/zeekling/left-3.png"))
1330        (action
1331          (name "right")
1332          (x-offset 2)
1333          (y-offset 4)
1334          (mirror-action "left"))
1335        (action
1336          (name "squished-left")
1337          (x-offset 2)
1338          (y-offset -19)
1339          (images "creatures/zeekling/squished.png"))
1340        (action
1341          (name "squished-right")
1342          (x-offset 2)
1343          (y-offset -19)
1344          (mirror-action "squished-left")))
1345
1346 ; Kugelblitz
1347  (sprite (name "kugelblitz")
1348        (action
1349          (name "falling")
1350          (x-offset 0)
1351          (y-offset 0)
1352          (images "creatures/kugelblitz/falling-0.png"
1353                  "creatures/kugelblitz/falling-1.png"
1354                  "creatures/kugelblitz/falling-2.png"))
1355        (action
1356          (name "flying")
1357          (x-offset 0)
1358          (y-offset 0)
1359          (images "creatures/kugelblitz/flying-0.png"
1360                  "creatures/kugelblitz/flying-1.png"
1361                  "creatures/kugelblitz/flying-2.png"))
1362
1363        (action
1364          (name "pop")
1365          (x-offset 0)
1366          (y-offset 0)
1367          (fps 20)
1368          (images "creatures/kugelblitz/pop-0.png"
1369                  "creatures/kugelblitz/pop-1.png"
1370                  "creatures/kugelblitz/pop-2.png"
1371                  "creatures/kugelblitz/pop-3.png"))
1372  )
1373          
1374 ;; Game elements follow
1375           
1376  (sprite (name "egg")
1377        (action
1378          (images "powerups/egg/egg.png")))
1379  (sprite (name "1up")
1380        (action
1381          (images "powerups/1up/1up.png")))
1382  (sprite (name "star")
1383        (action
1384          (images "powerups/star/star-0.png"
1385                  "powerups/star/star-1.png"
1386                  "powerups/star/star-2.png"
1387                  "powerups/star/star-3.png"
1388                  "powerups/star/star-4.png"
1389                  "powerups/star/star-3.png"
1390                  "powerups/star/star-2.png"
1391                  "powerups/star/star-1.png")))
1392  (sprite (name "fireflower")
1393        (action
1394          (images "powerups/fire_flower/fire_flower-0.png"
1395                  "powerups/fire_flower/fire_flower-1.png"
1396                  "powerups/fire_flower/fire_flower-2.png"
1397                  "powerups/fire_flower/fire_flower-3.png"
1398                  "powerups/fire_flower/fire_flower-2.png"
1399                  "powerups/fire_flower/fire_flower-1.png")))
1400  (sprite (name "iceflower")
1401        (action
1402          (images "powerups/ice_flower/ice_flower-0.png"
1403                  "powerups/ice_flower/ice_flower-1.png"
1404                  "powerups/ice_flower/ice_flower-2.png")))
1405
1406  (sprite (name "firebullet")
1407        (action
1408          (x-offset 12)
1409          (x-offset 12)
1410          (fps 20)
1411          (images "objects/bullets/fire_bullet-0.png"
1412                  "objects/bullets/fire_bullet-1.png"
1413                  "objects/bullets/fire_bullet-2.png"
1414                  "objects/bullets/fire_bullet-3.png")))
1415  (sprite (name "icebullet")
1416        (action
1417          (x-offset 12)
1418          (x-offset 12)
1419          (fps 20)
1420          (images "objects/bullets/ice_bullet.png")))
1421
1422 ;; Game Objects follow
1423
1424   ; Trampoline
1425   (sprite (name "trampoline")
1426        (action
1427          (x-offset 0)
1428          (y-offset 0)
1429          (images "objects/trampoline/trampoline1-0.png"
1430                  "objects/trampoline/trampoline1-1.png"
1431                  "objects/trampoline/trampoline1-2.png"
1432                  "objects/trampoline/trampoline1-3.png")))
1433
1434   ; Flying platform
1435   (sprite (name "platform")
1436        (action
1437          (name "flying")
1438          (x-offset 0)
1439          (y-offset 0)
1440          (images "objects/flying_platform/flying_platform-0.png"
1441                  "objects/flying_platform/flying_platform-1.png"
1442                  "objects/flying_platform/flying_platform-2.png"
1443                  "objects/flying_platform/flying_platform-3.png")
1444        )
1445        (action
1446          (name "block1")
1447          (x-offset 0)
1448          (y-offset 0)
1449          (images "tiles/blocks/block1.png")
1450        )
1451        (action
1452          (name "block2")
1453          (x-offset 0)
1454          (y-offset 0)
1455          (images "tiles/blocks/block2.png")
1456        )
1457        (action
1458          (name "block3")
1459          (x-offset 0)
1460          (y-offset 0)
1461          (images "tiles/blocks/block3.png")
1462        )
1463        (action
1464          (name "block4")
1465          (x-offset 0)
1466          (y-offset 0)
1467          (images "tiles/blocks/block4.png")
1468        )
1469   )
1470   ; Door
1471   (sprite (name "door")
1472        (action
1473           (name "normal")
1474           (x-offset 0)
1475           (y-offset 0)
1476           (images "objects/door/door-0.png"))
1477        (action
1478           (name "open")
1479           (x-offset 0)
1480           (y-offset 0)
1481           (images "objects/door/door-0.png"
1482                   "objects/door/door-1.png"
1483                   "objects/door/door-2.png"
1484                   "objects/door/door-3.png"
1485                   "objects/door/door-4.png"
1486                   "objects/door/door-5.png"
1487                   "objects/door/door-6.png"
1488                   "objects/door/door-7.png"
1489                   "objects/door/door-6.png"
1490                   "objects/door/door-5.png"
1491                   "objects/door/door-4.png"
1492                   "objects/door/door-3.png"
1493                   "objects/door/door-2.png"
1494                   "objects/door/door-1.png"
1495                   "objects/door/door-0.png"))
1496   )
1497
1498   ; coin
1499   (sprite (name "coin")
1500       (action 
1501           (name "normal")
1502           (images "objects/coin/coin-0.png"
1503                   "objects/coin/coin-1.png"
1504                   "objects/coin/coin-2.png"
1505                   "objects/coin/coin-3.png"
1506                   "objects/coin/coin-4.png"
1507                   "objects/coin/coin-5.png"
1508                   "objects/coin/coin-6.png"
1509                   "objects/coin/coin-7.png"))
1510       (action
1511           (name "still")
1512           (images "objects/coin/coin-0.png"))
1513   )
1514
1515   (sprite (name "bonusblock")
1516       (action
1517          (fps 15)
1518          (name "normal")
1519          (images "objects/bonus_block/full-0.png"
1520                  "objects/bonus_block/full-1.png"
1521                  "objects/bonus_block/full-2.png"
1522                  "objects/bonus_block/full-3.png"
1523                  "objects/bonus_block/full-4.png"
1524                  "objects/bonus_block/full-2.png"
1525                  "objects/bonus_block/full-1.png"
1526                  "objects/bonus_block/full-0.png"
1527                  "objects/bonus_block/full-0.png"
1528                  "objects/bonus_block/full-0.png"
1529                  ))
1530       (action
1531          (name "empty")
1532          (images "objects/bonus_block/empty.png"))
1533   )
1534
1535   (sprite (name "brick")
1536       (action 
1537         (name "empty")
1538         (images "objects/bonus_block/empty.png"))
1539       (action 
1540         (name "normal")
1541         (images "tiles/blocks/brick0.png"))
1542   )
1543
1544   (sprite (name "icedbrick")
1545       (action 
1546         (name "empty")
1547         (images "objects/bonus_block/empty.png"))
1548       (action 
1549         (name "normal")
1550         (images "tiles/blocks/brick1.png"))
1551   )
1552
1553   (sprite (name "infoblock")
1554     (action
1555       (name "default")
1556       (images "objects/bonus_block/info_block.png")
1557     )
1558   )
1559
1560   (sprite (name "rock")
1561       (action
1562         (name "normal")
1563         (images "tiles/blocks/block11.png"))
1564   )
1565
1566   (sprite (name "invisibleblock")
1567       (action
1568         (name "empty")
1569         (images "objects/bonus_block/empty.png"))
1570   )                                        
1571
1572   ; Stomp
1573   (sprite (name "stomp")
1574        (action
1575           (x-offset 0)
1576           (y-offset 0)
1577           (images "objects/particles/stomp.png")
1578   ))
1579
1580   (sprite (name "bell")
1581        (action
1582           (name "normal")
1583           (x-offset 0)
1584           (y-offset 0)
1585           (images "objects/bell/bell-m.png")
1586        )
1587        (action
1588          (name "ringing")
1589          (images 
1590            "objects/bell/bell-l_0.png"
1591            "objects/bell/bell-l.png"
1592            "objects/bell/bell-l_0.png"
1593            "objects/bell/bell-m.png"
1594            "objects/bell/bell-r_0.png"
1595            "objects/bell/bell-r.png"
1596            "objects/bell/bell-r_0.png"
1597            "objects/bell/bell-m.png"
1598          )
1599        )
1600   )
1601   
1602   (sprite (name "unstable_tile")
1603     (action
1604       (images "objects/unstable_tile/unstable_tile.png"))
1605   )
1606   
1607   (sprite (name "rainsplash")
1608     (action
1609       (fps 20)
1610       (images "objects/particles/rainsplash-1.png"
1611               "objects/particles/rainsplash-2.png"
1612               "objects/particles/rainsplash-3.png"
1613               "objects/particles/rainsplash-4.png")
1614     )
1615   )
1616   (sprite (name "rainsplash-vertical")
1617     (action
1618       (fps 20)
1619       (images "objects/particles/rainsplash-vertical-1.png"
1620               "objects/particles/rainsplash-vertical-2.png"
1621               "objects/particles/rainsplash-vertical-3.png"
1622               "objects/particles/rainsplash-vertical-4.png")
1623     )
1624   )
1625   
1626   (sprite (name "worldmaptux")
1627     (action
1628       (name "small")
1629       (y-offset 10) 
1630       (images "worldmap/common/smalltux.png")
1631     )
1632     (action
1633       (name "large")
1634       (y-offset 10) 
1635       (images "worldmap/common/tux.png")
1636     )
1637     (action
1638       (name "fire")
1639       (y-offset 10) 
1640       (images "worldmap/common/firetux.png")
1641     )
1642   )
1643
1644   (sprite (name "hatch")
1645        (action
1646           (name "normal")
1647           (x-offset 0)
1648           (y-offset 0)
1649           (images "objects/hatch/hatch-0.png"))
1650        (action
1651           (name "open")
1652           (x-offset 0)
1653           (y-offset 0)
1654           (images "objects/hatch/hatch-0.png"
1655                   "objects/hatch/hatch-1.png"
1656                   "objects/hatch/hatch-2.png"
1657                   "objects/hatch/hatch-3.png"
1658                   "objects/hatch/hatch-4.png"
1659                   "objects/hatch/hatch-5.png"))
1660   )
1661
1662   (sprite (name "yeti")
1663     (action
1664       (name "right")
1665       (images "creatures/yeti/yeti_b.png")
1666     )
1667     (action
1668       (name "left")
1669       (mirror-action "right")
1670     )
1671   )
1672
1673   (sprite
1674     (name "red-potion")
1675     (action
1676       (name "default")
1677       (images "powerups/potions/red-potion.png")
1678     )
1679   )
1680
1681   (sprite
1682     (name "blue-potion")
1683     (action
1684       (name "default")
1685       (images "powerups/potions/blue-potion.png")
1686     )
1687   )
1688   
1689   (sprite
1690     (name "eat-me")
1691     (action
1692       (name "default")
1693       (images "tiles/doodads/platter.png")
1694     )
1695   )
1696   (sprite
1697     (name "key-brass")
1698     (action
1699       (name "default")
1700       (images "objects/keys/key_brass.png")
1701     )
1702    (action
1703       (name "display")
1704       (images "objects/keys/display_brass.png")
1705     )
1706    (action
1707       (name "outline")
1708       (images "objects/keys/outline_brass.png")
1709     )
1710
1711   )
1712   (sprite
1713     (name "key-iron")
1714     (action
1715       (name "default")
1716       (images "objects/keys/key_iron.png")
1717     )
1718    (action
1719       (name "display")
1720       (images "objects/keys/display_iron.png")
1721     )
1722     (action
1723       (name "outline")
1724       (images "objects/keys/outline_iron.png")
1725     )
1726   )
1727   (sprite
1728     (name "key-bronze")
1729     (action
1730       (name "default")
1731       (images "objects/keys/key_bronze.png")
1732     )
1733    (action
1734       (name "display")
1735       (images "objects/keys/display_bronze.png")
1736     )
1737     (action
1738       (name "outline")
1739       (images "objects/keys/outline_bronze.png")
1740     )
1741   )
1742   (sprite
1743     (name "key-silver")
1744     (action
1745       (name "default")
1746       (images "objects/keys/key_silver.png")
1747     )
1748    (action
1749       (name "display")
1750       (images "objects/keys/display_silver.png")
1751     )
1752     (action
1753       (name "outline")
1754       (images "objects/keys/outline_silver.png")
1755     )
1756   )
1757   (sprite
1758     (name "key-gold")
1759     (action
1760       (name "default")
1761       (images "objects/keys/key_gold.png")
1762     )
1763    (action
1764       (name "display")
1765       (images "objects/keys/display_gold.png")
1766     )
1767     (action
1768       (name "outline")
1769       (images "objects/keys/outline_gold.png")
1770     )
1771   )
1772 )
1773