Shrunk cherry bomb a little, fixed bounding boxes. /
[supertux.git] / data / images / creatures / mr_cherry / cherry.sprite
1 (supertux-sprite
2  
3  (action
4   (name "ticking-left")
5   (fps 4.0)
6   (hitbox 3 21 30 34)
7   (images cherrybomb_hit_1.png
8 cherrybomb_hit_2.png
9 cherrybomb_hit_3.png
10 cherrybomb_hit_4.png
11 cherrybomb_hit_5.png
12 ))
13  
14  (action
15   (name "ticking-right")
16   (fps 4.0)
17   (hitbox 7 21 30 34)
18   (mirror-action "ticking-left"))
19  
20  (action
21   (name "explosion")
22   (fps 5.0)
23   (hitbox 13 12 44 48)
24   (images sparkle-1.png
25 sparkle-2.png
26 sparkle-3.png
27 sparkle-4.png
28 sparkle-5.png
29 ))
30 )
31