Crystallo, a basic badguy who patrols around a fixed position.
[supertux.git] / data / images / creatures / crystallo / crystallo.sprite
1 (supertux-sprite
2   (action
3     (name "left")
4     (hitbox 0 7 35 20)
5     (images "crystallo-left-0.png"
6             "crystallo-left-1.png"
7             "crystallo-left-0.png"
8             "crystallo-left-2.png")
9   )
10   (action
11     (hitbox 0 7 35 20)
12     (name "right")
13     (mirror-action "left")
14   )
15   (action
16     (name "shattered-left")
17     (images "shattered-left.png")
18   )
19   (action
20     (name "shattered-right")
21     (mirror-action "shattered-left")
22   )
23 )