123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- (supertux-sprite
- (action
- (hitbox 0 -2 84.8 84.8)
- (name "left")
- (images
- "walk-left-1.png"
- "walk-left-2.png"
- "walk-left-3.png"
- "walk-left-4.png"
- "walk-left-5.png"
- "walk-left-6.png"
- )
- )
- (action
- (hitbox 0 62 84.8 84.8)
- (name "burning-left")
- (fps 15)
- (images
- "burning-0.png"
- "burning-1.png"
- "burning-2.png"
- "burning-3.png"
- "burning-4.png"
- "burning-5.png"
- "burning-6.png"
- "burning-7.png"
- "burning-8.png"
- "burning-9.png"
- "burning-10.png"
- )
- )
- (action
- (hitbox 0 -2 84.8 84.8)
- (name "iced-left")
- (images "walk-frozen.png")
- )
- (action
- (hitbox 0 -2 84.8 84.8)
- (name "right")
- (mirror-action "left")
- )
- (action
- (hitbox 0 62 84.8 84.8)
- (fps 15)
- (name "burning-right")
- (mirror-action "burning-left")
- )
- (action
- (hitbox 0 -2 84.8 84.8)
- (name "iced-right")
- (mirror-action "iced-left")
- )
- )
|