123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- (supertux-sprite
- (action
- (name "left")
- (fps 15)
- (hitbox 5 17 36 26)
- (images "rotshot-0.png"
- "rotshot-1.png"
- "rotshot-2.png"
- "rotshot-3.png"
- "rotshot-4.png"
- "rotshot-5.png")
- )
- (action
- (name "right")
- (fps 15)
- (hitbox 23 17 36 26)
- (mirror-action "left")
- )
- (action
- (name "iced-left")
- (hitbox 5 17 36 26)
- (images "rotshot-0.png")
- )
- (action
- (name "iced-right")
- (hitbox 23 17 36 26)
- (mirror-action "iced-left")
- )
- (action
- (name "squished-left")
- (hitbox 9 12 32 32)
- (images "../../vicious_ivy/corrupted/squished.png")
- )
- (action
- (name "squished-right")
- (hitbox 19 12 32 32)
- (mirror-action "squished-left")
- )
- (action
- (name "collision-left")
- (hitbox 5 17 36 26)
- (images "collision-left.png")
- )
- (action
- (name "collision-right")
- (hitbox 23 17 36 26)
- (mirror-action "collision-left")
- )
- (action
- (name "burning-left")
- (hitbox 4 28 36 18)
- (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")
- (mirror-action "burning-left")
- )
- )
|