smartball: a snowball, smart enough to stay on his platform.
[supertux.git] / data / images / creatures / snowball / snowball.sprite
1 (supertux-sprite
2   (action
3     (name "left")
4     (images "sport-left-0.png"
5             "sport-left-1.png"
6             "sport-left-2.png")
7   )
8   (action
9     (name "right")
10     (hitbox 2 4 31.8 31.8)
11     (mirror-action "left")
12   )
13   (action
14     (name "squished-left")
15     (hitbox 1 -19 31.8 31.8)
16     (images "squished-left.png")
17   )
18   (action
19     (name "squished-right")
20     (hitbox 1 -19 31.8 31.8)
21     (mirror-action "squished-left")
22   )
23 )