restore trunk
[supertux.git] / supertux / 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 62)
21     (name "dizzy-left")
22     (images 
23       "dizzy-0.png"
24       "dizzy-1.png"
25       "dizzy-2.png"
26     )
27   )
28   (action
29     (hitbox 20 23 42 62)
30     (name "dizzy-right")
31     (mirror-action "dizzy-left")
32   )
33   (action
34     (hitbox 20 23 42 42)
35     (name "squished-left")
36     (images 
37       "squished-left.png"
38     )
39   )
40   (action
41     (hitbox 20 23 42 42)
42     (name "squished-right")
43     (mirror-action "squished-left")
44   )
45 )