123456789101112131415161718192021222324 |
- (supertux-sprite
- (action
- (name "normal")
- (hitbox 8 10 34 39)
- (fps 16)
- (images
- "lantern-2.png"
- "lantern-3.png"
- "lantern-4.png"
- "lantern-5.png"
- )
- )
- (action
- (name "off")
- (hitbox 8 10 34 39)
- (images "lantern-0.png")
- )
- (action
- (name "off-open")
- (hitbox 8 28 34 39)
- (images "lantern-1.png")
- )
- )
|