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