Updated addon repository URL and improved debug output on download
[supertux.git] / data / images / creatures / icecrusher / icecrusher.sprite
1 (supertux-sprite
2  (action
3   (name "idle")
4   (hitbox 11 8 64 64)
5   (images "iceblock_main.png"
6   )
7  )
8  (action
9   (name "crushing")
10   (hitbox 11 8 64 64)
11   (images "iceblock.png"
12   )
13  )
14  (action
15   (name "recovering")
16   (hitbox 11 8 64 64)
17   (images "iceblock_main.png"
18   )
19  )
20  (action
21   (name "whites")
22   (hitbox 11 8 64 64)
23   (images "iceblock_whites.png")
24  )
25  (action
26   (name "lefteye")
27   (hitbox 11 8 64 64)
28   (images "iceblock_lefteye.png")
29  )
30  (action
31   (name "righteye")
32   (hitbox 11 8 64 64)
33   (images "iceblock_righteye.png")
34  )
35 )