123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- (supertux-sprite
- (action
- (name "left")
- (hitbox 30 15 32 38)
- (loops 1)
- (fps 20)
- (images "fatbat-0.png"
- "fatbat-1.png"
- "fatbat-2.png"
- "fatbat-3.png"
- "fatbat-4.png"
- "fatbat-5.png"
- "fatbat-4.png"))
- (action
- (name "right")
- (hitbox 34 15 32 38)
- (fps 20)
- (loops 1)
- (mirror-action "left"))
- (action
- (name "left-down")
- (loops 1)
- (hitbox 30 15 32 38)
- (fps 30)
- (images "fatbat-4.png"
- "fatbat-9.png"
- "fatbat-10.png"
- "fatbat-11.png"))
- (action
- (name "right-down")
- (loops 1)
- (hitbox 34 15 32 38)
- (fps 30)
- (mirror-action "left-down"))
-
- (action
- (name "left-up")
- (loops 1)
- (hitbox 30 15 32 38)
- (fps 30)
- (images "fatbat-6.png"
- "fatbat-7.png"
- "fatbat-8.png"
- "fatbat-0.png"))
- (action
- (name "right-up")
- (loops 1)
- (hitbox 34 15 32 38)
- (fps 30)
- (mirror-action "left-up"))
- (action
- (name "squished-left")
- (hitbox 30 15 32 38)
- (images "squished.png")
- )
- (action
- (name "squished-right")
- (hitbox 34 15 32 38)
- (mirror-action "squished-left")
- )
- (action
- (name "burning-left")
- (fps 15)
- (hitbox 30 15 32 38)
- (images "burn-0.png"
- "burn-1.png"
- "burn-2.png"
- "burn-3.png"
- "burn-4.png"
- "burn-5.png"
- "burn-6.png"
- "burn-7.png"
- "burn-8.png"
- "burn-9.png"
- "burn-10.png"
- )
- )
- (action
- (name "burning-right")
- (fps 15)
- (hitbox 34 15 32 38)
- (mirror-action "burning-left")
- )
- (action
- (name "iced-left")
- (hitbox 15 0 64 64)
- (loops 1)
- (fps 20)
- (images "fatbat-0.png"
- "fatbat-1.png"
- "fatbat-2.png"
- "fatbat-3.png"
- "fatbat-4.png"
- "fatbat-5.png"
- "fatbat-4.png"))
- (action
- (name "iced-right")
- (hitbox 15 0 64 64)
- (fps 20)
- (loops 1)
- (mirror-action "left"))
- )
|