Badguys read hitbox from .sprite file
[supertux.git] / data / images / creatures / zeekling / zeekling.sprite
1 ; Zeekling
2 (supertux-sprite
3  (action
4   (name "left")
5   (hitbox 2 4 63.8 50.8)
6   (images "left-0.png"
7    "left-1.png"
8    "left-2.png"
9    "left-3.png"))
10  (action
11   (name "right")
12   (hitbox 2 4 63.8 50.8)
13   (mirror-action "left"))
14  (action
15   (name "squished-left")
16   (hitbox 2 -19 63.8 50.8)
17   (images "squished.png"))
18  (action
19   (name "squished-right")
20   (hitbox 2 -19 63.8 50.8)
21   (mirror-action "squished-left"))
22  (action
23   (name "diving-left")
24   (hitbox 2 4 63.8 50.8)
25   (images "diving.png"))
26  (action
27   (name "diving-right")
28   (hitbox 2 4 63.8 50.8)
29   (mirror-action "diving-left")
30  )
31 )
32