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