a penny sprite for testing
[supertux.git] / data / images / creatures / poison_ivy / poison_ivy.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  (action
16   (name "squished-left")
17   (x-offset 1)
18   (y-offset -19)
19   (images "squished.png"))
20
21  (action
22   (name "squished-right")
23   (x-offset 1)
24   (y-offset -19)
25   (mirror-action "squished-left")
26  )
27 )