merged new collision detection branch back into mainline
[supertux.git] / data / images / creatures / totem / totem.sprite
1 (supertux-sprite
2   (action
3     (hitbox 0 0 48 49)
4     (name "walking-left")
5     (images "walking1.png" "walking2.png" "walking3.png" "walking4.png")
6     )
7   (action
8     (hitbox 0 0 48 49)
9     (name "walking-right")
10     (mirror-action "walking-left")
11     )
12   (action
13     (hitbox 0 0 48 49)
14     (name "stacked-left")
15     (images "stacked.png")
16     )
17   (action
18     (hitbox 0 0 48 49)
19     (name "stacked-right")
20     (mirror-action "stacked-left")
21     )
22   (action
23     (hitbox 0 0 48 45)
24     (name "squished-left")
25     (images "squished.png")
26     )
27   (action
28     (hitbox 0 0 48 45)
29     (name "squished-right")
30     (mirror-action "squished-left")
31     )
32
33   )