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