123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- (supertux-sprite
- (action
- (name "left")
- (hitbox 9 12 32 32)
- (fps 14)
- (images "left-0.png"
- "left-1.png"
- "left-2.png"
- "left-3.png"
- "left-4.png"
- "left-5.png"
- "left-6.png"
- "left-7.png")
- )
-
- (action
- (name "right")
- (hitbox 19 12 32 32)
- (fps 14)
- (mirror-action "left")
- )
-
- (action
- (name "float-left")
- (hitbox 14 12 32 32)
- (fps 14)
- (images "float-0.png"
- "float-1.png"
- "float-2.png"
- "float-3.png"
- "float-4.png"
- "float-5.png"
- "float-6.png"
- "float-7.png")
- )
-
- (action
- (name "float-right")
- (hitbox 20 12 32 32)
- (fps 14)
- (mirror-action "float-left")
- )
-
- (action
- (name "iced-left")
- (hitbox 3 6 64 43)
- (images "left-2.png")
- )
-
- (action
- (name "iced-right")
- (hitbox 3 6 64 43)
- (mirror-action "iced-left")
- )
-
- (action
- (name "squished-left")
- (hitbox 9 12 32 32)
- (images "squished.png")
- )
-
- (action
- (name "squished-right")
- (hitbox 19 12 32 32)
- (mirror-action "squished-left")
- )
- (action
- (name "burning-left")
- (hitbox 9 12 32 32)
- (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"))
- (action
- (name "burning-right")
- (hitbox 9 12 32 32)
- (mirror-action "burning-left")
- )
- )
|