Added entries for separated body parts.
[supertux.git] / data / images / supertux.strf
1 ;; -*- mode: scheme; -*-
2 (supertux-resources
3
4 ; Big Tux (no power) sprite
5  (sprite
6 ;; Big Tux arms
7        (name "big-tux-arms")
8        (action
9          (name "walk-left")
10          (fps 15.0)
11          (x-hotspot 5)
12          (y-hotspot 9)
13          (images "shared/bigtux/arms-walk-left-0.png"
14                  "shared/bigtux/arms-walk-left-1.png"
15                  "shared/bigtux/arms-walk-left-2.png"
16                  "shared/bigtux/arms-walk-left-3.png"
17                  "shared/bigtux/arms-walk-left-4.png"
18                  "shared/bigtux/arms-walk-left-5.png"))
19
20        (action
21          (name "walk-right")
22          (fps 15.0)
23          (x-hotspot 5)
24          (y-hotspot 9)
25          (images "shared/bigtux/arms-walk-right-0.png"
26                  "shared/bigtux/arms-walk-right-1.png"
27                  "shared/bigtux/arms-walk-right-2.png"
28                  "shared/bigtux/arms-walk-right-3.png"
29                  "shared/bigtux/arms-walk-right-4.png"
30                  "shared/bigtux/arms-walk-right-5.png"))
31
32        (action
33          (name "stand-left")
34          (fps 15.0)
35          (x-hotspot 5)
36          (y-hotspot 9)
37          (images "shared/bigtux/arms-stand-left-0.png"))
38
39        (action
40          (name "stand-right")
41          (fps 15.0)
42          (x-hotspot 5)
43          (y-hotspot 9)
44          (images "shared/bigtux/arms-stand-right-0.png"))
45
46        (action
47          (name "jump-left")
48          (fps 15.0)
49          (x-hotspot 5)
50          (y-hotspot 7)
51          (images "shared/bigtux/arms-jump-left-0.png"))
52
53        (action
54          (name "jump-right")
55          (fps 15.0)
56          (x-hotspot 5)
57          (y-hotspot 7)
58          (images "shared/bigtux/arms-jump-right-0.png"))
59
60        (action
61          (name "skid-left")
62          (x-hotspot 6)
63          (y-hotspot 8)
64          (images "shared/bigtux/arms-skid-left-0.png"))
65
66        (action
67          (name "skid-right")
68          (x-hotspot 6)
69          (y-hotspot 8)
70          (images "shared/bigtux/arms-skid-right-0.png"))
71
72        (action
73          (name "kick-left")
74          (x-hotspot 5)
75          (y-hotspot 9)
76          (images "shared/bigtux/arms-stand-left-0.png"))
77
78        (action
79          (name "kick-right")
80          (x-hotspot 5)
81          (y-hotspot 9)
82          (images "shared/bigtux/arms-stand-right-0.png"))
83
84 ; Grabbing is arms specific!
85        (action
86          (name "grab-left")
87          (x-hotspot 5)
88          (y-hotspot 9)
89          (images "shared/bigtux/arms-grab-left-0.png"))
90
91        (action 
92          (name "grab-right")
93          (x-hotspot 5)
94          (y-hotspot 9)
95          (images "shared/bigtux/arms-grab-right-0.png")))
96
97 ;; Big Tux Head
98  (sprite
99        (name "big-tux-head")
100        (action
101          (name "walk-left")
102          (fps 15.0)
103          (x-hotspot 5)
104          (y-hotspot 9)
105          (images "shared/bigtux/head-stand-left-0.png"))
106
107        (action
108          (name "walk-right")
109          (fps 15.0)
110          (x-hotspot 5)
111          (y-hotspot 9)
112          (images "shared/bigtux/head-stand-right-0.png"))
113
114        (action
115          (name "stand-left")
116          (fps 15.0)
117          (x-hotspot 5)
118          (y-hotspot 9)
119          (images "shared/bigtux/head-stand-left-0.png"))
120
121        (action
122          (name "stand-right")
123          (fps 15.0)
124          (x-hotspot 5)
125          (y-hotspot 9)
126          (images "shared/bigtux/head-stand-right-0.png"))
127
128        (action
129          (name "jump-left")
130          (fps 15.0)
131          (x-hotspot 5)
132          (y-hotspot 7)
133          (images "shared/bigtux/head-stand-left-0.png"))
134
135        (action
136          (name "jump-right")
137          (fps 15.0)
138          (x-hotspot 5)
139          (y-hotspot 7)
140          (images "shared/bigtux/head-stand-right-0.png"))
141
142        (action
143          (name "skid-left")
144          (x-hotspot 6)
145          (y-hotspot 8)
146          (images "shared/bigtux/head-skid-left-0.png"))
147
148        (action
149          (name "skid-right")
150          (x-hotspot 6)
151          (y-hotspot 8)
152          (images "shared/bigtux/head-skid-right-0.png"))
153
154        (action
155          (name "kick-left")
156          (x-hotspot 5)
157          (y-hotspot 9)
158          (images "shared/bigtux/head-stand-left-0.png"))
159
160        (action
161          (name "kick-right")
162          (x-hotspot 5)
163          (y-hotspot 9)
164          (images "shared/bigtux/head-stand-right-0.png")))
165
166 ;; Big Tux Body
167  (sprite
168        (name "big-tux-body")
169        (action
170          (name "walk-left")
171          (fps 15.0)
172          (x-hotspot 5)
173          (y-hotspot 9)
174          (images "shared/bigtux/body-stand-left-0.png"))
175
176        (action
177          (name "walk-right")
178          (fps 15.0)
179          (x-hotspot 5)
180          (y-hotspot 9)
181          (images "shared/bigtux/body-stand-right-0.png"))
182
183        (action
184          (name "stand-left")
185          (fps 15.0)
186          (x-hotspot 5)
187          (y-hotspot 9)
188          (images "shared/bigtux/body-stand-left-0.png"))
189
190        (action
191          (name "stand-right")
192          (fps 15.0)
193          (x-hotspot 5)
194          (y-hotspot 9)
195          (images "shared/bigtux/body-stand-right-0.png"))
196
197        (action
198          (name "jump-left")
199          (fps 15.0)
200          (x-hotspot 5)
201          (y-hotspot 7)
202          (images "shared/bigtux/body-stand-left-0.png"))
203
204        (action
205          (name "jump-right")
206          (fps 15.0)
207          (x-hotspot 5)
208          (y-hotspot 7)
209          (images "shared/bigtux/body-stand-right-0.png"))
210
211        (action
212          (name "skid-left")
213          (x-hotspot 6)
214          (y-hotspot 8)
215          (images "shared/bigtux/body-skid-left-0.png"))
216
217        (action
218          (name "skid-right")
219          (x-hotspot 6)
220          (y-hotspot 8)
221          (images "shared/bigtux/body-skid-right-0.png"))
222
223        (action
224          (name "kick-left")
225          (x-hotspot 5)
226          (y-hotspot 9)
227          (images "shared/bigtux/body-stand-left-0.png"))
228
229        (action
230          (name "kick-right")
231          (x-hotspot 5)
232          (y-hotspot 9)
233          (images "shared/bigtux/body-stand-right-0.png")))
234
235 ;; Big Tux Feet
236  (sprite
237        (name "big-tux-feet")
238        (action
239          (name "walk-left")
240          (fps 15.0)
241          (x-hotspot 5)
242          (y-hotspot 9)
243          (images "shared/bigtux/feet-walk-left-0.png"
244                  "shared/bigtux/feet-walk-left-1.png"
245                  "shared/bigtux/feet-walk-left-2.png"
246                  "shared/bigtux/feet-walk-left-3.png"
247                  "shared/bigtux/feet-walk-left-4.png"
248                  "shared/bigtux/feet-walk-left-5.png"))
249
250        (action
251          (name "walk-right")
252          (fps 15.0)
253          (x-hotspot 5)
254          (y-hotspot 9)
255          (images "shared/bigtux/feet-walk-right-0.png"
256                  "shared/bigtux/feet-walk-right-1.png"
257                  "shared/bigtux/feet-walk-right-2.png"
258                  "shared/bigtux/feet-walk-right-3.png"
259                  "shared/bigtux/feet-walk-right-4.png"
260                  "shared/bigtux/feet-walk-right-5.png"))
261
262        (action
263          (name "stand-left")
264          (fps 15.0)
265          (x-hotspot 5)
266          (y-hotspot 9)
267          (images "shared/bigtux/feet-stand-left-0.png"
268                  ))
269
270        (action
271          (name "stand-right")
272          (fps 15.0)
273          (x-hotspot 5)
274          (y-hotspot 9)
275          (images "shared/bigtux/feet-stand-right-0.png"))
276
277        (action
278          (name "jump-left")
279          (fps 15.0)
280          (x-hotspot 5)
281          (y-hotspot 7)
282          (images "shared/bigtux/feet-jump-left-0.png"))
283
284        (action
285          (name "jump-right")
286          (fps 15.0)
287          (x-hotspot 5)
288          (y-hotspot 7)
289          (images "shared/bigtux/feet-jump-right-0.png"))
290
291        (action
292          (name "skid-left")
293          (x-hotspot 6)
294          (y-hotspot 8)
295          (images "shared/bigtux/feet-skid-left-0.png"))
296
297        (action
298          (name "skid-right")
299          (x-hotspot 6)
300          (y-hotspot 8)
301          (images "shared/bigtux/feet-skid-right-0.png"))
302
303        (action
304          (name "kick-left")
305          (x-hotspot 5)
306          (y-hotspot 9)
307          (images "shared/bigtux/feet-kick-left-0.png"))
308
309        (action
310          (name "kick-right")
311          (x-hotspot 5)
312          (y-hotspot 9)
313          (images "shared/bigtux/feet-kick-right-0.png")))
314
315 ; End of Big Tux (no power) sprite
316
317 ; Big Fire Tux sprite
318  ;; Big Tux Head
319  (sprite
320        (name "big-fire-tux-head")
321        (action
322          (name "walk-left")
323          (fps 15.0)
324          (x-hotspot 5)
325          (y-hotspot 9)
326          (images "shared/bigtux/head-fire-stand-left-0.png"))
327
328        (action
329          (name "walk-right")
330          (fps 15.0)
331          (x-hotspot 5)
332          (y-hotspot 9)
333          (images "shared/bigtux/head-fire-stand-right-0.png"))
334
335        (action
336          (name "stand-left")
337          (fps 15.0)
338          (x-hotspot 5)
339          (y-hotspot 9)
340          (images "shared/bigtux/head-fire-stand-left-0.png"))
341
342        (action
343          (name "stand-right")
344          (fps 15.0)
345          (x-hotspot 5)
346          (y-hotspot 9)
347          (images "shared/bigtux/head-fire-stand-right-0.png"))
348
349        (action
350          (name "jump-left")
351          (fps 15.0)
352          (x-hotspot 5)
353          (y-hotspot 7)
354          (images "shared/bigtux/head-fire-stand-left-0.png"))
355
356        (action
357          (name "jump-right")
358          (fps 15.0)
359          (x-hotspot 5)
360          (y-hotspot 7)
361          (images "shared/bigtux/head-fire-stand-right-0.png"))
362
363        (action
364          (name "skid-left")
365          (x-hotspot 6)
366          (y-hotspot 8)
367          (images "shared/bigtux/head-skid-left-0.png"))
368
369        (action
370          (name "skid-right")
371          (x-hotspot 6)
372          (y-hotspot 8)
373          (images "shared/bigtux/head-skid-right-0.png"))
374
375        (action
376          (name "kick-left")
377          (x-hotspot 5)
378          (y-hotspot 9)
379          (images "shared/bigtux/head-fire-stand-left-0.png"))
380
381        (action
382          (name "kick-right")
383          (x-hotspot 5)
384          (y-hotspot 9)
385          (images "shared/bigtux/head-fire-stand-right-0.png")))
386
387 ; End of Big Fire Tux sprite
388
389
390  (sprite (name "smalltux-gameover")
391        (action
392          (fps 10.0)
393          (x-hotspot 13)
394          (y-hotspot 6)
395          (images "shared/smalltux-gameover-0.png"
396                  "shared/smalltux-gameover-1.png")))
397
398  (sprite (name "smalltux-star")
399        (action
400          (x-hotspot 5)
401          (y-hotspot 15)
402          (images "shared/smalltux-star-0.png"
403                  "shared/smalltux-star-1.png"
404                  "shared/smalltux-star-2.png")))
405
406  (sprite (name "bigtux-star")
407        (action
408          (x-hotspot 8)
409          (y-hotspot 8)
410          (images "shared/bigtux-star-0.png"
411                  "shared/bigtux-star-1.png"
412                  "shared/bigtux-star-2.png")))
413
414 ;   ;; Growing Tux animation
415 ;  (sprite (name "tux-grow-left")
416 ;        (action
417 ;          (fps 4.0)
418 ;          (x-hotspot 6)
419 ;          (y-hotspot 2)
420 ;          (images "shared/tux-grow-left-1.png"
421 ;                  "shared/tux-grow-left-2.png"
422 ;                  "shared/tux-grow-left-3.png"
423 ;                  "shared/tux-grow-left-4.png"
424 ;                  "shared/tux-grow-left-5.png"
425 ;                  "shared/tux-grow-left-6.png"
426 ;                  "shared/tux-grow-left-7.png")))
427
428 ;  (sprite (name "tux-grow-right")
429 ;        (action
430 ;          (fps 4.0)
431 ;          (x-hotspot 6)
432 ;          (y-hotspot 2)
433 ;          (images "shared/tux-grow-right-1.png"
434 ;                  "shared/tux-grow-right-2.png"
435 ;                  "shared/tux-grow-right-3.png"
436 ;                  "shared/tux-grow-right-4.png"
437 ;                  "shared/tux-grow-right-5.png"
438 ;                  "shared/tux-grow-right-6.png"
439 ;                  "shared/tux-grow-right-7.png")))
440
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")
753        (action
754          (x-hotspot 0)
755          (y-hotspot 0)
756          (images "shared/trampoline-1.png"
757                  "shared/trampoline-2.png"
758                  "shared/trampoline-3.png"
759                  "shared/trampoline-4.png")))
760
761   ; Flying platform
762   (sprite (name "flying_platform")
763        (action
764          (x-hotspot 0)
765          (y-hotspot 0)
766          (images "shared/flying_platform-1.png"
767                  "shared/flying_platform-2.png"
768                  "shared/flying_platform-3.png"
769                  "shared/flying_platform-4.png")))
770
771   ; Wingling
772   (sprite (name "wingling-left")
773        (action
774           (x-hotspot 0)
775           (y-hotspot 0)
776           (images "shared/wingling-1.png")))
777
778   ; Walkingtree
779   (sprite (name "walkingtree-left")
780        (action
781           (x-hotspot 0)
782           (y-hotspot 0)
783           (images "shared/walkingtree-left-1.png")))
784   (sprite (name "walkingtree-left-small")
785        (action
786           (x-hotspot 0)
787           (y-hotspot 0)
788           (images "shared/walkingtree-left-small-1.png")))
789
790   ; Door
791   (sprite (name "door")
792        (action
793           (x-hotspot 0)
794           (y-hotspot 64)
795           (images "shared/door-1.png")
796   ))
797 ;   (sprite (name "openingdoor")
798 ;        (action
799 ;           (x-hotspot 0)
800 ;           (y-hotspot 64)
801 ;           (images "shared/door-1.png"
802 ;          "shared/door-2.png"
803 ;          "shared/door-3.png"
804 ;          "shared/door-4.png"
805 ;          "shared/door-5.png"
806 ;          "shared/door-6.png"
807 ;          "shared/door-7.png"
808 ;          "shared/door-8.png"
809 ;          "shared/door-8.png"
810 ;          "shared/door-7.png"
811 ;          "shared/door-6.png"
812 ;          "shared/door-5.png"
813 ;          "shared/door-4.png"
814 ;          "shared/door-3.png"
815 ;          "shared/door-2.png"
816 ;          "shared/door-1.png")
817 ;   ))
818   
819   ; Stomp
820   (sprite (name "stomp")
821        (action
822           (x-hotspot 0)
823           (y-hotspot 0)
824           (images "shared/stomp.png")
825   ))
826 )
827
828 ;; EOF ;;