1234567891011121314151617181920212223 |
- (supertux-sprite
- (action
- (name "left")
- (hitbox 0 7 35 20)
- (images "crystallo-left-0.png"
- "crystallo-left-1.png"
- "crystallo-left-0.png"
- "crystallo-left-2.png")
- )
- (action
- (hitbox 0 7 35 20)
- (name "right")
- (mirror-action "left")
- )
- (action
- (name "squished-left")
- (images "shattered-left.png")
- )
- (action
- (name "squished-right")
- (mirror-action "squished-left")
- )
- )
|