1234567891011121314151617181920212223 |
- (supertux-sprite
- (action
- (name "normal")
- (hitbox 0 0 0 0)
- (images "firefly1.png")
- )
- (action
- (name "ringing")
- (fps 14)
- (images
- "firefly2.png"
- "firefly3.png"
- "firefly4.png"
- "firefly3.png"
- "firefly5.png"
- "firefly6.png"
- "firefly7.png"
- "firefly6.png"
- )
- )
- )
|