Large icecrusher sprites also support eye animation, also eyes spin around while...
[supertux.git] / data / images / creatures / icecrusher / krosh.sprite
1 (supertux-sprite
2  (action
3   (name "idle")
4   (hitbox 2 0 128 128)
5   (images "krosh_main.png"
6   )
7  )
8  (action
9   (name "crushing")
10   (hitbox 2 0 128 128)
11   (images "krosh.png"
12   )
13  )
14  (action
15   (name "recovering")
16   (hitbox 2 0 128 128)
17   (images "krosh_main.png"
18   )
19  )
20  (action
21   (name "whites")
22   (hitbox 2 0 128 128)
23   (images "krosh_whites.png")
24  )
25  (action
26   (name "lefteye")
27   (hitbox 2 0 128 128)
28   (images "krosh_lefteye.png")
29  )
30  (action
31   (name "righteye")
32   (hitbox 2 0 128 128)
33   (images "krosh_righteye.png")
34  )
35 )