moved some sprites to external files
[supertux.git] / data / images / creatures / jumpy / jumpy.sprite
1 (supertux-sprite
2
3  (action
4   (name "left-up")
5   (x-offset 7)
6   (y-offset 8)
7   (images "left-up.png"))
8  
9  (action
10   (name "right-up")
11   (x-offset 7)
12   (y-offset 8)
13   (mirror-action "left-up"))
14  
15  (action
16   (name "left-down")
17   (x-offset 7)
18   (y-offset 8)
19   (images "left-down.png"))
20  
21  (action
22   (name "right-down")
23   (x-offset 7)
24   (y-offset 8)
25   (mirror-action "left-down"))
26  
27  (action
28   (name "left-middle")
29   (x-offset 7)
30   (y-offset 8)
31   (images "left-middle.png"))
32  
33  (action
34   (name "right-middle")
35   (x-offset 7)
36   (y-offset 8)
37   (mirror-action "left-middle"))
38  
39  (action
40   (name "left-iced")
41   (x-offset 7)
42   (y-offset 8)
43   (images "iced-left-up.png"))
44  
45  (action
46   (name "right-iced")
47   (x-offset 7)
48   (y-offset 8)
49   (mirror-action "left-iced"))
50 )
51