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