Badguys read hitbox from .sprite file
[supertux.git] / data / images / creatures / mr_bomb / mr_bomb.sprite
1 (supertux-sprite
2  (action
3   (name "left")
4   (fps 10.0)
5   (hitbox 3 12 31.8 31.8)
6   (images "left-0.png"
7           "left-1.png"
8           "left-2.png"
9           "left-3.png"))
10
11  (action
12   (name "right")
13   (fps 10.0)
14   (hitbox 7 12 31.8 31.8)
15   (mirror-action "left"))
16  
17  (action
18   (name "iced-left")
19   (hitbox 3 12 31.8 31.8)
20   (images "iced-left.png"))
21  
22  (action
23   (name "iced-right")
24   (hitbox 7 12 31.8 31.8)
25   (mirror-action "iced-left"))
26 )
27