a penny sprite for testing
[supertux.git] / data / images / creatures / dummyguy / dummyguy.sprite
1 (supertux-sprite
2  (action
3   (name "left")
4   (fps 6)
5   (x-offset 0)
6   (y-offset 40)
7   (images "walk-1.png" "walk-2.png")
8  )
9
10  (action
11   (name "right")
12   (fps 6)
13   (x-offset 0)
14   (y-offset 40)
15   (mirror-action "left")
16  )
17
18  (action
19   (name "stand")
20   (x-offset 0)
21   (y-offset 40)
22   (images "stand.png"))
23
24  (action
25   (name "throw")
26   (fps 6)
27   (x-offset 0)
28   (y-offset 40)
29   (images "throw.png"))
30
31  (action
32   (name "jump")
33   (x-offset 0)
34   (y-offset 40)
35   (images "jump.png"))
36
37  (action
38   (name "dead")
39   (x-offset 0)
40   (y-offset 0)
41   (images "dead.png")
42  )
43 )
44