e4e9f9480de675cd0f15c2bf1cf75573f2f77b4f
[supertux.git] / data / images / creatures / totem / totem.sprite
1 (supertux-sprite
2   (action
3     (name "walking-left")
4     (images "walking1.png" "walking2.png" "walking3.png" "walking4.png")
5     )
6   (action
7     (name "walking-right")
8     (mirror-action "walking-left")
9     )
10   (action
11     (name "stacked-left")
12     (images "stacked.png")
13     )
14   (action
15     (name "stacked-right")
16     (mirror-action "stacked-left")
17     )
18   (action
19     (name "squished-left")
20     (images "squished.png")
21     )
22   (action
23     (name "squished-right")
24     (mirror-action "squished-left")
25     )
26
27   )