123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068 |
- (supertux-sprite
- (action
- (name "grow-right")
- (images "../../objects/bonus_block/invisible.png"))
- (action
- (name "grow-left")
- (mirror-action "grow-right"))
- ; Fire Tux
- (action
- (name "fire-walk-right")
- (fps 15)
- (hitbox 16 15 32 64)
- (images "fire/hat/walk-0.png"
- "fire/hat/walk-1.png"
- "fire/hat/walk-0.png"
- "fire/hat/walk-3.png"))
- (action
- (name "fire-walk-left")
- (fps 15)
- (hitbox 16 15 32 64)
- (mirror-action "fire-walk-right"))
- (action
- (name "fire-stand-right")
- (hitbox 16 15 32 64)
- (images "fire/hat/stand.png"))
- (action
- (name "fire-stand-left")
- (hitbox 16 15 32 64)
- (mirror-action "fire-stand-right"))
- (action
- (name "fire-walljump-right")
- (hitbox 24 14 32 64)
- (images "fire/hat/fire-walljump.png"))
- (action
- (name "fire-walljump-left")
- (hitbox 8 14 32 64)
- (mirror-action "fire-walljump-right"))
- (action
- (name "fire-jump-right")
- (hitbox 16 15 32 64)
- (images "fire/hat/stand.png"))
- (action
- (name "fire-jump-left")
- (hitbox 16 15 32 64)
- (mirror-action "fire-jump-right"))
- (action
- (name "fire-fall-right")
- (hitbox 16 15 32 64)
- (images "fire/hat/stand.png"))
- (action
- (name "fire-fall-left")
- (hitbox 16 15 32 64)
- (mirror-action "fire-jump-right"))
-
- (action
- (name "fire-skid-right")
- (hitbox 16 15 32 64)
- (images "fire/hat/skid.png"))
- (action
- (name "fire-skid-left")
- (hitbox 16 15 32 64)
- (mirror-action "fire-skid-right"))
- (action
- (name "fire-kick-right")
- (hitbox 16 15 32 64)
- (images "fire/hat/stand.png"))
- (action
- (name "fire-kick-left")
- (hitbox 16 15 32 64)
- (mirror-action "fire-kick-right"))
- (action
- (name "fire-idle-right")
- (hitbox 16 15 32 64)
- (images "fire/hat/stand.png"))
- (action
- (name "fire-idle-left")
- (hitbox 16 15 32 64)
- (mirror-action "fire-idle-right"))
- (action
- (name "fire-climbing-right")
- (hitbox 9 14 25 64)
- (fps 15.0)
- (images "fire/hat/climb-0.png"
- "fire/hat/climb-0.png"
- "fire/hat/climb-0.png"
- "fire/hat/climb-0.png"
- "fire/hat/climb-1.png"
- "fire/hat/climb-1.png"
- "fire/hat/climb-1.png"
- "fire/hat/climb-1.png"))
- (action
- (name "fire-climbing-left")
- (hitbox 9 14 25 64)
- (fps 15.0)
- (mirror-action "fire-climbing-right"))
- (action
- (name "fire-duck-right")
- (hitbox 16 45 32 32)
- (images "fire/hat/duck.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/hat/backflip.png"))
- (action
- (name "fire-backflip-left")
- (hitbox 16 37 32 32)
- (mirror-action "fire-backflip-right"))
- (action
- (name "fire-buttjump-right")
- (hitbox 16 15 32 64)
- (fps 20.0)
- (loops 1)
- (images "fire/hat/buttjump-0.png"
- "fire/hat/buttjump-1.png"
- "fire/hat/buttjump-2.png"
- "fire/hat/buttjump-3.png"
- "fire/hat/buttjump-4.png"
- "fire/hat/buttjump-5.png"
- "fire/hat/buttjump-6.png"))
- (action
- (name "fire-buttjump-left")
- (hitbox 16 15 32 64)
- (fps 20.0)
- (loops 1)
- (mirror-action "fire-buttjump-right"))
- (action
- (name "fire-swimming-right")
- (fps 15.0)
- (hitbox 29 24 32 64)
- (images "fire/hat/swim-0.png"
- "fire/hat/swim-1.png"
- "fire/hat/swim-2.png"
- "fire/hat/swim-3.png"
- "fire/hat/swim-4.png"))
- (action
- (name "fire-swimming-left")
- (fps 15.0)
- (hitbox 29 24 32 64)
- (mirror-action "fire-swimming-right"))
- (action
- (name "fire-floating-right")
- (fps 11.0)
- (hitbox 29 24 32 64)
- (images "fire/hat/swim-0.png"
- "fire/hat/swim-1.png"
- "fire/hat/swim-2.png"
- "fire/hat/swimidle1.png"
- "fire/hat/swimidle1.png"
- "fire/hat/swimidle1.png"
- "fire/hat/swimidle1.png"
- "fire/hat/swimidle1.png"
- "fire/hat/swimidle1.png"
- "fire/hat/swimidle1.png"
- "fire/hat/swimidle1.png"
- "fire/hat/swimidle1.png"
- "fire/hat/swimidle1.png"
- "fire/hat/swimidle1.png"
- "fire/hat/swimidle1.png"
- "fire/hat/swimidle1.png"
- "fire/hat/swimidle1.png"
- "fire/hat/swimidle1.png"
- "fire/hat/swimidle1.png"
- "fire/hat/swimidle1.png"
- "fire/hat/swimidle1.png"
- "fire/hat/swimidle1.png"
- "fire/hat/swimidle1.png"))
- (action
- (name "fire-floating-left")
- (fps 11.0)
- (hitbox 29 24 32 64)
- (mirror-action "fire-floating-right"))
- (action
- (name "fire-swimjump-right")
- (fps 10.0)
- (loops 1)
- (hitbox 29 24 32 64)
- (images "fire/hat/swim-0.png"))
- (action
- (name "fire-swimjump-left")
- (fps 10.0)
- (loops 1)
- (hitbox 29 24 32 64)
- (mirror-action "fire-swimjump-right"))
- ; Ice Tux
- (action
- (name "ice-walk-right")
- (fps 15)
- (hitbox 16 15 32 64)
- (images "ice/hat/walk-0.png"
- "ice/hat/walk-1.png"
- "ice/hat/walk-0.png"
- "ice/hat/walk-3.png"))
- (action
- (name "ice-walk-left")
- (fps 15)
- (hitbox 16 15 32 64)
- (mirror-action "ice-walk-right"))
- (action
- (name "ice-stand-right")
- (hitbox 16 15 32 64)
- (images "ice/hat/stand.png"))
- (action
- (name "ice-stand-left")
- (hitbox 16 15 32 64)
- (mirror-action "ice-stand-right"))
- (action
- (name "ice-walljump-right")
- (hitbox 24 14 32 64)
- (images "ice/hat/ice-walljump.png"))
- (action
- (name "ice-walljump-left")
- (hitbox 8 14 32 64)
- (mirror-action "ice-walljump-right"))
- (action
- (name "ice-jump-right")
- (hitbox 16 15 32 64)
- (images "ice/hat/stand.png"))
- (action
- (name "ice-jump-left")
- (hitbox 16 15 32 64)
- (mirror-action "ice-jump-right"))
- (action
- (name "ice-fall-right")
- (hitbox 16 15 32 64)
- (images "ice/hat/stand.png"))
- (action
- (name "ice-fall-left")
- (hitbox 16 15 32 64)
- (mirror-action "ice-jump-right"))
-
- (action
- (name "ice-skid-right")
- (hitbox 16 15 32 64)
- (images "ice/hat/skid.png"))
- (action
- (name "ice-skid-left")
- (hitbox 16 15 32 64)
- (mirror-action "ice-skid-right"))
- (action
- (name "ice-kick-right")
- (hitbox 16 15 32 64)
- (images "ice/hat/stand.png"))
- (action
- (name "ice-kick-left")
- (hitbox 16 15 32 64)
- (mirror-action "ice-kick-right"))
- (action
- (name "ice-idle-right")
- (hitbox 16 15 32 64)
- (images "ice/hat/stand.png"))
- (action
- (name "ice-idle-left")
- (hitbox 16 15 32 64)
- (mirror-action "ice-idle-right"))
- (action
- (name "ice-climbing-right")
- (hitbox 9 14 25 64)
- (fps 15.0)
- (images "ice/hat/climb-0.png"
- "ice/hat/climb-0.png"
- "ice/hat/climb-0.png"
- "ice/hat/climb-0.png"
- "ice/hat/climb-1.png"
- "ice/hat/climb-1.png"
- "ice/hat/climb-1.png"
- "ice/hat/climb-1.png"))
- (action
- (name "ice-climbing-left")
- (hitbox 9 14 25 64)
- (fps 15.0)
- (mirror-action "ice-climbing-right"))
- (action
- (name "ice-duck-right")
- (hitbox 16 45 32 32)
- (images "ice/hat/duck.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/hat/backflip.png"))
- (action
- (name "ice-backflip-left")
- (hitbox 16 37 32 32)
- (mirror-action "ice-backflip-right"))
- (action
- (name "ice-buttjump-right")
- (hitbox 16 15 32 64)
- (fps 20.0)
- (loops 1)
- (images "ice/hat/buttjump-0.png"
- "ice/hat/buttjump-1.png"
- "ice/hat/buttjump-2.png"
- "ice/hat/buttjump-3.png"
- "ice/hat/buttjump-4.png"
- "ice/hat/buttjump-5.png"
- "ice/hat/buttjump-6.png"))
- (action
- (name "ice-buttjump-left")
- (hitbox 16 15 32 64)
- (fps 20.0)
- (loops 1)
- (mirror-action "ice-buttjump-right"))
- (action
- (name "ice-swimming-right")
- (fps 15.0)
- (hitbox 29 24 32 64)
- (images "ice/hat/swim-0.png"
- "ice/hat/swim-1.png"
- "ice/hat/swim-2.png"
- "ice/hat/swim-3.png"
- "ice/hat/swim-4.png"))
- (action
- (name "ice-swimming-left")
- (fps 15.0)
- (hitbox 29 24 32 64)
- (mirror-action "ice-swimming-right"))
- (action
- (name "ice-floating-right")
- (fps 11.0)
- (hitbox 29 24 32 64)
- (images "ice/hat/swim-0.png"
- "ice/hat/swim-1.png"
- "ice/hat/swim-2.png"
- "ice/hat/swimidle1.png"
- "ice/hat/swimidle1.png"
- "ice/hat/swimidle1.png"
- "ice/hat/swimidle1.png"
- "ice/hat/swimidle1.png"
- "ice/hat/swimidle1.png"
- "ice/hat/swimidle1.png"
- "ice/hat/swimidle1.png"
- "ice/hat/swimidle1.png"
- "ice/hat/swimidle1.png"
- "ice/hat/swimidle1.png"
- "ice/hat/swimidle1.png"
- "ice/hat/swimidle1.png"
- "ice/hat/swimidle1.png"
- "ice/hat/swimidle1.png"
- "ice/hat/swimidle1.png"
- "ice/hat/swimidle1.png"
- "ice/hat/swimidle1.png"
- "ice/hat/swimidle1.png"
- "ice/hat/swimidle1.png"))
- (action
- (name "ice-floating-left")
- (fps 11.0)
- (hitbox 29 24 32 64)
- (mirror-action "ice-floating-right"))
- (action
- (name "ice-swimjump-right")
- (fps 10.0)
- (loops 1)
- (hitbox 29 24 32 64)
- (images "ice/hat/swim-0.png"))
- (action
- (name "ice-swimjump-left")
- (fps 10.0)
- (loops 1)
- (hitbox 29 24 32 64)
- (mirror-action "ice-swimjump-right"))
- ; Air Tux
- (action
- (name "air-walk-right")
- (fps 15)
- (hitbox 16 15 32 64)
- (images "air/hat/walk-0.png"
- "air/hat/walk-1.png"
- "air/hat/walk-0.png"
- "air/hat/walk-3.png"))
- (action
- (name "air-walk-left")
- (fps 15)
- (hitbox 16 15 32 64)
- (mirror-action "air-walk-right"))
- (action
- (name "air-stand-right")
- (hitbox 16 15 32 64)
- (images "air/hat/stand.png"))
- (action
- (name "air-stand-left")
- (hitbox 16 15 32 64)
- (mirror-action "air-stand-right"))
- (action
- (name "air-walljump-right")
- (hitbox 24 14 32 64)
- (images "air/hat/air-walljump.png"))
- (action
- (name "air-walljump-left")
- (hitbox 8 14 32 64)
- (mirror-action "air-walljump-right"))
- (action
- (name "air-jump-right")
- (fps 10)
- (hitbox 16 15 32 64)
- (images "air/hat/spin-0.png"
- "air/hat/spin-1.png"
- "air/hat/spin-2.png"
- "air/hat/spin-1.png"))
- (action
- (name "air-jump-left")
- (hitbox 16 15 32 64)
- (mirror-action "air-jump-right"))
-
- (action
- (name "air-fall-right")
- (fps 10)
- (hitbox 16 15 32 64)
- (images "air/hat/spin-0.png"
- "air/hat/spin-1.png"
- "air/hat/spin-2.png"
- "air/hat/spin-1.png"))
- (action
- (name "air-fall-left")
- (hitbox 16 15 32 64)
- (mirror-action "air-jump-right"))
- (action
- (name "air-skid-right")
- (hitbox 16 15 32 64)
- (images "air/hat/skid.png"))
- (action
- (name "air-skid-left")
- (hitbox 16 15 32 64)
- (mirror-action "air-skid-right"))
- (action
- (name "air-kick-right")
- (hitbox 16 15 32 64)
- (images "air/hat/stand.png"))
- (action
- (name "air-kick-left")
- (hitbox 16 15 32 64)
- (mirror-action "air-kick-right"))
- (action
- (name "air-idle-right")
- (fps 5)
- (hitbox 16 15 32 64)
- (images "air/hat/spin-0.png"
- "air/hat/spin-1.png"
- "air/hat/spin-2.png"
- "air/hat/spin-1.png"))
- (action
- (name "air-idle-left")
- (hitbox 16 15 32 64)
- (mirror-action "air-idle-right"))
- (action
- (name "air-climbing-right")
- (hitbox 9 14 25 64)
- (fps 15.0)
- (images "air/hat/climb-0.png"
- "air/hat/climb-0.png"
- "air/hat/climb-0.png"
- "air/hat/climb-0.png"
- "air/hat/climb-1.png"
- "air/hat/climb-1.png"
- "air/hat/climb-1.png"
- "air/hat/climb-1.png"))
- (action
- (name "air-climbing-left")
- (hitbox 9 14 25 64)
- (fps 15.0)
- (mirror-action "air-climbing-right"))
- (action
- (name "air-duck-right")
- (hitbox 16 45 32 32)
- (images "air/hat/duck.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 "air/hat/backflip.png"))
- (action
- (name "air-backflip-left")
- (hitbox 16 37 32 32)
- (mirror-action "air-backflip-right"))
- (action
- (name "air-buttjump-right")
- (hitbox 16 15 32 64)
- (fps 20.0)
- (loops 1)
- (images "air/hat/buttjump-0.png"
- "air/hat/buttjump-1.png"
- "air/hat/buttjump-2.png"
- "air/hat/buttjump-3.png"
- "air/hat/buttjump-4.png"
- "air/hat/buttjump-5.png"
- "air/hat/buttjump-6.png"))
- (action
- (name "air-buttjump-left")
- (hitbox 16 15 32 64)
- (fps 20.0)
- (loops 1)
- (mirror-action "air-buttjump-right"))
- (action
- (name "air-swimming-right")
- (fps 15.0)
- (hitbox 29 24 32 64)
- (images "air/hat/swim-0.png"
- "air/hat/swim-1.png"
- "air/hat/swim-2.png"
- "air/hat/swim-3.png"
- "air/hat/swim-4.png"))
- (action
- (name "air-swimming-left")
- (fps 15.0)
- (hitbox 29 24 32 64)
- (mirror-action "air-swimming-right"))
- (action
- (name "air-floating-right")
- (fps 11.0)
- (hitbox 29 24 32 64)
- (images "air/hat/swim-0.png"
- "air/hat/swim-1.png"
- "air/hat/swim-2.png"
- "air/hat/swimidle1.png"
- "air/hat/swimidle1.png"
- "air/hat/swimidle1.png"
- "air/hat/swimidle1.png"
- "air/hat/swimidle1.png"
- "air/hat/swimidle1.png"
- "air/hat/swimidle1.png"
- "air/hat/swimidle1.png"
- "air/hat/swimidle1.png"
- "air/hat/swimidle1.png"
- "air/hat/swimidle1.png"
- "air/hat/swimidle1.png"
- "air/hat/swimidle1.png"
- "air/hat/swimidle1.png"
- "air/hat/swimidle1.png"
- "air/hat/swimidle1.png"
- "air/hat/swimidle1.png"
- "air/hat/swimidle1.png"
- "air/hat/swimidle1.png"))
- (action
- (name "air-floating-left")
- (fps 11.0)
- (hitbox 29 24 32 64)
- (mirror-action "air-floating-right"))
- (action
- (name "air-swimjump-right")
- (fps 10.0)
- (loops 1)
- (hitbox 29 24 32 64)
- (images "air/hat/swim-0.png"))
- (action
- (name "air-swimjump-left")
- (fps 10.0)
- (loops 1)
- (hitbox 29 24 32 64)
- (mirror-action "air-swimjump-right"))
- ; Earth Tux
- (action
- (name "earth-walk-right")
- (fps 15)
- (hitbox 16 15 32 64)
- (images "earth/hardhat/walk-0.png"
- "earth/hardhat/walk-1.png"
- "earth/hardhat/walk-0.png"
- "earth/hardhat/walk-3.png"))
- (action
- (name "earth-walk-left")
- (fps 15)
- (hitbox 16 15 32 64)
- (mirror-action "earth-walk-right"))
- (action
- (name "earth-stand-right")
- (hitbox 16 15 32 64)
- (images "earth/hardhat/stand.png"))
- (action
- (name "earth-stand-left")
- (hitbox 16 15 32 64)
- (mirror-action "earth-stand-right"))
- (action
- (name "earth-walljump-right")
- (hitbox 24 14 32 64)
- (images "earth/hardhat/earth-walljump.png"))
- (action
- (name "earth-walljump-left")
- (hitbox 8 14 32 64)
- (mirror-action "earth-walljump-right"))
- (action
- (name "earth-jump-right")
- (hitbox 16 15 32 64)
- (images "earth/hardhat/stand.png"))
- (action
- (name "earth-jump-left")
- (hitbox 16 15 32 64)
- (mirror-action "earth-jump-right"))
-
- (action
- (name "earth-fall-right")
- (hitbox 16 15 32 64)
- (images "earth/hardhat/stand.png"))
- (action
- (name "earth-fall-left")
- (hitbox 16 15 32 64)
- (mirror-action "earth-jump-right"))
- (action
- (name "earth-skid-right")
- (hitbox 16 15 32 64)
- (images "earth/hardhat/skid.png"))
- (action
- (name "earth-skid-left")
- (hitbox 16 15 32 64)
- (mirror-action "earth-skid-right"))
- (action
- (name "earth-kick-right")
- (hitbox 16 15 32 64)
- (images "earth/hardhat/stand.png"))
- (action
- (name "earth-kick-left")
- (hitbox 16 15 32 64)
- (mirror-action "earth-kick-right"))
- (action
- (name "earth-idle-right")
- (hitbox 16 15 32 64)
- (images "earth/hardhat/stand.png"))
- (action
- (name "earth-idle-left")
- (hitbox 16 15 32 64)
- (mirror-action "earth-idle-right"))
- (action
- (name "earth-climbing-right")
- (hitbox 9 14 25 64)
- (fps 15.0)
- (images "earth/hardhat/climb-0.png"
- "earth/hardhat/climb-0.png"
- "earth/hardhat/climb-0.png"
- "earth/hardhat/climb-0.png"
- "earth/hardhat/climb-1.png"
- "earth/hardhat/climb-1.png"
- "earth/hardhat/climb-1.png"
- "earth/hardhat/climb-1.png"))
- (action
- (name "earth-climbing-left")
- (hitbox 9 14 25 64)
- (fps 15.0)
- (mirror-action "earth-climbing-right"))
- (action
- (name "earth-duck-right")
- (hitbox 16 45 32 32)
- (images "earth/hardhat/duck.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 "earth/hardhat/backflip.png"))
- (action
- (name "earth-backflip-left")
- (hitbox 16 37 32 32)
- (mirror-action "earth-backflip-right"))
- (action
- (name "earth-buttjump-right")
- (hitbox 16 15 32 64)
- (fps 20.0)
- (loops 1)
- (images "earth/hardhat/buttjump-0.png"
- "earth/hardhat/buttjump-1.png"
- "earth/hardhat/buttjump-2.png"
- "earth/hardhat/buttjump-3.png"
- "earth/hardhat/buttjump-4.png"
- "earth/hardhat/buttjump-5.png"
- "earth/hardhat/buttjump-6.png"))
- (action
- (name "earth-buttjump-left")
- (hitbox 16 15 32 64)
- (fps 20.0)
- (loops 1)
- (mirror-action "earth-buttjump-right"))
- (action
- (name "earth-swimming-right")
- (fps 15.0)
- (hitbox 29 24 32 64)
- (images "earth/hardhat/swim-0.png"
- "earth/hardhat/swim-1.png"
- "earth/hardhat/swim-2.png"
- "earth/hardhat/swim-3.png"
- "earth/hardhat/swim-4.png"))
- (action
- (name "earth-swimming-left")
- (fps 15.0)
- (hitbox 29 24 32 64)
- (mirror-action "earth-swimming-right"))
- (action
- (name "earth-floating-right")
- (fps 11.0)
- (hitbox 29 24 32 64)
- (images "earth/hardhat/swim-0.png"
- "earth/hardhat/swim-1.png"
- "earth/hardhat/swim-2.png"
- "earth/hardhat/swimidle1.png"
- "earth/hardhat/swimidle1.png"
- "earth/hardhat/swimidle1.png"
- "earth/hardhat/swimidle1.png"
- "earth/hardhat/swimidle1.png"
- "earth/hardhat/swimidle1.png"
- "earth/hardhat/swimidle1.png"
- "earth/hardhat/swimidle1.png"
- "earth/hardhat/swimidle1.png"
- "earth/hardhat/swimidle1.png"
- "earth/hardhat/swimidle1.png"
- "earth/hardhat/swimidle1.png"
- "earth/hardhat/swimidle1.png"
- "earth/hardhat/swimidle1.png"
- "earth/hardhat/swimidle1.png"
- "earth/hardhat/swimidle1.png"
- "earth/hardhat/swimidle1.png"
- "earth/hardhat/swimidle1.png"
- "earth/hardhat/swimidle1.png"))
- (action
- (name "earth-floating-left")
- (fps 11.0)
- (hitbox 29 24 32 64)
- (mirror-action "earth-floating-right"))
- (action
- (name "earth-swimjump-right")
- (fps 10.0)
- (loops 1)
- (hitbox 29 24 32 64)
- (images "earth/hardhat/swim-0.png"))
- (action
- (name "earth-swimjump-left")
- (fps 10.0)
- (loops 1)
- (hitbox 29 24 32 64)
- (mirror-action "earth-swimjump-right"))
-
- ; Santa Tux
- (action
- (name "santa-walk-right")
- (fps 15)
- (hitbox 16 15 32 64)
- (images "fire/santa_cap/walk-0.png"
- "fire/santa_cap/walk-1.png"
- "fire/santa_cap/walk-0.png"
- "fire/santa_cap/walk-3.png"))
- (action
- (name "santa-walk-left")
- (fps 15)
- (hitbox 16 15 32 64)
- (mirror-action "santa-walk-right"))
- (action
- (name "santa-stand-right")
- (hitbox 16 15 32 64)
- (images "fire/santa_cap/stand.png"))
- (action
- (name "santa-stand-left")
- (hitbox 16 15 32 64)
- (mirror-action "santa-stand-right"))
- (action
- (name "santa-walljump-right")
- (hitbox 24 14 32 64)
- (images "fire/santa_cap/santa-walljump.png"))
- (action
- (name "santa-walljump-left")
- (hitbox 8 14 32 64)
- (mirror-action "santa-walljump-right"))
- (action
- (name "santa-jump-right")
- (hitbox 16 15 32 64)
- (images "fire/santa_cap/stand.png"))
- (action
- (name "santa-jump-left")
- (hitbox 16 15 32 64)
- (mirror-action "santa-jump-right"))
-
- (action
- (name "santa-fall-right")
- (hitbox 16 15 32 64)
- (images "fire/santa_cap/stand.png"))
- (action
- (name "santa-fall-left")
- (hitbox 16 15 32 64)
- (mirror-action "santa-jump-right"))
- (action
- (name "santa-skid-right")
- (hitbox 16 15 32 64)
- (images "fire/santa_cap/skid.png"))
- (action
- (name "santa-skid-left")
- (hitbox 16 15 32 64)
- (mirror-action "santa-skid-right"))
- (action
- (name "santa-kick-right")
- (hitbox 16 15 32 64)
- (images "fire/santa_cap/stand.png"))
- (action
- (name "santa-kick-left")
- (hitbox 16 15 32 64)
- (mirror-action "santa-kick-right"))
- (action
- (name "santa-idle-right")
- (hitbox 16 15 32 64)
- (images "fire/santa_cap/stand.png"))
- (action
- (name "santa-idle-left")
- (hitbox 16 15 32 64)
- (mirror-action "santa-idle-right"))
- (action
- (name "santa-climbing-right")
- (hitbox 9 14 25 64)
- (fps 15.0)
- (images "fire/santa_cap/climb-0.png"
- "fire/santa_cap/climb-0.png"
- "fire/santa_cap/climb-0.png"
- "fire/santa_cap/climb-0.png"
- "fire/santa_cap/climb-1.png"
- "fire/santa_cap/climb-1.png"
- "fire/santa_cap/climb-1.png"
- "fire/santa_cap/climb-1.png"))
- (action
- (name "santa-climbing-left")
- (hitbox 9 14 25 64)
- (fps 15.0)
- (mirror-action "santa-climbing-right"))
- (action
- (name "santa-duck-right")
- (hitbox 16 45 32 32)
- (images "fire/santa_cap/duck.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 "fire/santa_cap/backflip.png"))
- (action
- (name "santa-backflip-left")
- (hitbox 16 37 32 32)
- (mirror-action "santa-backflip-right"))
- (action
- (name "santa-buttjump-right")
- (hitbox 16 15 32 64)
- (fps 20.0)
- (loops 1)
- (images "fire/santa_cap/buttjump-0.png"
- "fire/santa_cap/buttjump-1.png"
- "fire/santa_cap/buttjump-2.png"
- "fire/santa_cap/buttjump-3.png"
- "fire/santa_cap/buttjump-4.png"
- "fire/santa_cap/buttjump-5.png"
- "fire/santa_cap/buttjump-6.png"))
- (action
- (name "santa-buttjump-left")
- (hitbox 16 15 32 64)
- (fps 20.0)
- (loops 1)
- (mirror-action "santa-buttjump-right"))
- (action
- (name "santa-swimming-right")
- (fps 15.0)
- (hitbox 29 24 32 64)
- (images "fire/santa_cap/swim-0.png"
- "fire/santa_cap/swim-1.png"
- "fire/santa_cap/swim-2.png"
- "fire/santa_cap/swim-3.png"
- "fire/santa_cap/swim-4.png"))
- (action
- (name "santa-swimming-left")
- (fps 15.0)
- (hitbox 29 24 32 64)
- (mirror-action "santa-swimming-right"))
- (action
- (name "santa-floating-right")
- (fps 11.0)
- (hitbox 29 24 32 64)
- (images "fire/santa_cap/swim-0.png"
- "fire/santa_cap/swim-1.png"
- "fire/santa_cap/swim-2.png"
- "fire/santa_cap/swimidle1.png"
- "fire/santa_cap/swimidle1.png"
- "fire/santa_cap/swimidle1.png"
- "fire/santa_cap/swimidle1.png"
- "fire/santa_cap/swimidle1.png"
- "fire/santa_cap/swimidle1.png"
- "fire/santa_cap/swimidle1.png"
- "fire/santa_cap/swimidle1.png"
- "fire/santa_cap/swimidle1.png"
- "fire/santa_cap/swimidle1.png"
- "fire/santa_cap/swimidle1.png"
- "fire/santa_cap/swimidle1.png"
- "fire/santa_cap/swimidle1.png"
- "fire/santa_cap/swimidle1.png"
- "fire/santa_cap/swimidle1.png"
- "fire/santa_cap/swimidle1.png"
- "fire/santa_cap/swimidle1.png"
- "fire/santa_cap/swimidle1.png"
- "fire/santa_cap/swimidle1.png"
- "fire/santa_cap/swimidle1.png"))
- (action
- (name "santa-floating-left")
- (fps 11.0)
- (hitbox 29 24 32 64)
- (mirror-action "santa-floating-right"))
- (action
- (name "santa-swimjump-right")
- (fps 10.0)
- (loops 1)
- (hitbox 29 24 32 64)
- (images "fire/santa_cap/swim-0.png"))
- (action
- (name "santa-swimjump-left")
- (fps 10.0)
- (loops 1)
- (hitbox 29 24 32 64)
- (mirror-action "santa-swimjump-right"))
- )
|