Finished cherrybomb ( red forest bomb) and juicebox (blue iceworld bomb).
[supertux.git] / data / images / creatures / mr_cherry / mr_cherry.sprite
1 (supertux-sprite
2  (action
3   (name "left")
4   (fps 10.0)
5   (hitbox 3 26 36 40)
6   (images "cherrybomb1.png"
7           "cherrybomb2.png"
8           "cherrybomb3.png"
9           "cherrybomb4.png"
10           "cherrybomb6.png"
11
12 ))
13
14  (action
15   (name "right")
16   (fps 10.0)
17   (hitbox 3 26 36 40)
18   (mirror-action "left"))
19
20  (action
21   (name "ticking-left")
22   (fps 4.0)
23   (hitbox 3 26 36 40)
24   (images cherrybomb_hit_1.png
25 cherrybomb_hit_2.png
26 cherrybomb_hit_3.png
27 cherrybomb_hit_4.png
28 cherrybomb_hit_5.png
29 ))
30  
31  (action
32   (name "ticking-right")
33   (fps 4.0)
34   (hitbox 3 26 36 40)
35   (mirror-action "ticking-left"))
36  
37  (action
38   (name "explosion")
39   (fps 5.0)
40   (hitbox 3 26 36 40)
41   (images sparkle-1.png
42 sparkle-2.png
43 sparkle-3.png
44 sparkle-4.png
45 sparkle-5.png
46 ))
47 )
48