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