Shrunk cherry bomb a little, fixed bounding boxes. /
[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 21 30 34)
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 7 21 30 34)
18   (mirror-action "left"))
19
20 )