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