Updating cherrybomb, adding juicebox (blue bomb).
[supertux.git] / data / images / creatures / mr_cherry / juicebox.sprite
1 (supertux-sprite
2  
3  (action
4   (name "ticking-left")
5   (fps 4.0)
6   (hitbox 3 26 36 40)
7   (images juicebox_hit_1.png
8 juicebox_hit_2.png
9 juicebox_hit_3.png
10 juicebox_hit_4.png
11 juicebox_hit_5.png
12 juicebox_hit_6.png
13 ))
14  
15  (action
16   (name "ticking-right")
17   (fps 4.0)
18   (hitbox 3 26 36 40)
19   (mirror-action "ticking-left"))
20  
21  (action
22   (name "explosion")
23   (fps 5.0)
24   (hitbox 3 26 36 40)
25   (images sparkle-1.png
26 sparkle-2.png
27 sparkle-3.png
28 sparkle-4.png
29 sparkle-5.png
30 ))
31 )
32