12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- (supertux-sprite
- (action
- (name "standing-left")
- (hitbox 0 0 33.8 43.8)
- (images "standing-0.png"))
- (action
- (name "standing-right")
- (hitbox 0 0 33.8 43.8)
- (mirror-action "standing-left"))
- (action
- (name "iced-left")
- (hitbox 0 0 33.8 43.8)
- (images "frozen.png"))
- (action
- (name "iced-right")
- (hitbox 0 0 33.8 43.8)
- (mirror-action "iced-left"))
- (action
- (name "charging-left")
- (hitbox 0 0 33.8 43.8)
- (fps 10.0)
- (images "charging-0.png"
- "charging-1.png"))
- (action
- (name "charging-right")
- (fps 10.0)
- (hitbox 0 0 33.8 43.8)
- (mirror-action "charging-left"))
- (action
- (name "jumping-left")
- (hitbox 0 0 33.8 43.8)
- (images "jumping-0.png"))
- (action
- (name "jumping-right")
- (hitbox 0 0 33.8 43.8)
- (mirror-action "jumping-left"))
- (action
- (name "squished-left")
- (hitbox 0 -14 33.8 43.8)
- (images "squished-0.png"))
- (action
- (name "squished-right")
- (hitbox 0 -14 33.8 43.8)
- (mirror-action "squished-left"))
- (action
- (name "burning-left")
- (fps 15)
- (hitbox 0 32 33.8 43.8)
- (images "burning-0.png"
- "burning-1.png"
- "burning-2.png"
- "burning-3.png"
- "burning-4.png"
- "burning-5.png"
- "burning-6.png"
- "burning-7.png"
- "burning-8.png"
- "burning-9.png"))
- (action
- (name "burning-right")
- (fps 15)
- (hitbox 0 32 33.8 43.8)
- (mirror-action "burning-left")))
|