1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- (supertux-sprite
- (action
- (name "left-up")
- (hitbox 7 8 31.8 31.8)
- (images "left-up.png"))
-
- (action
- (name "right-up")
- (hitbox 7 8 31.8 31.8)
- (mirror-action "left-up"))
-
- (action
- (name "left-down")
- (hitbox 7 8 31.8 31.8)
- (images "left-down.png"))
-
- (action
- (name "right-down")
- (hitbox 7 8 31.8 31.8)
- (mirror-action "left-down"))
-
- (action
- (name "left-middle")
- (hitbox 7 8 31.8 31.8)
- (images "left-middle.png"))
-
- (action
- (name "right-middle")
- (hitbox 7 8 31.8 31.8)
- (mirror-action "left-middle"))
-
- (action
- (name "iced-left")
- (hitbox 7 8 31.8 31.8)
- (images "iced-left-up.png"))
-
- (action
- (name "iced-right")
- (hitbox 7 8 31.8 31.8)
- (mirror-action "iced-left"))
- (action
- (name "inside-melting-left")
- (hitbox 7 8 31.8 31.8)
- (images "melting-0.png"
- "melting-1.png"
- "melting-2.png"
- "melting-3.png"
- "gear.png"))
-
- (action
- (name "inside-melting-right")
- (hitbox 7 8 31.8 31.8)
- (mirror-action "inside-melting-left"))
- (action
- (name "gear-left")
- (hitbox 7 8 31.8 31.8)
- (images "gear-cracked.png"))
-
- (action
- (name "gear-right")
- (hitbox 7 8 31.8 31.8)
- (mirror-action "gear-left"))
- )
|