Merged back changes from 0.3.x branch
[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 3 8 31.8 31.8)
7   (images "exploding-left-0.png"
8           "exploding-left-1.png"))
9  
10  (action
11   (name "ticking-right")
12   (fps 15.0)
13   (hitbox 10 8 31.8 31.8)
14   (mirror-action "ticking-left"))
15  
16  (action
17   (name "explosion")
18   (fps 8.0)
19   (hitbox 18 17 71 47)
20   (images "explosion-0.png"
21           "explosion-1.png"))
22 )
23