123456789101112131415161718192021222324252627282930313233343536 |
- (supertux-sprite
- (action
- (name "idle")
- (hitbox 4 4 128 128)
- (images "krosh_ice_main.png"
- )
- )
- (action
- (name "crushing")
- (hitbox 4 4 128 128)
- (images "krosh_ice_hit.png"
- )
- )
- (action
- (name "recovering")
- (hitbox 4 4 128 128)
- (images "krosh_ice_main.png"
- )
- )
- (action
- (name "whites")
- (hitbox 4 4 128 128)
- (images "krosh_ice_whites.png")
- )
- (action
- (name "lefteye")
- (hitbox 4 4 128 128)
- (images "krosh_ice_lefteye.png")
- )
- (action
- (name "righteye")
- (hitbox 4 4 128 128)
- (images "krosh_ice_righteye.png")
- )
- )
|