More snowball gfx fixes
[supertux.git] / data / images / creatures / snowball / smart-snowball.sprite
1 (supertux-sprite
2   (action
3     (name "left")
4     (hitbox 3 6 32 32)
5     (images "left-0.png"
6             "left-1.png"
7             "left-2.png"
8             "left-1.png")
9   )
10   (action
11     (name "right")
12     (hitbox 3 6 32 32)
13     (mirror-action "left")
14   )
15   (action
16     (name "squished-left")
17     (hitbox 1 -19 31.8 31.8)
18     (images "squished-left.png")
19   )
20   (action
21     (name "squished-right")
22     (hitbox 1 -19 31.8 31.8)
23     (mirror-action "squished-left")
24   )
25 )