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