12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- (supertux-sprite
- (action
- (hitbox 6 41 0 0)
- (name "empty")
- (images
- "boat_empty.png"
- )
- )
- (action
- (hitbox 6 41 0 0)
- (name "small-stop")
- (fps 5)
- (images
- "boat_1.png"
- "boat_0.png"
- )
- )
- (action
- (hitbox 6 41 0 0)
- (name "small-walking")
- (fps 5)
- (images
- "boat_1.png"
- "boat_0.png"
- )
- )
- (action
- (hitbox 6 41 0 0)
- (name "fire-stop")
- (fps 5)
- (images
- "boat_1_fire.png"
- "boat_0_fire.png"
- )
- )
- (action
- (hitbox 6 41 0 0)
- (name "fire-walking")
- (fps 5)
- (images
- "boat_1_fire.png"
- "boat_0_fire.png"
- )
- )
- (action
- (hitbox 6 41 0 0)
- (name "large-stop")
- (fps 5)
- (images
- "boat_1.png"
- "boat_0.png"
- )
- )
- (action
- (hitbox 6 41 0 0)
- (name "large-walking")
- (fps 5)
- (images
- "boat_1.png"
- "boat_0.png"
- )
- )
- (action
- (hitbox 6 41 0 0)
- (name "ice-stop")
- (fps 5)
- (images
- "boat_1_ice.png"
- "boat_0_ice.png"
- )
- )
- (action
- (hitbox 6 41 0 0)
- (name "ice-walking")
- (fps 5)
- (images
- "boat_1_ice.png"
- "boat_0_ice.png"
- )
- )
- )
|