123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- (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"
- )
- )
- )
|