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