added Christoph's sleepy spiky, created a plant badguy using Grumbel's plant.xcf...
[supertux.git] / data / images / creatures / nolok / nolok.sprite
1 (supertux-sprite
2  (action
3   (name "left")
4   (fps 6)
5   (x-offset 0)
6   (y-offset 40)
7   (images "walk-0.png"
8           "walk-1.png"
9 "walk-2.png"
10 "walk-3.png"
11
12 )
13  )
14
15  (action
16   (name "right")
17   (fps 6)
18   (x-offset 0)
19   (y-offset 40)
20   (mirror-action "left")
21  )
22          
23  (action
24   (name "stand")
25   (x-offset 0)
26   (y-offset 40)
27   (images "walk-0.png")
28  )
29          
30  (action
31   (name "throw")
32   (fps 6)
33   (x-offset 0)
34   (y-offset 40)
35   (images "jump-0.png"
36           )
37  )
38
39  (action
40   (name "jump")
41   (x-offset 0)
42   (y-offset 40)
43   (images "jump-0.png"
44 "jump-1.png"
45 )
46  )
47          
48  (action
49   (name "dead")
50   (x-offset 0)
51   (y-offset 0)
52   (images "throw-0.png")
53  )
54 )