moved some sprites to external files
[supertux.git] / data / images / creatures / snowball / snowball.sprite
1 (supertux-sprite
2   (action
3     (name "left")
4     (x-offset 2)
5     (y-offset 4)
6     (images "left-0.png"
7             "left-1.png"
8             "left-2.png")
9   )
10   (action
11     (name "right")
12     (x-offset 2)
13     (y-offset 4)
14     (mirror-action "left")
15   )
16   (action
17     (name "squished-left")
18     (x-offset 1)
19     (y-offset -19)
20     (images "squished-left.png")
21   )
22   (action
23     (name "squished-right")
24     (x-offset 1)
25     (y-offset -19)
26     (mirror-action "squished-left")
27   )
28 )