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