123456789101112131415161718192021 |
- (supertux-sprite
- (action
- (name "left")
- (fps 15)
- (hitbox 8 10 26 26)
- (images "short_fuse-0.png"
- "short_fuse-1.png"
- "short_fuse-2.png"
- "short_fuse-3.png"
- "short_fuse-4.png"
- "short_fuse-5.png"
- "short_fuse-6.png"
- "short_fuse-7.png"))
- (action
- (name "right")
- (fps 15)
- (hitbox 8 10 26 26)
- (mirror-action "left"))
- )
|