123456789101112131415161718192021222324252627282930313233343536373839404142 |
- (supertux-sprite
- (action
- (name "left")
- (hitbox 4 3 31.8 31.8)
- (images "left-0.png"
- "left-1.png"))
-
- (action
- (name "right")
- (hitbox 4 3 31.8 31.8)
- (mirror-action "left"))
- (action
- (name "squished-left")
- (hitbox 4 -12 31.8 31.8)
- (images "squished-left.png"))
- (action
- (name "squished-right")
- (hitbox 4 -12 31.8 31.8)
- (mirror-action "squished-left"))
-
- (action
- (name "melting-left")
- (fps 20)
- (hitbox 4 3 31.8 31.8)
- (images "melting-0.png"
- "melting-1.png"
- "melting-2.png"))
- (action
- (name "melting-right")
- (fps 20)
- (hitbox 4 3 31.8 31.8)
- (mirror-action "melting-left"))
- (action
- (name "editor")
- (hitbox 4 83 31.8 31.8)
- (images "editor.png"))
- )
|