123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- (supertux-sprite
- (action
- (name "left")
- (fps 15)
- (hitbox 14 14 37 43)
- (images "spidermite1.png"
- "spidermite2.png"
- "spidermite3.png"
- "spidermite4.png"
- "spidermite5.png"
- "spidermite6.png"))
- (action
- (name "right")
- (fps 15)
- (hitbox 14 14 37 43)
- (clone-action "left"))
- (action
- (name "squished-left")
- (hitbox 14 19 37 43)
- (images "spidermite-squish.png"))
- (action
- (name "squished-right")
- (hitbox 14 19 37 43)
- (clone-action "squished-left"))
- (action
- (name "iced-left")
- (hitbox 14 14 37 43)
- (images "spidermite-frozen.png"))
- (action
- (name "iced-right")
- (hitbox 14 14 37 43)
- (clone-action "iced-left"))
- (action
- (name "burning-left")
- (hitbox 14 14 37 43)
- (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"))
- (action
- (name "burning-right")
- (hitbox 14 14 37 43)
- (fps 15)
- (clone-action "burning-left")))
|