Changed MrBomb to a CherryBomb. Added Particles to Mr.Tree, Posion Ivy and ResetPoint...
[supertux.git] / data / images / creatures / mr_cherry / mr_cherry.sprite
1 (supertux-sprite
2  (action
3   (name "left")
4   (fps 10.0)
5   (hitbox 7 23 38 43)
6   (images "cherrybomb.png"
7           "cherrybomb1.png"
8           "cherrybomb2.png"
9           "cherrybomb3.png"
10           "cherrybomb4.png"
11           "cherrybomb5.png"
12
13 ))
14
15  (action
16   (name "right")
17   (fps 10.0)
18   (hitbox 7 23 38 43)
19   (mirror-action "left"))
20
21 )