- sprite file for snow jumpy (freeze missing, do we even want freeze?)
[supertux.git] / data / images / creatures / snowball / cpt-snowball.sprite
1 (supertux-sprite
2   (action
3     (name "left")
4     (hitbox 2 4 31.8 31.8)
5     (images "cpt-left-0.png"
6             "cpt-left-1.png"
7             "cpt-left-2.png")
8   )
9   (action
10     (name "right")
11     (hitbox 8 4 31.8 31.8)
12     (images "cpt-right-0.png"
13             "cpt-right-1.png"
14             "cpt-right-2.png")
15   )
16   (action
17     (name "squished-left")
18     (hitbox 1 -19 31.8 31.8)
19     (images "cpt-squished-left.png")
20   )
21   (action
22     (name "squished-right")
23     (hitbox 1 -19 31.8 31.8)
24     (images "cpt-squished-right.png")
25   )
26 )