12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- (supertux-sprite
- (action
- (name "left")
- (fps 14)
- (hitbox 8 1 32 25)
- (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 1 32 25)
- (mirror-action "left"))
- (action
- (name "slowdown-left")
- (fps 5)
- (hitbox 8 1 32 25)
- (clone-action "left"))
- (action
- (name "slowdown-right")
- (fps 5)
- (hitbox 8 1 32 25)
- (clone-action "right"))
- (action
- (name "shattered-left")
- (images "shattered-left.png"))
- (action
- (name "shattered-right")
- (mirror-action "shattered-left"))
- (action
- (name "detected-left")
- (fps 15)
- (hitbox 45 2 20 35)
- (loops 1)
- (images "crystallo-fall-0.png"
- "crystallo-fall-1.png"
- "crystallo-fall-2.png"
- "crystallo-fall-3.png"
- "crystallo-fall-4.png"
- "crystallo-fall-5.png"
- "crystallo-fall-6.png"
- "crystallo-fall-7.png"
- "crystallo-fall-6.png"
- "crystallo-fall-8.png"
- "crystallo-fall-9.png"
- "crystallo-fall-8.png"))
- (action
- (name "detected-right")
- (fps 15)
- (hitbox 35 2 20 35)
- (loops 1)
- (mirror-action "detected-left"))
- (action
- (name "fall-left")
- (hitbox 45 2 20 35)
- (images "crystallo-fall-10.png"))
- (action
- (name "fall-right")
- (hitbox 35 2 20 35)
- (mirror-action "fall-left"))
- )
|