123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991 |
- (supertux-sprite
- (action
- (name "gameover")
- (fps 10.0)
- (hitbox 13 6 32 32)
- (images "small/gameover-0.png"
- "small/gameover-1.png"))
- ; Small Tux
- (action
- (name "small-walk-right")
- (fps 15.0)
- (hitbox 8 16 32 32)
- (images "small/walk-0.png"
- "small/walk-1.png"
- "small/walk-2.png"
- "small/walk-3.png"
- "small/walk-4.png"
- "small/walk-5.png"
- "small/walk-6.png"
- "small/walk-7.png"))
- (action
- (name "small-walk-left")
- (fps 15.0)
- (hitbox 8 16 32 32)
- (mirror-action "small-walk-right"))
- (action
- (name "small-run-right")
- (fps 30)
- (hitbox 8 16 32 32)
- (images "small/run-0.png"
- "small/run-1.png"
- "small/run-2.png"
- "small/run-3.png"
- "small/run-4.png"
- "small/run-5.png"
- "small/run-6.png"
- "small/run-7.png"
- "small/run-15.png"
- "small/run-14.png"
- "small/run-13.png"
- "small/run-12.png"
- "small/run-11.png"
- "small/run-10.png"
- "small/run-9.png"
- "small/run-8.png"))
- (action
- (name "small-run-left")
- (fps 25.0)
- (hitbox 8 16 32 32)
- (mirror-action "small-run-right"))
- (action
- (name "small-stand-right")
- (fps 15.0)
- (hitbox 8 16 32 32)
- (images "small/stand-0.png"))
- (action
- (name "small-stand-left")
- (fps 15.0)
- (hitbox 8 16 32 32)
- (mirror-action "small-stand-right"))
- (action
- (name "small-jump-right")
- (fps 15.0)
- (hitbox 8 16 32 32)
- (images "small/jump-0.png"))
- (action
- (name "small-jump-left")
- (fps 15.0)
- (hitbox 8 16 32 32)
- (mirror-action "small-jump-right"))
- (action
- (name "small-skid-right")
- (hitbox 8 17 32 32)
- (images "small/skid-0.png"))
- (action
- (name "small-skid-left")
- (hitbox 8 17 32 32)
- (mirror-action "small-skid-right"))
- (action
- (name "small-kick-right")
- (hitbox 8 16 32 32)
- (images "small/kick-0.png"))
- (action
- (name "small-kick-left")
- (hitbox 8 16 32 32)
- (mirror-action "small-kick-right"))
- (action
- (name "small-idle-right")
- (fps 5.0)
- (hitbox 8 16 32 32)
- (images "small/idle-0.png"
- "small/idle-1.png"
- "small/idle-0.png"))
- (action
- (name "small-idle-left")
- (hitbox 8 16 32 32)
- (mirror-action "small-idle-right"))
- (action
- (name "small-climbing-right")
- (hitbox 8 16 32 32)
- (images "small/ladder-0.png"
- "small/ladder-1.png"
- "small/ladder-2.png"
- "small/ladder-3.png"
- "small/ladder-2.png"
- "small/ladder-1.png"))
- (action
- (name "small-climbing-left")
- (hitbox 8 16 32 32)
- (mirror-action "small-climbing-right"))
- (action
- (name "grow-right")
- (fps 15.0)
- (hitbox 16 13 32 64)
- (images "small/grow-0.png"
- "small/grow-1.png"
- "small/grow-2.png"
- "small/grow-3.png"
- "small/grow-4.png"
- "small/grow-5.png"
- "small/grow-6.png"))
- (action
- (name "grow-left")
- (hitbox 16 13 32 64)
- (mirror-action "grow-right"))
- ; Big Tux
- (action
- (name "big-walk-right")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (images "big/walk-0.png"
- "big/walk-1.png"
- "big/walk-2.png"
- "big/walk-3.png"
- "big/walk-4.png"
- "big/walk-5.png"))
- (action
- (name "big-walk-left")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (mirror-action "big-walk-right"))
- (action
- (name "big-stand-right")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (images "big/stand-0.png"))
- (action
- (name "big-stand-left")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (mirror-action "big-stand-right"))
- (action
- (name "big-jump-right")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (images "big/jump-0.png"))
- (action
- (name "big-jump-left")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (mirror-action "big-jump-right"))
- (action
- (name "big-skid-right")
- (hitbox 16 14 32 64)
- (images "big/skid-0.png"))
- (action
- (name "big-skid-left")
- (hitbox 16 14 32 64)
- (mirror-action "big-skid-right"))
- (action
- (name "big-kick-right")
- (hitbox 16 14 32 64)
- (images "big/kick-0.png"))
- (action
- (name "big-kick-left")
- (hitbox 16 14 32 64)
- (mirror-action "big-kick-right"))
- (action
- (name "big-idle-right")
- (fps 5.0)
- (hitbox 16 14 32 64)
- (images "big/idle-0.png"
- "big/idle-1.png"
- "big/idle-0.png"))
- (action
- (name "big-idle-left")
- (hitbox 16 14 32 64)
- (mirror-action "big-idle-right"))
- (action
- (name "big-climbing-right")
- (hitbox 16 14 32 64)
- (images "big/ladder-0.png"
- "big/ladder-1.png"
- "big/ladder-2.png"
- "big/ladder-3.png"
- "big/ladder-2.png"
- "big/ladder-1.png"))
- (action
- (name "big-climbing-left")
- (hitbox 16 14 32 64)
- (mirror-action "big-climbing-right"))
- (action
- (name "big-duck-right")
- (hitbox 16 45 32 32)
- (images "big/duck-0.png"))
- (action
- (name "big-duck-left")
- (hitbox 16 45 32 32)
- (mirror-action "big-duck-right"))
- (action
- (name "big-backflip-right")
- (hitbox 16 37 32 32)
- (images "big/backflip.png"))
- (action
- (name "big-backflip-left")
- (hitbox 16 37 32 32)
- (fps 18.0)
- (mirror-action "big-backflip-right"))
- (action
- (name "big-buttjump-right")
- (hitbox 16 14 32 64)
- (images "big/buttjump-0.png"))
- (action
- (name "big-buttjump-left")
- (hitbox 16 14 32 64)
- (mirror-action "big-buttjump-right"))
- ; Fire Tux
- (action
- (name "fire-walk-right")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (images "fire/walk-0.png"
- "fire/walk-1.png"
- "fire/walk-2.png"
- "fire/walk-3.png"
- "fire/walk-4.png"
- "fire/walk-5.png"))
- (action
- (name "fire-walk-left")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (mirror-action "fire-walk-right"))
- (action
- (name "fire-stand-right")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (images "fire/stand-0.png"))
- (action
- (name "fire-stand-left")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (mirror-action "fire-stand-right"))
- (action
- (name "fire-jump-right")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (images "fire/jump-0.png"))
- (action
- (name "fire-jump-left")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (mirror-action "fire-jump-right"))
- (action
- (name "fire-skid-right")
- (hitbox 16 14 32 64)
- (images "fire/skid-0.png"))
- (action
- (name "fire-skid-left")
- (hitbox 16 14 32 64)
- (mirror-action "fire-skid-right"))
- (action
- (name "fire-kick-right")
- (hitbox 16 14 32 64)
- (images "fire/kick-0.png"))
- (action
- (name "fire-kick-left")
- (hitbox 16 14 32 64)
- (mirror-action "fire-kick-right"))
- (action
- (name "fire-idle-right")
- (fps 5.0)
- (hitbox 16 14 32 64)
- (images "fire/idle-0.png"
- "fire/idle-1.png"
- "fire/idle-0.png"))
- (action
- (name "fire-idle-left")
- (hitbox 16 14 32 64)
- (mirror-action "fire-idle-right"))
- (action
- (name "fire-climbing-right")
- (hitbox 16 14 32 64)
- (images "fire/ladder-0.png"
- "fire/ladder-1.png"
- "fire/ladder-2.png"
- "fire/ladder-3.png"
- "fire/ladder-2.png"
- "fire/ladder-1.png"))
- (action
- (name "fire-climbing-left")
- (hitbox 16 14 32 64)
- (mirror-action "fire-climbing-right"))
- (action
- (name "fire-duck-right")
- (hitbox 16 45 32 32)
- (images "fire/duck-0.png"))
- (action
- (name "fire-duck-left")
- (hitbox 16 45 32 32)
- (mirror-action "fire-duck-right"))
- (action
- (name "fire-backflip-right")
- (hitbox 16 37 32 32)
- (images "fire/backflip.png"))
- (action
- (name "fire-backflip-left")
- (hitbox 16 37 32 32)
- (fps 18.0)
- (mirror-action "fire-backflip-right"))
- (action
- (name "fire-buttjump-right")
- (hitbox 16 14 32 64)
- (images "fire/buttjump-0.png"))
- (action
- (name "fire-buttjump-left")
- (hitbox 16 14 32 64)
- (mirror-action "fire-buttjump-right"))
- ; Ice Tux
- (action
- (name "ice-walk-right")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (images "ice/walk-0.png"
- "ice/walk-1.png"
- "ice/walk-2.png"
- "ice/walk-3.png"
- "ice/walk-4.png"
- "ice/walk-5.png"))
- (action
- (name "ice-walk-left")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (mirror-action "ice-walk-right"))
- (action
- (name "ice-stand-right")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (images "ice/stand-0.png"))
- (action
- (name "ice-stand-left")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (mirror-action "ice-stand-right"))
- (action
- (name "ice-jump-right")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (images "ice/jump-0.png"))
- (action
- (name "ice-jump-left")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (mirror-action "ice-jump-right"))
- (action
- (name "ice-skid-right")
- (hitbox 16 14 32 64)
- (images "ice/skid-0.png"))
- (action
- (name "ice-skid-left")
- (hitbox 16 14 32 64)
- (mirror-action "ice-skid-right"))
- (action
- (name "ice-kick-right")
- (hitbox 16 14 32 64)
- (images "ice/kick-0.png"))
- (action
- (name "ice-kick-left")
- (hitbox 16 14 32 64)
- (mirror-action "ice-kick-right"))
- (action
- (name "ice-idle-right")
- (fps 5.0)
- (hitbox 16 14 32 64)
- (images "ice/idle-0.png"
- "ice/idle-1.png"
- "ice/idle-0.png"))
- (action
- (name "ice-idle-left")
- (hitbox 16 14 32 64)
- (mirror-action "ice-idle-right"))
- (action
- (name "ice-climbing-right")
- (hitbox 16 14 32 64)
- (images "ice/ladder-0.png"
- "ice/ladder-1.png"
- "ice/ladder-2.png"
- "ice/ladder-3.png"
- "ice/ladder-2.png"
- "ice/ladder-1.png"))
- (action
- (name "ice-climbing-left")
- (hitbox 16 14 32 64)
- (mirror-action "ice-climbing-right"))
- (action
- (name "ice-duck-right")
- (hitbox 16 45 32 32)
- (images "ice/duck-0.png"))
- (action
- (name "ice-duck-left")
- (hitbox 16 45 32 32)
- (mirror-action "ice-duck-right"))
- (action
- (name "ice-backflip-right")
- (hitbox 16 37 32 32)
- (images "ice/backflip.png"))
- (action
- (name "ice-backflip-left")
- (hitbox 16 37 32 32)
- (fps 18.0)
- (mirror-action "ice-backflip-right"))
- (action
- (name "ice-buttjump-right")
- (hitbox 16 14 32 64)
- (images "ice/buttjump-0.png"))
- (action
- (name "ice-buttjump-left")
- (hitbox 16 14 32 64)
- (mirror-action "ice-buttjump-right"))
- ; Air Tux
- (action
- (name "air-walk-right")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (images "big/walk-0.png"
- "big/walk-1.png"
- "big/walk-2.png"
- "big/walk-3.png"
- "big/walk-4.png"
- "big/walk-5.png"))
- (action
- (name "air-walk-left")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (mirror-action "air-walk-right"))
- (action
- (name "air-stand-right")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (images "big/stand-0.png"))
- (action
- (name "air-stand-left")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (mirror-action "air-stand-right"))
- (action
- (name "air-jump-right")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (images "big/jump-0.png"))
- (action
- (name "air-jump-left")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (mirror-action "air-jump-right"))
- (action
- (name "air-skid-right")
- (hitbox 16 14 32 64)
- (images "big/skid-0.png"))
- (action
- (name "air-skid-left")
- (hitbox 16 14 32 64)
- (mirror-action "air-skid-right"))
- (action
- (name "air-kick-right")
- (hitbox 16 14 32 64)
- (images "big/kick-0.png"))
- (action
- (name "air-kick-left")
- (hitbox 16 14 32 64)
- (mirror-action "air-kick-right"))
- (action
- (name "air-idle-right")
- (fps 5.0)
- (hitbox 16 14 32 64)
- (images "big/idle-0.png"
- "big/idle-1.png"
- "big/idle-0.png"))
- (action
- (name "air-idle-left")
- (hitbox 16 14 32 64)
- (mirror-action "air-idle-right"))
- (action
- (name "air-climbing-right")
- (hitbox 16 14 32 64)
- (images "big/ladder-0.png"
- "big/ladder-1.png"
- "big/ladder-2.png"
- "big/ladder-3.png"
- "big/ladder-2.png"
- "big/ladder-1.png"))
- (action
- (name "air-climbing-left")
- (hitbox 16 14 32 64)
- (mirror-action "air-climbing-right"))
- (action
- (name "air-duck-right")
- (hitbox 16 45 32 32)
- (images "big/duck-0.png"))
- (action
- (name "air-duck-left")
- (hitbox 16 45 32 32)
- (mirror-action "air-duck-right"))
- (action
- (name "air-backflip-right")
- (hitbox 16 37 32 32)
- (images "big/backflip.png"))
- (action
- (name "air-backflip-left")
- (hitbox 16 37 32 32)
- (fps 18.0)
- (mirror-action "air-backflip-right"))
- (action
- (name "air-buttjump-right")
- (hitbox 16 14 32 64)
- (images "big/buttjump-0.png"))
- (action
- (name "air-buttjump-left")
- (hitbox 16 14 32 64)
- (mirror-action "air-buttjump-right"))
- ; Earth Tux
- (action
- (name "earth-walk-right")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (images "big/walk-0.png"
- "big/walk-1.png"
- "big/walk-2.png"
- "big/walk-3.png"
- "big/walk-4.png"
- "big/walk-5.png"))
- (action
- (name "earth-walk-left")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (mirror-action "earth-walk-right"))
- (action
- (name "earth-stand-right")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (images "big/stand-0.png"))
- (action
- (name "earth-stand-left")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (mirror-action "earth-stand-right"))
- (action
- (name "earth-jump-right")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (images "big/jump-0.png"))
- (action
- (name "earth-jump-left")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (mirror-action "earth-jump-right"))
- (action
- (name "earth-skid-right")
- (hitbox 16 14 32 64)
- (images "big/skid-0.png"))
- (action
- (name "earth-skid-left")
- (hitbox 16 14 32 64)
- (mirror-action "earth-skid-right"))
- (action
- (name "earth-kick-right")
- (hitbox 16 14 32 64)
- (images "big/kick-0.png"))
- (action
- (name "earth-kick-left")
- (hitbox 16 14 32 64)
- (mirror-action "earth-kick-right"))
- (action
- (name "earth-idle-right")
- (fps 5.0)
- (hitbox 16 14 32 64)
- (images "big/idle-0.png"
- "big/idle-1.png"
- "big/idle-0.png"))
- (action
- (name "earth-idle-left")
- (hitbox 16 14 32 64)
- (mirror-action "earth-idle-right"))
- (action
- (name "earth-climbing-right")
- (hitbox 16 14 32 64)
- (images "big/ladder-0.png"
- "big/ladder-1.png"
- "big/ladder-2.png"
- "big/ladder-3.png"
- "big/ladder-2.png"
- "big/ladder-1.png"))
- (action
- (name "earth-climbing-left")
- (hitbox 16 14 32 64)
- (mirror-action "earth-climbing-right"))
- (action
- (name "earth-duck-right")
- (hitbox 16 45 32 32)
- (images "big/duck-0.png"))
- (action
- (name "earth-duck-left")
- (hitbox 16 45 32 32)
- (mirror-action "earth-duck-right"))
- (action
- (name "earth-backflip-right")
- (hitbox 16 37 32 32)
- (images "big/backflip.png"))
- (action
- (name "earth-backflip-left")
- (hitbox 16 37 32 32)
- (fps 18.0)
- (mirror-action "earth-backflip-right"))
- (action
- (name "earth-buttjump-right")
- (hitbox 16 14 32 64)
- (images "big/buttjump-0.png"))
- (action
- (name "earth-buttjump-left")
- (hitbox 16 14 32 64)
- (mirror-action "earth-buttjump-right"))
- ; Stone Tux
- (action
- (name "earth-walk-right-stone")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (images "earth/walk.png"))
- (action
- (name "earth-walk-left-stone")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (mirror-action "earth-walk-right-stone"))
- (action
- (name "earth-stand-right-stone")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (images "earth/stand.png"))
- (action
- (name "earth-stand-left-stone")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (mirror-action "earth-stand-right-stone"))
- (action
- (name "earth-jump-right-stone")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (images "earth/jump.png"))
- (action
- (name "earth-jump-left-stone")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (mirror-action "earth-jump-right-stone"))
- (action
- (name "earth-skid-right-stone")
- (hitbox 16 14 32 64)
- (images "earth/skid.png"))
- (action
- (name "earth-skid-left-stone")
- (hitbox 16 14 32 64)
- (mirror-action "earth-skid-right-stone"))
- (action
- (name "earth-kick-right-stone")
- (hitbox 16 14 32 64)
- (images "earth/kick.png"))
- (action
- (name "earth-kick-left-stone")
- (hitbox 16 14 32 64)
- (mirror-action "earth-kick-right-stone"))
- (action
- (name "earth-idle-right-stone")
- (fps 5.0)
- (hitbox 16 14 32 64)
- (images "earth/head.png"))
- (action
- (name "earth-idle-left-stone")
- (hitbox 16 14 32 64)
- (mirror-action "earth-idle-right-stone"))
- (action
- (name "earth-climbing-right-stone")
- (hitbox 16 14 32 64)
- (images "earth/ladder.png"))
- (action
- (name "earth-climbing-left-stone")
- (hitbox 16 14 32 64)
- (mirror-action "earth-climbing-right-stone"))
- (action
- (name "earth-duck-right-stone")
- (hitbox 16 45 32 32)
- (images "earth/duck.png"))
- (action
- (name "earth-duck-left-stone")
- (hitbox 16 45 32 32)
- (mirror-action "earth-duck-right-stone"))
- (action
- (name "earth-backflip-right-stone")
- (hitbox 16 37 32 32)
- (images "earth/backflip.png"))
- (action
- (name "earth-backflip-left-stone")
- (hitbox 16 37 32 32)
- (fps 18.0)
- (mirror-action "earth-backflip-right-stone"))
- (action
- (name "earth-buttjump-right-stone")
- (hitbox 16 14 32 64)
- (images "earth/buttjump.png"))
- (action
- (name "earth-buttjump-left-stone")
- (hitbox 16 14 32 64)
- (mirror-action "earth-buttjump-right-stone"))
- ; Santa Tux
- (action
- (name "santa-walk-right")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (images "big/walk-0.png"
- "big/walk-1.png"
- "big/walk-2.png"
- "big/walk-3.png"
- "big/walk-4.png"
- "big/walk-5.png"))
- (action
- (name "santa-walk-left")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (mirror-action "santa-walk-right"))
- (action
- (name "santa-stand-right")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (images "big/stand-0.png"))
- (action
- (name "santa-stand-left")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (mirror-action "santa-stand-right"))
- (action
- (name "santa-jump-right")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (images "big/jump-0.png"))
- (action
- (name "santa-jump-left")
- (fps 15.0)
- (hitbox 16 14 32 64)
- (mirror-action "santa-jump-right"))
- (action
- (name "santa-skid-right")
- (hitbox 16 14 32 64)
- (images "big/skid-0.png"))
- (action
- (name "santa-skid-left")
- (hitbox 16 14 32 64)
- (mirror-action "santa-skid-right"))
- (action
- (name "santa-kick-right")
- (hitbox 16 14 32 64)
- (images "big/kick-0.png"))
- (action
- (name "santa-kick-left")
- (hitbox 16 14 32 64)
- (mirror-action "santa-kick-right"))
- (action
- (name "santa-idle-right")
- (fps 5.0)
- (hitbox 16 14 32 64)
- (images "big/idle-0.png"
- "big/idle-1.png"
- "big/idle-0.png"))
- (action
- (name "santa-idle-left")
- (hitbox 16 14 32 64)
- (mirror-action "santa-idle-right"))
- (action
- (name "santa-climbing-right")
- (hitbox 16 14 32 64)
- (images "big/ladder-0.png"
- "big/ladder-1.png"
- "big/ladder-2.png"
- "big/ladder-3.png"
- "big/ladder-2.png"
- "big/ladder-1.png"))
- (action
- (name "santa-climbing-left")
- (hitbox 16 14 32 64)
- (mirror-action "santa-climbing-right"))
- (action
- (name "santa-duck-right")
- (hitbox 16 45 32 32)
- (images "big/duck-0.png"))
- (action
- (name "santa-duck-left")
- (hitbox 16 45 32 32)
- (mirror-action "santa-duck-right"))
- (action
- (name "santa-backflip-right")
- (hitbox 16 37 32 32)
- (images "big/backflip.png"))
- (action
- (name "santa-backflip-left")
- (hitbox 16 37 32 32)
- (fps 18.0)
- (mirror-action "santa-backflip-right"))
- (action
- (name "santa-buttjump-right")
- (hitbox 16 14 32 64)
- (images "big/buttjump-0.png"))
- (action
- (name "santa-buttjump-left")
- (hitbox 16 14 32 64)
- (mirror-action "santa-buttjump-right"))
- )
|