- fixed reset point, well, maybe not sure if this was the cause for being reseted...
[supertux.git] / data / supertux.strf
1 ;; -*- mode: scheme; -*-
2 (supertux-resources
3  ;; Small Tux Walk
4  (sprite (name "smalltux-walk-left")
5          (fps 15.0)
6          (x-hotspot 5)
7          (y-hotspot 9)
8          (images "shared/smalltux-left-1.png"
9                  "shared/smalltux-left-2.png"
10                  "shared/smalltux-left-3.png"
11                  "shared/smalltux-left-4.png"
12                  "shared/smalltux-left-5.png"
13                  "shared/smalltux-left-6.png"
14                  "shared/smalltux-left-7.png"
15                  "shared/smalltux-left-8.png"))
16
17  (sprite (name "smalltux-walk-right")
18          (fps 15.0)
19          (x-hotspot 5)
20          (y-hotspot 9)
21          (images "shared/smalltux-right-1.png"
22                  "shared/smalltux-right-2.png"
23                  "shared/smalltux-right-3.png"
24                  "shared/smalltux-right-4.png"
25                  "shared/smalltux-right-5.png"
26                  "shared/smalltux-right-6.png"
27                  "shared/smalltux-right-7.png"
28                  "shared/smalltux-right-8.png"))
29
30  ;; Small Tux Stand
31  (sprite (name "smalltux-stand-left")
32          (fps 15.0)
33          (x-hotspot 5)
34          (y-hotspot 9)
35          (images "shared/smalltux-left-6.png"
36                  ))
37
38  (sprite (name "smalltux-stand-right")
39          (fps 15.0)
40          (x-hotspot 5)
41          (y-hotspot 9)
42          (images "shared/smalltux-right-6.png"))
43
44  ;; Small Tux Jump
45  (sprite (name "smalltux-jump-left")
46          (fps 15.0)
47          (x-hotspot 5)
48          (y-hotspot 7)
49          (images "shared/smalltux-jump-left.png"
50                  ))
51
52  (sprite (name "smalltux-jump-right")
53          (fps 15.0)
54          (x-hotspot 5)
55          (y-hotspot 7)
56          (images "shared/smalltux-jump-right.png"))
57
58  (sprite (name "smalltux-gameover")
59          (fps 10.0)
60          (x-hotspot 13)
61          (y-hotspot 6)
62          (images "shared/smalltux-gameover-0.png"
63                  "shared/smalltux-gameover-1.png"))
64
65  (sprite (name "smalltux-skid-left")
66          (x-hotspot 6)
67          (y-hotspot 8)
68          (images "shared/smalltux-skid-left.png"))
69
70  (sprite (name "smalltux-skid-right")
71          (x-hotspot 6)
72          (y-hotspot 8)
73          (images "shared/smalltux-skid-right.png"))
74
75  (sprite (name "smalltux-kick-left")
76          (x-hotspot 5)
77          (y-hotspot 9)
78          (images "shared/smalltux-kick-left-0.png"))
79
80  (sprite (name "smalltux-kick-right")
81          (x-hotspot 5)
82          (y-hotspot 9)
83          (images "shared/smalltux-kick-right-0.png"))
84
85  (sprite (name "smalltux-grab-left")
86          (x-hotspot 5)
87          (y-hotspot 9)
88          (images "shared/smalltux-grab-left-0.png"))
89
90  (sprite (name "smalltux-grab-right")
91          (x-hotspot 5)
92          (y-hotspot 9)
93          (images "shared/smalltux-grab-right-0.png"))
94
95  (sprite (name "smalltux-star")
96          (x-hotspot 5)
97          (y-hotspot 15)
98          (images "shared/smalltux-star-0.png"
99                  "shared/smalltux-star-1.png"
100                  "shared/smalltux-star-2.png"
101                  ))
102
103  ;; Large Tux Walk
104  (sprite (name "largetux-walk-left")
105          (x-hotspot 6)
106          (y-hotspot 2)
107          (images "shared/largetux-walk-left-0.png"
108                  "shared/largetux-walk-left-1.png"
109                  "shared/largetux-walk-left-2.png"
110                  "shared/largetux-walk-left-3.png"
111                  "shared/largetux-walk-left-4.png"
112                  "shared/largetux-walk-left-5.png"))
113
114  (sprite (name "largetux-walk-right")
115          (x-hotspot 6)
116          (y-hotspot 2)
117          (images "shared/largetux-walk-right-0.png"
118                  "shared/largetux-walk-right-1.png"
119                  "shared/largetux-walk-right-2.png"
120                  "shared/largetux-walk-right-3.png"
121                  "shared/largetux-walk-right-4.png"
122                  "shared/largetux-walk-right-5.png"))
123
124  (sprite (name "largetux-skid-right")
125          (x-hotspot 8)
126          (y-hotspot 3)
127          (images "shared/largetux-skid-right.png"))
128
129  (sprite (name "largetux-skid-left")
130          (x-hotspot 8)
131          (y-hotspot 3)
132          (images "shared/largetux-skid-left.png"))
133         
134  (sprite (name "largetux-stand-left")
135          (x-hotspot 5)
136          (y-hotspot 1)
137          (images "shared/largetux-stand-left.png"))
138
139  (sprite (name "largetux-stand-right")
140          (x-hotspot 5)
141          (y-hotspot 1)
142          (images "shared/largetux-stand-right.png"))
143
144  (sprite (name "largetux-jump-left")
145          (x-hotspot 9)
146          (y-hotspot 2)
147          (images "shared/largetux-jump-left-0.png"))
148  (sprite (name "largetux-jump-right")
149          (x-hotspot 9)
150          (y-hotspot 2)
151          (images "shared/largetux-jump-right-0.png"))
152
153  (sprite (name "largetux-duck-left")
154          (x-hotspot 6)
155          (y-hotspot 2)
156          (images "shared/tux-duck-left.png"))
157  (sprite (name "largetux-duck-right")
158          (x-hotspot 6)
159          (y-hotspot 2)
160          (images "shared/tux-duck-right.png"))
161
162
163  (sprite (name "largetux-kick-left")
164          (x-hotspot 5)
165          (y-hotspot 1)
166          (images "shared/largetux-kick-left-0.png"))
167
168  (sprite (name "largetux-kick-right")
169          (x-hotspot 5)
170          (y-hotspot 1)
171          (images "shared/largetux-kick-right-0.png"))
172
173  (sprite (name "largetux-grab-left")
174          (x-hotspot 5)
175          (y-hotspot 1)
176          (images "shared/largetux-grab-left-0.png"))
177
178  (sprite (name "largetux-grab-right")
179          (x-hotspot 5)
180          (y-hotspot 1)
181          (images "shared/largetux-grab-right-0.png"))
182
183  (sprite (name "largetux-star")
184          (x-hotspot 8)
185          (y-hotspot 8)
186          (images "shared/largetux-star-0.png"
187                  "shared/largetux-star-1.png"
188                  "shared/largetux-star-2.png"
189                  ))
190
191  ;; Firetux
192  (sprite (name "firetux-walk-left")
193          (x-hotspot 6)
194          (y-hotspot 2)
195          (images "shared/firetux-walk-left-0.png"
196                  "shared/firetux-walk-left-1.png"
197                  "shared/firetux-walk-left-2.png"
198                  "shared/firetux-walk-left-3.png"
199                  "shared/firetux-walk-left-4.png"
200                  "shared/firetux-walk-left-5.png"))
201
202  (sprite (name "firetux-walk-right")
203          (x-hotspot 6)
204          (y-hotspot 2)
205          (images "shared/firetux-walk-right-0.png"
206                  "shared/firetux-walk-right-1.png"
207                  "shared/firetux-walk-right-2.png"
208                  "shared/firetux-walk-right-3.png"
209                  "shared/firetux-walk-right-4.png"
210                  "shared/firetux-walk-right-5.png"))
211
212  (sprite (name "firetux-skid-right")
213          (x-hotspot 8)
214          (y-hotspot 3)
215          (images "shared/firetux-skid-right.png"))
216
217  (sprite (name "firetux-skid-left")
218          (x-hotspot 8)
219          (y-hotspot 3)
220          (images "shared/firetux-skid-left.png"))
221         
222  (sprite (name "firetux-stand-left")
223          (x-hotspot 5)
224          (y-hotspot 1)
225          (images "shared/firetux-stand-left.png"))
226
227  (sprite (name "firetux-stand-right")
228          (x-hotspot 5)
229          (y-hotspot 1)
230          (images "shared/firetux-stand-right.png"))
231
232  (sprite (name "firetux-jump-left")
233          (x-hotspot 9)
234          (y-hotspot 2)
235          (images "shared/firetux-jump-left-0.png"))
236  (sprite (name "firetux-jump-right")
237          (x-hotspot 9)
238          (y-hotspot 2)
239          (images "shared/firetux-jump-right-0.png"))
240
241  (sprite (name "firetux-duck-left")
242          (x-hotspot 6)
243          (y-hotspot 2)
244          (images "shared/tux-duck-left.png"))
245  (sprite (name "firetux-duck-right")
246          (x-hotspot 6)
247          (y-hotspot 6)
248          (images "shared/tux-duck-right.png"))
249
250
251  (sprite (name "firetux-kick-left")
252          (x-hotspot 5)
253          (y-hotspot 1)
254          (images "shared/firetux-kick-left-0.png"))
255
256  (sprite (name "firetux-kick-right")
257          (x-hotspot 5)
258          (y-hotspot 1)
259          (images "shared/firetux-kick-right-0.png"))
260
261  (sprite (name "firetux-grab-left")
262          (x-hotspot 5)
263          (y-hotspot 1)
264          (images "shared/firetux-grab-left-0.png"))
265
266  (sprite (name "firetux-grab-right")
267          (x-hotspot 5)
268          (y-hotspot 1)
269          (images "shared/firetux-grab-right-0.png"))
270
271  ;; Laptop
272  (sprite (name "laptop-left")
273          (x-hotspot 2)
274          (y-hotspot 3)
275          (images "shared/mriceblock-left-0.png"
276                  "shared/mriceblock-left-1.png"
277                  "shared/mriceblock-left-2.png"
278                  "shared/mriceblock-left-1.png"))
279
280  (sprite (name "laptop-right")
281          (x-hotspot 2)
282          (y-hotspot 3)
283          (images "shared/mriceblock-right-0.png"
284                  "shared/mriceblock-right-1.png"
285                  "shared/mriceblock-right-2.png"
286                  "shared/mriceblock-right-1.png"))
287  
288  (sprite (name "laptop-flat-left")
289          (x-hotspot 2)
290          (y-hotspot 3)
291          (images "shared/mriceblock-flat-left.png"))
292
293  (sprite (name "laptop-flat-right")
294          (x-hotspot 2)
295          (y-hotspot 3)
296          (images "shared/mriceblock-flat-right.png"))
297
298                                         ; (sprite (name "laptop-falling-left")
299                                         ;         (images "shared/laptop-falling-left.png"))
300
301                                         ; (sprite (name "laptop-falling-right")
302                                         ;         (images "shared/laptop-falling-right.png"))
303
304  (sprite (name "snowball-squished-left")
305          (x-hotspot 1)
306          (y-hotspot -19)
307          (images "shared/snowball-squished-left.png"))
308
309  (sprite (name "snowball-squished-right")
310          (x-hotspot 1)
311          (y-hotspot -19)
312          (images "shared/snowball-squished-right.png"))
313
314  (sprite (name "jumpy-left-up")
315          (x-hotspot 7)
316          (y-hotspot 8)
317          (images "shared/jumpy-left-up-0.png"))
318  (sprite (name "jumpy-left-down")
319          (x-hotspot 7)
320          (y-hotspot 8)
321          (images "shared/jumpy-left-down-0.png"))
322  (sprite (name "jumpy-left-middle")
323          (x-hotspot 7)
324          (y-hotspot 8)
325          (images "shared/jumpy-left-middle-0.png"))
326
327  (sprite (name "mrbomb-left")
328          (fps 10.0)
329          (x-hotspot 3)
330          (y-hotspot 12)
331          (images "shared/mrbomb-left-0.png"
332                  "shared/mrbomb-left-1.png"
333                  "shared/mrbomb-left-2.png"
334                  "shared/mrbomb-left-3.png"))
335
336  (sprite (name "mrbomb-right")
337          (fps 10.0)
338          (x-hotspot 7)
339          (y-hotspot 12)
340          (images "shared/mrbomb-right-0.png"
341                  "shared/mrbomb-right-1.png"
342                  "shared/mrbomb-right-2.png"
343                  "shared/mrbomb-right-3.png"))
344  
345
346  (sprite (name "mrbomb-ticking-left")
347          (fps 15.0)
348          (x-hotspot 3)
349          (y-hotspot 8)
350          (images "shared/mrbombx-left-0.png"
351                  "shared/mrbombx-left-1.png"))
352
353  (sprite (name "mrbomb-ticking-right")
354          (fps 15.0)
355          (x-hotspot 10)
356          (y-hotspot 8)
357          (images "shared/mrbombx-right-0.png"
358                  "shared/mrbombx-right-1.png"))
359
360  (sprite (name "mrbomb-explosion")
361          (fps 15.0)
362          (x-hotspot 32)
363          (y-hotspot 32)
364          (images "shared/mrbomb-explosion.png"
365                  "shared/mrbomb-explosion-1.png"))
366
367  (sprite (name "stalactite")
368          (x-hotspot 0)
369          (y-hotspot 0)
370          (images "shared/stalactite.png"))
371
372  (sprite (name "stalactite-broken")
373          (x-hotspot 0)
374          (y-hotspot 16)
375          (images "shared/stalactite-broken.png"))
376
377  (sprite (name "flame")
378          (images "shared/flame-0.png"
379                  "shared/flame-1.png"))
380
381  (sprite (name "fish")
382          (x-hotspot 2)
383          (y-hotspot 3)
384          (images "shared/fish-left-0.png"
385                  "shared/fish-left-1.png"))
386
387  (sprite (name "fish-down")
388          (x-hotspot 2)
389          (y-hotspot 11)
390          (images "shared/fish-down-0.png"))
391
392  (sprite (name "bouncingsnowball-left")
393          (x-hotspot 1)
394          (y-hotspot 0)
395          (images "shared/bouncingsnowball-left-0.png"
396                  "shared/bouncingsnowball-left-1.png"
397                  "shared/bouncingsnowball-left-2.png"
398                  "shared/bouncingsnowball-left-3.png"
399                  "shared/bouncingsnowball-left-4.png"
400                  "shared/bouncingsnowball-left-5.png"))
401
402  (sprite (name "bouncingsnowball-right")
403          (x-hotspot 1)
404          (y-hotspot 0)
405          (images "shared/bouncingsnowball-right-0.png"
406                  "shared/bouncingsnowball-right-1.png"
407                  "shared/bouncingsnowball-right-2.png"
408                  "shared/bouncingsnowball-right-3.png"
409                  "shared/bouncingsnowball-right-4.png"
410                  "shared/bouncingsnowball-right-5.png"))
411
412  (sprite (name "bouncingsnowball-squished")
413          (x-hotspot 1)
414          (y-hotspot -19)
415          (images "shared/snowball-squished-left.png"))
416
417  (sprite (name "flyingsnowball")
418          (x-hotspot 4)
419          (y-hotspot 3)
420          (images "shared/flyingsnowball-left-0.png"
421                  "shared/flyingsnowball-left-1.png"))
422
423  (sprite (name "flyingsnowball-squished")
424          (x-hotspot 1)
425          (y-hotspot -19)
426          (images "shared/snowball-squished-left.png"))
427
428  (sprite (name "spiky-left")
429          (x-hotspot 6)
430          (y-hotspot 10)
431          (images "shared/spiky-left-0.png"
432                  "shared/spiky-left-1.png"
433                  "shared/spiky-left-2.png"))
434  (sprite (name "spiky-right")
435          (x-hotspot 6)
436          (y-hotspot 10)
437          (images "shared/spiky-right-0.png"
438                  "shared/spiky-right-1.png"
439                  "shared/spiky-right-2.png"))
440
441  (sprite (name "snowball-left")
442          (x-hotspot 2)
443          (y-hotspot 4)
444          (images "shared/snowball-left-0.png"
445                  "shared/snowball-left-1.png"
446                  "shared/snowball-left-2.png"
447                  "shared/snowball-left-1.png"))
448
449  (sprite (name "snowball-right")
450          (x-hotspot 2)
451          (y-hotspot 4)
452          (images "shared/snowball-right-0.png"
453                  "shared/snowball-right-1.png"
454                  "shared/snowball-right-2.png"
455                  "shared/snowball-right-1.png"))
456
457  (sprite (name "egg")
458          (images "shared/egg.png"))
459  (sprite (name "1up")
460          (images "shared/1up.png"))
461  (sprite (name "star")
462          (images "shared/star.png"
463                  "shared/star-1.png"
464                  "shared/star-2.png"
465                  "shared/star-3.png"
466                  "shared/star-4.png"
467                  "shared/star-3.png"
468                  "shared/star-2.png"
469                  "shared/star-1.png"))
470  (sprite (name "iceflower")
471          (images "shared/iceflower.png"
472                  "shared/iceflower-1.png"
473                  "shared/iceflower-2.png"
474                  "shared/iceflower-3.png"
475                  "shared/iceflower-2.png"
476                  "shared/iceflower-1.png"))
477
478  (sprite (name "bullet")
479          (x-hotspot 12)
480          (x-hotspot 12)
481          (fps 20)
482          (images "shared/bullet-1.png"
483                  "shared/bullet-2.png"
484                  "shared/bullet-3.png"
485                  "shared/bullet-4.png"))
486  )
487
488 ;; EOF ;;