* Launcher can shoot two new types of snowballs.
[supertux.git] / data / images / creatures / snowball / kamikaze-snowball.sprite
1 (supertux-sprite
2   (action
3     (name "left")
4     (hitbox 2 4 31.8 23.8)
5     (images "kamikaze-left.png")
6   )
7   (action
8     (name "right")
9     (hitbox 13 4 31.8 23.8)
10     (mirror-action "left")
11   )
12   (action
13     (name "squished-left")
14     (hitbox 1 -19 31.8 31.8)
15     (images "squished-left.png")
16   )
17   (action
18     (name "squished-right")
19     (hitbox 1 -19 31.8 31.8)
20     (mirror-action "squished-left")
21   )
22   (action
23     (name "collision-left")
24     (images "collision-left.png")
25   )
26   (action
27     (name "collision-right")
28     (mirror-action "collision-left")
29   )
30 )