1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- (supertux-sprite
- (action
- (hitbox 20 23 42 62)
- (name "left")
- (images
- "small-left-0.png"
- "small-left-1.png"
- "small-left-2.png"
- "small-left-3.png"
- "small-left-4.png"
- "small-left-5.png"
- )
- )
- (action
- (hitbox 20 23 42 62)
- (name "right")
- (mirror-action "left")
- )
- (action
- (hitbox 20 23 42 62)
- (name "iced-left")
- (images "small-frozen.png")
- )
- (action
- (hitbox 20 23 42 62)
- (name "iced-right")
- (mirror-action "iced-left")
- )
- (action
- (hitbox 20 23 42 62)
- (name "dizzy-left")
- (images
- "dizzy-0.png"
- "dizzy-1.png"
- "dizzy-2.png"
- )
- )
- (action
- (hitbox 20 23 42 62)
- (name "dizzy-right")
- (mirror-action "dizzy-left")
- )
- (action
- (hitbox 20 23 42 42)
- (name "squished-left")
- (images
- "squished-left.png"
- )
- )
- (action
- (hitbox 20 23 42 42)
- (name "squished-right")
- (mirror-action "squished-left")
- )
- )
|