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