Powerup: Iceflower improvements
[supertux.git] / data / images / creatures / snowjumpy / snowjumpy.sprite
1 (supertux-sprite
2
3  (action
4   (name "left-up")
5   (hitbox 7 8 31.8 31.8)
6   (images "left-up.png"))
7  
8  (action
9   (name "right-up")
10   (hitbox 7 8 31.8 31.8)
11   (mirror-action "left-up"))
12  
13  (action
14   (name "left-down")
15   (hitbox 7 8 31.8 31.8)
16   (images "left-down.png"))
17  
18  (action
19   (name "right-down")
20   (hitbox 7 8 31.8 31.8)
21   (mirror-action "left-down"))
22  
23  (action
24   (name "left-middle")
25   (hitbox 7 8 31.8 31.8)
26   (images "left-middle.png"))
27  
28  (action
29   (name "right-middle")
30   (hitbox 7 8 31.8 31.8)
31   (mirror-action "left-middle"))
32  
33  (action
34   (name "iced-left")
35   (hitbox 7 8 31.8 31.8)
36   (images "iced-left-up.png"))
37  
38  (action
39   (name "iced-right")
40   (hitbox 7 8 31.8 31.8)
41   (mirror-action "iced-left"))
42 )
43