Split off Mr.Tree's small form as new Badguy "Stumpy"
[supertux.git] / data / images / creatures / mr_tree / stumpy.sprite
1 (supertux-sprite
2   (action
3     (hitbox 20 23 42 62)
4     (name "left")
5     (images 
6       "small-left-0.png"
7       "small-left-1.png"
8       "small-left-2.png"
9       "small-left-3.png"
10       "small-left-4.png"
11       "small-left-5.png"
12     )
13   )
14   (action
15     (hitbox 20 23 42 62)
16     (name "right")
17     (mirror-action "left")
18   )
19   (action
20     (hitbox 20 23 42 42)
21     (name "squished-left")
22     (images 
23       "squished-left.png"
24     )
25   )
26   (action
27     (hitbox 20 23 42 42)
28     (name "squished-right")
29     (mirror-action "squished-left")
30   )
31 )