0f0bd89c2cd53c70c2b6fdbc5cd1340dad953413
[supertux.git] / data / images / creatures / jumpy / jumpy.sprite
1 (supertux-sprite
2
3  (action
4   (name "left-up")
5   (hitbox 7 8 31.8 31.8)
6   (images "left-up.png"))
7  
8  (action
9   (name "right-up")
10   (hitbox 7 8 31.8 31.8)
11   (mirror-action "left-up"))
12  
13  (action
14   (name "left-down")
15   (hitbox 7 8 31.8 31.8)
16   (images "left-down.png"))
17  
18  (action
19   (name "right-down")
20   (hitbox 7 8 31.8 31.8)
21   (mirror-action "left-down"))
22  
23  (action
24   (name "left-middle")
25   (hitbox 7 8 31.8 31.8)
26   (images "left-middle.png"))
27  
28  (action
29   (name "right-middle")
30   (hitbox 7 8 31.8 31.8)
31   (mirror-action "left-middle"))
32  
33  (action
34   (name "left-iced")
35   (hitbox 7 8 31.8 31.8)
36   (images "iced-left-up.png"))
37  
38  (action
39   (name "right-iced")
40   (hitbox 7 8 31.8 31.8)
41   (mirror-action "left-iced"))
42 )
43