12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- (supertux-sprite
- (action
- (name "left")
- (fps 14)
- (hitbox 8 9 32 20)
- (images "crystallo-left-0.png"
- "crystallo-left-1.png"
- "crystallo-left-2.png"
- "crystallo-left-3.png"
- "crystallo-left-4.png"
- "crystallo-left-5.png"
- "crystallo-left-6.png"
- "crystallo-left-7.png"))
- (action
- (name "right")
- (fps 14)
- (hitbox 8 9 32 20)
- (mirror-action "left"))
- (action
- (name "slowdown-left")
- (fps 5)
- (hitbox 8 9 32 20)
- (clone-action "left"))
- (action
- (name "slowdown-right")
- (fps 5)
- (hitbox 8 9 32 20)
- (clone-action "right"))
- (action
- (name "shattered-left")
- (images "shattered-left.png"))
- (action
- (name "shattered-right")
- (mirror-action "shattered-left"))
- (action
- (name "editor")
- (hitbox 100 7 135 20)
- (images "crystallo-editor.png"))
- )
|