New bomb sprite
[supertux.git] / data / images / creatures / mr_bomb / bomb.sprite
1 (supertux-sprite
2  
3  (action
4   (name "ticking-left")
5   (fps 15.0)
6   (hitbox 4 6 32 34)
7   (images "exploding-left-0.png"
8           "exploding-left-1.png"
9           "exploding-left-2.png"
10           "exploding-left-3.png"
11           "exploding-left-2.png"
12           "exploding-left-1.png"
13           ))
14  
15  (action
16   (name "ticking-right")
17   (fps 15.0)
18   (hitbox 10 8 31.8 31.8)
19   (mirror-action "ticking-left"))
20  
21 )
22