moved some more sprites
[supertux.git] / data / images / creatures / mr_tree / mr_tree.sprite
1 (supertux-sprite
2  (action
3   (y-offset -3)
4   (fps 5)
5   (name "left")
6   (images "walk-left-0.png"
7    "walk-left-1.png"
8    "walk-left-2.png")
9  )
10  (action
11   (y-offset -3)
12   (fps 5)
13   (name "right")
14   (mirror-action "left")
15  )
16  (action
17   (y-offset -3)
18   (name "small-left")
19   (images "small-left-0.png"
20    "small-left-1.png"
21    "small-left-2.png")
22  )
23   (action
24    (y-offset -3)
25    (name "small-right")
26    (mirror-action "small-left")
27   )
28   (action
29    (y-offset -6)
30    (name "squished-left")
31    (images "squished-left.png")
32   )
33   (action
34    (y-offset -6)
35    (name "squished-right")
36    (mirror-action "squished-left")
37   )
38 )