Fixed small Tux standing images used.
[supertux.git] / data / images / supertux.strf
1 ;; -*- mode: scheme; -*-
2 (supertux-resources
3
4 ; Small Tux sprite
5  (sprite
6 ;; Small Tux arms
7        (name "small-tux-arms")
8        (action
9          (name "walk")
10          (fps 15.0)
11          (x-offset 5)
12          (y-offset 14)
13          (images "shared/smalltux/arms-walk-0.png"
14                  "shared/smalltux/arms-walk-1.png"
15                  "shared/smalltux/arms-walk-2.png"
16                  "shared/smalltux/arms-walk-3.png"
17                  "shared/smalltux/arms-walk-4.png"
18                  "shared/smalltux/arms-walk-5.png"
19                  "shared/smalltux/arms-walk-6.png"
20                  "shared/smalltux/arms-walk-7.png"))
21
22        (action
23          (name "stand")
24          (fps 15.0)
25          (x-offset 5)
26          (y-offset 14)
27          (images "shared/smalltux/arms-walk-5.png"))
28
29        (action
30          (name "jump")
31          (fps 15.0)
32          (x-offset 5)
33          (y-offset 14)
34          (images "shared/smalltux/arms-jump-0.png"))
35
36        (action
37          (name "skid")
38          (x-offset 6)
39          (y-offset 15)
40          (images "shared/smalltux/arms-skid-0.png"))
41
42        (action
43          (name "kick")
44          (x-offset 5)
45          (y-offset 14)
46          (images "shared/smalltux/arms-kick-0.png"))
47
48 ; Grabbing is arms specific!
49        (action 
50          (name "grab")
51          (x-offset 5)
52          (y-offset 14)
53          (images "shared/bigtux/arms-grab-0.png")))
54
55 ;; Small Tux Body
56  (sprite
57        (name "small-tux-body")
58        (action
59          (name "walk")
60          (fps 15.0)
61          (x-offset 5)
62          (y-offset 14)
63          (images "shared/smalltux/body-walk-0.png"
64                  "shared/smalltux/body-walk-1.png"
65                  "shared/smalltux/body-walk-2.png"
66                  "shared/smalltux/body-walk-3.png"
67                  "shared/smalltux/body-walk-4.png"
68                  "shared/smalltux/body-walk-5.png"
69                  "shared/smalltux/body-walk-6.png"
70                  "shared/smalltux/body-walk-7.png"))
71
72        (action
73          (name "stand")
74          (fps 15.0)
75          (x-offset 5)
76          (y-offset 14)
77          (images "shared/smalltux/body-walk-5.png"))
78
79        (action
80          (name "jump")
81          (fps 15.0)
82          (x-offset 5)
83          (y-offset 14)
84          (images "shared/smalltux/body-jump-0.png"))
85
86        (action
87          (name "skid")
88          (x-offset 6)
89          (y-offset 15)
90          (images "shared/smalltux/body-skid-0.png"))
91
92        (action
93          (name "kick")
94          (x-offset 5)
95          (y-offset 14)
96          (images "shared/smalltux/body-kick-0.png")))
97
98 ; End of Small Tux sprite
99
100 ; Big Tux (no power) sprite
101  (sprite
102 ;; Big Tux arms
103        (name "big-tux-arms")
104
105        (action
106          (name "walk")
107          (fps 15.0)
108          (x-offset 5)
109          (y-offset 32)
110          (images "shared/bigtux/arms-walk-0.png"
111                  "shared/bigtux/arms-walk-1.png"
112                  "shared/bigtux/arms-walk-2.png"
113                  "shared/bigtux/arms-walk-3.png"
114                  "shared/bigtux/arms-walk-4.png"
115                  "shared/bigtux/arms-walk-5.png"))
116
117        (action
118          (name "stand")
119          (fps 15.0)
120          (x-offset 5)
121          (y-offset 32)
122          (images "shared/bigtux/arms-stand-0.png"))
123
124        (action
125          (name "jump")
126          (fps 15.0)
127          (x-offset 5)
128          (y-offset 30)
129          (images "shared/bigtux/arms-jump-0.png"))
130
131        (action
132          (name "skid")
133          (x-offset 6)
134          (y-offset 31)
135          (images "shared/bigtux/arms-skid-0.png"))
136
137        (action
138          (name "kick")
139          (x-offset 5)
140          (y-offset 32)
141          (images "shared/bigtux/arms-stand-0.png"))
142
143        (action
144          (name "buttjump")
145          (x-offset 5)
146          (y-offset 32)
147          (images "shared/bigtux/arms-stand-0.png"))
148
149 ; Grabbing is arms specific!
150        (action 
151          (name "grab")
152          (x-offset 5)
153          (y-offset 32)
154          (images "shared/bigtux/arms-grab-0.png"))
155
156        (action
157          (name "duck+grab")
158          (x-offset 5)
159          (y-offset 32)
160          (images "shared/bigtux/arms-duck+grab-0.png")))
161
162 ;; Big Tux Head
163  (sprite
164        (name "big-tux-head")
165        (action
166          (name "walk")
167          (fps 15.0)
168          (x-offset 5)
169          (y-offset 32)
170          (images "shared/bigtux/head-stand-0.png"))
171
172        (action
173          (name "stand")
174          (fps 15.0)
175          (x-offset 5)
176          (y-offset 32)
177          (images "shared/bigtux/head-stand-0.png"))
178
179        (action
180          (name "jump")
181          (fps 15.0)
182          (x-offset 5)
183          (y-offset 30)
184          (images "shared/bigtux/head-stand-0.png"))
185
186        (action
187          (name "duck")
188          (fps 15.0)
189          (x-offset 5)
190          (y-offset 30)
191          (images "shared/bigtux/head-duck-0.png"))
192
193        (action
194          (name "skid")
195          (x-offset 6)
196          (y-offset 31)
197          (images "shared/bigtux/head-skid-0.png"))
198
199        (action
200          (name "kick")
201          (x-offset 5)
202          (y-offset 32)
203          (images "shared/bigtux/head-stand-0.png"))
204
205        (action
206          (name "buttjump")
207          (x-offset 5)
208          (y-offset 32)
209          (images "shared/bigtux/head-stand-0.png"))
210
211        (action
212          (name "idle")
213          (fps 1.0)
214          (x-offset 6)
215          (y-offset 31)
216          (images "shared/bigtux/head-idle-blink-0.png"
217                  "shared/bigtux/head-idle-blink-1.png")))
218
219
220 ;; Big Tux Body
221  (sprite
222        (name "big-tux-body")
223        (action
224          (name "walk")
225          (fps 15.0)
226          (x-offset 5)
227          (y-offset 32)
228          (images "shared/bigtux/body-stand-0.png"))
229
230        (action
231          (name "stand")
232          (fps 15.0)
233          (x-offset 5)
234          (y-offset 32)
235          (images "shared/bigtux/body-stand-0.png"))
236
237        (action
238          (name "jump")
239          (fps 15.0)
240          (x-offset 5)
241          (y-offset 30)
242          (images "shared/bigtux/body-stand-0.png"))
243
244        (action
245          (name "duck")
246          (fps 15.0)
247          (x-offset 5)
248          (y-offset 30)
249          (images "shared/bigtux/body-duck-0.png"))
250
251        (action
252          (name "skid")
253          (x-offset 6)
254          (y-offset 31)
255          (images "shared/bigtux/body-skid-0.png"))
256
257        (action
258          (name "kick")
259          (x-offset 5)
260          (y-offset 32)
261          (images "shared/bigtux/body-stand-0.png"))
262
263        (action
264          (name "buttjump")
265          (x-offset 5)
266          (y-offset 32)
267          (images "shared/bigtux/body-stand-0.png")))
268
269 ;; Big Tux Feet
270  (sprite
271        (name "big-tux-feet")
272        (action
273          (name "walk")
274          (fps 15.0)
275          (x-offset 5)
276          (y-offset 32)
277          (images "shared/bigtux/feet-walk-0.png"
278                  "shared/bigtux/feet-walk-1.png"
279                  "shared/bigtux/feet-walk-2.png"
280                  "shared/bigtux/feet-walk-3.png"
281                  "shared/bigtux/feet-walk-4.png"
282                  "shared/bigtux/feet-walk-5.png"))
283
284        (action
285          (name "stand")
286          (fps 15.0)
287          (x-offset 5)
288          (y-offset 32)
289          (images "shared/bigtux/feet-stand-0.png"))
290
291        (action
292          (name "jump")
293          (fps 15.0)
294          (x-offset 5)
295          (y-offset 30)
296          (images "shared/bigtux/feet-jump-0.png"))
297
298        (action
299          (name "duck")
300          (fps 15.0)
301          (x-offset 5)
302          (y-offset 30)
303          (images "shared/bigtux/feet-duck-0.png"))
304
305        (action
306          (name "skid")
307          (x-offset 6)
308          (y-offset 31)
309          (images "shared/bigtux/feet-skid-0.png"))
310
311        (action
312          (name "kick")
313          (x-offset 5)
314          (y-offset 32)
315          (images "shared/bigtux/feet-kick-0.png"))
316
317        (action
318          (name "buttjump")
319          (x-offset 5)
320          (y-offset 32)
321          (images "shared/bigtux/feet-buttjump-0.png")))
322
323 ; End of Big Tux (no power) sprite
324
325 ; Big Fire Tux sprite
326  ;; Big Tux Head
327  (sprite
328        (name "big-fire-tux-head")
329        (action
330          (name "walk")
331          (fps 15.0)
332          (x-offset 5)
333          (y-offset 32)
334          (images "shared/bigtux/head-fire-stand-0.png"))
335
336        (action
337          (name "stand")
338          (fps 15.0)
339          (x-offset 5)
340          (y-offset 32)
341          (images "shared/bigtux/head-fire-stand-0.png"))
342
343        (action
344          (name "jump")
345          (fps 15.0)
346          (x-offset 5)
347          (y-offset 30)
348          (images "shared/bigtux/head-fire-stand-0.png"))
349
350        (action
351          (name "duck")
352          (fps 15.0)
353          (x-offset 5)
354          (y-offset 30)
355          (images "shared/bigtux/head-fire-stand-0.png"))
356
357        (action
358          (name "skid")
359          (x-offset 6)
360          (y-offset 31)
361          (images "shared/bigtux/head-skid-0.png"))
362
363        (action
364          (name "kick")
365          (x-offset 5)
366          (y-offset 32)
367          (images "shared/bigtux/head-fire-stand-0.png"))
368
369        (action
370          (name "buttjump")
371          (x-offset 5)
372          (y-offset 32)
373          (images "shared/bigtux/head-fire-stand-0.png"))
374
375        (action
376          (name "idle")
377          (fps 1.0)
378          (x-offset 6)
379          (y-offset 31)
380          (images "shared/bigtux/head-idle-blink-0.png"
381                  "shared/bigtux/head-idle-blink-1.png")))
382
383 ; End of Big Fire Tux sprite
384
385
386  (sprite (name "smalltux-gameover")
387        (action
388          (fps 10.0)
389          (x-offset 13)
390          (y-offset 6)
391          (images "shared/smalltux/gameover-0.png"
392                  "shared/smalltux/gameover-1.png")))
393
394  (sprite (name "smalltux-star")
395        (action
396          (x-offset 5)
397          (y-offset 15)
398          (images "shared/smalltux/extra-star-0.png"
399                  "shared/smalltux/extra-star-1.png"
400                  "shared/smalltux/extra-star-2.png")))
401
402  (sprite (name "bigtux-star")
403        (action
404          (x-offset 8)
405          (y-offset 8)
406          (images "shared/bigtux/extra-star-0.png"
407                  "shared/bigtux/extra-star-1.png"
408                  "shared/bigtux/extra-star-2.png")))
409
410 ;   ;; Growing Tux animation
411 ;  (sprite (name "tux-grow-left")
412 ;        (action
413 ;          (fps 4.0)
414 ;          (x-offset 6)
415 ;          (y-offset 2)
416 ;          (images "shared/tux-grow-left-1.png"
417 ;                  "shared/tux-grow-left-2.png"
418 ;                  "shared/tux-grow-left-3.png"
419 ;                  "shared/tux-grow-left-4.png"
420 ;                  "shared/tux-grow-left-5.png"
421 ;                  "shared/tux-grow-left-6.png"
422 ;                  "shared/tux-grow-left-7.png")))
423
424 ;  (sprite (name "tux-grow-right")
425 ;        (action
426 ;          (fps 4.0)
427 ;          (x-offset 6)
428 ;          (y-offset 2)
429 ;          (images "shared/tux-grow-right-1.png"
430 ;                  "shared/tux-grow-right-2.png"
431 ;                  "shared/tux-grow-right-3.png"
432 ;                  "shared/tux-grow-right-4.png"
433 ;                  "shared/tux-grow-right-5.png"
434 ;                  "shared/tux-grow-right-6.png"
435 ;                  "shared/tux-grow-right-7.png")))
436
437
438  ;; Laptop
439  (sprite (name "mriceblock-left")
440        (action
441          (x-offset 2)
442          (y-offset 3)
443          (images "shared/mriceblock-left-0.png"
444                  "shared/mriceblock-left-1.png"
445                  "shared/mriceblock-left-2.png"
446                  "shared/mriceblock-left-1.png")))
447
448  (sprite (name "mriceblock-right")
449        (action
450          (x-offset 2)
451          (y-offset 3)
452          (images "shared/mriceblock-right-0.png"
453                  "shared/mriceblock-right-1.png"
454                  "shared/mriceblock-right-2.png"
455                  "shared/mriceblock-right-1.png")))
456
457  (sprite (name "mriceblock-falling-right")
458        (action
459          (x-offset 2)
460          (y-offset 3)
461          (images "shared/mriceblock-flat-right.png")))
462
463  (sprite (name "mriceblock-falling-left")
464        (action
465          (x-offset 2)
466          (y-offset 3)
467          (images "shared/mriceblock-flat-left.png")))
468  
469  (sprite (name "mriceblock-flat-left")
470        (action
471          (x-offset 2)
472          (y-offset 3)
473          (images "shared/mriceblock-flat-left.png")))
474
475  (sprite (name "mriceblock-flat-right")
476        (action
477          (x-offset 2)
478          (y-offset 3)
479          (images "shared/mriceblock-flat-right.png")))
480
481 ; (sprite (name "mriceblock-falling-left")
482 ;         (images "shared/mriceblock-falling-left.png")))
483
484 ; (sprite (name "mriceblock-falling-right")
485 ;         (images "shared/mriceblock-falling-right.png")))
486
487  (sprite (name "snowball-squished-left")
488        (action
489          (x-offset 1)
490          (y-offset -19)
491          (images "shared/snowball-squished-left.png")))
492
493  (sprite (name "snowball-squished-right")
494        (action
495          (x-offset 1)
496          (y-offset -19)
497          (images "shared/snowball-squished-right.png")))
498
499  (sprite (name "jumpy-left-up")
500        (action
501          (x-offset 7)
502          (y-offset 8)
503          (images "shared/jumpy-left-up-0.png")))
504  (sprite (name "jumpy-left-down")
505        (action
506          (x-offset 7)
507          (y-offset 8)
508          (images "shared/jumpy-left-down-0.png")))
509  (sprite (name "jumpy-left-middle")
510        (action
511          (x-offset 7)
512          (y-offset 8)
513          (images "shared/jumpy-left-middle-0.png")))
514  (sprite (name "jumpy-left-iced")
515        (action
516          (x-offset 7)
517          (y-offset 8)
518          (images "shared/jumpy-iced-left-up-0.png")))
519
520  (sprite (name "mrbomb-left")
521        (action
522          (fps 10.0)
523          (x-offset 3)
524          (y-offset 12)
525          (images "shared/mrbomb-left-0.png"
526                  "shared/mrbomb-left-1.png"
527                  "shared/mrbomb-left-2.png"
528                  "shared/mrbomb-left-3.png")))
529
530  (sprite (name "mrbomb-right")
531        (action
532          (fps 10.0)
533          (x-offset 7)
534          (y-offset 12)
535          (images "shared/mrbomb-right-0.png"
536                  "shared/mrbomb-right-1.png"
537                  "shared/mrbomb-right-2.png"
538                  "shared/mrbomb-right-3.png")))
539  (sprite (name "mrbomb-iced-left")
540        (action
541          (x-offset 3)
542          (y-offset 12)
543          (images "shared/mrbomb-iced-left-0.png")))
544
545  (sprite (name "mrbomb-iced-right")
546        (action
547          (x-offset 7)
548          (y-offset 12)
549          (images "shared/mrbomb-iced-right-0.png")))
550  
551
552  (sprite (name "mrbomb-ticking-left")
553        (action
554          (fps 15.0)
555          (x-offset 3)
556          (y-offset 8)
557          (images "shared/mrbombx-left-0.png"
558                  "shared/mrbombx-left-1.png")))
559
560  (sprite (name "mrbomb-ticking-right")
561        (action
562          (fps 15.0)
563          (x-offset 255)
564          (y-offset 8)
565          (images "shared/mrbombx-right-0.png"
566                  "shared/mrbombx-right-1.png")))
567
568  (sprite (name "mrbomb-explosion")
569        (action
570          (fps 15.0)
571          (x-offset 32)
572          (y-offset 32)
573          (images "shared/mrbomb-explosion.png"
574                  "shared/mrbomb-explosion-1.png")))
575
576  (sprite (name "stalactite")
577        (action
578          (x-offset 0)
579          (y-offset 0)
580          (images "shared/stalactite.png")))
581
582  (sprite (name "stalactite-broken")
583        (action
584          (x-offset 0)
585          (y-offset 16)
586          (images "shared/stalactite-broken.png")))
587
588  (sprite (name "flame")
589        (action
590          (images "shared/flame-0.png"
591                  "shared/flame-1.png")))
592
593  (sprite (name "fish")
594        (action
595          (x-offset 2)
596          (y-offset 3)
597          (images "shared/fish-left-0.png"
598                  "shared/fish-left-1.png")))
599
600  (sprite (name "fish-down")
601        (action
602          (x-offset 2)
603          (y-offset 11)
604          (images "shared/fish-down-0.png")))
605
606  (sprite (name "fish-iced")
607        (action
608          (x-offset 2)
609          (y-offset 3)
610          (images "shared/fish-iced-left-0.png")))
611
612  (sprite (name "fish-iced-down")
613        (action
614          (x-offset 2)
615          (y-offset 11)
616          (images "shared/fish-iced-down-0.png")))
617
618  (sprite (name "flamefish")
619        (action
620          (x-offset 2)
621          (y-offset 3)
622          (images "shared/flamefish-left-0.png"
623                  "shared/flamefish-left-1.png")))
624
625  (sprite (name "flamefish-down")
626        (action
627          (x-offset 2)
628          (y-offset 11)
629          (images "shared/flamefish-down-0.png")))
630
631  (sprite (name "bouncingsnowball-left")
632        (action
633          (x-offset 1)
634          (y-offset 0)
635          (images "shared/bouncingsnowball-left-0.png"
636                  "shared/bouncingsnowball-left-1.png"
637                  "shared/bouncingsnowball-left-2.png"
638                  "shared/bouncingsnowball-left-3.png"
639                  "shared/bouncingsnowball-left-4.png"
640                  "shared/bouncingsnowball-left-5.png")))
641
642  (sprite (name "bouncingsnowball-right")
643        (action
644          (x-offset 1)
645          (y-offset 0)
646          (images "shared/bouncingsnowball-right-0.png"
647                  "shared/bouncingsnowball-right-1.png"
648                  "shared/bouncingsnowball-right-2.png"
649                  "shared/bouncingsnowball-right-3.png"
650                  "shared/bouncingsnowball-right-4.png"
651                  "shared/bouncingsnowball-right-5.png")))
652
653  (sprite (name "bouncingsnowball-squished")
654        (action
655          (x-offset 1)
656          (y-offset -19)
657          (images "shared/snowball-squished-left.png")))
658
659  (sprite (name "flyingsnowball")
660        (action
661          (x-offset 4)
662          (y-offset 3)
663          (images "shared/flyingsnowball-left-0.png"
664                  "shared/flyingsnowball-left-1.png")))
665
666  (sprite (name "flyingsnowball-squished")
667        (action
668          (x-offset 4)
669          (y-offset -12)
670          (images "shared/flyingsnowball-squished-left.png")))
671
672  (sprite (name "spiky-left")
673        (action
674          (x-offset 6)
675          (y-offset 255)
676          (images "shared/spiky-left-0.png"
677                  "shared/spiky-left-1.png"
678                  "shared/spiky-left-2.png")))
679  (sprite (name "spiky-right")
680        (action
681          (x-offset 6)
682          (y-offset 255)
683          (images "shared/spiky-right-0.png"
684                  "shared/spiky-right-1.png"
685                  "shared/spiky-right-2.png")))
686  (sprite (name "spiky-iced-left")
687        (action
688          (x-offset 6)
689          (y-offset 255)
690          (images "shared/spiky-iced-left-0.png")))
691  (sprite (name "spiky-iced-right")
692        (action
693          (x-offset 6)
694          (y-offset 255)
695          (images "shared/spiky-iced-right-0.png")))
696
697  (sprite (name "snowball-left")
698        (action
699          (x-offset 2)
700          (y-offset 4)
701          (images "shared/snowball-left-0.png"
702                  "shared/snowball-left-1.png"
703                  "shared/snowball-left-2.png"
704                  "shared/snowball-left-1.png")))
705
706  (sprite (name "snowball-right")
707        (action
708          (x-offset 2)
709          (y-offset 4)
710          (images "shared/snowball-right-0.png"
711                  "shared/snowball-right-1.png"
712                  "shared/snowball-right-2.png"
713                  "shared/snowball-right-1.png")))
714
715  (sprite (name "egg")
716        (action
717          (images "shared/egg.png")))
718  (sprite (name "1up")
719        (action
720          (images "shared/1up.png")))
721  (sprite (name "star")
722        (action
723          (images "shared/star.png"
724                  "shared/star-1.png"
725                  "shared/star-2.png"
726                  "shared/star-3.png"
727                  "shared/star-4.png"
728                  "shared/star-3.png"
729                  "shared/star-2.png"
730                  "shared/star-1.png")))
731  (sprite (name "fireflower")
732        (action
733          (images "shared/fireflower.png"
734                  "shared/fireflower-1.png"
735                  "shared/fireflower-2.png"
736                  "shared/fireflower-3.png"
737                  "shared/fireflower-2.png"
738                  "shared/fireflower-1.png")))
739  (sprite (name "iceflower")
740        (action
741          (images "shared/iceflower-1.png"
742                  "shared/iceflower-2.png"
743                  "shared/iceflower-3.png")))
744
745  (sprite (name "firebullet")
746        (action
747          (x-offset 12)
748          (x-offset 12)
749          (fps 255)
750          (images "shared/firebullet-1.png"
751                  "shared/firebullet-2.png"
752                  "shared/firebullet-3.png"
753                  "shared/firebullet-4.png")))
754  (sprite (name "icebullet")
755        (action
756          (x-offset 12)
757          (x-offset 12)
758          (fps 255)
759          (images "shared/icebullet-1.png")))
760   ; Trampoline
761   (sprite (name "trampoline")
762        (action
763          (x-offset 0)
764          (y-offset 0)
765          (images "shared/trampoline-1.png"
766                  "shared/trampoline-2.png"
767                  "shared/trampoline-3.png"
768                  "shared/trampoline-4.png")))
769
770   ; Flying platform
771   (sprite (name "flying_platform")
772        (action
773          (x-offset 0)
774          (y-offset 0)
775          (images "shared/flying_platform-1.png"
776                  "shared/flying_platform-2.png"
777                  "shared/flying_platform-3.png"
778                  "shared/flying_platform-4.png")))
779
780   ; Wingling
781   (sprite (name "wingling-left")
782        (action
783           (x-offset 0)
784           (y-offset 0)
785           (images "shared/wingling-1.png")))
786
787   ; Walkingtree
788   (sprite (name "walkingtree-left")
789        (action
790           (x-offset 0)
791           (y-offset 0)
792           (images "shared/walkingtree-left-1.png")))
793   (sprite (name "walkingtree-left-small")
794        (action
795           (x-offset 0)
796           (y-offset 0)
797           (images "shared/walkingtree-left-small-1.png")))
798
799   ; Door
800   (sprite (name "door")
801        (action
802           (x-offset 0)
803           (y-offset 64)
804           (images "shared/door-1.png")
805   ))
806 ;   (sprite (name "openingdoor")
807 ;        (action
808 ;           (x-offset 0)
809 ;           (y-offset 64)
810 ;           (images "shared/door-1.png"
811 ;          "shared/door-2.png"
812 ;          "shared/door-3.png"
813 ;          "shared/door-4.png"
814 ;          "shared/door-5.png"
815 ;          "shared/door-6.png"
816 ;          "shared/door-7.png"
817 ;          "shared/door-8.png"
818 ;          "shared/door-8.png"
819 ;          "shared/door-7.png"
820 ;          "shared/door-6.png"
821 ;          "shared/door-5.png"
822 ;          "shared/door-4.png"
823 ;          "shared/door-3.png"
824 ;          "shared/door-2.png"
825 ;          "shared/door-1.png")
826 ;   ))
827   
828   ; Stomp
829   (sprite (name "stomp")
830        (action
831           (x-offset 0)
832           (y-offset 0)
833           (images "shared/stomp.png")
834   ))
835 )
836
837 ;; EOF ;;