1234567891011121314151617181920212223 |
- (supertux-sprite
- (action
- (name "normal")
- (hitbox 16 8 34 41)
- (images
- "lantern-1.png"
- "lantern-2.png"
- "lantern-3.png"
- "lantern-4.png"
- )
- )
- (action
- (name "off")
- (hitbox 16 8 34 41)
- (images "lantern-off.png")
- )
- (action
- (name "off-open")
- (hitbox 16 8 34 41)
- (images "lantern-off-open.png")
- )
- )
|