From: Marek Moeckel Date: Sat, 7 May 2005 17:09:50 +0000 (+0000) Subject: re-organized resource files X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=cf66e7ab073b4e9479d5b6d479f8c351b89e8aee;p=supertux.git re-organized resource files SVN-Revision: 2439 --- diff --git a/basest/images/sprites.strf b/basest/images/sprites.strf new file mode 100644 index 000000000..d7a1f5752 --- /dev/null +++ b/basest/images/sprites.strf @@ -0,0 +1,1537 @@ +;; -*- mode: scheme; -*- +(supertux-resources + +; Small Tux sprite + (sprite +;; Small Tux arms + (name "small-tux-arms") + (action + (name "walk-right") + (fps 15.0) + (x-offset 5) + (y-offset 14) + (images "creatures/tux_small/arms-walk-0.png" + "creatures/tux_small/arms-walk-1.png" + "creatures/tux_small/arms-walk-2.png" + "creatures/tux_small/arms-walk-3.png" + "creatures/tux_small/arms-walk-4.png" + "creatures/tux_small/arms-walk-5.png" + "creatures/tux_small/arms-walk-6.png" + "creatures/tux_small/arms-walk-7.png")) + + (action + (name "walk-left") + (fps 15.0) + (x-offset 5) + (y-offset 14) + (mirror-action "walk-right")) + + (action + (name "stand-right") + (fps 15.0) + (x-offset 5) + (y-offset 14) + (images "creatures/tux_small/arms-walk-5.png")) + + (action + (name "stand-left") + (fps 15.0) + (x-offset 5) + (y-offset 14) + (mirror-action "stand-right")) + + (action + (name "jump-right") + (fps 15.0) + (x-offset 5) + (y-offset 14) + (images "creatures/tux_small/arms-jump-0.png")) + + (action + (name "jump-left") + (fps 15.0) + (x-offset 5) + (y-offset 14) + (mirror-action "jump-right")) + + (action + (name "skid-right") + (x-offset 6) + (y-offset 15) + (images "creatures/tux_small/arms-skid-0.png")) + + (action + (name "skid-left") + (fps 15.0) + (x-offset 6) + (y-offset 15) + (mirror-action "skid-right")) + + (action + (name "kick-right") + (x-offset 5) + (y-offset 14) + (images "creatures/tux_small/arms-kick-0.png")) + + (action + (name "kick-left") + (x-offset 5) + (y-offset 14) + (mirror-action "kick-right")) + +; Grabbing is arms specific! + (action + (name "grab-right") + (x-offset 5) + (y-offset 14) + (z-order 2) + (images "creatures/tux_small/arms-grab-0.png")) + + (action + (name "grab-left") + (x-offset 5) + (y-offset 14) + (z-order 2) + (mirror-action "grab-right"))) + +;; Small Tux Body + (sprite + (name "small-tux-body") + (action + (name "walk-right") + (fps 15.0) + (x-offset 5) + (y-offset 14) + (images "creatures/tux_small/body-walk-0.png" + "creatures/tux_small/body-walk-1.png" + "creatures/tux_small/body-walk-2.png" + "creatures/tux_small/body-walk-3.png" + "creatures/tux_small/body-walk-4.png" + "creatures/tux_small/body-walk-5.png" + "creatures/tux_small/body-walk-6.png" + "creatures/tux_small/body-walk-7.png")) + + (action + (name "walk-left") + (fps 15.0) + (x-offset 5) + (y-offset 14) + (mirror-action "walk-right")) + + (action + (name "stand-right") + (fps 15.0) + (x-offset 5) + (y-offset 14) + (images "creatures/tux_small/body-walk-5.png")) + + (action + (name "stand-left") + (fps 15.0) + (x-offset 5) + (y-offset 14) + (mirror-action "stand-right")) + + (action + (name "jump-right") + (fps 15.0) + (x-offset 5) + (y-offset 14) + (images "creatures/tux_small/body-jump-0.png")) + + (action + (name "jump-left") + (fps 15.0) + (x-offset 5) + (y-offset 14) + (mirror-action "jump-right")) + + (action + (name "skid-right") + (x-offset 6) + (y-offset 15) + (images "creatures/tux_small/body-skid-0.png")) + + (action + (name "skid-left") + (x-offset 6) + (y-offset 15) + (mirror-action "skid-right")) + + (action + (name "kick-right") + (x-offset 5) + (y-offset 14) + (images "creatures/tux_small/body-kick-0.png")) + + (action + (name "kick-left") + (x-offset 5) + (y-offset 14) + (mirror-action "kick-right"))) + +; End of Small Tux sprite + +; Big Tux (no power) sprite + (sprite +;; Big Tux arms + (name "big-tux-arms") + + (action + (name "walk-right") + (fps 15.0) + (x-offset 5) + (y-offset 32) + (images "creatures/tux_big/arms-walk-0.png" + "creatures/tux_big/arms-walk-1.png" + "creatures/tux_big/arms-walk-2.png" + "creatures/tux_big/arms-walk-3.png" + "creatures/tux_big/arms-walk-4.png" + "creatures/tux_big/arms-walk-5.png")) + + (action + (name "walk-left") + (fps 15.0) + (x-offset 27) + (y-offset 32) + (mirror-action "walk-right")) + + (action + (name "stand-right") + (fps 15.0) + (x-offset 5) + (y-offset 32) + (images "creatures/tux_big/arms-stand-0.png")) + + (action + (name "stand-left") + (fps 15.0) + (x-offset 27) + (y-offset 32) + (mirror-action "stand-right")) + + (action + (name "jump-right") + (fps 15.0) + (x-offset 5) + (y-offset 30) + (images "creatures/tux_big/arms-jump-0.png")) + + (action + (name "jump-left") + (fps 15.0) + (x-offset 27) + (y-offset 30) + (mirror-action "jump-right")) + + (action + (name "duck-right") + (x-offset 5) + (y-offset 62) + (images "creatures/tux_big/arms-duck-0.png")) + + (action + (name "duck-left") + (x-offset 27) + (y-offset 62) + (mirror-action "duck-right")) + + (action + (name "skid-right") + (x-offset 6) + (y-offset 31) + (images "creatures/tux_big/arms-skid-0.png")) + + (action + (name "skid-left") + (fps 15.0) + (x-offset 27) + (y-offset 31) + (mirror-action "skid-right")) + + (action + (name "kick-right") + (x-offset 5) + (y-offset 32) + (images "creatures/tux_big/arms-stand-0.png")) + + (action + (name "kick-left") + (x-offset 27) + (y-offset 32) + (mirror-action "kick-right")) + + (action + (name "buttjump-right") + (x-offset 5) + (y-offset 32) + (images "creatures/tux_big/arms-stand-0.png")) + + (action + (name "buttjump-left") + (x-offset 27) + (y-offset 32) + (mirror-action "buttjump-right")) + +; Grabbing is arms specific! + (action + (name "grab-right") + (x-offset 5) + (y-offset 32) + (z-order 2) + (images "creatures/tux_big/arms-grab-0.png")) + + (action + (name "grab-left") + (x-offset 27) + (y-offset 32) + (z-order 2) + (mirror-action "grab-right")) + + (action + (name "duck+grab-right") + (x-offset 5) + (y-offset 62) + (z-order 2) + (images "creatures/tux_big/arms-duck+grab-0.png")) + + (action + (name "duck+grab-left") + (x-offset 27) + (y-offset 62) + (z-order 2) + (mirror-action "duck+grab-right"))) + +;; Big Tux Head + (sprite + (name "big-tux-head") + (action + (name "walk-right") + (fps 15.0) + (x-offset 5) + (y-offset 32) + (images "creatures/tux_big/head-stand-0.png")) + + (action + (name "walk-left") + (fps 15.0) + (x-offset 27) + (y-offset 32) + (mirror-action "walk-right")) + + (action + (name "stand-right") + (fps 15.0) + (x-offset 5) + (y-offset 32) + (images "creatures/tux_big/head-stand-0.png")) + + (action + (name "stand-left") + (fps 15.0) + (x-offset 27) + (y-offset 32) + (mirror-action "stand-right")) + + (action + (name "jump-right") + (fps 15.0) + (x-offset 5) + (y-offset 30) + (images "creatures/tux_big/head-stand-0.png")) + + (action + (name "jump-left") + (fps 15.0) + (x-offset 27) + (y-offset 30) + (mirror-action "jump-right")) + + (action + (name "duck-right") + (fps 15.0) + (x-offset 5) + (y-offset 62) + (images "creatures/tux_big/head-duck-0.png")) + + (action + (name "duck-left") + (fps 15.0) + (x-offset 27) + (y-offset 62) + (mirror-action "duck-right")) + + (action + (name "skid-right") + (x-offset 6) + (y-offset 31) + (images "creatures/tux_big/head-skid-0.png")) + + (action + (name "skid-left") + (fps 15.0) + (x-offset 27) + (y-offset 31) + (mirror-action "skid-right")) + + (action + (name "kick-right") + (x-offset 5) + (y-offset 32) + (images "creatures/tux_big/head-stand-0.png")) + + (action + (name "kick-left") + (fps 15.0) + (x-offset 27) + (y-offset 32) + (mirror-action "kick-right")) + + (action + (name "buttjump-right") + (x-offset 5) + (y-offset 32) + (images "creatures/tux_big/head-stand-0.png")) + + (action + (name "buttjump-left") + (x-offset 27) + (y-offset 32) + (mirror-action "buttjump-right")) + + (action + (name "idle-right") + (fps 1.0) + (x-offset 6) + (y-offset 31) + (images "creatures/tux_big/head-idle-blink-0.png" + "creatures/tux_big/head-idle-blink-1.png")) + + + (action + (name "idle-left") + (fps 1.0) + (x-offset 27) + (y-offset 31) + (mirror-action "idle-right"))) + +;; Big Tux Body + (sprite + (name "big-tux-body") + (action + (name "walk-right") + (fps 15.0) + (x-offset 5) + (y-offset 32) + (images "creatures/tux_big/body-stand-0.png")) + + (action + (name "walk-left") + (fps 15.0) + (x-offset 27) + (y-offset 32) + (mirror-action "walk-right")) + + (action + (name "stand-right") + (fps 15.0) + (x-offset 5) + (y-offset 32) + (images "creatures/tux_big/body-stand-0.png")) + + (action + (name "stand-left") + (fps 15.0) + (x-offset 27) + (y-offset 32) + (mirror-action "stand-right")) + + (action + (name "jump-right") + (fps 15.0) + (x-offset 5) + (y-offset 30) + (images "creatures/tux_big/body-stand-0.png")) + + (action + (name "jump-left") + (fps 15.0) + (x-offset 27) + (y-offset 30) + (mirror-action "jump-right")) + + (action + (name "duck-right") + (fps 15.0) + (x-offset 5) + (y-offset 62) + (images "creatures/tux_big/body-duck-0.png")) + + (action + (name "duck-left") + (fps 15.0) + (x-offset 27) + (y-offset 62) + (mirror-action "duck-right")) + + (action + (name "skid-right") + (x-offset 6) + (y-offset 31) + (images "creatures/tux_big/body-skid-0.png")) + + (action + (name "skid-left") + (fps 15.0) + (x-offset 27) + (y-offset 31) + (mirror-action "skid-right")) + + (action + (name "kick-right") + (x-offset 5) + (y-offset 32) + (images "creatures/tux_big/body-stand-0.png")) + + (action + (name "kick-left") + (fps 15.0) + (x-offset 27) + (y-offset 32) + (mirror-action "kick-right")) + + (action + (name "buttjump-right") + (x-offset 5) + (y-offset 32) + (images "creatures/tux_big/body-stand-0.png")) + + (action + (name "buttjump-left") + (fps 15.0) + (x-offset 27) + (y-offset 32) + (mirror-action "buttjump-right"))) + +;; Big Tux Feet + (sprite + (name "big-tux-feet") + (action + (name "walk-right") + (fps 15.0) + (x-offset 5) + (y-offset 32) + (images "creatures/tux_big/feet-walk-0.png" + "creatures/tux_big/feet-walk-1.png" + "creatures/tux_big/feet-walk-2.png" + "creatures/tux_big/feet-walk-3.png" + "creatures/tux_big/feet-walk-4.png" + "creatures/tux_big/feet-walk-5.png")) + + (action + (name "walk-left") + (fps 15.0) + (x-offset 27) + (y-offset 32) + (mirror-action "walk-right")) + + (action + (name "stand-right") + (fps 15.0) + (x-offset 5) + (y-offset 32) + (images "creatures/tux_big/feet-stand-0.png")) + + (action + (name "stand-left") + (fps 15.0) + (x-offset 27) + (y-offset 32) + (mirror-action "stand-right")) + + (action + (name "jump-right") + (fps 15.0) + (x-offset 5) + (y-offset 30) + (images "creatures/tux_big/feet-jump-0.png")) + + (action + (name "jump-left") + (fps 15.0) + (x-offset 27) + (y-offset 30) + (mirror-action "jump-right")) + + (action + (name "duck-right") + (fps 15.0) + (x-offset 5) + (y-offset 62) + (images "creatures/tux_big/feet-duck-0.png")) + + (action + (name "duck-left") + (fps 15.0) + (x-offset 27) + (y-offset 62) + (mirror-action "duck-right")) + + (action + (name "skid-right") + (x-offset 6) + (y-offset 31) + (images "creatures/tux_big/feet-skid-0.png")) + + (action + (name "skid-left") + (x-offset 27) + (y-offset 31) + (mirror-action "skid-right")) + + (action + (name "kick-right") + (x-offset 5) + (y-offset 32) + (images "creatures/tux_big/feet-kick-0.png")) + + (action + (name "kick-left") + (x-offset 27) + (y-offset 32) + (mirror-action "kick-right")) + + (action + (name "buttjump-right") + (x-offset 5) + (y-offset 32) + (images "creatures/tux_big/feet-buttjump-0.png")) + + (action + (name "buttjump-left") + (x-offset 27) + (y-offset 32) + (mirror-action "buttjump-right"))) + +; End of Big Tux (no power) sprite + +; Big Fire Tux sprite + ;; Big Tux Head + (sprite + (name "big-fire-tux-head") + (action + (name "walk-right") + (fps 15.0) + (x-offset 5) + (y-offset 32) + (images "creatures/tux_big/head-fire-stand-0.png")) + + (action + (name "walk-left") + (fps 15.0) + (x-offset 27) + (y-offset 32) + (mirror-action "walk-right")) + + (action + (name "stand-right") + (fps 15.0) + (x-offset 5) + (y-offset 32) + (images "creatures/tux_big/head-fire-stand-0.png")) + + (action + (name "stand-left") + (fps 15.0) + (x-offset 27) + (y-offset 32) + (mirror-action "stand-right")) + + (action + (name "jump-right") + (fps 15.0) + (x-offset 5) + (y-offset 30) + (images "creatures/tux_big/head-fire-stand-0.png")) + + (action + (name "jump-left") + (fps 15.0) + (x-offset 27) + (y-offset 30) + (mirror-action "jump-right")) + + (action + (name "duck-right") + (fps 15.0) + (x-offset 5) + (y-offset 62) + (images "creatures/tux_big/head-fire-duck-0.png")) + + (action + (name "duck-left") + (fps 15.0) + (x-offset 27) + (y-offset 62) + (mirror-action "duck-right")) + + (action + (name "skid-right") + (x-offset 6) + (y-offset 31) + (images "creatures/tux_big/head-fire-skid-0.png")) + + (action + (name "skid-left") + (x-offset 27) + (y-offset 31) + (mirror-action "skid-right")) + + (action + (name "kick-right") + (x-offset 5) + (y-offset 32) + (images "creatures/tux_big/head-fire-stand-0.png")) + + (action + (name "kick-left") + (x-offset 27) + (y-offset 32) + (mirror-action "kick-right")) + + (action + (name "buttjump-right") + (x-offset 5) + (y-offset 32) + (images "creatures/tux_big/head-fire-stand-0.png")) + + (action + (name "buttjump-left") + (x-offset 27) + (y-offset 32) + (mirror-action "buttjump-right")) + + (action + (name "idle-right") + (fps 1.0) + (x-offset 6) + (y-offset 31) + (images "creatures/tux_big/head-idle-blink-0.png" + "creatures/tux_big/head-idle-blink-1.png")) + + (action + (name "idle-left") + (fps 1.0) + (x-offset 27) + (y-offset 31) + (mirror-action "idle-right"))) + +; End of Big Fire Tux sprite + + + (sprite (name "smalltux-gameover") + (action + (fps 10.0) + (x-offset 13) + (y-offset 6) + (images "creatures/tux_small/gameover-0.png" + "creatures/tux_small/gameover-1.png"))) + + (sprite (name "smalltux-star") + (action + (x-offset 5) + (y-offset 15) + (images "creatures/tux_small/extra-star-0.png" + "creatures/tux_small/extra-star-1.png" + "creatures/tux_small/extra-star-2.png"))) + + (sprite (name "bigtux-star") + (action + (x-offset 8) + (y-offset 8) + (images "creatures/tux_big/extra-star-0.png" + "creatures/tux_big/extra-star-1.png" + "creatures/tux_big/extra-star-2.png"))) + +; ;; Growing Tux animation +; (sprite (name "tux-grow-left") +; (action +; (fps 4.0) +; (x-offset 6) +; (y-offset 2) +; (images "creatures/tux_grow/left-1.png" +; "creatures/tux_grow/left-2.png" +; "creatures/tux_grow/left-3.png" +; "creatures/tux_grow/left-4.png" +; "creatures/tux_grow/left-5.png" +; "creatures/tux_grow/left-6.png" +; "creatures/tux_grow/left-7.png"))) +; +; (sprite (name "tux-grow-right") +; (action +; (fps 4.0) +; (x-offset 6) +; (y-offset 2) +; (images "creatures/tux_grow/right-1.png" +; "creatures/tux_grow/right-2.png" +; "creatures/tux_grow/right-3.png" +; "creatures/tux_grow/right-4.png" +; "creatures/tux_grow/right-5.png" +; "creatures/tux_grow/right-6.png" +; "creatures/tux_grow/right-7.png"))) + + +;; Bad Guys follow + (sprite (name "spike") + (action + (name "north") + (images "creatures/spike/up.png") + ) + (action + (name "south") + (images "creatures/spike/down.png") + ) + (action + (name "west") + (images "creatures/spike/left.png") + ) + (action + (name "east") + (images "creatures/spike/right.png") + ) + ) + + ;; MrIceBlock + (sprite (name "mriceblock") + (action + (name "left") + (x-offset 2) + (y-offset 3) + (images "creatures/mr_iceblock/left-0.png" + "creatures/mr_iceblock/left-1.png" + "creatures/mr_iceblock/left-2.png" + "creatures/mr_iceblock/left-1.png")) + + (action (name "right") + (x-offset 2) + (y-offset 3) + (mirror-action "left")) + + (action (name "falling-left") + (x-offset 2) + (y-offset 3) + (images "creatures/mr_iceblock/flat-left.png")) + + (action (name "falling-right") + (x-offset 2) + (y-offset 3) + (mirror-action "falling-left")) + + (action (name "flat-left") + (x-offset 2) + (y-offset 3) + (images "creatures/mr_iceblock/flat-left.png")) + + (action (name "flat-right") + (x-offset 2) + (y-offset 3) + (mirror-action "falling-left"))) + + (sprite (name "snowball") + (action + (name "left") + (x-offset 2) + (y-offset 4) + (images "creatures/snowball/left-0.png" + "creatures/snowball/left-1.png" + "creatures/snowball/left-2.png" + "creatures/snowball/left-1.png")) + + (action + (name "right") + (x-offset 2) + (y-offset 4) + (mirror-action "left")) + (action + (name "squished-left") + (x-offset 1) + (y-offset -19) + (images "creatures/snowball/squished-left.png")) + + (action + (name "squished-right") + (x-offset 1) + (y-offset -19) + (mirror-action "squished-left"))) + + (sprite (name "jumpy") + (action + (name "left-up") + (x-offset 7) + (y-offset 8) + (images "creatures/jumpy/left-up.png")) + (action + (name "right-up") + (x-offset 7) + (y-offset 8) + (mirror-action "left-up")) + (action + (name "left-down") + (x-offset 7) + (y-offset 8) + (images "creatures/jumpy/left-down.png")) + (action + (name "right-down") + (x-offset 7) + (y-offset 8) + (mirror-action "left-down")) + (action + (name "left-middle") + (x-offset 7) + (y-offset 8) + (images "creatures/jumpy/left-middle.png")) + (action + (name "right-middle") + (x-offset 7) + (y-offset 8) + (mirror-action "left-middle")) + (action + (name "left-iced") + (x-offset 7) + (y-offset 8) + (images "creatures/jumpy/iced-left-up.png")) + (action + (name "right-iced") + (x-offset 7) + (y-offset 8) + (mirror-action "left-iced"))) + + (sprite (name "mrbomb") + (action + (name "left") + (fps 10.0) + (x-offset 3) + (y-offset 12) + (images "creatures/mr_bomb/left-0.png" + "creatures/mr_bomb/left-1.png" + "creatures/mr_bomb/left-2.png" + "creatures/mr_bomb/left-3.png")) + + (action + (name "right") + (fps 10.0) + (x-offset 7) + (y-offset 12) + (mirror-action "left")) + (action + (name "iced-left") + (x-offset 3) + (y-offset 12) + (images "creatures/mr_bomb/iced-left.png")) + + (action + (name "iced-right") + (x-offset 7) + (y-offset 12) + (mirror-action "iced-left"))) + + (sprite (name "bomb") + (action + (name "ticking-left") + (fps 15.0) + (x-offset 3) + (y-offset 8) + (images "creatures/mr_bomb/exploding-left-0.png" + "creatures/mr_bomb/exploding-left-1.png")) + (action + (name "ticking-right") + (fps 15.0) + (x-offset 10) + (y-offset 8) + (mirror-action "ticking-left")) + (action + (name "explosion") + (fps 15.0) + (x-offset 32) + (y-offset 32) + (images "creatures/mr_bomb/explosion-0.png" + "creatures/mr_bomb/explosion-1.png"))) + + (sprite (name "stalactite") + (action + (name "normal") + (x-offset 0) + (y-offset 0) + (images "creatures/stalactite/falling.png")) + (action + (name "squished") + (x-offset 0) + (y-offset 16) + (images "creatures/stalactite/broken.png"))) + + (sprite (name "flame") + (action + (name "normal") + (images "creatures/flame/flame-0.png" + "creatures/flame/flame-1.png"))) + + (sprite (name "fish") + (action + (name "normal") + (x-offset 2) + (y-offset 3) + (images "creatures/fish/left-0.png" + "creatures/fish/left-1.png")) + + (action + (name "down") + (x-offset 2) + (y-offset 11) + (images "creatures/fish/down.png")) + + (action + (name "iced") + (x-offset 2) + (y-offset 3) + (images "creatures/fish/iced-left.png")) + + (action + (name "iced-down") + (x-offset 2) + (y-offset 11) + (images "creatures/fish/iced-down.png"))) + + (sprite (name "flamefish") + (action + (name "normal") + (x-offset 2) + (y-offset 3) + (images "creatures/flame_fish/left-0.png" + "creatures/flame_fish/left-1.png")) + + (action + (name "down") + (x-offset 2) + (y-offset 11) + (images "creatures/flame_fish/down.png"))) + + (sprite (name "bouncingsnowball") + (action + (name "left") + (x-offset 1) + (y-offset 0) + (images "creatures/bouncing_snowball/left-0.png" + "creatures/bouncing_snowball/left-1.png" + "creatures/bouncing_snowball/left-2.png" + "creatures/bouncing_snowball/left-3.png" + "creatures/bouncing_snowball/left-4.png" + "creatures/bouncing_snowball/left-5.png")) + + (action + (name "right") + (x-offset 1) + (y-offset 0) + (mirror-action "left")) + + (action + (name "squished") + (x-offset 1) + (y-offset -19) + (images "creatures/snowball/squished-left.png"))) + + (sprite (name "flyingsnowball") + (action + (name "left") + (x-offset 4) + (y-offset 3) + (images "creatures/flying_snowball/left-0.png" + "creatures/flying_snowball/left-1.png")) + (action + (name "right") + (x-offset 4) + (y-offset 3) + (mirror-action "left")) + + (action + (name "squished-left") + (x-offset 4) + (y-offset -12) + (images "creatures/flying_snowball/squished-left.png")) + (action + (name "squished-right") + (x-offset 4) + (y-offset -12) + (mirror-action "squished-left"))) + + (sprite (name "spiky") + (action + (name "left") + (x-offset 6) + (y-offset 10) + (images "creatures/spiky/left-0.png" + "creatures/spiky/left-1.png" + "creatures/spiky/left-2.png")) + (action + (name "right") + (x-offset 6) + (y-offset 10) + (mirror-action "left")) + (action + (name "iced-left") + (x-offset 6) + (y-offset 10) + (images "creatures/spiky/iced-left.png")) + (action + (name "iced-right") + (x-offset 6) + (y-offset 10) + (mirror-action "iced-left"))) + + ; Dispenser + (sprite (name "dispenser") + (action + (name "dropper") + (x-offset 0) + (y-offset 0) + (images "creatures/dispenser/dropper.png")) + (action + (name "working-left") + (x-offset 0) + (y-offset 0) + (images "creatures/dispenser/working.png")) + (action + (name "broken-left") + (x-offset 0) + (y-offset 0) + (images "creatures/dispenser/broken.png")) + (action + (name "working-right") + (x-offset 0) + (y-offset 0) + (mirror-action "working-left")) + (action + (name "broken-right") + (x-offset 0) + (y-offset 0) + (mirror-action "broken-left"))) + + + ; MrRocket + (sprite (name "mrrocket") + (action + (name "left") + (fps 15.0) + (x-offset 3) + (y-offset 12) + (images "creatures/mr_rocket/flying-0.png" + "creatures/mr_rocket/flying-1.png" + "creatures/mr_rocket/flying-2.png" + "creatures/mr_rocket/flying-1.png")) + + (action + (name "right") + (fps 10.0) + (x-offset 7) + (y-offset 12) + (mirror-action "left")) + + (action + (name "squished-left") + (x-offset 7) + (y-offset 0) + (images "creatures/mr_rocket/squished.png")) + + (action + (name "squished-right") + (x-offset 7) + (y-offset 0) + (mirror-action "squished-left")) + + (action + (name "collision-left") + (x-offset 3) + (y-offset 12) + (images "creatures/mr_rocket/collision.png")) + + (action + (name "collision-right") + (x-offset 3) + (y-offset 12) + (mirror-action "squished-left"))) + + (sprite (name "rocketexplosion") + (action + (name "explosion-left") + (fps 15.0) + (x-offset 0) + (y-offset 32) + (images "creatures/mr_rocket/explosion-0.png" + "creatures/mr_rocket/explosion-1.png")) + (action + (name "explosion-right") + (fps 15.0) + (x-offset 0) + (y-offset 32) + (mirror-action "explosion-left"))) + + ; Dummyguy + (sprite (name "dummyguy") + (action + (name "left") + (fps 6) + (x-offset 0) + (y-offset 40) + (images "creatures/nolok/walk-0.png" + "creatures/nolok/walk-1.png" + "creatures/nolok/walk-2.png" + "creatures/nolok/walk-3.png" + "creatures/nolok/walk-4.png")) + + (action + (name "right") + (fps 6) + (x-offset 0) + (y-offset 40) + (mirror-action "left")) + + (action + (name "stand") + (x-offset 0) + (y-offset 40) + (images "creatures/nolok/walk-0.png")) + + (action + (name "throw") + (fps 6) + (x-offset 0) + (y-offset 40) + (images "creatures/nolok/throw-0.png" + "creatures/nolok/throw-1.png")) + + (action + (name "jump") + (x-offset 0) + (y-offset 40) + (images "creatures/nolok/jump-0.png" + "creatures/nolok/jump-1.png" + "creatures/nolok/jump-2.png")) + + (action + (name "dead") + (x-offset 0) + (y-offset 0) + (images "creatures/dummyguy/dead.png"))) + + + ; MrTree + (sprite (name "mrtree") + (action + (y-offset -3) + (fps 5) + (name "left") + (images "creatures/mr_tree/walk-left-0.png" + "creatures/mr_tree/walk-left-1.png" + "creatures/mr_tree/walk-left-2.png") + ) + (action + (y-offset -3) + (fps 5) + (name "right") + (mirror-action "left") + ) + (action + (y-offset -3) + (name "small-left") + (images "creatures/mr_tree/small-left-0.png" + "creatures/mr_tree/small-left-1.png" + "creatures/mr_tree/small-left-2.png") + ) + (action + (y-offset -3) + (name "small-right") + (mirror-action "small-left") + ) + (action + (y-offset -6) + (name "squished-left") + (images "creatures/mr_tree/squished-left.png") + ) + (action + (y-offset -6) + (name "squished-right") + (mirror-action "squished-left") + ) + ) + + ; PoisonIvy + (sprite (name "poisonivy") + (action + (name "left") + (x-offset 2) + (y-offset 4) + (images "creatures/poison_ivy/left-0.png" + "creatures/poison_ivy/left-1.png" + "creatures/poison_ivy/left-2.png")) + + (action + (name "right") + (x-offset 2) + (y-offset 4) + (mirror-action "left")) + (action + (name "squished-left") + (x-offset 1) + (y-offset -19) + (images "creatures/poison_ivy/squished.png")) + + (action + (name "squished-right") + (x-offset 1) + (y-offset -19) + (mirror-action "squished-left"))) + + +;; Game elements follow + + (sprite (name "egg") + (action + (images "powerups/egg/egg.png"))) + (sprite (name "1up") + (action + (images "powerups/1up/1up.png"))) + (sprite (name "star") + (action + (images "powerups/star/star-0.png" + "powerups/star/star-1.png" + "powerups/star/star-2.png" + "powerups/star/star-3.png" + "powerups/star/star-4.png" + "powerups/star/star-3.png" + "powerups/star/star-2.png" + "powerups/star/star-1.png"))) + (sprite (name "fireflower") + (action + (images "powerups/fire_flower/fire_flower-0.png" + "powerups/fire_flower/fire_flower-1.png" + "powerups/fire_flower/fire_flower-2.png" + "powerups/fire_flower/fire_flower-3.png" + "powerups/fire_flower/fire_flower-2.png" + "powerups/fire_flower/fire_flower-1.png"))) + (sprite (name "iceflower") + (action + (images "powerups/ice_flower/ice_flower-0.png" + "powerups/ice_flower/ice_flower-1.png" + "powerups/ice_flower/ice_flower-2.png"))) + + (sprite (name "firebullet") + (action + (x-offset 12) + (x-offset 12) + (fps 20) + (images "objects/bullets/fire_bullet-0.png" + "objects/bullets/fire_bullet-1.png" + "objects/bullets/fire_bullet-2.png" + "objects/bullets/fire_bullet-3.png"))) + (sprite (name "icebullet") + (action + (x-offset 12) + (x-offset 12) + (fps 20) + (images "objects/bullets/ice_bullet.png"))) + +;; Game Objects follow + + ; Trampoline + (sprite (name "trampoline") + (action + (x-offset 0) + (y-offset 0) + (images "objects/trampoline/trampoline1-0.png" + "objects/trampoline/trampoline1-1.png" + "objects/trampoline/trampoline1-2.png" + "objects/trampoline/trampoline1-3.png"))) + + ; Flying platform + (sprite (name "flying_platform") + (action + (x-offset 0) + (y-offset 0) + (images "objects/flying_platform/flying_platform-0.png" + "objects/flying_platform/flying_platform-1.png" + "objects/flying_platform/flying_platform-2.png" + "objects/flying_platform/flying_platform-3.png"))) + ; Door + (sprite (name "door") + (action + (name "normal") + (x-offset 0) + (y-offset 0) + (images "objects/door/door-0.png")) + (action + (name "open") + (x-offset 0) + (y-offset 0) + (images "objects/door/door-0.png" + "objects/door/door-1.png" + "objects/door/door-2.png" + "objects/door/door-3.png" + "objects/door/door-4.png" + "objects/door/door-5.png" + "objects/door/door-6.png" + "objects/door/door-7.png" + "objects/door/door-6.png" + "objects/door/door-5.png" + "objects/door/door-4.png" + "objects/door/door-3.png" + "objects/door/door-2.png" + "objects/door/door-1.png" + "objects/door/door-0.png")) + ) + + ; coin + (sprite (name "coin") + (action + (name "normal") + (images "objects/coin/coin-0.png" + "objects/coin/coin-1.png" + "objects/coin/coin-2.png" + "objects/coin/coin-3.png" + "objects/coin/coin-4.png" + "objects/coin/coin-5.png" + "objects/coin/coin-6.png" + "objects/coin/coin-7.png")) + (action + (name "still") + (images "objects/coin/coin-0.png")) + ) + + (sprite (name "bonusblock") + (action + (fps 15) + (name "normal") + (images "objects/bonus_block/full-0.png" + "objects/bonus_block/full-1.png" + "objects/bonus_block/full-2.png" + "objects/bonus_block/full-3.png" + "objects/bonus_block/full-4.png" + "objects/bonus_block/full-2.png" + "objects/bonus_block/full-1.png" + "objects/bonus_block/full-0.png" + "objects/bonus_block/full-0.png" + "objects/bonus_block/full-0.png" + )) + (action + (name "empty") + (images "objects/bonus_block/empty.png")) + ) + + (sprite (name "brick") + (action + (name "empty") + (images "objects/bonus_block/empty.png")) + (action + (name "normal") + (images "tiles/blocks/brick0.png")) + ) + + (sprite (name "icedbrick") + (action + (name "empty") + (images "objects/bonus_block/empty.png")) + (action + (name "normal") + (images "tiles/blocks/brick1.png")) + ) + + (sprite (name "infoblock") + (action + (name "default") + (images "objects/bonus_block/info_block.png") + ) + ) + + (sprite (name "rock") + (action + (name "normal") + (images "tiles/blocks/block11.png")) + ) + + (sprite (name "invisibleblock") + (action + (name "empty") + (images "objects/bonus_block/empty.png")) + ) + + ; Stomp + (sprite (name "stomp") + (action + (x-offset 0) + (y-offset 0) + (images "objects/particles/stomp.png") + )) + + (sprite (name "bell") + (action + (name "normal") + (x-offset 0) + (y-offset 0) + (images "objects/bell/bell-m.png") + ) + (action + (name "ringing") + (images "objects/bell/bell-l.png" + "objects/bell/bell-m.png" + "objects/bell/bell-r.png" + "objects/bell/bell-m.png" + ) + ) + ) + + (sprite (name "unstable_tile") + (action + (images "objects/unstable_tile/unstable_tile.png")) + ) + + (sprite (name "worldmaptux") + (action + (name "small") + (y-offset 10) + (images "tiles/worldmap/smalltux.png") + ) + (action + (name "large") + (y-offset 10) + (images "tiles/worldmap/tux.png") + ) + (action + (name "fire") + (y-offset 10) + (images "tiles/worldmap/firetux.png") + ) + ) + + (sprite (name "hatch") + (action + (name "normal") + (x-offset 0) + (y-offset 0) + (images "objects/hatch/hatch-0.png")) + (action + (name "open") + (x-offset 0) + (y-offset 0) + (images "objects/hatch/hatch-0.png" + "objects/hatch/hatch-1.png" + "objects/hatch/hatch-2.png" + "objects/hatch/hatch-3.png" + "objects/hatch/hatch-4.png" + "objects/hatch/hatch-5.png")) + ) + + (sprite (name "yeti") + (action + (name "normal") + (images "creatures/yeti/yeti_b.png") + ) + ) +) diff --git a/basest/images/supertux.strf b/basest/images/supertux.strf deleted file mode 100644 index d7a1f5752..000000000 --- a/basest/images/supertux.strf +++ /dev/null @@ -1,1537 +0,0 @@ -;; -*- mode: scheme; -*- -(supertux-resources - -; Small Tux sprite - (sprite -;; Small Tux arms - (name "small-tux-arms") - (action - (name "walk-right") - (fps 15.0) - (x-offset 5) - (y-offset 14) - (images "creatures/tux_small/arms-walk-0.png" - "creatures/tux_small/arms-walk-1.png" - "creatures/tux_small/arms-walk-2.png" - "creatures/tux_small/arms-walk-3.png" - "creatures/tux_small/arms-walk-4.png" - "creatures/tux_small/arms-walk-5.png" - "creatures/tux_small/arms-walk-6.png" - "creatures/tux_small/arms-walk-7.png")) - - (action - (name "walk-left") - (fps 15.0) - (x-offset 5) - (y-offset 14) - (mirror-action "walk-right")) - - (action - (name "stand-right") - (fps 15.0) - (x-offset 5) - (y-offset 14) - (images "creatures/tux_small/arms-walk-5.png")) - - (action - (name "stand-left") - (fps 15.0) - (x-offset 5) - (y-offset 14) - (mirror-action "stand-right")) - - (action - (name "jump-right") - (fps 15.0) - (x-offset 5) - (y-offset 14) - (images "creatures/tux_small/arms-jump-0.png")) - - (action - (name "jump-left") - (fps 15.0) - (x-offset 5) - (y-offset 14) - (mirror-action "jump-right")) - - (action - (name "skid-right") - (x-offset 6) - (y-offset 15) - (images "creatures/tux_small/arms-skid-0.png")) - - (action - (name "skid-left") - (fps 15.0) - (x-offset 6) - (y-offset 15) - (mirror-action "skid-right")) - - (action - (name "kick-right") - (x-offset 5) - (y-offset 14) - (images "creatures/tux_small/arms-kick-0.png")) - - (action - (name "kick-left") - (x-offset 5) - (y-offset 14) - (mirror-action "kick-right")) - -; Grabbing is arms specific! - (action - (name "grab-right") - (x-offset 5) - (y-offset 14) - (z-order 2) - (images "creatures/tux_small/arms-grab-0.png")) - - (action - (name "grab-left") - (x-offset 5) - (y-offset 14) - (z-order 2) - (mirror-action "grab-right"))) - -;; Small Tux Body - (sprite - (name "small-tux-body") - (action - (name "walk-right") - (fps 15.0) - (x-offset 5) - (y-offset 14) - (images "creatures/tux_small/body-walk-0.png" - "creatures/tux_small/body-walk-1.png" - "creatures/tux_small/body-walk-2.png" - "creatures/tux_small/body-walk-3.png" - "creatures/tux_small/body-walk-4.png" - "creatures/tux_small/body-walk-5.png" - "creatures/tux_small/body-walk-6.png" - "creatures/tux_small/body-walk-7.png")) - - (action - (name "walk-left") - (fps 15.0) - (x-offset 5) - (y-offset 14) - (mirror-action "walk-right")) - - (action - (name "stand-right") - (fps 15.0) - (x-offset 5) - (y-offset 14) - (images "creatures/tux_small/body-walk-5.png")) - - (action - (name "stand-left") - (fps 15.0) - (x-offset 5) - (y-offset 14) - (mirror-action "stand-right")) - - (action - (name "jump-right") - (fps 15.0) - (x-offset 5) - (y-offset 14) - (images "creatures/tux_small/body-jump-0.png")) - - (action - (name "jump-left") - (fps 15.0) - (x-offset 5) - (y-offset 14) - (mirror-action "jump-right")) - - (action - (name "skid-right") - (x-offset 6) - (y-offset 15) - (images "creatures/tux_small/body-skid-0.png")) - - (action - (name "skid-left") - (x-offset 6) - (y-offset 15) - (mirror-action "skid-right")) - - (action - (name "kick-right") - (x-offset 5) - (y-offset 14) - (images "creatures/tux_small/body-kick-0.png")) - - (action - (name "kick-left") - (x-offset 5) - (y-offset 14) - (mirror-action "kick-right"))) - -; End of Small Tux sprite - -; Big Tux (no power) sprite - (sprite -;; Big Tux arms - (name "big-tux-arms") - - (action - (name "walk-right") - (fps 15.0) - (x-offset 5) - (y-offset 32) - (images "creatures/tux_big/arms-walk-0.png" - "creatures/tux_big/arms-walk-1.png" - "creatures/tux_big/arms-walk-2.png" - "creatures/tux_big/arms-walk-3.png" - "creatures/tux_big/arms-walk-4.png" - "creatures/tux_big/arms-walk-5.png")) - - (action - (name "walk-left") - (fps 15.0) - (x-offset 27) - (y-offset 32) - (mirror-action "walk-right")) - - (action - (name "stand-right") - (fps 15.0) - (x-offset 5) - (y-offset 32) - (images "creatures/tux_big/arms-stand-0.png")) - - (action - (name "stand-left") - (fps 15.0) - (x-offset 27) - (y-offset 32) - (mirror-action "stand-right")) - - (action - (name "jump-right") - (fps 15.0) - (x-offset 5) - (y-offset 30) - (images "creatures/tux_big/arms-jump-0.png")) - - (action - (name "jump-left") - (fps 15.0) - (x-offset 27) - (y-offset 30) - (mirror-action "jump-right")) - - (action - (name "duck-right") - (x-offset 5) - (y-offset 62) - (images "creatures/tux_big/arms-duck-0.png")) - - (action - (name "duck-left") - (x-offset 27) - (y-offset 62) - (mirror-action "duck-right")) - - (action - (name "skid-right") - (x-offset 6) - (y-offset 31) - (images "creatures/tux_big/arms-skid-0.png")) - - (action - (name "skid-left") - (fps 15.0) - (x-offset 27) - (y-offset 31) - (mirror-action "skid-right")) - - (action - (name "kick-right") - (x-offset 5) - (y-offset 32) - (images "creatures/tux_big/arms-stand-0.png")) - - (action - (name "kick-left") - (x-offset 27) - (y-offset 32) - (mirror-action "kick-right")) - - (action - (name "buttjump-right") - (x-offset 5) - (y-offset 32) - (images "creatures/tux_big/arms-stand-0.png")) - - (action - (name "buttjump-left") - (x-offset 27) - (y-offset 32) - (mirror-action "buttjump-right")) - -; Grabbing is arms specific! - (action - (name "grab-right") - (x-offset 5) - (y-offset 32) - (z-order 2) - (images "creatures/tux_big/arms-grab-0.png")) - - (action - (name "grab-left") - (x-offset 27) - (y-offset 32) - (z-order 2) - (mirror-action "grab-right")) - - (action - (name "duck+grab-right") - (x-offset 5) - (y-offset 62) - (z-order 2) - (images "creatures/tux_big/arms-duck+grab-0.png")) - - (action - (name "duck+grab-left") - (x-offset 27) - (y-offset 62) - (z-order 2) - (mirror-action "duck+grab-right"))) - -;; Big Tux Head - (sprite - (name "big-tux-head") - (action - (name "walk-right") - (fps 15.0) - (x-offset 5) - (y-offset 32) - (images "creatures/tux_big/head-stand-0.png")) - - (action - (name "walk-left") - (fps 15.0) - (x-offset 27) - (y-offset 32) - (mirror-action "walk-right")) - - (action - (name "stand-right") - (fps 15.0) - (x-offset 5) - (y-offset 32) - (images "creatures/tux_big/head-stand-0.png")) - - (action - (name "stand-left") - (fps 15.0) - (x-offset 27) - (y-offset 32) - (mirror-action "stand-right")) - - (action - (name "jump-right") - (fps 15.0) - (x-offset 5) - (y-offset 30) - (images "creatures/tux_big/head-stand-0.png")) - - (action - (name "jump-left") - (fps 15.0) - (x-offset 27) - (y-offset 30) - (mirror-action "jump-right")) - - (action - (name "duck-right") - (fps 15.0) - (x-offset 5) - (y-offset 62) - (images "creatures/tux_big/head-duck-0.png")) - - (action - (name "duck-left") - (fps 15.0) - (x-offset 27) - (y-offset 62) - (mirror-action "duck-right")) - - (action - (name "skid-right") - (x-offset 6) - (y-offset 31) - (images "creatures/tux_big/head-skid-0.png")) - - (action - (name "skid-left") - (fps 15.0) - (x-offset 27) - (y-offset 31) - (mirror-action "skid-right")) - - (action - (name "kick-right") - (x-offset 5) - (y-offset 32) - (images "creatures/tux_big/head-stand-0.png")) - - (action - (name "kick-left") - (fps 15.0) - (x-offset 27) - (y-offset 32) - (mirror-action "kick-right")) - - (action - (name "buttjump-right") - (x-offset 5) - (y-offset 32) - (images "creatures/tux_big/head-stand-0.png")) - - (action - (name "buttjump-left") - (x-offset 27) - (y-offset 32) - (mirror-action "buttjump-right")) - - (action - (name "idle-right") - (fps 1.0) - (x-offset 6) - (y-offset 31) - (images "creatures/tux_big/head-idle-blink-0.png" - "creatures/tux_big/head-idle-blink-1.png")) - - - (action - (name "idle-left") - (fps 1.0) - (x-offset 27) - (y-offset 31) - (mirror-action "idle-right"))) - -;; Big Tux Body - (sprite - (name "big-tux-body") - (action - (name "walk-right") - (fps 15.0) - (x-offset 5) - (y-offset 32) - (images "creatures/tux_big/body-stand-0.png")) - - (action - (name "walk-left") - (fps 15.0) - (x-offset 27) - (y-offset 32) - (mirror-action "walk-right")) - - (action - (name "stand-right") - (fps 15.0) - (x-offset 5) - (y-offset 32) - (images "creatures/tux_big/body-stand-0.png")) - - (action - (name "stand-left") - (fps 15.0) - (x-offset 27) - (y-offset 32) - (mirror-action "stand-right")) - - (action - (name "jump-right") - (fps 15.0) - (x-offset 5) - (y-offset 30) - (images "creatures/tux_big/body-stand-0.png")) - - (action - (name "jump-left") - (fps 15.0) - (x-offset 27) - (y-offset 30) - (mirror-action "jump-right")) - - (action - (name "duck-right") - (fps 15.0) - (x-offset 5) - (y-offset 62) - (images "creatures/tux_big/body-duck-0.png")) - - (action - (name "duck-left") - (fps 15.0) - (x-offset 27) - (y-offset 62) - (mirror-action "duck-right")) - - (action - (name "skid-right") - (x-offset 6) - (y-offset 31) - (images "creatures/tux_big/body-skid-0.png")) - - (action - (name "skid-left") - (fps 15.0) - (x-offset 27) - (y-offset 31) - (mirror-action "skid-right")) - - (action - (name "kick-right") - (x-offset 5) - (y-offset 32) - (images "creatures/tux_big/body-stand-0.png")) - - (action - (name "kick-left") - (fps 15.0) - (x-offset 27) - (y-offset 32) - (mirror-action "kick-right")) - - (action - (name "buttjump-right") - (x-offset 5) - (y-offset 32) - (images "creatures/tux_big/body-stand-0.png")) - - (action - (name "buttjump-left") - (fps 15.0) - (x-offset 27) - (y-offset 32) - (mirror-action "buttjump-right"))) - -;; Big Tux Feet - (sprite - (name "big-tux-feet") - (action - (name "walk-right") - (fps 15.0) - (x-offset 5) - (y-offset 32) - (images "creatures/tux_big/feet-walk-0.png" - "creatures/tux_big/feet-walk-1.png" - "creatures/tux_big/feet-walk-2.png" - "creatures/tux_big/feet-walk-3.png" - "creatures/tux_big/feet-walk-4.png" - "creatures/tux_big/feet-walk-5.png")) - - (action - (name "walk-left") - (fps 15.0) - (x-offset 27) - (y-offset 32) - (mirror-action "walk-right")) - - (action - (name "stand-right") - (fps 15.0) - (x-offset 5) - (y-offset 32) - (images "creatures/tux_big/feet-stand-0.png")) - - (action - (name "stand-left") - (fps 15.0) - (x-offset 27) - (y-offset 32) - (mirror-action "stand-right")) - - (action - (name "jump-right") - (fps 15.0) - (x-offset 5) - (y-offset 30) - (images "creatures/tux_big/feet-jump-0.png")) - - (action - (name "jump-left") - (fps 15.0) - (x-offset 27) - (y-offset 30) - (mirror-action "jump-right")) - - (action - (name "duck-right") - (fps 15.0) - (x-offset 5) - (y-offset 62) - (images "creatures/tux_big/feet-duck-0.png")) - - (action - (name "duck-left") - (fps 15.0) - (x-offset 27) - (y-offset 62) - (mirror-action "duck-right")) - - (action - (name "skid-right") - (x-offset 6) - (y-offset 31) - (images "creatures/tux_big/feet-skid-0.png")) - - (action - (name "skid-left") - (x-offset 27) - (y-offset 31) - (mirror-action "skid-right")) - - (action - (name "kick-right") - (x-offset 5) - (y-offset 32) - (images "creatures/tux_big/feet-kick-0.png")) - - (action - (name "kick-left") - (x-offset 27) - (y-offset 32) - (mirror-action "kick-right")) - - (action - (name "buttjump-right") - (x-offset 5) - (y-offset 32) - (images "creatures/tux_big/feet-buttjump-0.png")) - - (action - (name "buttjump-left") - (x-offset 27) - (y-offset 32) - (mirror-action "buttjump-right"))) - -; End of Big Tux (no power) sprite - -; Big Fire Tux sprite - ;; Big Tux Head - (sprite - (name "big-fire-tux-head") - (action - (name "walk-right") - (fps 15.0) - (x-offset 5) - (y-offset 32) - (images "creatures/tux_big/head-fire-stand-0.png")) - - (action - (name "walk-left") - (fps 15.0) - (x-offset 27) - (y-offset 32) - (mirror-action "walk-right")) - - (action - (name "stand-right") - (fps 15.0) - (x-offset 5) - (y-offset 32) - (images "creatures/tux_big/head-fire-stand-0.png")) - - (action - (name "stand-left") - (fps 15.0) - (x-offset 27) - (y-offset 32) - (mirror-action "stand-right")) - - (action - (name "jump-right") - (fps 15.0) - (x-offset 5) - (y-offset 30) - (images "creatures/tux_big/head-fire-stand-0.png")) - - (action - (name "jump-left") - (fps 15.0) - (x-offset 27) - (y-offset 30) - (mirror-action "jump-right")) - - (action - (name "duck-right") - (fps 15.0) - (x-offset 5) - (y-offset 62) - (images "creatures/tux_big/head-fire-duck-0.png")) - - (action - (name "duck-left") - (fps 15.0) - (x-offset 27) - (y-offset 62) - (mirror-action "duck-right")) - - (action - (name "skid-right") - (x-offset 6) - (y-offset 31) - (images "creatures/tux_big/head-fire-skid-0.png")) - - (action - (name "skid-left") - (x-offset 27) - (y-offset 31) - (mirror-action "skid-right")) - - (action - (name "kick-right") - (x-offset 5) - (y-offset 32) - (images "creatures/tux_big/head-fire-stand-0.png")) - - (action - (name "kick-left") - (x-offset 27) - (y-offset 32) - (mirror-action "kick-right")) - - (action - (name "buttjump-right") - (x-offset 5) - (y-offset 32) - (images "creatures/tux_big/head-fire-stand-0.png")) - - (action - (name "buttjump-left") - (x-offset 27) - (y-offset 32) - (mirror-action "buttjump-right")) - - (action - (name "idle-right") - (fps 1.0) - (x-offset 6) - (y-offset 31) - (images "creatures/tux_big/head-idle-blink-0.png" - "creatures/tux_big/head-idle-blink-1.png")) - - (action - (name "idle-left") - (fps 1.0) - (x-offset 27) - (y-offset 31) - (mirror-action "idle-right"))) - -; End of Big Fire Tux sprite - - - (sprite (name "smalltux-gameover") - (action - (fps 10.0) - (x-offset 13) - (y-offset 6) - (images "creatures/tux_small/gameover-0.png" - "creatures/tux_small/gameover-1.png"))) - - (sprite (name "smalltux-star") - (action - (x-offset 5) - (y-offset 15) - (images "creatures/tux_small/extra-star-0.png" - "creatures/tux_small/extra-star-1.png" - "creatures/tux_small/extra-star-2.png"))) - - (sprite (name "bigtux-star") - (action - (x-offset 8) - (y-offset 8) - (images "creatures/tux_big/extra-star-0.png" - "creatures/tux_big/extra-star-1.png" - "creatures/tux_big/extra-star-2.png"))) - -; ;; Growing Tux animation -; (sprite (name "tux-grow-left") -; (action -; (fps 4.0) -; (x-offset 6) -; (y-offset 2) -; (images "creatures/tux_grow/left-1.png" -; "creatures/tux_grow/left-2.png" -; "creatures/tux_grow/left-3.png" -; "creatures/tux_grow/left-4.png" -; "creatures/tux_grow/left-5.png" -; "creatures/tux_grow/left-6.png" -; "creatures/tux_grow/left-7.png"))) -; -; (sprite (name "tux-grow-right") -; (action -; (fps 4.0) -; (x-offset 6) -; (y-offset 2) -; (images "creatures/tux_grow/right-1.png" -; "creatures/tux_grow/right-2.png" -; "creatures/tux_grow/right-3.png" -; "creatures/tux_grow/right-4.png" -; "creatures/tux_grow/right-5.png" -; "creatures/tux_grow/right-6.png" -; "creatures/tux_grow/right-7.png"))) - - -;; Bad Guys follow - (sprite (name "spike") - (action - (name "north") - (images "creatures/spike/up.png") - ) - (action - (name "south") - (images "creatures/spike/down.png") - ) - (action - (name "west") - (images "creatures/spike/left.png") - ) - (action - (name "east") - (images "creatures/spike/right.png") - ) - ) - - ;; MrIceBlock - (sprite (name "mriceblock") - (action - (name "left") - (x-offset 2) - (y-offset 3) - (images "creatures/mr_iceblock/left-0.png" - "creatures/mr_iceblock/left-1.png" - "creatures/mr_iceblock/left-2.png" - "creatures/mr_iceblock/left-1.png")) - - (action (name "right") - (x-offset 2) - (y-offset 3) - (mirror-action "left")) - - (action (name "falling-left") - (x-offset 2) - (y-offset 3) - (images "creatures/mr_iceblock/flat-left.png")) - - (action (name "falling-right") - (x-offset 2) - (y-offset 3) - (mirror-action "falling-left")) - - (action (name "flat-left") - (x-offset 2) - (y-offset 3) - (images "creatures/mr_iceblock/flat-left.png")) - - (action (name "flat-right") - (x-offset 2) - (y-offset 3) - (mirror-action "falling-left"))) - - (sprite (name "snowball") - (action - (name "left") - (x-offset 2) - (y-offset 4) - (images "creatures/snowball/left-0.png" - "creatures/snowball/left-1.png" - "creatures/snowball/left-2.png" - "creatures/snowball/left-1.png")) - - (action - (name "right") - (x-offset 2) - (y-offset 4) - (mirror-action "left")) - (action - (name "squished-left") - (x-offset 1) - (y-offset -19) - (images "creatures/snowball/squished-left.png")) - - (action - (name "squished-right") - (x-offset 1) - (y-offset -19) - (mirror-action "squished-left"))) - - (sprite (name "jumpy") - (action - (name "left-up") - (x-offset 7) - (y-offset 8) - (images "creatures/jumpy/left-up.png")) - (action - (name "right-up") - (x-offset 7) - (y-offset 8) - (mirror-action "left-up")) - (action - (name "left-down") - (x-offset 7) - (y-offset 8) - (images "creatures/jumpy/left-down.png")) - (action - (name "right-down") - (x-offset 7) - (y-offset 8) - (mirror-action "left-down")) - (action - (name "left-middle") - (x-offset 7) - (y-offset 8) - (images "creatures/jumpy/left-middle.png")) - (action - (name "right-middle") - (x-offset 7) - (y-offset 8) - (mirror-action "left-middle")) - (action - (name "left-iced") - (x-offset 7) - (y-offset 8) - (images "creatures/jumpy/iced-left-up.png")) - (action - (name "right-iced") - (x-offset 7) - (y-offset 8) - (mirror-action "left-iced"))) - - (sprite (name "mrbomb") - (action - (name "left") - (fps 10.0) - (x-offset 3) - (y-offset 12) - (images "creatures/mr_bomb/left-0.png" - "creatures/mr_bomb/left-1.png" - "creatures/mr_bomb/left-2.png" - "creatures/mr_bomb/left-3.png")) - - (action - (name "right") - (fps 10.0) - (x-offset 7) - (y-offset 12) - (mirror-action "left")) - (action - (name "iced-left") - (x-offset 3) - (y-offset 12) - (images "creatures/mr_bomb/iced-left.png")) - - (action - (name "iced-right") - (x-offset 7) - (y-offset 12) - (mirror-action "iced-left"))) - - (sprite (name "bomb") - (action - (name "ticking-left") - (fps 15.0) - (x-offset 3) - (y-offset 8) - (images "creatures/mr_bomb/exploding-left-0.png" - "creatures/mr_bomb/exploding-left-1.png")) - (action - (name "ticking-right") - (fps 15.0) - (x-offset 10) - (y-offset 8) - (mirror-action "ticking-left")) - (action - (name "explosion") - (fps 15.0) - (x-offset 32) - (y-offset 32) - (images "creatures/mr_bomb/explosion-0.png" - "creatures/mr_bomb/explosion-1.png"))) - - (sprite (name "stalactite") - (action - (name "normal") - (x-offset 0) - (y-offset 0) - (images "creatures/stalactite/falling.png")) - (action - (name "squished") - (x-offset 0) - (y-offset 16) - (images "creatures/stalactite/broken.png"))) - - (sprite (name "flame") - (action - (name "normal") - (images "creatures/flame/flame-0.png" - "creatures/flame/flame-1.png"))) - - (sprite (name "fish") - (action - (name "normal") - (x-offset 2) - (y-offset 3) - (images "creatures/fish/left-0.png" - "creatures/fish/left-1.png")) - - (action - (name "down") - (x-offset 2) - (y-offset 11) - (images "creatures/fish/down.png")) - - (action - (name "iced") - (x-offset 2) - (y-offset 3) - (images "creatures/fish/iced-left.png")) - - (action - (name "iced-down") - (x-offset 2) - (y-offset 11) - (images "creatures/fish/iced-down.png"))) - - (sprite (name "flamefish") - (action - (name "normal") - (x-offset 2) - (y-offset 3) - (images "creatures/flame_fish/left-0.png" - "creatures/flame_fish/left-1.png")) - - (action - (name "down") - (x-offset 2) - (y-offset 11) - (images "creatures/flame_fish/down.png"))) - - (sprite (name "bouncingsnowball") - (action - (name "left") - (x-offset 1) - (y-offset 0) - (images "creatures/bouncing_snowball/left-0.png" - "creatures/bouncing_snowball/left-1.png" - "creatures/bouncing_snowball/left-2.png" - "creatures/bouncing_snowball/left-3.png" - "creatures/bouncing_snowball/left-4.png" - "creatures/bouncing_snowball/left-5.png")) - - (action - (name "right") - (x-offset 1) - (y-offset 0) - (mirror-action "left")) - - (action - (name "squished") - (x-offset 1) - (y-offset -19) - (images "creatures/snowball/squished-left.png"))) - - (sprite (name "flyingsnowball") - (action - (name "left") - (x-offset 4) - (y-offset 3) - (images "creatures/flying_snowball/left-0.png" - "creatures/flying_snowball/left-1.png")) - (action - (name "right") - (x-offset 4) - (y-offset 3) - (mirror-action "left")) - - (action - (name "squished-left") - (x-offset 4) - (y-offset -12) - (images "creatures/flying_snowball/squished-left.png")) - (action - (name "squished-right") - (x-offset 4) - (y-offset -12) - (mirror-action "squished-left"))) - - (sprite (name "spiky") - (action - (name "left") - (x-offset 6) - (y-offset 10) - (images "creatures/spiky/left-0.png" - "creatures/spiky/left-1.png" - "creatures/spiky/left-2.png")) - (action - (name "right") - (x-offset 6) - (y-offset 10) - (mirror-action "left")) - (action - (name "iced-left") - (x-offset 6) - (y-offset 10) - (images "creatures/spiky/iced-left.png")) - (action - (name "iced-right") - (x-offset 6) - (y-offset 10) - (mirror-action "iced-left"))) - - ; Dispenser - (sprite (name "dispenser") - (action - (name "dropper") - (x-offset 0) - (y-offset 0) - (images "creatures/dispenser/dropper.png")) - (action - (name "working-left") - (x-offset 0) - (y-offset 0) - (images "creatures/dispenser/working.png")) - (action - (name "broken-left") - (x-offset 0) - (y-offset 0) - (images "creatures/dispenser/broken.png")) - (action - (name "working-right") - (x-offset 0) - (y-offset 0) - (mirror-action "working-left")) - (action - (name "broken-right") - (x-offset 0) - (y-offset 0) - (mirror-action "broken-left"))) - - - ; MrRocket - (sprite (name "mrrocket") - (action - (name "left") - (fps 15.0) - (x-offset 3) - (y-offset 12) - (images "creatures/mr_rocket/flying-0.png" - "creatures/mr_rocket/flying-1.png" - "creatures/mr_rocket/flying-2.png" - "creatures/mr_rocket/flying-1.png")) - - (action - (name "right") - (fps 10.0) - (x-offset 7) - (y-offset 12) - (mirror-action "left")) - - (action - (name "squished-left") - (x-offset 7) - (y-offset 0) - (images "creatures/mr_rocket/squished.png")) - - (action - (name "squished-right") - (x-offset 7) - (y-offset 0) - (mirror-action "squished-left")) - - (action - (name "collision-left") - (x-offset 3) - (y-offset 12) - (images "creatures/mr_rocket/collision.png")) - - (action - (name "collision-right") - (x-offset 3) - (y-offset 12) - (mirror-action "squished-left"))) - - (sprite (name "rocketexplosion") - (action - (name "explosion-left") - (fps 15.0) - (x-offset 0) - (y-offset 32) - (images "creatures/mr_rocket/explosion-0.png" - "creatures/mr_rocket/explosion-1.png")) - (action - (name "explosion-right") - (fps 15.0) - (x-offset 0) - (y-offset 32) - (mirror-action "explosion-left"))) - - ; Dummyguy - (sprite (name "dummyguy") - (action - (name "left") - (fps 6) - (x-offset 0) - (y-offset 40) - (images "creatures/nolok/walk-0.png" - "creatures/nolok/walk-1.png" - "creatures/nolok/walk-2.png" - "creatures/nolok/walk-3.png" - "creatures/nolok/walk-4.png")) - - (action - (name "right") - (fps 6) - (x-offset 0) - (y-offset 40) - (mirror-action "left")) - - (action - (name "stand") - (x-offset 0) - (y-offset 40) - (images "creatures/nolok/walk-0.png")) - - (action - (name "throw") - (fps 6) - (x-offset 0) - (y-offset 40) - (images "creatures/nolok/throw-0.png" - "creatures/nolok/throw-1.png")) - - (action - (name "jump") - (x-offset 0) - (y-offset 40) - (images "creatures/nolok/jump-0.png" - "creatures/nolok/jump-1.png" - "creatures/nolok/jump-2.png")) - - (action - (name "dead") - (x-offset 0) - (y-offset 0) - (images "creatures/dummyguy/dead.png"))) - - - ; MrTree - (sprite (name "mrtree") - (action - (y-offset -3) - (fps 5) - (name "left") - (images "creatures/mr_tree/walk-left-0.png" - "creatures/mr_tree/walk-left-1.png" - "creatures/mr_tree/walk-left-2.png") - ) - (action - (y-offset -3) - (fps 5) - (name "right") - (mirror-action "left") - ) - (action - (y-offset -3) - (name "small-left") - (images "creatures/mr_tree/small-left-0.png" - "creatures/mr_tree/small-left-1.png" - "creatures/mr_tree/small-left-2.png") - ) - (action - (y-offset -3) - (name "small-right") - (mirror-action "small-left") - ) - (action - (y-offset -6) - (name "squished-left") - (images "creatures/mr_tree/squished-left.png") - ) - (action - (y-offset -6) - (name "squished-right") - (mirror-action "squished-left") - ) - ) - - ; PoisonIvy - (sprite (name "poisonivy") - (action - (name "left") - (x-offset 2) - (y-offset 4) - (images "creatures/poison_ivy/left-0.png" - "creatures/poison_ivy/left-1.png" - "creatures/poison_ivy/left-2.png")) - - (action - (name "right") - (x-offset 2) - (y-offset 4) - (mirror-action "left")) - (action - (name "squished-left") - (x-offset 1) - (y-offset -19) - (images "creatures/poison_ivy/squished.png")) - - (action - (name "squished-right") - (x-offset 1) - (y-offset -19) - (mirror-action "squished-left"))) - - -;; Game elements follow - - (sprite (name "egg") - (action - (images "powerups/egg/egg.png"))) - (sprite (name "1up") - (action - (images "powerups/1up/1up.png"))) - (sprite (name "star") - (action - (images "powerups/star/star-0.png" - "powerups/star/star-1.png" - "powerups/star/star-2.png" - "powerups/star/star-3.png" - "powerups/star/star-4.png" - "powerups/star/star-3.png" - "powerups/star/star-2.png" - "powerups/star/star-1.png"))) - (sprite (name "fireflower") - (action - (images "powerups/fire_flower/fire_flower-0.png" - "powerups/fire_flower/fire_flower-1.png" - "powerups/fire_flower/fire_flower-2.png" - "powerups/fire_flower/fire_flower-3.png" - "powerups/fire_flower/fire_flower-2.png" - "powerups/fire_flower/fire_flower-1.png"))) - (sprite (name "iceflower") - (action - (images "powerups/ice_flower/ice_flower-0.png" - "powerups/ice_flower/ice_flower-1.png" - "powerups/ice_flower/ice_flower-2.png"))) - - (sprite (name "firebullet") - (action - (x-offset 12) - (x-offset 12) - (fps 20) - (images "objects/bullets/fire_bullet-0.png" - "objects/bullets/fire_bullet-1.png" - "objects/bullets/fire_bullet-2.png" - "objects/bullets/fire_bullet-3.png"))) - (sprite (name "icebullet") - (action - (x-offset 12) - (x-offset 12) - (fps 20) - (images "objects/bullets/ice_bullet.png"))) - -;; Game Objects follow - - ; Trampoline - (sprite (name "trampoline") - (action - (x-offset 0) - (y-offset 0) - (images "objects/trampoline/trampoline1-0.png" - "objects/trampoline/trampoline1-1.png" - "objects/trampoline/trampoline1-2.png" - "objects/trampoline/trampoline1-3.png"))) - - ; Flying platform - (sprite (name "flying_platform") - (action - (x-offset 0) - (y-offset 0) - (images "objects/flying_platform/flying_platform-0.png" - "objects/flying_platform/flying_platform-1.png" - "objects/flying_platform/flying_platform-2.png" - "objects/flying_platform/flying_platform-3.png"))) - ; Door - (sprite (name "door") - (action - (name "normal") - (x-offset 0) - (y-offset 0) - (images "objects/door/door-0.png")) - (action - (name "open") - (x-offset 0) - (y-offset 0) - (images "objects/door/door-0.png" - "objects/door/door-1.png" - "objects/door/door-2.png" - "objects/door/door-3.png" - "objects/door/door-4.png" - "objects/door/door-5.png" - "objects/door/door-6.png" - "objects/door/door-7.png" - "objects/door/door-6.png" - "objects/door/door-5.png" - "objects/door/door-4.png" - "objects/door/door-3.png" - "objects/door/door-2.png" - "objects/door/door-1.png" - "objects/door/door-0.png")) - ) - - ; coin - (sprite (name "coin") - (action - (name "normal") - (images "objects/coin/coin-0.png" - "objects/coin/coin-1.png" - "objects/coin/coin-2.png" - "objects/coin/coin-3.png" - "objects/coin/coin-4.png" - "objects/coin/coin-5.png" - "objects/coin/coin-6.png" - "objects/coin/coin-7.png")) - (action - (name "still") - (images "objects/coin/coin-0.png")) - ) - - (sprite (name "bonusblock") - (action - (fps 15) - (name "normal") - (images "objects/bonus_block/full-0.png" - "objects/bonus_block/full-1.png" - "objects/bonus_block/full-2.png" - "objects/bonus_block/full-3.png" - "objects/bonus_block/full-4.png" - "objects/bonus_block/full-2.png" - "objects/bonus_block/full-1.png" - "objects/bonus_block/full-0.png" - "objects/bonus_block/full-0.png" - "objects/bonus_block/full-0.png" - )) - (action - (name "empty") - (images "objects/bonus_block/empty.png")) - ) - - (sprite (name "brick") - (action - (name "empty") - (images "objects/bonus_block/empty.png")) - (action - (name "normal") - (images "tiles/blocks/brick0.png")) - ) - - (sprite (name "icedbrick") - (action - (name "empty") - (images "objects/bonus_block/empty.png")) - (action - (name "normal") - (images "tiles/blocks/brick1.png")) - ) - - (sprite (name "infoblock") - (action - (name "default") - (images "objects/bonus_block/info_block.png") - ) - ) - - (sprite (name "rock") - (action - (name "normal") - (images "tiles/blocks/block11.png")) - ) - - (sprite (name "invisibleblock") - (action - (name "empty") - (images "objects/bonus_block/empty.png")) - ) - - ; Stomp - (sprite (name "stomp") - (action - (x-offset 0) - (y-offset 0) - (images "objects/particles/stomp.png") - )) - - (sprite (name "bell") - (action - (name "normal") - (x-offset 0) - (y-offset 0) - (images "objects/bell/bell-m.png") - ) - (action - (name "ringing") - (images "objects/bell/bell-l.png" - "objects/bell/bell-m.png" - "objects/bell/bell-r.png" - "objects/bell/bell-m.png" - ) - ) - ) - - (sprite (name "unstable_tile") - (action - (images "objects/unstable_tile/unstable_tile.png")) - ) - - (sprite (name "worldmaptux") - (action - (name "small") - (y-offset 10) - (images "tiles/worldmap/smalltux.png") - ) - (action - (name "large") - (y-offset 10) - (images "tiles/worldmap/tux.png") - ) - (action - (name "fire") - (y-offset 10) - (images "tiles/worldmap/firetux.png") - ) - ) - - (sprite (name "hatch") - (action - (name "normal") - (x-offset 0) - (y-offset 0) - (images "objects/hatch/hatch-0.png")) - (action - (name "open") - (x-offset 0) - (y-offset 0) - (images "objects/hatch/hatch-0.png" - "objects/hatch/hatch-1.png" - "objects/hatch/hatch-2.png" - "objects/hatch/hatch-3.png" - "objects/hatch/hatch-4.png" - "objects/hatch/hatch-5.png")) - ) - - (sprite (name "yeti") - (action - (name "normal") - (images "creatures/yeti/yeti_b.png") - ) - ) -) diff --git a/basest/images/tiles.strf b/basest/images/tiles.strf new file mode 100644 index 000000000..322ca3c90 --- /dev/null +++ b/basest/images/tiles.strf @@ -0,0 +1,4813 @@ +; Generated by tiler +(supertux-tiles + (tilegroup + (name "Snow") + (tiles 7 8 9 202 13 14 15 204 10 11 12 206 16 17 18 205 22 21 19 203 23 20 207 208 31 30 114 113 115 116 122 123 117 118 124 125 33 32 34 209 35 37 39 210 38 36 43 0 40 41 42 0 119 121 120 0) + ) + +(tilegroup + (name "Snow (Paralax Background)") + (tiles 149 160 151 158 + 152 153 154 159 + 155 156 157 0 + 161 162 163 170 + 164 165 166 171 + 167 168 169 0 )) + + (tilegroup + (name "Forest (Foreground)") + (tiles 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 0 1060 1061 0 1063 1064 1065 1066 1067 1068 1069 1070 1045 1046 1051 1052 1047 1048 1053 1054 1049 1050 1055 1056 1042 1043 1057 1058 1034 1035 1029 1030 1041 1040 1031 1032 1036 1037 0 1038 1020 1021 1022 1044 1023 1024 1025 1033 1026 1027 1028 1039) + ) + (tilegroup + (name "Forest (Background)") + (tiles 0 0 1073 1074 0 0 1081 1082 0 1088 1089 1090 1095 1096 1097 1098 1103 1104 1105 1106 1111 1112 1113 1114 1119 1120 1121 1122 1127 1128 1129 1130 0 0 1137 1138 0 0 1145 1146 0 0 1153 1154 0 0 1161 1162 1075 0 0 0 1083 1084 0 0 1091 1092 0 0 1099 1100 1101 0 1107 1108 1109 1110 1115 1116 1117 1118 1123 1124 1125 1126 1131 1132 1133 1134 1139 1140 1141 0 1147 1148 0 0 1155 1156 0 0 1163 1164 0 0 0 1168 1169 1170 0 1174 1175 1176 1179 1180 1181 1182 1185 1186 1187 1188 1191 1192 1193 1194 1197 1198 1199 1200 1191 1192 1193 1194 1197 1198 1199 1200 1203 1204 1205 1206 1209 1210 1211 1212 1177 0 1219 1220 1183 0 1225 1226 1189 1190 1217 1218 1195 0 1223 1224 1201 1190 1229 1230 1195 0 1235 1236 1201 1202 0 0 1207 0 0 0 1213 1214 0 0 0 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1303 1304 1289 1290 1305 1306 1291 1292 1307 1308 1293 1294 1309 1310 1295 1296 0 0 1297 1298 0 0 1299 1300 0 0 1301 1302 0 0 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457) + ) + (tilegroup + (name "Block") + (tiles 27 28 29 47 48 50 49 211 77 51 52 212 78 62 61 213 44 83 84 102 140 103 104 105 112 128) + ) + (tilegroup + (name "Background") + (tiles 106 107 108 24 109 110 111 25 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101) + ) + (tilegroup + (name "Points") + (tiles 132 133) + ) + (tilegroup + (name "Misc") + (tiles 75 76 200 201 79 80 126 127 129 130 134 135 81 295 296 297 298 173 174) + ) + (tilegroup + (name "Pipe") + (tiles 53 55 0 0 54 56 0 0 57 58 0 0 59 60 0 0) + ) + (tilegroup + (name "Grey") + (tiles 64 65 66 67 68 69) + ) + (tilegroup + (name "Signs") + (tiles 136 137 141 142 138 139 143 144) + ) + (tilegroup + (name "Jungle") + (tiles 301 302 303 312 304 305 306 0 307 308 309 0 310 311 0 0) + ) + (tilegroup + (name "Slopes") + (tiles 400 401) + ) + (tilegroup + (name "Waterfall-trans") + (tiles 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194) + ) + (tilegroup + (name "Waterfall") + (tiles 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294) + ) + (tilegroup + (name "Waterfall-edgecloud") + (tiles 195 196 197 198 199) + ) + (tile + (id 0) + (editor-images "objects/bonus_block/bonus-fire_flower.png") + ) + (tile + (id 1) + (images + "tiles/auxiliary/notile.png" + ) + (solid #t) + ) + (tile + (id 7) + (images + "tiles/snow/snow1.png" + ) + ) + (tile + (id 8) + (images + "tiles/snow/snow2.png" + ) + ) + (tile + (id 9) + (images + "tiles/snow/snow3.png" + ) + ) + (tile + (id 10) + (images + "tiles/snow/snow4.png" + ) + (solid #t) + ) + (tile + (id 11) + (images + "tiles/snow/snow5.png" + ) + (solid #t) + (ice #t) + ) + (tile + (id 12) + (images + "tiles/snow/snow6.png" + ) + (solid #t) + ) + (tile + (id 13) + (images + "tiles/snow/snow7.png" + ) + (solid #t) + ) + (tile + (id 14) + (images + "tiles/snow/snow8.png" + ) + (solid #t) + ) + (tile + (id 15) + (images + "tiles/snow/snow9.png" + ) + (solid #t) + ) + (tile + (id 16) + (images + "tiles/snow/snow10.png" + ) + ) + (tile + (id 17) + (images + "tiles/snow/snow11.png" + ) + ) + (tile + (id 18) + (images + "tiles/snow/snow12.png" + ) + ) + (tile + (id 19) + (images + "tiles/snow/snow13.png" + ) + (solid #t) + ) + (tile + (id 20) + (images + "tiles/snow/snow14.png" + ) + (solid #t) + ) + (tile + (id 21) + (images + "tiles/snow/snow15.png" + ) + (solid #t) + ) + (tile + (id 22) + (images + "tiles/snow/snow16.png" + ) + (solid #t) + ) + (tile + (id 23) + (images + "tiles/snow/snow17.png" + ) + (solid #t) + ) + (tile + (id 24) + (images + "tiles/doodads/grass1.png" + ) + ) + (tile + (id 25) + (images + "tiles/doodads/grass2.png" + ) + ) + (tile + (id 26) + (images + "objects/bonus_block/full-0.png" + "objects/bonus_block/full-1.png" + "objects/bonus_block/full-2.png" + "objects/bonus_block/full-3.png" + "objects/bonus_block/full-4.png" + "objects/bonus_block/full-3.png" + "objects/bonus_block/full-2.png" + "objects/bonus_block/full-1.png" + "objects/bonus_block/full-0.png" + "objects/bonus_block/full-0.png" + "objects/bonus_block/full-0.png" + ) + (solid #t) + (fullbox #t) + (next-tile 84) + (data 1) + (anim-fps 2) + ) + (tile + (id 27) + (images + "tiles/blocks/block1.png" + ) + (solid #t) + ) + (tile + (id 28) + (images + "tiles/blocks/block2.png" + ) + (solid #t) + ) + (tile + (id 29) + (images + "tiles/blocks/block3.png" + ) + (solid #t) + ) + (tile + (id 30) + (images + "tiles/snow/snow18.png" + ) + (solid #t) + ) + (tile + (id 31) + (images + "tiles/snow/snow19.png" + ) + (solid #t) + ) + (tile + (id 32) + (images + "tiles/darksnow/darksnow1.png" + ) + ) + (tile + (id 33) + (images + "tiles/darksnow/darksnow2.png" + ) + ) + (tile + (id 34) + (images + "tiles/darksnow/darksnow3.png" + ) + ) + (tile + (id 35) + (images + "tiles/darksnow/darksnow4.png" + ) + (solid #t) + ) + (tile + (id 36) + (images + "tiles/darksnow/darksnow5.png" + ) + (solid #t) + ) + (tile + (id 37) + (images + "tiles/darksnow/darksnow6.png" + ) + (solid #t) + ) + (tile + (id 38) + (images + "tiles/darksnow/darksnow7.png" + ) + (solid #t) + ) + (tile + (id 39) + (images + "tiles/darksnow/darksnow8.png" + ) + (solid #t) + ) + (tile + (id 40) + (images + "tiles/darksnow/darksnow9.png" + ) + (solid #t) + ) + (tile + (id 41) + (images + "tiles/darksnow/darksnow10.png" + ) + (solid #t) + ) + (tile + (id 42) + (images + "tiles/darksnow/darksnow11.png" + ) + (solid #t) + ) + (tile + (id 43) + (images + "tiles/darksnow/darksnow12.png" + ) + (solid #t) + ) + (tile + (id 44) + (images + "objects/coin/coin-0.png" + "objects/coin/coin-1.png" + "objects/coin/coin-2.png" + "objects/coin/coin-3.png" + "objects/coin/coin-4.png" + "objects/coin/coin-5.png" + "objects/coin/coin-6.png" + "objects/coin/coin-7.png" + ) + (coin #t) + (anim-fps 10) + ) + (tile + (id 47) + (images + "tiles/blocks/block4.png" + ) + (solid #t) + ) + (tile + (id 48) + (images + "tiles/blocks/block5.png" + ) + (solid #t) + ) + (tile + (id 49) + (images + "tiles/blocks/block6.png" + ) + (solid #t) + ) + (tile + (id 50) + (images + "tiles/blocks/block7.png" + ) + (solid #t) + ) + (tile + (id 51) + (images + "tiles/blocks/block8.png" + ) + (solid #t) + ) + (tile + (id 52) + (images + "tiles/blocks/block9.png" + ) + (solid #t) + ) + (tile + (id 53) + (images + "tiles/pipe/pipe1.png" + ) + (solid #t) + ) + (tile + (id 54) + (images + "tiles/pipe/pipe2.png" + ) + (solid #t) + ) + (tile + (id 55) + (images + "tiles/pipe/pipe3.png" + ) + (solid #t) + ) + (tile + (id 56) + (images + "tiles/pipe/pipe4.png" + ) + (solid #t) + ) + (tile + (id 57) + (images + "tiles/pipe/pipe5.png" + ) + (solid #t) + (unisolid #t) + ) + (tile + (id 58) + (images + "tiles/pipe/pipe6.png" + ) + (solid #t) + (unisolid #t) + ) + (tile + (id 59) + (images + "tiles/pipe/pipe7.png" + ) + (solid #t) + ) + (tile + (id 60) + (images + "tiles/pipe/pipe8.png" + ) + (solid #t) + ) + (tile + (id 61) + (images + "tiles/blocks/block10.png" + ) + (solid #t) + ) + (tile + (id 62) + (images + "tiles/blocks/block11.png" + ) + (solid #t) + ) + (tile + (id 63) + (images + "tiles/background/backgroundtile1.png" + ) + (solid #t) + ) + (tile + (id 64) + (images + "tiles/grey/grey.png" + ) + (solid #t) + ) + (tile + (id 65) + (images + "tiles/grey/grey2.png" + ) + (solid #t) + ) + (tile + (id 66) + (images + "tiles/grey/grey3.png" + ) + (solid #t) + ) + (tile + (id 67) + (images + "tiles/grey/grey4.png" + ) + (solid #t) + ) + (tile + (id 68) + (images + "tiles/grey/grey5.png" + ) + (solid #t) + ) + (tile + (id 69) + (images + "tiles/grey/grey6.png" + ) + (solid #t) + ) + (tile + (id 70) + (images + "tiles/background/backgroundtile1.png" + ) + (solid #t) + ) + (tile + (id 71) + (images + "tiles/background/backgroundtile2.png" + ) + (solid #t) + ) + (tile + (id 72) + (images + "tiles/background/backgroundtile3.png" + ) + (solid #t) + ) + (tile + (id 73) + (images + "tiles/background/backgroundtile4.png" + ) + (solid #t) + ) + (tile + (id 74) + (images + "tiles/background/backgroundtile5.png" + ) + (solid #t) + ) + (tile + (id 75) + (images + "tiles/water/water.png" + ) + (water #t) + ) + (tile + (id 76) + (images + "tiles/water/waves-0.png" + "tiles/water/waves-1.png" + "tiles/water/waves-2.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 77) + (images + "tiles/blocks/brick0.png" + ) + (solid #t) + (brick #t) + ) + (tile + (id 78) + (images + "tiles/blocks/brick1.png" + ) + (solid #t) + (brick #t) + ) + (tile + (id 79) + (images + "tiles/doodads/pole.png" + ) + ) + (tile + (id 80) + (images + "tiles/doodads/poletop.png" + ) + ) + (tile + (id 81) + (images + "tiles/doodads/flag-0.png" + "tiles/doodads/flag-1.png" + ) + (anim-fps 10) + ) + (tile + (id 83) + (images + "objects/bonus_block/full-0.png" + "objects/bonus_block/full-1.png" + "objects/bonus_block/full-2.png" + "objects/bonus_block/full-3.png" + "objects/bonus_block/full-4.png" + "objects/bonus_block/full-3.png" + "objects/bonus_block/full-2.png" + "objects/bonus_block/full-1.png" + "objects/bonus_block/full-0.png" + "objects/bonus_block/full-0.png" + "objects/bonus_block/full-0.png" + ) + (solid #t) + (fullbox #t) + (next-tile 84) + (data 1) + (anim-fps 2) + ) + (tile + (id 84) + (images + "objects/bonus_block/empty.png" + ) + (solid #t) + ) + (tile + (id 85) + (images + "tiles/background/cloud-00.png" + ) + ) + (tile + (id 86) + (images + "tiles/background/cloud-01.png" + ) + ) + (tile + (id 87) + (images + "tiles/background/cloud-02.png" + ) + ) + (tile + (id 88) + (images + "tiles/background/cloud-03.png" + ) + ) + (tile + (id 89) + (images + "tiles/background/cloud-10.png" + ) + ) + (tile + (id 90) + (images + "tiles/background/cloud-11.png" + ) + ) + (tile + (id 91) + (images + "tiles/background/cloud-12.png" + ) + ) + (tile + (id 92) + (images + "tiles/background/cloud-13.png" + ) + ) + (tile + (id 93) + (images + "tiles/background/bkgd-00.png" + ) + ) + (tile + (id 94) + (images + "tiles/background/bkgd-01.png" + ) + ) + (tile + (id 95) + (images + "tiles/background/bkgd-02.png" + ) + ) + (tile + (id 96) + (images + "tiles/background/bkgd-03.png" + ) + ) + (tile + (id 97) + (images + "tiles/background/bkgd-10.png" + ) + ) + (tile + (id 98) + (images + "tiles/background/bkgd-11.png" + ) + ) + (tile + (id 99) + (images + "tiles/background/bkgd-12.png" + ) + ) + (tile + (id 100) + (images + "tiles/background/bkgd-13.png" + ) + ) + (tile + (id 101) + (images + "tiles/background/bkgd-00.png" + ) + ) + (tile + (id 102) + (images + "objects/bonus_block/full-0.png" + "objects/bonus_block/full-1.png" + "objects/bonus_block/full-2.png" + "objects/bonus_block/full-3.png" + "objects/bonus_block/full-4.png" + "objects/bonus_block/full-3.png" + "objects/bonus_block/full-2.png" + "objects/bonus_block/full-1.png" + "objects/bonus_block/full-0.png" + "objects/bonus_block/full-0.png" + "objects/bonus_block/full-0.png" + ) + (solid #t) + (fullbox #t) + (next-tile 84) + (editor-images "objects/bonus_block/bonus-fire_flower.png") + (data 2) + (anim-fps 2) + ) + (tile + (id 103) + (images + "objects/bonus_block/full-0.png" + "objects/bonus_block/full-1.png" + "objects/bonus_block/full-2.png" + "objects/bonus_block/full-3.png" + "objects/bonus_block/full-4.png" + "objects/bonus_block/full-3.png" + "objects/bonus_block/full-2.png" + "objects/bonus_block/full-1.png" + "objects/bonus_block/full-0.png" + "objects/bonus_block/full-0.png" + "objects/bonus_block/full-0.png" + ) + (solid #t) + (fullbox #t) + (next-tile 84) + (editor-images "objects/bonus_block/bonus-herring.png") + (data 3) + (anim-fps 2) + ) + (tile + (id 104) + (images + "tiles/blocks/brick0.png" + ) + (solid #t) + (brick #t) + (data 84) + ) + (tile + (id 105) + (images + "tiles/blocks/brick1.png" + ) + (solid #t) + (brick #t) + (data 84) + ) + (tile + (id 106) + (images + "tiles/background/background1.png" + ) + ) + (tile + (id 107) + (images + "tiles/background/background2.png" + ) + ) + (tile + (id 108) + (images + "tiles/background/background3.png" + ) + ) + (tile + (id 109) + (images + "tiles/background/background4.png" + ) + ) + (tile + (id 110) + (images + "tiles/background/background5.png" + ) + ) + (tile + (id 111) + (images + "tiles/background/background6.png" + ) + ) + (tile + (id 112) + (solid #t) + (fullbox #t) + (next-tile 84) + (editor-images "objects/bonus_block/bonus-invisible.png") + ) + (tile + (id 113) + (images + "tiles/snow/snow20.png" + ) + (solid #t) + ) + (tile + (id 114) + (images + "tiles/snow/snow21.png" + ) + (solid #t) + ) + (tile + (id 115) + (images + "tiles/snow/snow22.png" + ) + (solid #t) + ) + (tile + (id 116) + (images + "tiles/snow/snow23.png" + ) + (solid #t) + ) + (tile + (id 117) + (images + "tiles/snow/snow24.png" + ) + (solid #t) + ) + (tile + (id 118) + (images + "tiles/snow/snow25.png" + ) + (solid #t) + ) + (tile + (id 119) + (images + "tiles/darksnow/darksnow13.png" + ) + (solid #t) + ) + (tile + (id 120) + (images + "tiles/darksnow/darksnow14.png" + ) + (solid #t) + ) + (tile + (id 121) + (images + "tiles/darksnow/darksnow15.png" + ) + (solid #t) + ) + (tile + (id 122) + (images + "tiles/snow/snowbg1.png" + ) + (solid #t) + (unisolid #t) + ) + (tile + (id 123) + (images + "tiles/snow/snowbg2.png" + ) + (solid #t) + (unisolid #t) + ) + (tile + (id 124) + (images + "tiles/snow/snowbg3.png" + ) + (solid #t) + ) + (tile + (id 125) + (images + "tiles/snow/snowbg4.png" + ) + (solid #t) + ) + (tile + (id 126) + (images + "tiles/goal/exitbg.png" + ) + ) + (tile + (id 127) + (images + "tiles/goal/exitfg.png" + ) + ) + (tile + (id 128) + (images + "objects/bonus_block/full-0.png" + "objects/bonus_block/full-1.png" + "objects/bonus_block/full-2.png" + "objects/bonus_block/full-3.png" + "objects/bonus_block/full-4.png" + "objects/bonus_block/full-3.png" + "objects/bonus_block/full-2.png" + "objects/bonus_block/full-1.png" + "objects/bonus_block/full-0.png" + "objects/bonus_block/full-0.png" + "objects/bonus_block/full-0.png" + ) + (solid #t) + (fullbox #t) + (next-tile 84) + (editor-images "objects/bonus_block/bonus-1up.png") + (data 4) + (anim-fps 2) + ) + (tile + (id 129) + (images + "tiles/goal/goal1-1.png" + "tiles/goal/goal1-2.png" + "tiles/goal/goal1-2.png" + "tiles/goal/goal1-3.png" + "tiles/goal/goal1-4.png" + "tiles/goal/goal1-5.png" + "tiles/goal/goal1-4.png" + "tiles/goal/goal1-3.png" + "tiles/goal/goal1-2.png" + "tiles/goal/goal1-2.png" + "tiles/goal/goal1-1.png" + "tiles/goal/goal1-1.png" + ) + (anim-fps 10) + ) + (tile + (id 130) + (images + "tiles/goal/goal2-1.png" + "tiles/goal/goal2-2.png" + "tiles/goal/goal2-2.png" + "tiles/goal/goal2-3.png" + "tiles/goal/goal2-4.png" + "tiles/goal/goal2-5.png" + "tiles/goal/goal2-4.png" + "tiles/goal/goal2-3.png" + "tiles/goal/goal2-2.png" + "tiles/goal/goal2-2.png" + "tiles/goal/goal2-1.png" + "tiles/goal/goal2-1.png" + ) + (anim-fps 10) + ) + (tile + (id 131) + (images + "tiles/auxiliary/black.png" + ) + ) + (tile + (id 132) + (goal #t) + (editor-images "tiles/auxiliary/finalgoal.png") + (data 1) + ) + (tile + (id 133) + (goal #t) + (editor-images "tiles/auxiliary/endseq.png") + ) + (tile + (id 134) + (images + "tiles/doodads/nolok1.png" + ) + ) + (tile + (id 135) + (images + "tiles/doodads/nolok2.png" + ) + ) + (tile + (id 136) + (images + "tiles/signs/run1.png" + ) + ) + (tile + (id 137) + (images + "tiles/signs/run2.png" + ) + ) + (tile + (id 138) + (images + "tiles/signs/run3.png" + ) + ) + (tile + (id 139) + (images + "tiles/signs/run4.png" + ) + ) + (tile + (id 140) + (images + "objects/bonus_block/full-0.png" + "objects/bonus_block/full-1.png" + "objects/bonus_block/full-2.png" + "objects/bonus_block/full-3.png" + "objects/bonus_block/full-4.png" + "objects/bonus_block/full-3.png" + "objects/bonus_block/full-2.png" + "objects/bonus_block/full-1.png" + "objects/bonus_block/full-0.png" + "objects/bonus_block/full-0.png" + "objects/bonus_block/full-0.png" + ) + (solid #t) + (fullbox #t) + (next-tile 84) + (editor-images "objects/bonus_block/bonus-ice_flower.png") + (data 5) + (anim-fps 2) + ) + (tile + (id 141) + (images + "tiles/signs/sign_right1.png" + ) + ) + (tile + (id 142) + (images + "tiles/signs/sign_right2.png" + ) + ) + (tile + (id 143) + (images + "tiles/signs/sign_right3.png" + ) + ) + (tile + (id 144) + (images + "tiles/signs/sign_right4.png" + ) + ) + (tile + (id 149) + (images + (region "tiles/background/snow-para-1.png" 0 0 32 32) + ) + ) + (tile + (id 150) + (images + (region "tiles/background/snow-para-1.png" 32 0 32 32) + ) + ) + (tile + (id 151) + (images + (region "tiles/background/snow-para-1.png" 64 0 32 32) + ) + ) + (tile + (id 152) + (images + (region "tiles/background/snow-para-1.png" 0 32 32 32) + ) + ) + (tile + (id 153) + (images + (region "tiles/background/snow-para-1.png" 32 32 32 32) + ) + ) + (tile + (id 154) + (images + (region "tiles/background/snow-para-1.png" 64 32 32 32) + ) + ) + (tile + (id 155) + (images + (region "tiles/background/snow-para-1.png" 0 64 32 32) + ) + ) + (tile + (id 156) + (images + (region "tiles/background/snow-para-1.png" 32 64 32 32) + ) + ) + (tile + (id 157) + (images + (region "tiles/background/snow-para-1.png" 64 64 32 32) + ) + ) + (tile + (id 158) + (images + (region "tiles/background/snow-para-1.png" 96 0 32 32) + ) + ) + (tile + (id 159) + (images + (region "tiles/background/snow-para-1.png" 96 32 32 32) + ) + ) + (tile + (id 160) + (images + (region "tiles/background/snow-para-1.png" 96 64 32 32) + ) + ) + (tile + (id 161) + (images + (region "tiles/background/snow-para-2.png" 0 0 32 32) + ) + ) + (tile + (id 162) + (images + (region "tiles/background/snow-para-2.png" 32 0 32 32) + ) + ) + (tile + (id 163) + (images + (region "tiles/background/snow-para-2.png" 64 0 32 32) + ) + ) + (tile + (id 164) + (images + (region "tiles/background/snow-para-2.png" 0 32 32 32) + ) + ) + (tile + (id 165) + (images + (region "tiles/background/snow-para-2.png" 32 32 32 32) + ) + ) + (tile + (id 166) + (images + (region "tiles/background/snow-para-2.png" 64 32 32 32) + ) + ) + (tile + (id 167) + (images + (region "tiles/background/snow-para-2.png" 0 64 32 32) + ) + ) + (tile + (id 168) + (images + (region "tiles/background/snow-para-2.png" 32 64 32 32) + ) + ) + (tile + (id 169) + (images + (region "tiles/background/snow-para-2.png" 64 64 32 32) + ) + ) + (tile + (id 170) + (images + (region "tiles/background/snow-para-2.png" 96 0 32 32) + ) + ) + (tile + (id 171) + (images + (region "tiles/background/snow-para-2.png" 96 32 32 32) + ) + ) + (tile + (id 172) + (images + (region "tiles/background/snow-para-2.png" 96 64 32 32) + ) + ) + (tile + (id 173) + (images + "tiles/lava/lava1-1.png" + "tiles/lava/lava1-2.png" + "tiles/lava/lava1-3.png" + "tiles/lava/lava1-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 174) + (images + "tiles/lava/lava2-1.png" + "tiles/lava/lava2-2.png" + "tiles/lava/lava2-3.png" + "tiles/lava/lava2-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 175) + (images + "tiles/waterfall/trans1-1-1.png" + "tiles/waterfall/trans1-1-2.png" + "tiles/waterfall/trans1-1-3.png" + "tiles/waterfall/trans1-1-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 176) + (images + "tiles/waterfall/trans1-2-1.png" + "tiles/waterfall/trans1-2-2.png" + "tiles/waterfall/trans1-2-3.png" + "tiles/waterfall/trans1-2-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 177) + (images + "tiles/waterfall/trans1-3-1.png" + "tiles/waterfall/trans1-3-2.png" + "tiles/waterfall/trans1-3-3.png" + "tiles/waterfall/trans1-3-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 178) + (images + "tiles/waterfall/trans1-4-1.png" + "tiles/waterfall/trans1-4-2.png" + "tiles/waterfall/trans1-4-3.png" + "tiles/waterfall/trans1-4-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 179) + (images + "tiles/waterfall/trans2-1-1.png" + "tiles/waterfall/trans2-1-2.png" + "tiles/waterfall/trans2-1-3.png" + "tiles/waterfall/trans2-1-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 180) + (images + "tiles/waterfall/trans2-2-1.png" + "tiles/waterfall/trans2-2-2.png" + "tiles/waterfall/trans2-2-3.png" + "tiles/waterfall/trans2-2-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 181) + (images + "tiles/waterfall/trans2-3-1.png" + "tiles/waterfall/trans2-3-2.png" + "tiles/waterfall/trans2-3-3.png" + "tiles/waterfall/trans2-3-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 182) + (images + "tiles/waterfall/trans2-4-1.png" + "tiles/waterfall/trans2-4-2.png" + "tiles/waterfall/trans2-4-3.png" + "tiles/waterfall/trans2-4-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 183) + (images + "tiles/waterfall/trans3-1-1.png" + "tiles/waterfall/trans3-1-2.png" + "tiles/waterfall/trans3-1-3.png" + "tiles/waterfall/trans3-1-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 184) + (images + "tiles/waterfall/trans3-2-1.png" + "tiles/waterfall/trans3-2-2.png" + "tiles/waterfall/trans3-2-3.png" + "tiles/waterfall/trans3-2-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 185) + (images + "tiles/waterfall/trans3-3-1.png" + "tiles/waterfall/trans3-3-2.png" + "tiles/waterfall/trans3-3-3.png" + "tiles/waterfall/trans3-3-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 186) + (images + "tiles/waterfall/trans3-4-1.png" + "tiles/waterfall/trans3-4-2.png" + "tiles/waterfall/trans3-4-3.png" + "tiles/waterfall/trans3-4-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 187) + (images + "tiles/waterfall/trans4-1-1.png" + "tiles/waterfall/trans4-1-2.png" + "tiles/waterfall/trans4-1-3.png" + "tiles/waterfall/trans4-1-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 188) + (images + "tiles/waterfall/trans4-2-1.png" + "tiles/waterfall/trans4-2-2.png" + "tiles/waterfall/trans4-2-3.png" + "tiles/waterfall/trans4-2-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 189) + (images + "tiles/waterfall/trans4-3-1.png" + "tiles/waterfall/trans4-3-2.png" + "tiles/waterfall/trans4-3-3.png" + "tiles/waterfall/trans4-3-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 190) + (images + "tiles/waterfall/trans4-4-1.png" + "tiles/waterfall/trans4-4-2.png" + "tiles/waterfall/trans4-4-3.png" + "tiles/waterfall/trans4-4-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 191) + (images + "tiles/waterfall/trans5-1-1.png" + "tiles/waterfall/trans5-1-2.png" + "tiles/waterfall/trans5-1-3.png" + "tiles/waterfall/trans5-1-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 192) + (images + "tiles/waterfall/trans5-2-1.png" + "tiles/waterfall/trans5-2-2.png" + "tiles/waterfall/trans5-2-3.png" + "tiles/waterfall/trans5-2-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 193) + (images + "tiles/waterfall/trans5-3-1.png" + "tiles/waterfall/trans5-3-2.png" + "tiles/waterfall/trans5-3-3.png" + "tiles/waterfall/trans5-3-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 194) + (images + "tiles/waterfall/trans5-4-1.png" + "tiles/waterfall/trans5-4-2.png" + "tiles/waterfall/trans5-4-3.png" + "tiles/waterfall/trans5-4-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 195) + (images + "tiles/waterfall/waterfall1-0-1.png" + "tiles/waterfall/waterfall1-0-2.png" + "tiles/waterfall/waterfall1-0-3.png" + "tiles/waterfall/waterfall1-0-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 196) + (images + "tiles/waterfall/waterfall1-5-1.png" + "tiles/waterfall/waterfall1-5-2.png" + "tiles/waterfall/waterfall1-5-3.png" + "tiles/waterfall/waterfall1-5-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 197) + (images + "tiles/waterfall/waterfall0-0-1.png" + "tiles/waterfall/waterfall0-0-2.png" + "tiles/waterfall/waterfall0-0-3.png" + "tiles/waterfall/waterfall0-0-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 198) + (images + "tiles/waterfall/waterfall0-1-1.png" + "tiles/waterfall/waterfall0-1-2.png" + "tiles/waterfall/waterfall0-1-3.png" + "tiles/waterfall/waterfall0-1-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 199) + (images + "tiles/waterfall/waterfall0-2-1.png" + "tiles/waterfall/waterfall0-2-2.png" + "tiles/waterfall/waterfall0-2-3.png" + "tiles/waterfall/waterfall0-2-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 200) + (images + "tiles/water/water-trans.png" + ) + (water #t) + ) + (tile + (id 201) + (images + "tiles/water/waves-trans-0.png" + "tiles/water/waves-trans-1.png" + "tiles/water/waves-trans-2.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 202) + (images + "tiles/snow/snow1b.png" + ) + ) + (tile + (id 203) + (images + "tiles/snow/snow7b.png" + ) + (solid #t) + ) + (tile + (id 204) + (images + "tiles/snow/snow7c.png" + ) + (solid #t) + ) + (tile + (id 205) + (images + "tiles/snow/snow15b.png" + ) + (solid #t) + ) + (tile + (id 206) + (images + "tiles/snow/snow14b.png" + ) + (solid #t) + ) + (tile + (id 207) + (images + "tiles/snow/snow18b.png" + ) + (solid #t) + ) + (tile + (id 208) + (images + "tiles/snow/snow19b.png" + ) + (solid #t) + ) + (tile + (id 209) + (images + "tiles/snow/snowbg1b.png" + ) + (solid #t) + (unisolid #t) + ) + (tile + (id 210) + (images + "tiles/snow/snowbg3b.png" + ) + (solid #t) + ) + (tile + (id 211) + (images + "tiles/blocks/block1b.png" + ) + (solid #t) + ) + (tile + (id 212) + (images + "tiles/blocks/block2b.png" + ) + (solid #t) + ) + (tile + (id 213) + (images + "tiles/blocks/block3b.png" + ) + (solid #t) + ) + (tile + (id 275) + (images + "tiles/waterfall/waterfall1-1-1.png" + "tiles/waterfall/waterfall1-1-2.png" + "tiles/waterfall/waterfall1-1-3.png" + "tiles/waterfall/waterfall1-1-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 276) + (images + "tiles/waterfall/waterfall1-2-1.png" + "tiles/waterfall/waterfall1-2-2.png" + "tiles/waterfall/waterfall1-2-3.png" + "tiles/waterfall/waterfall1-2-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 277) + (images + "tiles/waterfall/waterfall1-3-1.png" + "tiles/waterfall/waterfall1-3-2.png" + "tiles/waterfall/waterfall1-3-3.png" + "tiles/waterfall/waterfall1-3-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 278) + (images + "tiles/waterfall/waterfall1-4-1.png" + "tiles/waterfall/waterfall1-4-2.png" + "tiles/waterfall/waterfall1-4-3.png" + "tiles/waterfall/waterfall1-4-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 279) + (images + "tiles/waterfall/waterfall2-1-1.png" + "tiles/waterfall/waterfall2-1-2.png" + "tiles/waterfall/waterfall2-1-3.png" + "tiles/waterfall/waterfall2-1-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 280) + (images + "tiles/waterfall/waterfall2-2-1.png" + "tiles/waterfall/waterfall2-2-2.png" + "tiles/waterfall/waterfall2-2-3.png" + "tiles/waterfall/waterfall2-2-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 281) + (images + "tiles/waterfall/waterfall2-3-1.png" + "tiles/waterfall/waterfall2-3-2.png" + "tiles/waterfall/waterfall2-3-3.png" + "tiles/waterfall/waterfall2-3-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 282) + (images + "tiles/waterfall/waterfall2-4-1.png" + "tiles/waterfall/waterfall2-4-2.png" + "tiles/waterfall/waterfall2-4-3.png" + "tiles/waterfall/waterfall2-4-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 283) + (images + "tiles/waterfall/waterfall3-1-1.png" + "tiles/waterfall/waterfall3-1-2.png" + "tiles/waterfall/waterfall3-1-3.png" + "tiles/waterfall/waterfall3-1-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 284) + (images + "tiles/waterfall/waterfall3-2-1.png" + "tiles/waterfall/waterfall3-2-2.png" + "tiles/waterfall/waterfall3-2-3.png" + "tiles/waterfall/waterfall3-2-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 285) + (images + "tiles/waterfall/waterfall3-3-1.png" + "tiles/waterfall/waterfall3-3-2.png" + "tiles/waterfall/waterfall3-3-3.png" + "tiles/waterfall/waterfall3-3-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 286) + (images + "tiles/waterfall/waterfall3-4-1.png" + "tiles/waterfall/waterfall3-4-2.png" + "tiles/waterfall/waterfall3-4-3.png" + "tiles/waterfall/waterfall3-4-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 287) + (images + "tiles/waterfall/waterfall4-1-1.png" + "tiles/waterfall/waterfall4-1-2.png" + "tiles/waterfall/waterfall4-1-3.png" + "tiles/waterfall/waterfall4-1-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 288) + (images + "tiles/waterfall/waterfall4-2-1.png" + "tiles/waterfall/waterfall4-2-2.png" + "tiles/waterfall/waterfall4-2-3.png" + "tiles/waterfall/waterfall4-2-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 289) + (images + "tiles/waterfall/waterfall4-3-1.png" + "tiles/waterfall/waterfall4-3-2.png" + "tiles/waterfall/waterfall4-3-3.png" + "tiles/waterfall/waterfall4-3-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 290) + (images + "tiles/waterfall/waterfall4-4-1.png" + "tiles/waterfall/waterfall4-4-2.png" + "tiles/waterfall/waterfall4-4-3.png" + "tiles/waterfall/waterfall4-4-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 291) + (images + "tiles/waterfall/waterfall5-1-1.png" + "tiles/waterfall/waterfall5-1-2.png" + "tiles/waterfall/waterfall5-1-3.png" + "tiles/waterfall/waterfall5-1-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 292) + (images + "tiles/waterfall/waterfall5-2-1.png" + "tiles/waterfall/waterfall5-2-2.png" + "tiles/waterfall/waterfall5-2-3.png" + "tiles/waterfall/waterfall5-2-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 293) + (images + "tiles/waterfall/waterfall5-3-1.png" + "tiles/waterfall/waterfall5-3-2.png" + "tiles/waterfall/waterfall5-3-3.png" + "tiles/waterfall/waterfall5-3-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 294) + (images + "tiles/waterfall/waterfall5-4-1.png" + "tiles/waterfall/waterfall5-4-2.png" + "tiles/waterfall/waterfall5-4-3.png" + "tiles/waterfall/waterfall5-4-4.png" + ) + (water #t) + (anim-fps 10) + ) + (tile + (id 295) + (images + "creatures/spike/up.png" + ) + (spike #t) + ) + (tile + (id 296) + (images + "creatures/spike/right.png" + ) + (spike #t) + ) + (tile + (id 297) + (images + "creatures/spike/down.png" + ) + (spike #t) + ) + (tile + (id 298) + (images + "creatures/spike/left.png" + ) + (spike #t) + ) + (tile + (id 301) + (images + "tiles/jungle/jungle1.png" + ) + ) + (tile + (id 302) + (images + "tiles/jungle/jungle2.png" + ) + ) + (tile + (id 303) + (images + "tiles/jungle/jungle3.png" + ) + ) + (tile + (id 304) + (images + "tiles/jungle/jungle4.png" + ) + (solid #t) + ) + (tile + (id 305) + (images + "tiles/jungle/jungle5.png" + ) + (solid #t) + ) + (tile + (id 306) + (images + "tiles/jungle/jungle6.png" + ) + (solid #t) + ) + (tile + (id 307) + (images + "tiles/jungle/jungle7.png" + ) + (solid #t) + ) + (tile + (id 308) + (images + "tiles/jungle/jungle8.png" + ) + (solid #t) + ) + (tile + (id 309) + (images + "tiles/jungle/jungle9.png" + ) + (solid #t) + ) + (tile + (id 310) + (images + "tiles/jungle/jungle10.png" + ) + (solid #t) + ) + (tile + (id 311) + (images + "tiles/jungle/jungle11.png" + ) + (solid #t) + ) + (tile + (id 312) + (images + "tiles/jungle/jungle12-1.png" + "tiles/jungle/jungle12-1.png" + "tiles/jungle/jungle12-1.png" + "tiles/jungle/jungle12-1.png" + "tiles/jungle/jungle12-2.png" + "tiles/jungle/jungle12-3.png" + "tiles/jungle/jungle12-4.png" + "tiles/jungle/jungle12-4.png" + "tiles/jungle/jungle12-4.png" + "tiles/jungle/jungle12-4.png" + "tiles/jungle/jungle12-3.png" + "tiles/jungle/jungle12-2.png" + ) + (solid #t) + (anim-fps 10) + ) + (tile + (id 313) + (images + "tiles/doodads/stone1_1.png" + ) + ) + (tile + (id 314) + (images + "tiles/doodads/stone1_2.png" + ) + ) + (tile + (id 315) + (images + "tiles/doodads/stone1_3.png" + ) + (solid #t) + ) + (tile + (id 316) + (images + "tiles/doodads/stone1_4.png" + ) + (solid #t) + ) + (tile + (id 317) + (images + "tiles/doodads/stone2_1.png" + ) + ) + (tile + (id 318) + (images + "tiles/doodads/stone2_2.png" + ) + ) + (tile + (id 319) + (images + "tiles/doodads/stone2_3.png" + ) + (solid #t) + ) + (tile + (id 320) + (images + "tiles/doodads/stone2_4.png" + ) + (solid #t) + ) + (tile + (id 321) + (images + "tiles/grey/grey_jungle.png" + ) + (solid #t) + ) + (tile + (id 322) + (images + "tiles/doodads/plant1.png" + ) + ) + (tile + (id 323) + (images + "tiles/doodads/liane1.png" + ) + ) + (tile + (id 324) + (images + "tiles/doodads/liane2.png" + ) + ) + (tile + (id 325) + (images + "tiles/doodads/liane3.png" + ) + ) + (tile + (id 326) + (images + "tiles/doodads/liane4.png" + ) + ) + (tile + (id 327) + (images + "tiles/doodads/liane5.png" + ) + ) + (tile + (id 328) + (images + "tiles/doodads/liane6.png" + ) + ) + (tile + (id 329) + (images + "tiles/doodads/liane7.png" + ) + ) + (tile + (id 330) + (images + "tiles/doodads/liane8.png" + ) + ) + (tile + (id 337) + (images + "tiles/blocks/rock_plate1.png" + ) + (solid #t) + ) + (tile + (id 338) + (images + "tiles/blocks/rock_plate2.png" + ) + (solid #t) + ) + (tile + (id 339) + (images + "tiles/blocks/rock_plate3.png" + ) + (solid #t) + ) + (tile + (id 340) + (images + "tiles/blocks/rock_plate_cracked1.png" + ) + (solid #t) + ) + (tile + (id 341) + (images + "tiles/blocks/rock_plate_cracked2.png" + ) + (solid #t) + ) + (tile + (id 342) + (images + "tiles/blocks/rock_plate_cracked3.png" + ) + (solid #t) + ) + (tile + (id 359) + (images + "tiles/snow/snow11.png" + ) + (unisolid #t) + ) + (tile + (id 360) + (images + "tiles/doodads/mushrooms.png" + ) + ) + (tile + (id 400) + (images + "tiles/snow/slope-right.png" + ) + (slope-type 2) + (data 2) + ) + (tile + (id 401) + (images + "tiles/snow/slope-left.png" + ) + (slope-type 0) + ) + (tile + (id 402) + (images + (region "tiles/forest/foresttiles-12.png" 0 0 32 32) + ) + ) + (tile + (id 403) + (images + (region "tiles/forest/foresttiles-12.png" 32 0 32 32) + ) + ) + (tile + (id 404) + (images + (region "tiles/forest/foresttiles-12.png" 64 0 32 32) + ) + ) + (tile + (id 405) + (images + (region "tiles/forest/foresttiles-12.png" 96 0 32 32) + ) + ) + (tile + (id 406) + (images + (region "tiles/forest/foresttiles-12.png" 0 32 32 32) + ) + ) + (tile + (id 407) + (images + (region "tiles/forest/foresttiles-12.png" 32 32 32 32) + ) + ) + (tile + (id 408) + (images + (region "tiles/forest/foresttiles-12.png" 64 32 32 32) + ) + ) + (tile + (id 409) + (images + (region "tiles/forest/foresttiles-12.png" 96 32 32 32) + ) + ) + (tile + (id 410) + (images + (region "tiles/forest/foresttiles-12.png" 0 64 32 32) + ) + ) + (tile + (id 411) + (images + (region "tiles/forest/foresttiles-12.png" 32 64 32 32) + ) + ) + (tile + (id 412) + (images + (region "tiles/forest/foresttiles-12.png" 64 64 32 32) + ) + ) + (tile + (id 413) + (images + (region "tiles/forest/foresttiles-12.png" 96 64 32 32) + ) + ) + (tile + (id 414) + (images + (region "tiles/forest/foresttiles-12.png" 0 96 32 32) + ) + ) + (tile + (id 415) + (images + (region "tiles/forest/foresttiles-12.png" 32 96 32 32) + ) + ) + (tile + (id 416) + (images + (region "tiles/forest/foresttiles-12.png" 64 96 32 32) + ) + ) + (tile + (id 417) + (images + (region "tiles/forest/foresttiles-12.png" 96 96 32 32) + ) + ) + (tile + (id 418) + (images + (region "tiles/forest/foresttiles-12.png" 0 128 32 32) + ) + ) + (tile + (id 419) + (images + (region "tiles/forest/foresttiles-12.png" 32 128 32 32) + ) + ) + (tile + (id 420) + (images + (region "tiles/forest/foresttiles-12.png" 64 128 32 32) + ) + ) + (tile + (id 421) + (images + (region "tiles/forest/foresttiles-12.png" 96 128 32 32) + ) + ) + (tile + (id 422) + (images + (region "tiles/forest/foresttiles-12.png" 0 160 32 32) + ) + ) + (tile + (id 423) + (images + (region "tiles/forest/foresttiles-12.png" 32 160 32 32) + ) + ) + (tile + (id 424) + (images + (region "tiles/forest/foresttiles-12.png" 64 160 32 32) + ) + ) + (tile + (id 425) + (images + (region "tiles/forest/foresttiles-12.png" 96 160 32 32) + ) + ) + (tile + (id 426) + (images + (region "tiles/forest/foresttiles-12.png" 128 0 32 32) + ) + ) + (tile + (id 427) + (images + (region "tiles/forest/foresttiles-12.png" 160 0 32 32) + ) + ) + (tile + (id 428) + (images + (region "tiles/forest/foresttiles-12.png" 192 0 32 32) + ) + ) + (tile + (id 429) + (images + (region "tiles/forest/foresttiles-12.png" 224 0 32 32) + ) + ) + (tile + (id 430) + (images + (region "tiles/forest/foresttiles-12.png" 128 32 32 32) + ) + ) + (tile + (id 431) + (images + (region "tiles/forest/foresttiles-12.png" 160 32 32 32) + ) + ) + (tile + (id 432) + (images + (region "tiles/forest/foresttiles-12.png" 192 32 32 32) + ) + ) + (tile + (id 433) + (images + (region "tiles/forest/foresttiles-12.png" 224 32 32 32) + ) + ) + (tile + (id 434) + (images + (region "tiles/forest/foresttiles-12.png" 128 64 32 32) + ) + ) + (tile + (id 435) + (images + (region "tiles/forest/foresttiles-12.png" 160 64 32 32) + ) + ) + (tile + (id 436) + (images + (region "tiles/forest/foresttiles-12.png" 192 64 32 32) + ) + ) + (tile + (id 437) + (images + (region "tiles/forest/foresttiles-12.png" 224 64 32 32) + ) + ) + (tile + (id 438) + (images + (region "tiles/forest/foresttiles-12.png" 128 96 32 32) + ) + ) + (tile + (id 439) + (images + (region "tiles/forest/foresttiles-12.png" 160 96 32 32) + ) + ) + (tile + (id 440) + (images + (region "tiles/forest/foresttiles-12.png" 192 96 32 32) + ) + ) + (tile + (id 441) + (images + (region "tiles/forest/foresttiles-12.png" 224 96 32 32) + ) + ) + (tile + (id 442) + (images + (region "tiles/forest/foresttiles-12.png" 128 128 32 32) + ) + ) + (tile + (id 443) + (images + (region "tiles/forest/foresttiles-12.png" 160 128 32 32) + ) + ) + (tile + (id 444) + (images + (region "tiles/forest/foresttiles-12.png" 192 128 32 32) + ) + ) + (tile + (id 445) + (images + (region "tiles/forest/foresttiles-12.png" 224 128 32 32) + ) + ) + (tile + (id 446) + (images + (region "tiles/forest/foresttiles-12.png" 128 160 32 32) + ) + ) + (tile + (id 447) + (images + (region "tiles/forest/foresttiles-12.png" 160 160 32 32) + ) + ) + (tile + (id 448) + (images + (region "tiles/forest/foresttiles-12.png" 192 160 32 32) + ) + ) + (tile + (id 449) + (images + (region "tiles/forest/foresttiles-12.png" 224 160 32 32) + ) + ) + (tile + (id 450) + (images + (region "tiles/forest/foresttiles-12.png" 128 192 32 32) + ) + ) + (tile + (id 451) + (images + (region "tiles/forest/foresttiles-12.png" 160 192 32 32) + ) + ) + (tile + (id 452) + (images + (region "tiles/forest/foresttiles-12.png" 192 192 32 32) + ) + ) + (tile + (id 453) + (images + (region "tiles/forest/foresttiles-12.png" 224 192 32 32) + ) + ) + (tile + (id 454) + (images + (region "tiles/forest/foresttiles-12.png" 128 224 32 32) + ) + ) + (tile + (id 455) + (images + (region "tiles/forest/foresttiles-12.png" 160 224 32 32) + ) + ) + (tile + (id 456) + (images + (region "tiles/forest/foresttiles-12.png" 192 224 32 32) + ) + ) + (tile + (id 457) + (images + (region "tiles/forest/foresttiles-12.png" 224 224 32 32) + ) + ) + (tile + (id 1000) + (images + (region "tiles/forest/foresttiles-1.png" 0 0 32 32) + ) + ) + (tile + (id 1001) + (images + (region "tiles/forest/foresttiles-1.png" 32 0 32 32) + ) + ) + (tile + (id 1002) + (images + (region "tiles/forest/foresttiles-1.png" 64 0 32 32) + ) + ) + (tile + (id 1003) + (images + (region "tiles/forest/foresttiles-1.png" 96 0 32 32) + ) + ) + (tile + (id 1004) + (images + (region "tiles/forest/foresttiles-1.png" 0 32 32 32) + ) + (solid #t) + ) + (tile + (id 1005) + (images + (region "tiles/forest/foresttiles-1.png" 32 32 32 32) + ) + (solid #t) + ) + (tile + (id 1006) + (images + (region "tiles/forest/foresttiles-1.png" 64 32 32 32) + ) + (solid #t) + ) + (tile + (id 1007) + (images + (region "tiles/forest/foresttiles-1.png" 96 32 32 32) + ) + (solid #t) + ) + (tile + (id 1008) + (images + (region "tiles/forest/foresttiles-1.png" 0 64 32 32) + ) + (solid #t) + ) + (tile + (id 1009) + (images + (region "tiles/forest/foresttiles-1.png" 32 64 32 32) + ) + (solid #t) + ) + (tile + (id 1010) + (images + (region "tiles/forest/foresttiles-1.png" 64 64 32 32) + ) + (solid #t) + ) + (tile + (id 1011) + (images + (region "tiles/forest/foresttiles-1.png" 96 64 32 32) + ) + (solid #t) + ) + (tile + (id 1012) + (images + (region "tiles/forest/foresttiles-1.png" 0 96 32 32) + ) + (solid #t) + ) + (tile + (id 1013) + (images + (region "tiles/forest/foresttiles-1.png" 32 96 32 32) + ) + (solid #t) + ) + (tile + (id 1014) + (images + (region "tiles/forest/foresttiles-1.png" 64 96 32 32) + ) + (solid #t) + ) + (tile + (id 1015) + (images + (region "tiles/forest/foresttiles-1.png" 96 96 32 32) + ) + (solid #t) + ) + (tile + (id 1016) + (images + (region "tiles/forest/foresttiles-1.png" 0 128 32 32) + ) + (solid #t) + ) + (tile + (id 1017) + (images + (region "tiles/forest/foresttiles-1.png" 32 128 32 32) + ) + (solid #t) + ) + (tile + (id 1018) + (images + (region "tiles/forest/foresttiles-1.png" 64 128 32 32) + ) + (solid #t) + ) + (tile + (id 1019) + (images + (region "tiles/forest/foresttiles-1.png" 96 128 32 32) + ) + (solid #t) + ) + (tile + (id 1020) + (images + (region "tiles/forest/foresttiles-2.png" 0 0 32 32) + ) + (solid #t) + ) + (tile + (id 1021) + (images + (region "tiles/forest/foresttiles-2.png" 32 0 32 32) + ) + (solid #t) + ) + (tile + (id 1022) + (images + (region "tiles/forest/foresttiles-2.png" 64 0 32 32) + ) + (solid #t) + ) + (tile + (id 1023) + (images + (region "tiles/forest/foresttiles-2.png" 0 32 32 32) + ) + (solid #t) + ) + (tile + (id 1024) + (images + (region "tiles/forest/foresttiles-2.png" 32 32 32 32) + ) + (solid #t) + ) + (tile + (id 1025) + (images + (region "tiles/forest/foresttiles-2.png" 64 32 32 32) + ) + (solid #t) + ) + (tile + (id 1026) + (images + (region "tiles/forest/foresttiles-2.png" 0 64 32 32) + ) + (solid #t) + ) + (tile + (id 1027) + (images + (region "tiles/forest/foresttiles-2.png" 32 64 32 32) + ) + (solid #t) + ) + (tile + (id 1028) + (images + (region "tiles/forest/foresttiles-2.png" 64 64 32 32) + ) + (solid #t) + ) + (tile + (id 1029) + (images + (region "tiles/forest/foresttiles-3.png" 0 0 32 32) + ) + (solid #t) + ) + (tile + (id 1030) + (images + (region "tiles/forest/foresttiles-3.png" 32 0 32 32) + ) + (solid #t) + ) + (tile + (id 1031) + (images + (region "tiles/forest/foresttiles-3.png" 0 32 32 32) + ) + (solid #t) + ) + (tile + (id 1032) + (images + (region "tiles/forest/foresttiles-3.png" 32 32 32 32) + ) + (solid #t) + ) + (tile + (id 1033) + (images + (region "tiles/forest/foresttiles-4.png" 0 0 32 32) + ) + (solid #t) + ) + (tile + (id 1034) + (images + (region "tiles/forest/foresttiles-4.png" 32 0 32 32) + ) + (solid #t) + ) + (tile + (id 1035) + (images + (region "tiles/forest/foresttiles-4.png" 64 0 32 32) + ) + (solid #t) + ) + (tile + (id 1036) + (images + (region "tiles/forest/foresttiles-4.png" 96 0 32 32) + ) + (solid #t) + ) + (tile + (id 1037) + (images + (region "tiles/forest/foresttiles-4.png" 128 0 32 32) + ) + (solid #t) + ) + (tile + (id 1038) + (images + (region "tiles/forest/foresttiles-4.png" 160 0 32 32) + ) + ) + (tile + (id 1039) + (images + (region "tiles/forest/foresttiles-4.png" 0 32 32 32) + ) + (solid #t) + ) + (tile + (id 1040) + (images + (region "tiles/forest/foresttiles-4.png" 32 32 32 32) + ) + (solid #t) + ) + (tile + (id 1041) + (images + (region "tiles/forest/foresttiles-4.png" 64 32 32 32) + ) + (solid #t) + ) + (tile + (id 1042) + (images + (region "tiles/forest/foresttiles-4.png" 96 32 32 32) + ) + (solid #t) + ) + (tile + (id 1043) + (images + (region "tiles/forest/foresttiles-4.png" 128 32 32 32) + ) + (solid #t) + ) + (tile + (id 1044) + (images + (region "tiles/forest/foresttiles-4.png" 160 32 32 32) + ) + (solid #t) + ) + (tile + (id 1045) + (images + (region "tiles/forest/foresttiles-5.png" 0 0 32 32) + ) + ) + (tile + (id 1046) + (images + (region "tiles/forest/foresttiles-5.png" 32 0 32 32) + ) + ) + (tile + (id 1047) + (images + (region "tiles/forest/foresttiles-5.png" 0 32 32 32) + ) + (solid #t) + (slope-type 2) + (data 2) + ) + (tile + (id 1048) + (images + (region "tiles/forest/foresttiles-5.png" 32 32 32 32) + ) + (solid #t) + (slope-type 0) + ) + (tile + (id 1049) + (images + (region "tiles/forest/foresttiles-5.png" 0 64 32 32) + ) + (solid #t) + ) + (tile + (id 1050) + (images + (region "tiles/forest/foresttiles-5.png" 32 64 32 32) + ) + (solid #t) + ) + (tile + (id 1051) + (images + (region "tiles/forest/foresttiles-6.png" 0 0 32 32) + ) + ) + (tile + (id 1052) + (images + (region "tiles/forest/foresttiles-6.png" 32 0 32 32) + ) + ) + (tile + (id 1053) + (images + (region "tiles/forest/foresttiles-6.png" 0 32 32 32) + ) + (slope-type 66) + (data 66) + ) + (tile + (id 1054) + (images + (region "tiles/forest/foresttiles-6.png" 32 32 32 32) + ) + (slope-type 48) + (data 48) + ) + (tile + (id 1055) + (images + (region "tiles/forest/foresttiles-6.png" 0 64 32 32) + ) + (solid #t) + (slope-type 50) + (data 50) + ) + (tile + (id 1056) + (images + (region "tiles/forest/foresttiles-6.png" 32 64 32 32) + ) + (solid #t) + (slope-type 64) + (data 64) + ) + (tile + (id 1057) + (images + (region "tiles/forest/foresttiles-6.png" 0 96 32 32) + ) + (solid #t) + ) + (tile + (id 1058) + (images + (region "tiles/forest/foresttiles-6.png" 32 96 32 32) + ) + (solid #t) + ) + (tile + (id 1060) + (images + (region "tiles/forest/foresttiles-7.png" 32 0 32 32) + ) + ) + (tile + (id 1061) + (images + (region "tiles/forest/foresttiles-7.png" 64 0 32 32) + ) + ) + (tile + (id 1063) + (images + (region "tiles/forest/foresttiles-7.png" 0 32 32 32) + ) + (solid #t) + (slope-type 18) + (data 18) + ) + (tile + (id 1064) + (images + (region "tiles/forest/foresttiles-7.png" 32 32 32 32) + ) + (solid #t) + (slope-type 34) + (data 34) + ) + (tile + (id 1065) + (images + (region "tiles/forest/foresttiles-7.png" 64 32 32 32) + ) + (solid #t) + (slope-type 32) + (data 32) + ) + (tile + (id 1066) + (images + (region "tiles/forest/foresttiles-7.png" 96 32 32 32) + ) + (solid #t) + (slope-type 16) + (data 16) + ) + (tile + (id 1067) + (images + (region "tiles/forest/foresttiles-7.png" 0 64 32 32) + ) + (solid #t) + ) + (tile + (id 1068) + (images + (region "tiles/forest/foresttiles-7.png" 32 64 32 32) + ) + (solid #t) + ) + (tile + (id 1069) + (images + (region "tiles/forest/foresttiles-7.png" 64 64 32 32) + ) + (solid #t) + ) + (tile + (id 1070) + (images + (region "tiles/forest/foresttiles-7.png" 96 64 32 32) + ) + (solid #t) + ) + (tile + (id 1071) + (images + (region "tiles/forest/foresttiles-8.png" 0 0 32 32) + ) + ) + (tile + (id 1072) + (images + (region "tiles/forest/foresttiles-8.png" 32 0 32 32) + ) + ) + (tile + (id 1073) + (images + (region "tiles/forest/foresttiles-8.png" 64 0 32 32) + ) + ) + (tile + (id 1074) + (images + (region "tiles/forest/foresttiles-8.png" 96 0 32 32) + ) + (solid #t) + ) + (tile + (id 1075) + (images + (region "tiles/forest/foresttiles-8.png" 128 0 32 32) + ) + (solid #t) + ) + (tile + (id 1076) + (images + (region "tiles/forest/foresttiles-8.png" 160 0 32 32) + ) + ) + (tile + (id 1077) + (images + (region "tiles/forest/foresttiles-8.png" 192 0 32 32) + ) + ) + (tile + (id 1078) + (images + (region "tiles/forest/foresttiles-8.png" 224 0 32 32) + ) + ) + (tile + (id 1079) + (images + (region "tiles/forest/foresttiles-8.png" 0 32 32 32) + ) + ) + (tile + (id 1080) + (images + (region "tiles/forest/foresttiles-8.png" 32 32 32 32) + ) + ) + (tile + (id 1081) + (images + (region "tiles/forest/foresttiles-8.png" 64 32 32 32) + ) + (solid #t) + (slope-type 0) + ) + (tile + (id 1082) + (images + (region "tiles/forest/foresttiles-8.png" 96 32 32 32) + ) + (solid #t) + ) + (tile + (id 1083) + (images + (region "tiles/forest/foresttiles-8.png" 128 32 32 32) + ) + (solid #t) + ) + (tile + (id 1084) + (images + (region "tiles/forest/foresttiles-8.png" 160 32 32 32) + ) + ) + (tile + (id 1085) + (images + (region "tiles/forest/foresttiles-8.png" 192 32 32 32) + ) + ) + (tile + (id 1086) + (images + (region "tiles/forest/foresttiles-8.png" 224 32 32 32) + ) + ) + (tile + (id 1087) + (images + (region "tiles/forest/foresttiles-8.png" 0 64 32 32) + ) + ) + (tile + (id 1088) + (images + (region "tiles/forest/foresttiles-8.png" 32 64 32 32) + ) + (solid #t) + (slope-type 0) + ) + (tile + (id 1089) + (images + (region "tiles/forest/foresttiles-8.png" 64 64 32 32) + ) + (solid #t) + ) + (tile + (id 1090) + (images + (region "tiles/forest/foresttiles-8.png" 96 64 32 32) + ) + (solid #t) + ) + (tile + (id 1091) + (images + (region "tiles/forest/foresttiles-8.png" 128 64 32 32) + ) + (solid #t) + ) + (tile + (id 1092) + (images + (region "tiles/forest/foresttiles-8.png" 160 64 32 32) + ) + (solid #t) + (slope-type 2) + (data 2) + ) + (tile + (id 1093) + (images + (region "tiles/forest/foresttiles-8.png" 192 64 32 32) + ) + ) + (tile + (id 1094) + (images + (region "tiles/forest/foresttiles-8.png" 224 64 32 32) + ) + ) + (tile + (id 1095) + (images + (region "tiles/forest/foresttiles-8.png" 0 96 32 32) + ) + (solid #t) + (slope-type 0) + ) + (tile + (id 1096) + (images + (region "tiles/forest/foresttiles-8.png" 32 96 32 32) + ) + (solid #t) + ) + (tile + (id 1097) + (images + (region "tiles/forest/foresttiles-8.png" 64 96 32 32) + ) + (solid #t) + ) + (tile + (id 1098) + (images + (region "tiles/forest/foresttiles-8.png" 96 96 32 32) + ) + (solid #t) + ) + (tile + (id 1099) + (images + (region "tiles/forest/foresttiles-8.png" 128 96 32 32) + ) + (solid #t) + ) + (tile + (id 1100) + (images + (region "tiles/forest/foresttiles-8.png" 160 96 32 32) + ) + (solid #t) + ) + (tile + (id 1101) + (images + (region "tiles/forest/foresttiles-8.png" 192 96 32 32) + ) + (solid #t) + (slope-type 2) + (data 2) + ) + (tile + (id 1102) + (images + (region "tiles/forest/foresttiles-8.png" 224 96 32 32) + ) + ) + (tile + (id 1103) + (images + (region "tiles/forest/foresttiles-8.png" 0 128 32 32) + ) + ) + (tile + (id 1104) + (images + (region "tiles/forest/foresttiles-8.png" 32 128 32 32) + ) + (solid #t) + ) + (tile + (id 1105) + (images + (region "tiles/forest/foresttiles-8.png" 64 128 32 32) + ) + (solid #t) + ) + (tile + (id 1106) + (images + (region "tiles/forest/foresttiles-8.png" 96 128 32 32) + ) + (solid #t) + ) + (tile + (id 1107) + (images + (region "tiles/forest/foresttiles-8.png" 128 128 32 32) + ) + (solid #t) + ) + (tile + (id 1108) + (images + (region "tiles/forest/foresttiles-8.png" 160 128 32 32) + ) + (solid #t) + ) + (tile + (id 1109) + (images + (region "tiles/forest/foresttiles-8.png" 192 128 32 32) + ) + (solid #t) + ) + (tile + (id 1110) + (images + (region "tiles/forest/foresttiles-8.png" 224 128 32 32) + ) + ) + (tile + (id 1111) + (images + (region "tiles/forest/foresttiles-8.png" 0 160 32 32) + ) + ) + (tile + (id 1112) + (images + (region "tiles/forest/foresttiles-8.png" 32 160 32 32) + ) + (solid #t) + ) + (tile + (id 1113) + (images + (region "tiles/forest/foresttiles-8.png" 64 160 32 32) + ) + (solid #t) + ) + (tile + (id 1114) + (images + (region "tiles/forest/foresttiles-8.png" 96 160 32 32) + ) + (solid #t) + ) + (tile + (id 1115) + (images + (region "tiles/forest/foresttiles-8.png" 128 160 32 32) + ) + (solid #t) + ) + (tile + (id 1116) + (images + (region "tiles/forest/foresttiles-8.png" 160 160 32 32) + ) + (solid #t) + ) + (tile + (id 1117) + (images + (region "tiles/forest/foresttiles-8.png" 192 160 32 32) + ) + (solid #t) + ) + (tile + (id 1118) + (images + (region "tiles/forest/foresttiles-8.png" 224 160 32 32) + ) + ) + (tile + (id 1119) + (images + (region "tiles/forest/foresttiles-8.png" 0 192 32 32) + ) + ) + (tile + (id 1120) + (images + (region "tiles/forest/foresttiles-8.png" 32 192 32 32) + ) + (solid #t) + ) + (tile + (id 1121) + (images + (region "tiles/forest/foresttiles-8.png" 64 192 32 32) + ) + (solid #t) + ) + (tile + (id 1122) + (images + (region "tiles/forest/foresttiles-8.png" 96 192 32 32) + ) + (solid #t) + ) + (tile + (id 1123) + (images + (region "tiles/forest/foresttiles-8.png" 128 192 32 32) + ) + (solid #t) + ) + (tile + (id 1124) + (images + (region "tiles/forest/foresttiles-8.png" 160 192 32 32) + ) + (solid #t) + ) + (tile + (id 1125) + (images + (region "tiles/forest/foresttiles-8.png" 192 192 32 32) + ) + (solid #t) + ) + (tile + (id 1126) + (images + (region "tiles/forest/foresttiles-8.png" 224 192 32 32) + ) + ) + (tile + (id 1127) + (images + (region "tiles/forest/foresttiles-8.png" 0 224 32 32) + ) + ) + (tile + (id 1128) + (images + (region "tiles/forest/foresttiles-8.png" 32 224 32 32) + ) + (solid #t) + ) + (tile + (id 1129) + (images + (region "tiles/forest/foresttiles-8.png" 64 224 32 32) + ) + (solid #t) + ) + (tile + (id 1130) + (images + (region "tiles/forest/foresttiles-8.png" 96 224 32 32) + ) + (solid #t) + ) + (tile + (id 1131) + (images + (region "tiles/forest/foresttiles-8.png" 128 224 32 32) + ) + (solid #t) + ) + (tile + (id 1132) + (images + (region "tiles/forest/foresttiles-8.png" 160 224 32 32) + ) + (solid #t) + ) + (tile + (id 1133) + (images + (region "tiles/forest/foresttiles-8.png" 192 224 32 32) + ) + (solid #t) + ) + (tile + (id 1134) + (images + (region "tiles/forest/foresttiles-8.png" 224 224 32 32) + ) + ) + (tile + (id 1135) + (images + (region "tiles/forest/foresttiles-8.png" 0 256 32 32) + ) + ) + (tile + (id 1136) + (images + (region "tiles/forest/foresttiles-8.png" 32 256 32 32) + ) + ) + (tile + (id 1137) + (images + (region "tiles/forest/foresttiles-8.png" 64 256 32 32) + ) + ) + (tile + (id 1138) + (images + (region "tiles/forest/foresttiles-8.png" 96 256 32 32) + ) + (solid #t) + ) + (tile + (id 1139) + (images + (region "tiles/forest/foresttiles-8.png" 128 256 32 32) + ) + (solid #t) + ) + (tile + (id 1140) + (images + (region "tiles/forest/foresttiles-8.png" 160 256 32 32) + ) + ) + (tile + (id 1141) + (images + (region "tiles/forest/foresttiles-8.png" 192 256 32 32) + ) + ) + (tile + (id 1142) + (images + (region "tiles/forest/foresttiles-8.png" 224 256 32 32) + ) + ) + (tile + (id 1143) + (images + (region "tiles/forest/foresttiles-8.png" 0 288 32 32) + ) + ) + (tile + (id 1144) + (images + (region "tiles/forest/foresttiles-8.png" 32 288 32 32) + ) + ) + (tile + (id 1145) + (images + (region "tiles/forest/foresttiles-8.png" 64 288 32 32) + ) + ) + (tile + (id 1146) + (images + (region "tiles/forest/foresttiles-8.png" 96 288 32 32) + ) + (solid #t) + ) + (tile + (id 1147) + (images + (region "tiles/forest/foresttiles-8.png" 128 288 32 32) + ) + (solid #t) + ) + (tile + (id 1148) + (images + (region "tiles/forest/foresttiles-8.png" 160 288 32 32) + ) + ) + (tile + (id 1149) + (images + (region "tiles/forest/foresttiles-8.png" 192 288 32 32) + ) + ) + (tile + (id 1150) + (images + (region "tiles/forest/foresttiles-8.png" 224 288 32 32) + ) + ) + (tile + (id 1151) + (images + (region "tiles/forest/foresttiles-8.png" 0 320 32 32) + ) + ) + (tile + (id 1152) + (images + (region "tiles/forest/foresttiles-8.png" 32 320 32 32) + ) + ) + (tile + (id 1153) + (images + (region "tiles/forest/foresttiles-8.png" 64 320 32 32) + ) + ) + (tile + (id 1154) + (images + (region "tiles/forest/foresttiles-8.png" 96 320 32 32) + ) + (solid #t) + ) + (tile + (id 1155) + (images + (region "tiles/forest/foresttiles-8.png" 128 320 32 32) + ) + (solid #t) + ) + (tile + (id 1156) + (images + (region "tiles/forest/foresttiles-8.png" 160 320 32 32) + ) + ) + (tile + (id 1157) + (images + (region "tiles/forest/foresttiles-8.png" 192 320 32 32) + ) + ) + (tile + (id 1158) + (images + (region "tiles/forest/foresttiles-8.png" 224 320 32 32) + ) + ) + (tile + (id 1159) + (images + (region "tiles/forest/foresttiles-8.png" 0 352 32 32) + ) + ) + (tile + (id 1160) + (images + (region "tiles/forest/foresttiles-8.png" 32 352 32 32) + ) + ) + (tile + (id 1161) + (images + (region "tiles/forest/foresttiles-8.png" 64 352 32 32) + ) + ) + (tile + (id 1162) + (images + (region "tiles/forest/foresttiles-8.png" 96 352 32 32) + ) + (solid #t) + ) + (tile + (id 1163) + (images + (region "tiles/forest/foresttiles-8.png" 128 352 32 32) + ) + (solid #t) + ) + (tile + (id 1164) + (images + (region "tiles/forest/foresttiles-8.png" 160 352 32 32) + ) + ) + (tile + (id 1165) + (images + (region "tiles/forest/foresttiles-8.png" 192 352 32 32) + ) + ) + (tile + (id 1166) + (images + (region "tiles/forest/foresttiles-8.png" 224 352 32 32) + ) + ) + (tile + (id 1167) + (images + (region "tiles/forest/foresttiles-9.png" 0 0 32 32) + ) + ) + (tile + (id 1168) + (images + (region "tiles/forest/foresttiles-9.png" 32 0 32 32) + ) + ) + (tile + (id 1169) + (images + (region "tiles/forest/foresttiles-9.png" 64 0 32 32) + ) + (solid #t) + (slope-type 0) + ) + (tile + (id 1170) + (images + (region "tiles/forest/foresttiles-9.png" 96 0 32 32) + ) + (solid #t) + (slope-type 2) + (data 2) + ) + (tile + (id 1171) + (images + (region "tiles/forest/foresttiles-9.png" 128 0 32 32) + ) + ) + (tile + (id 1172) + (images + (region "tiles/forest/foresttiles-9.png" 160 0 32 32) + ) + ) + (tile + (id 1173) + (images + (region "tiles/forest/foresttiles-9.png" 0 32 32 32) + ) + ) + (tile + (id 1174) + (images + (region "tiles/forest/foresttiles-9.png" 32 32 32 32) + ) + (solid #t) + (slope-type 0) + ) + (tile + (id 1175) + (images + (region "tiles/forest/foresttiles-9.png" 64 32 32 32) + ) + (solid #t) + ) + (tile + (id 1176) + (images + (region "tiles/forest/foresttiles-9.png" 96 32 32 32) + ) + (solid #t) + ) + (tile + (id 1177) + (images + (region "tiles/forest/foresttiles-9.png" 128 32 32 32) + ) + ) + (tile + (id 1178) + (images + (region "tiles/forest/foresttiles-9.png" 160 32 32 32) + ) + ) + (tile + (id 1179) + (images + (region "tiles/forest/foresttiles-9.png" 0 64 32 32) + ) + ) + (tile + (id 1180) + (images + (region "tiles/forest/foresttiles-9.png" 32 64 32 32) + ) + (solid #t) + ) + (tile + (id 1181) + (images + (region "tiles/forest/foresttiles-9.png" 64 64 32 32) + ) + (solid #t) + ) + (tile + (id 1182) + (images + (region "tiles/forest/foresttiles-9.png" 96 64 32 32) + ) + (solid #t) + ) + (tile + (id 1183) + (images + (region "tiles/forest/foresttiles-9.png" 128 64 32 32) + ) + (solid #t) + (slope-type 2) + (data 2) + ) + (tile + (id 1184) + (images + (region "tiles/forest/foresttiles-9.png" 160 64 32 32) + ) + ) + (tile + (id 1185) + (images + (region "tiles/forest/foresttiles-9.png" 0 96 32 32) + ) + ) + (tile + (id 1186) + (images + (region "tiles/forest/foresttiles-9.png" 32 96 32 32) + ) + (solid #t) + ) + (tile + (id 1187) + (images + (region "tiles/forest/foresttiles-9.png" 64 96 32 32) + ) + (solid #t) + ) + (tile + (id 1188) + (images + (region "tiles/forest/foresttiles-9.png" 96 96 32 32) + ) + (solid #t) + ) + (tile + (id 1189) + (images + (region "tiles/forest/foresttiles-9.png" 128 96 32 32) + ) + (solid #t) + ) + (tile + (id 1190) + (images + (region "tiles/forest/foresttiles-9.png" 160 96 32 32) + ) + ) + (tile + (id 1191) + (images + (region "tiles/forest/foresttiles-9.png" 0 128 32 32) + ) + ) + (tile + (id 1192) + (images + (region "tiles/forest/foresttiles-9.png" 32 128 32 32) + ) + (solid #t) + ) + (tile + (id 1193) + (images + (region "tiles/forest/foresttiles-9.png" 64 128 32 32) + ) + (solid #t) + ) + (tile + (id 1194) + (images + (region "tiles/forest/foresttiles-9.png" 96 128 32 32) + ) + (solid #t) + ) + (tile + (id 1195) + (images + (region "tiles/forest/foresttiles-9.png" 128 128 32 32) + ) + (solid #t) + ) + (tile + (id 1196) + (images + (region "tiles/forest/foresttiles-9.png" 160 128 32 32) + ) + ) + (tile + (id 1197) + (images + (region "tiles/forest/foresttiles-9.png" 0 160 32 32) + ) + ) + (tile + (id 1198) + (images + (region "tiles/forest/foresttiles-9.png" 32 160 32 32) + ) + (solid #t) + ) + (tile + (id 1199) + (images + (region "tiles/forest/foresttiles-9.png" 64 160 32 32) + ) + (solid #t) + ) + (tile + (id 1200) + (images + (region "tiles/forest/foresttiles-9.png" 96 160 32 32) + ) + (solid #t) + ) + (tile + (id 1201) + (images + (region "tiles/forest/foresttiles-9.png" 128 160 32 32) + ) + (solid #t) + ) + (tile + (id 1202) + (images + (region "tiles/forest/foresttiles-9.png" 160 160 32 32) + ) + ) + (tile + (id 1203) + (images + (region "tiles/forest/foresttiles-9.png" 0 192 32 32) + ) + ) + (tile + (id 1204) + (images + (region "tiles/forest/foresttiles-9.png" 32 192 32 32) + ) + (solid #t) + ) + (tile + (id 1205) + (images + (region "tiles/forest/foresttiles-9.png" 64 192 32 32) + ) + (solid #t) + ) + (tile + (id 1206) + (images + (region "tiles/forest/foresttiles-9.png" 96 192 32 32) + ) + (solid #t) + ) + (tile + (id 1207) + (images + (region "tiles/forest/foresttiles-9.png" 128 192 32 32) + ) + (solid #t) + ) + (tile + (id 1208) + (images + (region "tiles/forest/foresttiles-9.png" 160 192 32 32) + ) + ) + (tile + (id 1209) + (images + (region "tiles/forest/foresttiles-9.png" 0 224 32 32) + ) + ) + (tile + (id 1210) + (images + (region "tiles/forest/foresttiles-9.png" 32 224 32 32) + ) + (solid #t) + ) + (tile + (id 1211) + (images + (region "tiles/forest/foresttiles-9.png" 64 224 32 32) + ) + (solid #t) + ) + (tile + (id 1212) + (images + (region "tiles/forest/foresttiles-9.png" 96 224 32 32) + ) + (solid #t) + ) + (tile + (id 1213) + (images + (region "tiles/forest/foresttiles-9.png" 128 224 32 32) + ) + (solid #t) + ) + (tile + (id 1214) + (images + (region "tiles/forest/foresttiles-9.png" 160 224 32 32) + ) + ) + (tile + (id 1215) + (images + (region "tiles/forest/foresttiles-9.png" 0 256 32 32) + ) + ) + (tile + (id 1216) + (images + (region "tiles/forest/foresttiles-9.png" 32 256 32 32) + ) + ) + (tile + (id 1217) + (images + (region "tiles/forest/foresttiles-9.png" 64 256 32 32) + ) + (solid #t) + ) + (tile + (id 1218) + (images + (region "tiles/forest/foresttiles-9.png" 96 256 32 32) + ) + (solid #t) + ) + (tile + (id 1219) + (images + (region "tiles/forest/foresttiles-9.png" 128 256 32 32) + ) + (solid #t) + ) + (tile + (id 1220) + (images + (region "tiles/forest/foresttiles-9.png" 160 256 32 32) + ) + (solid #t) + ) + (tile + (id 1221) + (images + (region "tiles/forest/foresttiles-9.png" 0 288 32 32) + ) + ) + (tile + (id 1222) + (images + (region "tiles/forest/foresttiles-9.png" 32 288 32 32) + ) + ) + (tile + (id 1223) + (images + (region "tiles/forest/foresttiles-9.png" 64 288 32 32) + ) + (solid #t) + ) + (tile + (id 1224) + (images + (region "tiles/forest/foresttiles-9.png" 96 288 32 32) + ) + (solid #t) + ) + (tile + (id 1225) + (images + (region "tiles/forest/foresttiles-9.png" 128 288 32 32) + ) + (solid #t) + ) + (tile + (id 1226) + (images + (region "tiles/forest/foresttiles-9.png" 160 288 32 32) + ) + (solid #t) + ) + (tile + (id 1227) + (images + (region "tiles/forest/foresttiles-9.png" 0 320 32 32) + ) + ) + (tile + (id 1228) + (images + (region "tiles/forest/foresttiles-9.png" 32 320 32 32) + ) + ) + (tile + (id 1229) + (images + (region "tiles/forest/foresttiles-9.png" 64 320 32 32) + ) + (solid #t) + ) + (tile + (id 1230) + (images + (region "tiles/forest/foresttiles-9.png" 96 320 32 32) + ) + (solid #t) + ) + (tile + (id 1231) + (images + (region "tiles/forest/foresttiles-9.png" 128 320 32 32) + ) + ) + (tile + (id 1232) + (images + (region "tiles/forest/foresttiles-9.png" 160 320 32 32) + ) + ) + (tile + (id 1233) + (images + (region "tiles/forest/foresttiles-9.png" 0 352 32 32) + ) + ) + (tile + (id 1234) + (images + (region "tiles/forest/foresttiles-9.png" 32 352 32 32) + ) + ) + (tile + (id 1235) + (images + (region "tiles/forest/foresttiles-9.png" 64 352 32 32) + ) + (solid #t) + ) + (tile + (id 1236) + (images + (region "tiles/forest/foresttiles-9.png" 96 352 32 32) + ) + (solid #t) + ) + (tile + (id 1237) + (images + (region "tiles/forest/foresttiles-9.png" 128 352 32 32) + ) + ) + (tile + (id 1238) + (images + (region "tiles/forest/foresttiles-9.png" 160 352 32 32) + ) + ) + (tile + (id 1239) + (images + (region "tiles/forest/foresttiles-10.png" 0 0 32 32) + ) + ) + (tile + (id 1240) + (images + (region "tiles/forest/foresttiles-10.png" 32 0 32 32) + ) + (solid #t) + (slope-type 0) + ) + (tile + (id 1241) + (images + (region "tiles/forest/foresttiles-10.png" 64 0 32 32) + ) + (solid #t) + (slope-type 2) + (data 2) + ) + (tile + (id 1242) + (images + (region "tiles/forest/foresttiles-10.png" 96 0 32 32) + ) + ) + (tile + (id 1243) + (images + (region "tiles/forest/foresttiles-10.png" 0 32 32 32) + ) + ) + (tile + (id 1244) + (images + (region "tiles/forest/foresttiles-10.png" 32 32 32 32) + ) + (solid #t) + ) + (tile + (id 1245) + (images + (region "tiles/forest/foresttiles-10.png" 64 32 32 32) + ) + (solid #t) + ) + (tile + (id 1246) + (images + (region "tiles/forest/foresttiles-10.png" 96 32 32 32) + ) + ) + (tile + (id 1247) + (images + (region "tiles/forest/foresttiles-10.png" 0 64 32 32) + ) + (solid #t) + (slope-type 0) + ) + (tile + (id 1248) + (images + (region "tiles/forest/foresttiles-10.png" 32 64 32 32) + ) + (solid #t) + ) + (tile + (id 1249) + (images + (region "tiles/forest/foresttiles-10.png" 64 64 32 32) + ) + (solid #t) + ) + (tile + (id 1250) + (images + (region "tiles/forest/foresttiles-10.png" 96 64 32 32) + ) + (solid #t) + (slope-type 2) + (data 2) + ) + (tile + (id 1251) + (images + (region "tiles/forest/foresttiles-10.png" 0 96 32 32) + ) + (solid #t) + ) + (tile + (id 1252) + (images + (region "tiles/forest/foresttiles-10.png" 32 96 32 32) + ) + (solid #t) + ) + (tile + (id 1253) + (images + (region "tiles/forest/foresttiles-10.png" 64 96 32 32) + ) + (solid #t) + ) + (tile + (id 1254) + (images + (region "tiles/forest/foresttiles-10.png" 96 96 32 32) + ) + (solid #t) + ) + (tile + (id 1255) + (images + (region "tiles/forest/foresttiles-10.png" 0 128 32 32) + ) + (solid #t) + ) + (tile + (id 1256) + (images + (region "tiles/forest/foresttiles-10.png" 32 128 32 32) + ) + (solid #t) + ) + (tile + (id 1257) + (images + (region "tiles/forest/foresttiles-10.png" 64 128 32 32) + ) + (solid #t) + ) + (tile + (id 1258) + (images + (region "tiles/forest/foresttiles-10.png" 96 128 32 32) + ) + (solid #t) + ) + (tile + (id 1259) + (images + (region "tiles/forest/foresttiles-10.png" 0 160 32 32) + ) + (solid #t) + ) + (tile + (id 1260) + (images + (region "tiles/forest/foresttiles-10.png" 32 160 32 32) + ) + (solid #t) + ) + (tile + (id 1261) + (images + (region "tiles/forest/foresttiles-10.png" 64 160 32 32) + ) + (solid #t) + ) + (tile + (id 1262) + (images + (region "tiles/forest/foresttiles-10.png" 96 160 32 32) + ) + (solid #t) + ) + (tile + (id 1263) + (images + (region "tiles/forest/foresttiles-10.png" 0 192 32 32) + ) + (solid #t) + ) + (tile + (id 1264) + (images + (region "tiles/forest/foresttiles-10.png" 32 192 32 32) + ) + (solid #t) + ) + (tile + (id 1265) + (images + (region "tiles/forest/foresttiles-10.png" 64 192 32 32) + ) + (solid #t) + ) + (tile + (id 1266) + (images + (region "tiles/forest/foresttiles-10.png" 96 192 32 32) + ) + (solid #t) + ) + (tile + (id 1267) + (images + (region "tiles/forest/foresttiles-10.png" 0 224 32 32) + ) + (solid #t) + ) + (tile + (id 1268) + (images + (region "tiles/forest/foresttiles-10.png" 32 224 32 32) + ) + (solid #t) + ) + (tile + (id 1269) + (images + (region "tiles/forest/foresttiles-10.png" 64 224 32 32) + ) + (solid #t) + ) + (tile + (id 1270) + (images + (region "tiles/forest/foresttiles-10.png" 96 224 32 32) + ) + (solid #t) + ) + (tile + (id 1271) + (images + (region "tiles/forest/foresttiles-10.png" 0 256 32 32) + ) + ) + (tile + (id 1272) + (images + (region "tiles/forest/foresttiles-10.png" 32 256 32 32) + ) + (solid #t) + ) + (tile + (id 1273) + (images + (region "tiles/forest/foresttiles-10.png" 64 256 32 32) + ) + (solid #t) + ) + (tile + (id 1274) + (images + (region "tiles/forest/foresttiles-10.png" 96 256 32 32) + ) + ) + (tile + (id 1275) + (images + (region "tiles/forest/foresttiles-10.png" 0 288 32 32) + ) + ) + (tile + (id 1276) + (images + (region "tiles/forest/foresttiles-10.png" 32 288 32 32) + ) + (solid #t) + ) + (tile + (id 1277) + (images + (region "tiles/forest/foresttiles-10.png" 64 288 32 32) + ) + (solid #t) + ) + (tile + (id 1278) + (images + (region "tiles/forest/foresttiles-10.png" 96 288 32 32) + ) + ) + (tile + (id 1279) + (images + (region "tiles/forest/foresttiles-10.png" 0 320 32 32) + ) + ) + (tile + (id 1280) + (images + (region "tiles/forest/foresttiles-10.png" 32 320 32 32) + ) + (solid #t) + ) + (tile + (id 1281) + (images + (region "tiles/forest/foresttiles-10.png" 64 320 32 32) + ) + (solid #t) + ) + (tile + (id 1282) + (images + (region "tiles/forest/foresttiles-10.png" 96 320 32 32) + ) + ) + (tile + (id 1283) + (images + (region "tiles/forest/foresttiles-10.png" 0 352 32 32) + ) + ) + (tile + (id 1284) + (images + (region "tiles/forest/foresttiles-10.png" 32 352 32 32) + ) + (solid #t) + ) + (tile + (id 1285) + (images + (region "tiles/forest/foresttiles-10.png" 64 352 32 32) + ) + (solid #t) + ) + (tile + (id 1286) + (images + (region "tiles/forest/foresttiles-10.png" 96 352 32 32) + ) + ) + (tile + (id 1287) + (images + (region "tiles/forest/foresttiles-11.png" 0 0 32 32) + ) + (solid #t) + ) + (tile + (id 1288) + (images + (region "tiles/forest/foresttiles-11.png" 32 0 32 32) + ) + (solid #t) + ) + (tile + (id 1289) + (images + (region "tiles/forest/foresttiles-11.png" 0 32 32 32) + ) + (solid #t) + ) + (tile + (id 1290) + (images + (region "tiles/forest/foresttiles-11.png" 32 32 32 32) + ) + (solid #t) + ) + (tile + (id 1291) + (images + (region "tiles/forest/foresttiles-11.png" 0 64 32 32) + ) + (solid #t) + ) + (tile + (id 1292) + (images + (region "tiles/forest/foresttiles-11.png" 32 64 32 32) + ) + (solid #t) + ) + (tile + (id 1293) + (images + (region "tiles/forest/foresttiles-11.png" 0 96 32 32) + ) + (solid #t) + ) + (tile + (id 1294) + (images + (region "tiles/forest/foresttiles-11.png" 32 96 32 32) + ) + (solid #t) + ) + (tile + (id 1295) + (images + (region "tiles/forest/foresttiles-11.png" 0 128 32 32) + ) + (solid #t) + ) + (tile + (id 1296) + (images + (region "tiles/forest/foresttiles-11.png" 32 128 32 32) + ) + (solid #t) + ) + (tile + (id 1297) + (images + (region "tiles/forest/foresttiles-11.png" 0 160 32 32) + ) + (solid #t) + ) + (tile + (id 1298) + (images + (region "tiles/forest/foresttiles-11.png" 32 160 32 32) + ) + (solid #t) + ) + (tile + (id 1299) + (images + (region "tiles/forest/foresttiles-11.png" 0 192 32 32) + ) + (solid #t) + ) + (tile + (id 1300) + (images + (region "tiles/forest/foresttiles-11.png" 32 192 32 32) + ) + (solid #t) + ) + (tile + (id 1301) + (images + (region "tiles/forest/foresttiles-11.png" 0 224 32 32) + ) + (solid #t) + ) + (tile + (id 1302) + (images + (region "tiles/forest/foresttiles-11.png" 32 224 32 32) + ) + (solid #t) + ) + (tile + (id 1303) + (images + (region "tiles/forest/foresttiles-11.png" 0 256 32 32) + ) + (solid #t) + ) + (tile + (id 1304) + (images + (region "tiles/forest/foresttiles-11.png" 32 256 32 32) + ) + (solid #t) + ) + (tile + (id 1305) + (images + (region "tiles/forest/foresttiles-11.png" 0 288 32 32) + ) + (solid #t) + ) + (tile + (id 1306) + (images + (region "tiles/forest/foresttiles-11.png" 32 288 32 32) + ) + (solid #t) + ) + (tile + (id 1307) + (images + (region "tiles/forest/foresttiles-11.png" 0 320 32 32) + ) + (solid #t) + ) + (tile + (id 1308) + (images + (region "tiles/forest/foresttiles-11.png" 32 320 32 32) + ) + (solid #t) + ) + (tile + (id 1309) + (images + (region "tiles/forest/foresttiles-11.png" 0 352 32 32) + ) + (solid #t) + ) + (tile + (id 1310) + (images + (region "tiles/forest/foresttiles-11.png" 32 352 32 32) + ) + (solid #t) + ) + (tile + (id 1311) + (solid #t) + (editor-images "objects/bonus_block/bonus-invisible.png") + ) + (tile + (id 1312) + (solid #t) + (hidden #t) + (images "tiles/doodads/havoktux-0.png") + ) + (tile + (id 1313) + (solid #f) + (images "objects/particles/rainsplash-1.png" + "objects/particles/rainsplash-2.png" + "objects/particles/rainsplash-3.png" + "objects/particles/rainsplash-4.png" + "tiles/auxiliary/blank.png") + (anim-fps 18) + ) + (tile + (id 1314) + (solid #f) + (images "objects/particles/rainsplash-2.png" + "objects/particles/rainsplash-3.png" + "objects/particles/rainsplash-4.png" + "tiles/auxiliary/blank.png" + "objects/particles/rainsplash-1.png") + (anim-fps 20) + ) + (tile + (id 1315) + (solid #f) + (images "objects/particles/rainsplash-3.png" + "objects/particles/rainsplash-4.png" + "tiles/auxiliary/blank.png" + "objects/particles/rainsplash-1.png" + "objects/particles/rainsplash-2.png") + (anim-fps 22) + ) + (tile + (id 1316) + (solid #f) + (images "objects/particles/rainsplash-4.png" + "tiles/auxiliary/blank.png" + "objects/particles/rainsplash-1.png" + "objects/particles/rainsplash-2.png" + "objects/particles/rainsplash-3.png") + (anim-fps 24) + ) + (tile + (id 1317) + (solid #f) + (images "objects/particles/rainsplash-vertical-1.png" + "objects/particles/rainsplash-vertical-2.png" + "objects/particles/rainsplash-vertical-3.png" + "objects/particles/rainsplash-vertical-4.png" + "tiles/auxiliary/blank.png") + (anim-fps 21) + ) + (tile + (id 1318) + (solid #f) + (images "objects/particles/rainsplash-vertical-2.png" + "objects/particles/rainsplash-vertical-3.png" + "objects/particles/rainsplash-vertical-4.png" + "tiles/auxiliary/blank.png" + "objects/particles/rainsplash-vertical-1.png") + (anim-fps 19) + ) + (tile + (id 1319) + (solid #f) + (images "objects/particles/rainsplash-vertical-3.png" + "objects/particles/rainsplash-vertical-4.png" + "tiles/auxiliary/blank.png" + "objects/particles/rainsplash-vertical-1.png" + "objects/particles/rainsplash-vertical-2.png") + (anim-fps 17) + ) + (tile + (id 1320) + (solid #f) + (images "objects/particles/rainsplash-vertical-4.png" + "tiles/auxiliary/blank.png" + "objects/particles/rainsplash-vertical-1.png" + "objects/particles/rainsplash-vertical-2.png" + "objects/particles/rainsplash-vertical-3.png") + (anim-fps 15) + ) + (tile + (id 1321) + (images + (region "tiles/doodads/iceshrub2.png" 0 0 32 32) + ) + (solid #t) + ) + (tile + (id 1322) + (images + (region "tiles/doodads/iceshrub2.png" 32 0 32 32) + ) + (solid #t) + ) + (tile + (id 1323) + (images + (region "tiles/doodads/iceshrub2.png" 64 0 32 32) + ) + (solid #t) + ) + (tile + (id 1324) + (images + (region "tiles/doodads/iceshrub2.png" 96 0 32 32) + ) + (solid #t) + ) + (tile + (id 1325) + (images + (region "tiles/doodads/iceshrub2.png" 0 32 32 32) + ) + (solid #t) + ) + (tile + (id 1326) + (images + (region "tiles/doodads/iceshrub2.png" 32 32 32 32) + ) + (solid #t) + ) + (tile + (id 1327) + (images + (region "tiles/doodads/iceshrub2.png" 64 32 32 32) + ) + (solid #t) + ) + (tile + (id 1328) + (images + (region "tiles/doodads/iceshrub2.png" 96 32 32 32) + ) + (solid #t) + ) + (tile + (id 1329) + (images + (region "tiles/doodads/iceshrub2.png" 0 64 32 32) + ) + (solid #t) + ) + (tile + (id 1330) + (images + (region "tiles/doodads/iceshrub2.png" 32 64 32 32) + ) + (solid #t) + ) + (tile + (id 1331) + (images + (region "tiles/doodads/iceshrub2.png" 64 64 32 32) + ) + (solid #t) + ) + (tile + (id 1332) + (images + (region "tiles/doodads/iceshrub2.png" 96 64 32 32) + ) + (solid #t) + ) + (tile + (id 1333) + (images + (region "tiles/doodads/iceshrub2.png" 0 96 32 32) + ) + (solid #t) + ) + (tile + (id 1334) + (images + (region "tiles/doodads/iceshrub2.png" 32 96 32 32) + ) + (solid #t) + ) + (tile + (id 1335) + (images + (region "tiles/doodads/iceshrub2.png" 64 96 32 32) + ) + (solid #t) + ) + (tile + (id 1336) + (images + (region "tiles/doodads/iceshrub2.png" 96 96 32 32) + ) + (solid #t) + ) +) diff --git a/basest/images/tiles/supertux.stgt b/basest/images/tiles/supertux.stgt deleted file mode 100644 index e9a24c628..000000000 --- a/basest/images/tiles/supertux.stgt +++ /dev/null @@ -1,4813 +0,0 @@ -; Generated by tiler -(supertux-tiles - (tilegroup - (name "Snow") - (tiles 7 8 9 202 13 14 15 204 10 11 12 206 16 17 18 205 22 21 19 203 23 20 207 208 31 30 114 113 115 116 122 123 117 118 124 125 33 32 34 209 35 37 39 210 38 36 43 0 40 41 42 0 119 121 120 0) - ) - -(tilegroup - (name "Snow (Paralax Background)") - (tiles 149 160 151 158 - 152 153 154 159 - 155 156 157 0 - 161 162 163 170 - 164 165 166 171 - 167 168 169 0 )) - - (tilegroup - (name "Forest (Foreground)") - (tiles 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 0 1060 1061 0 1063 1064 1065 1066 1067 1068 1069 1070 1045 1046 1051 1052 1047 1048 1053 1054 1049 1050 1055 1056 1042 1043 1057 1058 1034 1035 1029 1030 1041 1040 1031 1032 1036 1037 0 1038 1020 1021 1022 1044 1023 1024 1025 1033 1026 1027 1028 1039) - ) - (tilegroup - (name "Forest (Background)") - (tiles 0 0 1073 1074 0 0 1081 1082 0 1088 1089 1090 1095 1096 1097 1098 1103 1104 1105 1106 1111 1112 1113 1114 1119 1120 1121 1122 1127 1128 1129 1130 0 0 1137 1138 0 0 1145 1146 0 0 1153 1154 0 0 1161 1162 1075 0 0 0 1083 1084 0 0 1091 1092 0 0 1099 1100 1101 0 1107 1108 1109 1110 1115 1116 1117 1118 1123 1124 1125 1126 1131 1132 1133 1134 1139 1140 1141 0 1147 1148 0 0 1155 1156 0 0 1163 1164 0 0 0 1168 1169 1170 0 1174 1175 1176 1179 1180 1181 1182 1185 1186 1187 1188 1191 1192 1193 1194 1197 1198 1199 1200 1191 1192 1193 1194 1197 1198 1199 1200 1203 1204 1205 1206 1209 1210 1211 1212 1177 0 1219 1220 1183 0 1225 1226 1189 1190 1217 1218 1195 0 1223 1224 1201 1190 1229 1230 1195 0 1235 1236 1201 1202 0 0 1207 0 0 0 1213 1214 0 0 0 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1303 1304 1289 1290 1305 1306 1291 1292 1307 1308 1293 1294 1309 1310 1295 1296 0 0 1297 1298 0 0 1299 1300 0 0 1301 1302 0 0 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457) - ) - (tilegroup - (name "Block") - (tiles 27 28 29 47 48 50 49 211 77 51 52 212 78 62 61 213 44 83 84 102 140 103 104 105 112 128) - ) - (tilegroup - (name "Background") - (tiles 106 107 108 24 109 110 111 25 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101) - ) - (tilegroup - (name "Points") - (tiles 132 133) - ) - (tilegroup - (name "Misc") - (tiles 75 76 200 201 79 80 126 127 129 130 134 135 81 295 296 297 298 173 174) - ) - (tilegroup - (name "Pipe") - (tiles 53 55 0 0 54 56 0 0 57 58 0 0 59 60 0 0) - ) - (tilegroup - (name "Grey") - (tiles 64 65 66 67 68 69) - ) - (tilegroup - (name "Signs") - (tiles 136 137 141 142 138 139 143 144) - ) - (tilegroup - (name "Jungle") - (tiles 301 302 303 312 304 305 306 0 307 308 309 0 310 311 0 0) - ) - (tilegroup - (name "Slopes") - (tiles 400 401) - ) - (tilegroup - (name "Waterfall-trans") - (tiles 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194) - ) - (tilegroup - (name "Waterfall") - (tiles 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294) - ) - (tilegroup - (name "Waterfall-edgecloud") - (tiles 195 196 197 198 199) - ) - (tile - (id 0) - (editor-images "../objects/bonus_block/bonus-fire_flower.png") - ) - (tile - (id 1) - (images - "auxiliary/notile.png" - ) - (solid #t) - ) - (tile - (id 7) - (images - "snow/snow1.png" - ) - ) - (tile - (id 8) - (images - "snow/snow2.png" - ) - ) - (tile - (id 9) - (images - "snow/snow3.png" - ) - ) - (tile - (id 10) - (images - "snow/snow4.png" - ) - (solid #t) - ) - (tile - (id 11) - (images - "snow/snow5.png" - ) - (solid #t) - (ice #t) - ) - (tile - (id 12) - (images - "snow/snow6.png" - ) - (solid #t) - ) - (tile - (id 13) - (images - "snow/snow7.png" - ) - (solid #t) - ) - (tile - (id 14) - (images - "snow/snow8.png" - ) - (solid #t) - ) - (tile - (id 15) - (images - "snow/snow9.png" - ) - (solid #t) - ) - (tile - (id 16) - (images - "snow/snow10.png" - ) - ) - (tile - (id 17) - (images - "snow/snow11.png" - ) - ) - (tile - (id 18) - (images - "snow/snow12.png" - ) - ) - (tile - (id 19) - (images - "snow/snow13.png" - ) - (solid #t) - ) - (tile - (id 20) - (images - "snow/snow14.png" - ) - (solid #t) - ) - (tile - (id 21) - (images - "snow/snow15.png" - ) - (solid #t) - ) - (tile - (id 22) - (images - "snow/snow16.png" - ) - (solid #t) - ) - (tile - (id 23) - (images - "snow/snow17.png" - ) - (solid #t) - ) - (tile - (id 24) - (images - "doodads/grass1.png" - ) - ) - (tile - (id 25) - (images - "doodads/grass2.png" - ) - ) - (tile - (id 26) - (images - "../objects/bonus_block/full-0.png" - "../objects/bonus_block/full-1.png" - "../objects/bonus_block/full-2.png" - "../objects/bonus_block/full-3.png" - "../objects/bonus_block/full-4.png" - "../objects/bonus_block/full-3.png" - "../objects/bonus_block/full-2.png" - "../objects/bonus_block/full-1.png" - "../objects/bonus_block/full-0.png" - "../objects/bonus_block/full-0.png" - "../objects/bonus_block/full-0.png" - ) - (solid #t) - (fullbox #t) - (next-tile 84) - (data 1) - (anim-fps 2) - ) - (tile - (id 27) - (images - "blocks/block1.png" - ) - (solid #t) - ) - (tile - (id 28) - (images - "blocks/block2.png" - ) - (solid #t) - ) - (tile - (id 29) - (images - "blocks/block3.png" - ) - (solid #t) - ) - (tile - (id 30) - (images - "snow/snow18.png" - ) - (solid #t) - ) - (tile - (id 31) - (images - "snow/snow19.png" - ) - (solid #t) - ) - (tile - (id 32) - (images - "darksnow/darksnow1.png" - ) - ) - (tile - (id 33) - (images - "darksnow/darksnow2.png" - ) - ) - (tile - (id 34) - (images - "darksnow/darksnow3.png" - ) - ) - (tile - (id 35) - (images - "darksnow/darksnow4.png" - ) - (solid #t) - ) - (tile - (id 36) - (images - "darksnow/darksnow5.png" - ) - (solid #t) - ) - (tile - (id 37) - (images - "darksnow/darksnow6.png" - ) - (solid #t) - ) - (tile - (id 38) - (images - "darksnow/darksnow7.png" - ) - (solid #t) - ) - (tile - (id 39) - (images - "darksnow/darksnow8.png" - ) - (solid #t) - ) - (tile - (id 40) - (images - "darksnow/darksnow9.png" - ) - (solid #t) - ) - (tile - (id 41) - (images - "darksnow/darksnow10.png" - ) - (solid #t) - ) - (tile - (id 42) - (images - "darksnow/darksnow11.png" - ) - (solid #t) - ) - (tile - (id 43) - (images - "darksnow/darksnow12.png" - ) - (solid #t) - ) - (tile - (id 44) - (images - "../objects/coin/coin-0.png" - "../objects/coin/coin-1.png" - "../objects/coin/coin-2.png" - "../objects/coin/coin-3.png" - "../objects/coin/coin-4.png" - "../objects/coin/coin-5.png" - "../objects/coin/coin-6.png" - "../objects/coin/coin-7.png" - ) - (coin #t) - (anim-fps 10) - ) - (tile - (id 47) - (images - "blocks/block4.png" - ) - (solid #t) - ) - (tile - (id 48) - (images - "blocks/block5.png" - ) - (solid #t) - ) - (tile - (id 49) - (images - "blocks/block6.png" - ) - (solid #t) - ) - (tile - (id 50) - (images - "blocks/block7.png" - ) - (solid #t) - ) - (tile - (id 51) - (images - "blocks/block8.png" - ) - (solid #t) - ) - (tile - (id 52) - (images - "blocks/block9.png" - ) - (solid #t) - ) - (tile - (id 53) - (images - "pipe/pipe1.png" - ) - (solid #t) - ) - (tile - (id 54) - (images - "pipe/pipe2.png" - ) - (solid #t) - ) - (tile - (id 55) - (images - "pipe/pipe3.png" - ) - (solid #t) - ) - (tile - (id 56) - (images - "pipe/pipe4.png" - ) - (solid #t) - ) - (tile - (id 57) - (images - "pipe/pipe5.png" - ) - (solid #t) - (unisolid #t) - ) - (tile - (id 58) - (images - "pipe/pipe6.png" - ) - (solid #t) - (unisolid #t) - ) - (tile - (id 59) - (images - "pipe/pipe7.png" - ) - (solid #t) - ) - (tile - (id 60) - (images - "pipe/pipe8.png" - ) - (solid #t) - ) - (tile - (id 61) - (images - "blocks/block10.png" - ) - (solid #t) - ) - (tile - (id 62) - (images - "blocks/block11.png" - ) - (solid #t) - ) - (tile - (id 63) - (images - "background/backgroundtile1.png" - ) - (solid #t) - ) - (tile - (id 64) - (images - "grey/grey.png" - ) - (solid #t) - ) - (tile - (id 65) - (images - "grey/grey2.png" - ) - (solid #t) - ) - (tile - (id 66) - (images - "grey/grey3.png" - ) - (solid #t) - ) - (tile - (id 67) - (images - "grey/grey4.png" - ) - (solid #t) - ) - (tile - (id 68) - (images - "grey/grey5.png" - ) - (solid #t) - ) - (tile - (id 69) - (images - "grey/grey6.png" - ) - (solid #t) - ) - (tile - (id 70) - (images - "background/backgroundtile1.png" - ) - (solid #t) - ) - (tile - (id 71) - (images - "background/backgroundtile2.png" - ) - (solid #t) - ) - (tile - (id 72) - (images - "background/backgroundtile3.png" - ) - (solid #t) - ) - (tile - (id 73) - (images - "background/backgroundtile4.png" - ) - (solid #t) - ) - (tile - (id 74) - (images - "background/backgroundtile5.png" - ) - (solid #t) - ) - (tile - (id 75) - (images - "water/water.png" - ) - (water #t) - ) - (tile - (id 76) - (images - "water/waves-0.png" - "water/waves-1.png" - "water/waves-2.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 77) - (images - "blocks/brick0.png" - ) - (solid #t) - (brick #t) - ) - (tile - (id 78) - (images - "blocks/brick1.png" - ) - (solid #t) - (brick #t) - ) - (tile - (id 79) - (images - "doodads/pole.png" - ) - ) - (tile - (id 80) - (images - "doodads/poletop.png" - ) - ) - (tile - (id 81) - (images - "doodads/flag-0.png" - "doodads/flag-1.png" - ) - (anim-fps 10) - ) - (tile - (id 83) - (images - "../objects/bonus_block/full-0.png" - "../objects/bonus_block/full-1.png" - "../objects/bonus_block/full-2.png" - "../objects/bonus_block/full-3.png" - "../objects/bonus_block/full-4.png" - "../objects/bonus_block/full-3.png" - "../objects/bonus_block/full-2.png" - "../objects/bonus_block/full-1.png" - "../objects/bonus_block/full-0.png" - "../objects/bonus_block/full-0.png" - "../objects/bonus_block/full-0.png" - ) - (solid #t) - (fullbox #t) - (next-tile 84) - (data 1) - (anim-fps 2) - ) - (tile - (id 84) - (images - "../objects/bonus_block/empty.png" - ) - (solid #t) - ) - (tile - (id 85) - (images - "background/cloud-00.png" - ) - ) - (tile - (id 86) - (images - "background/cloud-01.png" - ) - ) - (tile - (id 87) - (images - "background/cloud-02.png" - ) - ) - (tile - (id 88) - (images - "background/cloud-03.png" - ) - ) - (tile - (id 89) - (images - "background/cloud-10.png" - ) - ) - (tile - (id 90) - (images - "background/cloud-11.png" - ) - ) - (tile - (id 91) - (images - "background/cloud-12.png" - ) - ) - (tile - (id 92) - (images - "background/cloud-13.png" - ) - ) - (tile - (id 93) - (images - "background/bkgd-00.png" - ) - ) - (tile - (id 94) - (images - "background/bkgd-01.png" - ) - ) - (tile - (id 95) - (images - "background/bkgd-02.png" - ) - ) - (tile - (id 96) - (images - "background/bkgd-03.png" - ) - ) - (tile - (id 97) - (images - "background/bkgd-10.png" - ) - ) - (tile - (id 98) - (images - "background/bkgd-11.png" - ) - ) - (tile - (id 99) - (images - "background/bkgd-12.png" - ) - ) - (tile - (id 100) - (images - "background/bkgd-13.png" - ) - ) - (tile - (id 101) - (images - "background/bkgd-00.png" - ) - ) - (tile - (id 102) - (images - "../objects/bonus_block/full-0.png" - "../objects/bonus_block/full-1.png" - "../objects/bonus_block/full-2.png" - "../objects/bonus_block/full-3.png" - "../objects/bonus_block/full-4.png" - "../objects/bonus_block/full-3.png" - "../objects/bonus_block/full-2.png" - "../objects/bonus_block/full-1.png" - "../objects/bonus_block/full-0.png" - "../objects/bonus_block/full-0.png" - "../objects/bonus_block/full-0.png" - ) - (solid #t) - (fullbox #t) - (next-tile 84) - (editor-images "../objects/bonus_block/bonus-fire_flower.png") - (data 2) - (anim-fps 2) - ) - (tile - (id 103) - (images - "../objects/bonus_block/full-0.png" - "../objects/bonus_block/full-1.png" - "../objects/bonus_block/full-2.png" - "../objects/bonus_block/full-3.png" - "../objects/bonus_block/full-4.png" - "../objects/bonus_block/full-3.png" - "../objects/bonus_block/full-2.png" - "../objects/bonus_block/full-1.png" - "../objects/bonus_block/full-0.png" - "../objects/bonus_block/full-0.png" - "../objects/bonus_block/full-0.png" - ) - (solid #t) - (fullbox #t) - (next-tile 84) - (editor-images "../objects/bonus_block/bonus-herring.png") - (data 3) - (anim-fps 2) - ) - (tile - (id 104) - (images - "blocks/brick0.png" - ) - (solid #t) - (brick #t) - (data 84) - ) - (tile - (id 105) - (images - "blocks/brick1.png" - ) - (solid #t) - (brick #t) - (data 84) - ) - (tile - (id 106) - (images - "background/background1.png" - ) - ) - (tile - (id 107) - (images - "background/background2.png" - ) - ) - (tile - (id 108) - (images - "background/background3.png" - ) - ) - (tile - (id 109) - (images - "background/background4.png" - ) - ) - (tile - (id 110) - (images - "background/background5.png" - ) - ) - (tile - (id 111) - (images - "background/background6.png" - ) - ) - (tile - (id 112) - (solid #t) - (fullbox #t) - (next-tile 84) - (editor-images "../objects/bonus_block/bonus-invisible.png") - ) - (tile - (id 113) - (images - "snow/snow20.png" - ) - (solid #t) - ) - (tile - (id 114) - (images - "snow/snow21.png" - ) - (solid #t) - ) - (tile - (id 115) - (images - "snow/snow22.png" - ) - (solid #t) - ) - (tile - (id 116) - (images - "snow/snow23.png" - ) - (solid #t) - ) - (tile - (id 117) - (images - "snow/snow24.png" - ) - (solid #t) - ) - (tile - (id 118) - (images - "snow/snow25.png" - ) - (solid #t) - ) - (tile - (id 119) - (images - "darksnow/darksnow13.png" - ) - (solid #t) - ) - (tile - (id 120) - (images - "darksnow/darksnow14.png" - ) - (solid #t) - ) - (tile - (id 121) - (images - "darksnow/darksnow15.png" - ) - (solid #t) - ) - (tile - (id 122) - (images - "snow/snowbg1.png" - ) - (solid #t) - (unisolid #t) - ) - (tile - (id 123) - (images - "snow/snowbg2.png" - ) - (solid #t) - (unisolid #t) - ) - (tile - (id 124) - (images - "snow/snowbg3.png" - ) - (solid #t) - ) - (tile - (id 125) - (images - "snow/snowbg4.png" - ) - (solid #t) - ) - (tile - (id 126) - (images - "goal/exitbg.png" - ) - ) - (tile - (id 127) - (images - "goal/exitfg.png" - ) - ) - (tile - (id 128) - (images - "../objects/bonus_block/full-0.png" - "../objects/bonus_block/full-1.png" - "../objects/bonus_block/full-2.png" - "../objects/bonus_block/full-3.png" - "../objects/bonus_block/full-4.png" - "../objects/bonus_block/full-3.png" - "../objects/bonus_block/full-2.png" - "../objects/bonus_block/full-1.png" - "../objects/bonus_block/full-0.png" - "../objects/bonus_block/full-0.png" - "../objects/bonus_block/full-0.png" - ) - (solid #t) - (fullbox #t) - (next-tile 84) - (editor-images "../objects/bonus_block/bonus-1up.png") - (data 4) - (anim-fps 2) - ) - (tile - (id 129) - (images - "goal/goal1-1.png" - "goal/goal1-2.png" - "goal/goal1-2.png" - "goal/goal1-3.png" - "goal/goal1-4.png" - "goal/goal1-5.png" - "goal/goal1-4.png" - "goal/goal1-3.png" - "goal/goal1-2.png" - "goal/goal1-2.png" - "goal/goal1-1.png" - "goal/goal1-1.png" - ) - (anim-fps 10) - ) - (tile - (id 130) - (images - "goal/goal2-1.png" - "goal/goal2-2.png" - "goal/goal2-2.png" - "goal/goal2-3.png" - "goal/goal2-4.png" - "goal/goal2-5.png" - "goal/goal2-4.png" - "goal/goal2-3.png" - "goal/goal2-2.png" - "goal/goal2-2.png" - "goal/goal2-1.png" - "goal/goal2-1.png" - ) - (anim-fps 10) - ) - (tile - (id 131) - (images - "auxiliary/black.png" - ) - ) - (tile - (id 132) - (goal #t) - (editor-images "auxiliary/finalgoal.png") - (data 1) - ) - (tile - (id 133) - (goal #t) - (editor-images "auxiliary/endseq.png") - ) - (tile - (id 134) - (images - "doodads/nolok1.png" - ) - ) - (tile - (id 135) - (images - "doodads/nolok2.png" - ) - ) - (tile - (id 136) - (images - "signs/run1.png" - ) - ) - (tile - (id 137) - (images - "signs/run2.png" - ) - ) - (tile - (id 138) - (images - "signs/run3.png" - ) - ) - (tile - (id 139) - (images - "signs/run4.png" - ) - ) - (tile - (id 140) - (images - "../objects/bonus_block/full-0.png" - "../objects/bonus_block/full-1.png" - "../objects/bonus_block/full-2.png" - "../objects/bonus_block/full-3.png" - "../objects/bonus_block/full-4.png" - "../objects/bonus_block/full-3.png" - "../objects/bonus_block/full-2.png" - "../objects/bonus_block/full-1.png" - "../objects/bonus_block/full-0.png" - "../objects/bonus_block/full-0.png" - "../objects/bonus_block/full-0.png" - ) - (solid #t) - (fullbox #t) - (next-tile 84) - (editor-images "../objects/bonus_block/bonus-ice_flower.png") - (data 5) - (anim-fps 2) - ) - (tile - (id 141) - (images - "signs/sign_right1.png" - ) - ) - (tile - (id 142) - (images - "signs/sign_right2.png" - ) - ) - (tile - (id 143) - (images - "signs/sign_right3.png" - ) - ) - (tile - (id 144) - (images - "signs/sign_right4.png" - ) - ) - (tile - (id 149) - (images - (region "background/snow-para-1.png" 0 0 32 32) - ) - ) - (tile - (id 150) - (images - (region "background/snow-para-1.png" 32 0 32 32) - ) - ) - (tile - (id 151) - (images - (region "background/snow-para-1.png" 64 0 32 32) - ) - ) - (tile - (id 152) - (images - (region "background/snow-para-1.png" 0 32 32 32) - ) - ) - (tile - (id 153) - (images - (region "background/snow-para-1.png" 32 32 32 32) - ) - ) - (tile - (id 154) - (images - (region "background/snow-para-1.png" 64 32 32 32) - ) - ) - (tile - (id 155) - (images - (region "background/snow-para-1.png" 0 64 32 32) - ) - ) - (tile - (id 156) - (images - (region "background/snow-para-1.png" 32 64 32 32) - ) - ) - (tile - (id 157) - (images - (region "background/snow-para-1.png" 64 64 32 32) - ) - ) - (tile - (id 158) - (images - (region "background/snow-para-1.png" 96 0 32 32) - ) - ) - (tile - (id 159) - (images - (region "background/snow-para-1.png" 96 32 32 32) - ) - ) - (tile - (id 160) - (images - (region "background/snow-para-1.png" 96 64 32 32) - ) - ) - (tile - (id 161) - (images - (region "background/snow-para-2.png" 0 0 32 32) - ) - ) - (tile - (id 162) - (images - (region "background/snow-para-2.png" 32 0 32 32) - ) - ) - (tile - (id 163) - (images - (region "background/snow-para-2.png" 64 0 32 32) - ) - ) - (tile - (id 164) - (images - (region "background/snow-para-2.png" 0 32 32 32) - ) - ) - (tile - (id 165) - (images - (region "background/snow-para-2.png" 32 32 32 32) - ) - ) - (tile - (id 166) - (images - (region "background/snow-para-2.png" 64 32 32 32) - ) - ) - (tile - (id 167) - (images - (region "background/snow-para-2.png" 0 64 32 32) - ) - ) - (tile - (id 168) - (images - (region "background/snow-para-2.png" 32 64 32 32) - ) - ) - (tile - (id 169) - (images - (region "background/snow-para-2.png" 64 64 32 32) - ) - ) - (tile - (id 170) - (images - (region "background/snow-para-2.png" 96 0 32 32) - ) - ) - (tile - (id 171) - (images - (region "background/snow-para-2.png" 96 32 32 32) - ) - ) - (tile - (id 172) - (images - (region "background/snow-para-2.png" 96 64 32 32) - ) - ) - (tile - (id 173) - (images - "lava/lava1-1.png" - "lava/lava1-2.png" - "lava/lava1-3.png" - "lava/lava1-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 174) - (images - "lava/lava2-1.png" - "lava/lava2-2.png" - "lava/lava2-3.png" - "lava/lava2-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 175) - (images - "waterfall/trans1-1-1.png" - "waterfall/trans1-1-2.png" - "waterfall/trans1-1-3.png" - "waterfall/trans1-1-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 176) - (images - "waterfall/trans1-2-1.png" - "waterfall/trans1-2-2.png" - "waterfall/trans1-2-3.png" - "waterfall/trans1-2-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 177) - (images - "waterfall/trans1-3-1.png" - "waterfall/trans1-3-2.png" - "waterfall/trans1-3-3.png" - "waterfall/trans1-3-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 178) - (images - "waterfall/trans1-4-1.png" - "waterfall/trans1-4-2.png" - "waterfall/trans1-4-3.png" - "waterfall/trans1-4-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 179) - (images - "waterfall/trans2-1-1.png" - "waterfall/trans2-1-2.png" - "waterfall/trans2-1-3.png" - "waterfall/trans2-1-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 180) - (images - "waterfall/trans2-2-1.png" - "waterfall/trans2-2-2.png" - "waterfall/trans2-2-3.png" - "waterfall/trans2-2-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 181) - (images - "waterfall/trans2-3-1.png" - "waterfall/trans2-3-2.png" - "waterfall/trans2-3-3.png" - "waterfall/trans2-3-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 182) - (images - "waterfall/trans2-4-1.png" - "waterfall/trans2-4-2.png" - "waterfall/trans2-4-3.png" - "waterfall/trans2-4-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 183) - (images - "waterfall/trans3-1-1.png" - "waterfall/trans3-1-2.png" - "waterfall/trans3-1-3.png" - "waterfall/trans3-1-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 184) - (images - "waterfall/trans3-2-1.png" - "waterfall/trans3-2-2.png" - "waterfall/trans3-2-3.png" - "waterfall/trans3-2-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 185) - (images - "waterfall/trans3-3-1.png" - "waterfall/trans3-3-2.png" - "waterfall/trans3-3-3.png" - "waterfall/trans3-3-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 186) - (images - "waterfall/trans3-4-1.png" - "waterfall/trans3-4-2.png" - "waterfall/trans3-4-3.png" - "waterfall/trans3-4-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 187) - (images - "waterfall/trans4-1-1.png" - "waterfall/trans4-1-2.png" - "waterfall/trans4-1-3.png" - "waterfall/trans4-1-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 188) - (images - "waterfall/trans4-2-1.png" - "waterfall/trans4-2-2.png" - "waterfall/trans4-2-3.png" - "waterfall/trans4-2-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 189) - (images - "waterfall/trans4-3-1.png" - "waterfall/trans4-3-2.png" - "waterfall/trans4-3-3.png" - "waterfall/trans4-3-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 190) - (images - "waterfall/trans4-4-1.png" - "waterfall/trans4-4-2.png" - "waterfall/trans4-4-3.png" - "waterfall/trans4-4-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 191) - (images - "waterfall/trans5-1-1.png" - "waterfall/trans5-1-2.png" - "waterfall/trans5-1-3.png" - "waterfall/trans5-1-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 192) - (images - "waterfall/trans5-2-1.png" - "waterfall/trans5-2-2.png" - "waterfall/trans5-2-3.png" - "waterfall/trans5-2-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 193) - (images - "waterfall/trans5-3-1.png" - "waterfall/trans5-3-2.png" - "waterfall/trans5-3-3.png" - "waterfall/trans5-3-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 194) - (images - "waterfall/trans5-4-1.png" - "waterfall/trans5-4-2.png" - "waterfall/trans5-4-3.png" - "waterfall/trans5-4-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 195) - (images - "waterfall/waterfall1-0-1.png" - "waterfall/waterfall1-0-2.png" - "waterfall/waterfall1-0-3.png" - "waterfall/waterfall1-0-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 196) - (images - "waterfall/waterfall1-5-1.png" - "waterfall/waterfall1-5-2.png" - "waterfall/waterfall1-5-3.png" - "waterfall/waterfall1-5-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 197) - (images - "waterfall/waterfall0-0-1.png" - "waterfall/waterfall0-0-2.png" - "waterfall/waterfall0-0-3.png" - "waterfall/waterfall0-0-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 198) - (images - "waterfall/waterfall0-1-1.png" - "waterfall/waterfall0-1-2.png" - "waterfall/waterfall0-1-3.png" - "waterfall/waterfall0-1-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 199) - (images - "waterfall/waterfall0-2-1.png" - "waterfall/waterfall0-2-2.png" - "waterfall/waterfall0-2-3.png" - "waterfall/waterfall0-2-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 200) - (images - "water/water-trans.png" - ) - (water #t) - ) - (tile - (id 201) - (images - "water/waves-trans-0.png" - "water/waves-trans-1.png" - "water/waves-trans-2.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 202) - (images - "snow/snow1b.png" - ) - ) - (tile - (id 203) - (images - "snow/snow7b.png" - ) - (solid #t) - ) - (tile - (id 204) - (images - "snow/snow7c.png" - ) - (solid #t) - ) - (tile - (id 205) - (images - "snow/snow15b.png" - ) - (solid #t) - ) - (tile - (id 206) - (images - "snow/snow14b.png" - ) - (solid #t) - ) - (tile - (id 207) - (images - "snow/snow18b.png" - ) - (solid #t) - ) - (tile - (id 208) - (images - "snow/snow19b.png" - ) - (solid #t) - ) - (tile - (id 209) - (images - "snow/snowbg1b.png" - ) - (solid #t) - (unisolid #t) - ) - (tile - (id 210) - (images - "snow/snowbg3b.png" - ) - (solid #t) - ) - (tile - (id 211) - (images - "blocks/block1b.png" - ) - (solid #t) - ) - (tile - (id 212) - (images - "blocks/block2b.png" - ) - (solid #t) - ) - (tile - (id 213) - (images - "blocks/block3b.png" - ) - (solid #t) - ) - (tile - (id 275) - (images - "waterfall/waterfall1-1-1.png" - "waterfall/waterfall1-1-2.png" - "waterfall/waterfall1-1-3.png" - "waterfall/waterfall1-1-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 276) - (images - "waterfall/waterfall1-2-1.png" - "waterfall/waterfall1-2-2.png" - "waterfall/waterfall1-2-3.png" - "waterfall/waterfall1-2-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 277) - (images - "waterfall/waterfall1-3-1.png" - "waterfall/waterfall1-3-2.png" - "waterfall/waterfall1-3-3.png" - "waterfall/waterfall1-3-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 278) - (images - "waterfall/waterfall1-4-1.png" - "waterfall/waterfall1-4-2.png" - "waterfall/waterfall1-4-3.png" - "waterfall/waterfall1-4-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 279) - (images - "waterfall/waterfall2-1-1.png" - "waterfall/waterfall2-1-2.png" - "waterfall/waterfall2-1-3.png" - "waterfall/waterfall2-1-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 280) - (images - "waterfall/waterfall2-2-1.png" - "waterfall/waterfall2-2-2.png" - "waterfall/waterfall2-2-3.png" - "waterfall/waterfall2-2-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 281) - (images - "waterfall/waterfall2-3-1.png" - "waterfall/waterfall2-3-2.png" - "waterfall/waterfall2-3-3.png" - "waterfall/waterfall2-3-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 282) - (images - "waterfall/waterfall2-4-1.png" - "waterfall/waterfall2-4-2.png" - "waterfall/waterfall2-4-3.png" - "waterfall/waterfall2-4-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 283) - (images - "waterfall/waterfall3-1-1.png" - "waterfall/waterfall3-1-2.png" - "waterfall/waterfall3-1-3.png" - "waterfall/waterfall3-1-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 284) - (images - "waterfall/waterfall3-2-1.png" - "waterfall/waterfall3-2-2.png" - "waterfall/waterfall3-2-3.png" - "waterfall/waterfall3-2-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 285) - (images - "waterfall/waterfall3-3-1.png" - "waterfall/waterfall3-3-2.png" - "waterfall/waterfall3-3-3.png" - "waterfall/waterfall3-3-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 286) - (images - "waterfall/waterfall3-4-1.png" - "waterfall/waterfall3-4-2.png" - "waterfall/waterfall3-4-3.png" - "waterfall/waterfall3-4-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 287) - (images - "waterfall/waterfall4-1-1.png" - "waterfall/waterfall4-1-2.png" - "waterfall/waterfall4-1-3.png" - "waterfall/waterfall4-1-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 288) - (images - "waterfall/waterfall4-2-1.png" - "waterfall/waterfall4-2-2.png" - "waterfall/waterfall4-2-3.png" - "waterfall/waterfall4-2-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 289) - (images - "waterfall/waterfall4-3-1.png" - "waterfall/waterfall4-3-2.png" - "waterfall/waterfall4-3-3.png" - "waterfall/waterfall4-3-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 290) - (images - "waterfall/waterfall4-4-1.png" - "waterfall/waterfall4-4-2.png" - "waterfall/waterfall4-4-3.png" - "waterfall/waterfall4-4-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 291) - (images - "waterfall/waterfall5-1-1.png" - "waterfall/waterfall5-1-2.png" - "waterfall/waterfall5-1-3.png" - "waterfall/waterfall5-1-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 292) - (images - "waterfall/waterfall5-2-1.png" - "waterfall/waterfall5-2-2.png" - "waterfall/waterfall5-2-3.png" - "waterfall/waterfall5-2-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 293) - (images - "waterfall/waterfall5-3-1.png" - "waterfall/waterfall5-3-2.png" - "waterfall/waterfall5-3-3.png" - "waterfall/waterfall5-3-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 294) - (images - "waterfall/waterfall5-4-1.png" - "waterfall/waterfall5-4-2.png" - "waterfall/waterfall5-4-3.png" - "waterfall/waterfall5-4-4.png" - ) - (water #t) - (anim-fps 10) - ) - (tile - (id 295) - (images - "../creatures/spike/up.png" - ) - (spike #t) - ) - (tile - (id 296) - (images - "../creatures/spike/right.png" - ) - (spike #t) - ) - (tile - (id 297) - (images - "../creatures/spike/down.png" - ) - (spike #t) - ) - (tile - (id 298) - (images - "../creatures/spike/left.png" - ) - (spike #t) - ) - (tile - (id 301) - (images - "jungle/jungle1.png" - ) - ) - (tile - (id 302) - (images - "jungle/jungle2.png" - ) - ) - (tile - (id 303) - (images - "jungle/jungle3.png" - ) - ) - (tile - (id 304) - (images - "jungle/jungle4.png" - ) - (solid #t) - ) - (tile - (id 305) - (images - "jungle/jungle5.png" - ) - (solid #t) - ) - (tile - (id 306) - (images - "jungle/jungle6.png" - ) - (solid #t) - ) - (tile - (id 307) - (images - "jungle/jungle7.png" - ) - (solid #t) - ) - (tile - (id 308) - (images - "jungle/jungle8.png" - ) - (solid #t) - ) - (tile - (id 309) - (images - "jungle/jungle9.png" - ) - (solid #t) - ) - (tile - (id 310) - (images - "jungle/jungle10.png" - ) - (solid #t) - ) - (tile - (id 311) - (images - "jungle/jungle11.png" - ) - (solid #t) - ) - (tile - (id 312) - (images - "jungle/jungle12-1.png" - "jungle/jungle12-1.png" - "jungle/jungle12-1.png" - "jungle/jungle12-1.png" - "jungle/jungle12-2.png" - "jungle/jungle12-3.png" - "jungle/jungle12-4.png" - "jungle/jungle12-4.png" - "jungle/jungle12-4.png" - "jungle/jungle12-4.png" - "jungle/jungle12-3.png" - "jungle/jungle12-2.png" - ) - (solid #t) - (anim-fps 10) - ) - (tile - (id 313) - (images - "doodads/stone1_1.png" - ) - ) - (tile - (id 314) - (images - "doodads/stone1_2.png" - ) - ) - (tile - (id 315) - (images - "doodads/stone1_3.png" - ) - (solid #t) - ) - (tile - (id 316) - (images - "doodads/stone1_4.png" - ) - (solid #t) - ) - (tile - (id 317) - (images - "doodads/stone2_1.png" - ) - ) - (tile - (id 318) - (images - "doodads/stone2_2.png" - ) - ) - (tile - (id 319) - (images - "doodads/stone2_3.png" - ) - (solid #t) - ) - (tile - (id 320) - (images - "doodads/stone2_4.png" - ) - (solid #t) - ) - (tile - (id 321) - (images - "grey/grey_jungle.png" - ) - (solid #t) - ) - (tile - (id 322) - (images - "doodads/plant1.png" - ) - ) - (tile - (id 323) - (images - "doodads/liane1.png" - ) - ) - (tile - (id 324) - (images - "doodads/liane2.png" - ) - ) - (tile - (id 325) - (images - "doodads/liane3.png" - ) - ) - (tile - (id 326) - (images - "doodads/liane4.png" - ) - ) - (tile - (id 327) - (images - "doodads/liane5.png" - ) - ) - (tile - (id 328) - (images - "doodads/liane6.png" - ) - ) - (tile - (id 329) - (images - "doodads/liane7.png" - ) - ) - (tile - (id 330) - (images - "doodads/liane8.png" - ) - ) - (tile - (id 337) - (images - "blocks/rock_plate1.png" - ) - (solid #t) - ) - (tile - (id 338) - (images - "blocks/rock_plate2.png" - ) - (solid #t) - ) - (tile - (id 339) - (images - "blocks/rock_plate3.png" - ) - (solid #t) - ) - (tile - (id 340) - (images - "blocks/rock_plate_cracked1.png" - ) - (solid #t) - ) - (tile - (id 341) - (images - "blocks/rock_plate_cracked2.png" - ) - (solid #t) - ) - (tile - (id 342) - (images - "blocks/rock_plate_cracked3.png" - ) - (solid #t) - ) - (tile - (id 359) - (images - "snow/snow11.png" - ) - (unisolid #t) - ) - (tile - (id 360) - (images - "doodads/mushrooms.png" - ) - ) - (tile - (id 400) - (images - "snow/slope-right.png" - ) - (slope-type 2) - (data 2) - ) - (tile - (id 401) - (images - "snow/slope-left.png" - ) - (slope-type 0) - ) - (tile - (id 402) - (images - (region "forest/foresttiles-12.png" 0 0 32 32) - ) - ) - (tile - (id 403) - (images - (region "forest/foresttiles-12.png" 32 0 32 32) - ) - ) - (tile - (id 404) - (images - (region "forest/foresttiles-12.png" 64 0 32 32) - ) - ) - (tile - (id 405) - (images - (region "forest/foresttiles-12.png" 96 0 32 32) - ) - ) - (tile - (id 406) - (images - (region "forest/foresttiles-12.png" 0 32 32 32) - ) - ) - (tile - (id 407) - (images - (region "forest/foresttiles-12.png" 32 32 32 32) - ) - ) - (tile - (id 408) - (images - (region "forest/foresttiles-12.png" 64 32 32 32) - ) - ) - (tile - (id 409) - (images - (region "forest/foresttiles-12.png" 96 32 32 32) - ) - ) - (tile - (id 410) - (images - (region "forest/foresttiles-12.png" 0 64 32 32) - ) - ) - (tile - (id 411) - (images - (region "forest/foresttiles-12.png" 32 64 32 32) - ) - ) - (tile - (id 412) - (images - (region "forest/foresttiles-12.png" 64 64 32 32) - ) - ) - (tile - (id 413) - (images - (region "forest/foresttiles-12.png" 96 64 32 32) - ) - ) - (tile - (id 414) - (images - (region "forest/foresttiles-12.png" 0 96 32 32) - ) - ) - (tile - (id 415) - (images - (region "forest/foresttiles-12.png" 32 96 32 32) - ) - ) - (tile - (id 416) - (images - (region "forest/foresttiles-12.png" 64 96 32 32) - ) - ) - (tile - (id 417) - (images - (region "forest/foresttiles-12.png" 96 96 32 32) - ) - ) - (tile - (id 418) - (images - (region "forest/foresttiles-12.png" 0 128 32 32) - ) - ) - (tile - (id 419) - (images - (region "forest/foresttiles-12.png" 32 128 32 32) - ) - ) - (tile - (id 420) - (images - (region "forest/foresttiles-12.png" 64 128 32 32) - ) - ) - (tile - (id 421) - (images - (region "forest/foresttiles-12.png" 96 128 32 32) - ) - ) - (tile - (id 422) - (images - (region "forest/foresttiles-12.png" 0 160 32 32) - ) - ) - (tile - (id 423) - (images - (region "forest/foresttiles-12.png" 32 160 32 32) - ) - ) - (tile - (id 424) - (images - (region "forest/foresttiles-12.png" 64 160 32 32) - ) - ) - (tile - (id 425) - (images - (region "forest/foresttiles-12.png" 96 160 32 32) - ) - ) - (tile - (id 426) - (images - (region "forest/foresttiles-12.png" 128 0 32 32) - ) - ) - (tile - (id 427) - (images - (region "forest/foresttiles-12.png" 160 0 32 32) - ) - ) - (tile - (id 428) - (images - (region "forest/foresttiles-12.png" 192 0 32 32) - ) - ) - (tile - (id 429) - (images - (region "forest/foresttiles-12.png" 224 0 32 32) - ) - ) - (tile - (id 430) - (images - (region "forest/foresttiles-12.png" 128 32 32 32) - ) - ) - (tile - (id 431) - (images - (region "forest/foresttiles-12.png" 160 32 32 32) - ) - ) - (tile - (id 432) - (images - (region "forest/foresttiles-12.png" 192 32 32 32) - ) - ) - (tile - (id 433) - (images - (region "forest/foresttiles-12.png" 224 32 32 32) - ) - ) - (tile - (id 434) - (images - (region "forest/foresttiles-12.png" 128 64 32 32) - ) - ) - (tile - (id 435) - (images - (region "forest/foresttiles-12.png" 160 64 32 32) - ) - ) - (tile - (id 436) - (images - (region "forest/foresttiles-12.png" 192 64 32 32) - ) - ) - (tile - (id 437) - (images - (region "forest/foresttiles-12.png" 224 64 32 32) - ) - ) - (tile - (id 438) - (images - (region "forest/foresttiles-12.png" 128 96 32 32) - ) - ) - (tile - (id 439) - (images - (region "forest/foresttiles-12.png" 160 96 32 32) - ) - ) - (tile - (id 440) - (images - (region "forest/foresttiles-12.png" 192 96 32 32) - ) - ) - (tile - (id 441) - (images - (region "forest/foresttiles-12.png" 224 96 32 32) - ) - ) - (tile - (id 442) - (images - (region "forest/foresttiles-12.png" 128 128 32 32) - ) - ) - (tile - (id 443) - (images - (region "forest/foresttiles-12.png" 160 128 32 32) - ) - ) - (tile - (id 444) - (images - (region "forest/foresttiles-12.png" 192 128 32 32) - ) - ) - (tile - (id 445) - (images - (region "forest/foresttiles-12.png" 224 128 32 32) - ) - ) - (tile - (id 446) - (images - (region "forest/foresttiles-12.png" 128 160 32 32) - ) - ) - (tile - (id 447) - (images - (region "forest/foresttiles-12.png" 160 160 32 32) - ) - ) - (tile - (id 448) - (images - (region "forest/foresttiles-12.png" 192 160 32 32) - ) - ) - (tile - (id 449) - (images - (region "forest/foresttiles-12.png" 224 160 32 32) - ) - ) - (tile - (id 450) - (images - (region "forest/foresttiles-12.png" 128 192 32 32) - ) - ) - (tile - (id 451) - (images - (region "forest/foresttiles-12.png" 160 192 32 32) - ) - ) - (tile - (id 452) - (images - (region "forest/foresttiles-12.png" 192 192 32 32) - ) - ) - (tile - (id 453) - (images - (region "forest/foresttiles-12.png" 224 192 32 32) - ) - ) - (tile - (id 454) - (images - (region "forest/foresttiles-12.png" 128 224 32 32) - ) - ) - (tile - (id 455) - (images - (region "forest/foresttiles-12.png" 160 224 32 32) - ) - ) - (tile - (id 456) - (images - (region "forest/foresttiles-12.png" 192 224 32 32) - ) - ) - (tile - (id 457) - (images - (region "forest/foresttiles-12.png" 224 224 32 32) - ) - ) - (tile - (id 1000) - (images - (region "forest/foresttiles-1.png" 0 0 32 32) - ) - ) - (tile - (id 1001) - (images - (region "forest/foresttiles-1.png" 32 0 32 32) - ) - ) - (tile - (id 1002) - (images - (region "forest/foresttiles-1.png" 64 0 32 32) - ) - ) - (tile - (id 1003) - (images - (region "forest/foresttiles-1.png" 96 0 32 32) - ) - ) - (tile - (id 1004) - (images - (region "forest/foresttiles-1.png" 0 32 32 32) - ) - (solid #t) - ) - (tile - (id 1005) - (images - (region "forest/foresttiles-1.png" 32 32 32 32) - ) - (solid #t) - ) - (tile - (id 1006) - (images - (region "forest/foresttiles-1.png" 64 32 32 32) - ) - (solid #t) - ) - (tile - (id 1007) - (images - (region "forest/foresttiles-1.png" 96 32 32 32) - ) - (solid #t) - ) - (tile - (id 1008) - (images - (region "forest/foresttiles-1.png" 0 64 32 32) - ) - (solid #t) - ) - (tile - (id 1009) - (images - (region "forest/foresttiles-1.png" 32 64 32 32) - ) - (solid #t) - ) - (tile - (id 1010) - (images - (region "forest/foresttiles-1.png" 64 64 32 32) - ) - (solid #t) - ) - (tile - (id 1011) - (images - (region "forest/foresttiles-1.png" 96 64 32 32) - ) - (solid #t) - ) - (tile - (id 1012) - (images - (region "forest/foresttiles-1.png" 0 96 32 32) - ) - (solid #t) - ) - (tile - (id 1013) - (images - (region "forest/foresttiles-1.png" 32 96 32 32) - ) - (solid #t) - ) - (tile - (id 1014) - (images - (region "forest/foresttiles-1.png" 64 96 32 32) - ) - (solid #t) - ) - (tile - (id 1015) - (images - (region "forest/foresttiles-1.png" 96 96 32 32) - ) - (solid #t) - ) - (tile - (id 1016) - (images - (region "forest/foresttiles-1.png" 0 128 32 32) - ) - (solid #t) - ) - (tile - (id 1017) - (images - (region "forest/foresttiles-1.png" 32 128 32 32) - ) - (solid #t) - ) - (tile - (id 1018) - (images - (region "forest/foresttiles-1.png" 64 128 32 32) - ) - (solid #t) - ) - (tile - (id 1019) - (images - (region "forest/foresttiles-1.png" 96 128 32 32) - ) - (solid #t) - ) - (tile - (id 1020) - (images - (region "forest/foresttiles-2.png" 0 0 32 32) - ) - (solid #t) - ) - (tile - (id 1021) - (images - (region "forest/foresttiles-2.png" 32 0 32 32) - ) - (solid #t) - ) - (tile - (id 1022) - (images - (region "forest/foresttiles-2.png" 64 0 32 32) - ) - (solid #t) - ) - (tile - (id 1023) - (images - (region "forest/foresttiles-2.png" 0 32 32 32) - ) - (solid #t) - ) - (tile - (id 1024) - (images - (region "forest/foresttiles-2.png" 32 32 32 32) - ) - (solid #t) - ) - (tile - (id 1025) - (images - (region "forest/foresttiles-2.png" 64 32 32 32) - ) - (solid #t) - ) - (tile - (id 1026) - (images - (region "forest/foresttiles-2.png" 0 64 32 32) - ) - (solid #t) - ) - (tile - (id 1027) - (images - (region "forest/foresttiles-2.png" 32 64 32 32) - ) - (solid #t) - ) - (tile - (id 1028) - (images - (region "forest/foresttiles-2.png" 64 64 32 32) - ) - (solid #t) - ) - (tile - (id 1029) - (images - (region "forest/foresttiles-3.png" 0 0 32 32) - ) - (solid #t) - ) - (tile - (id 1030) - (images - (region "forest/foresttiles-3.png" 32 0 32 32) - ) - (solid #t) - ) - (tile - (id 1031) - (images - (region "forest/foresttiles-3.png" 0 32 32 32) - ) - (solid #t) - ) - (tile - (id 1032) - (images - (region "forest/foresttiles-3.png" 32 32 32 32) - ) - (solid #t) - ) - (tile - (id 1033) - (images - (region "forest/foresttiles-4.png" 0 0 32 32) - ) - (solid #t) - ) - (tile - (id 1034) - (images - (region "forest/foresttiles-4.png" 32 0 32 32) - ) - (solid #t) - ) - (tile - (id 1035) - (images - (region "forest/foresttiles-4.png" 64 0 32 32) - ) - (solid #t) - ) - (tile - (id 1036) - (images - (region "forest/foresttiles-4.png" 96 0 32 32) - ) - (solid #t) - ) - (tile - (id 1037) - (images - (region "forest/foresttiles-4.png" 128 0 32 32) - ) - (solid #t) - ) - (tile - (id 1038) - (images - (region "forest/foresttiles-4.png" 160 0 32 32) - ) - ) - (tile - (id 1039) - (images - (region "forest/foresttiles-4.png" 0 32 32 32) - ) - (solid #t) - ) - (tile - (id 1040) - (images - (region "forest/foresttiles-4.png" 32 32 32 32) - ) - (solid #t) - ) - (tile - (id 1041) - (images - (region "forest/foresttiles-4.png" 64 32 32 32) - ) - (solid #t) - ) - (tile - (id 1042) - (images - (region "forest/foresttiles-4.png" 96 32 32 32) - ) - (solid #t) - ) - (tile - (id 1043) - (images - (region "forest/foresttiles-4.png" 128 32 32 32) - ) - (solid #t) - ) - (tile - (id 1044) - (images - (region "forest/foresttiles-4.png" 160 32 32 32) - ) - (solid #t) - ) - (tile - (id 1045) - (images - (region "forest/foresttiles-5.png" 0 0 32 32) - ) - ) - (tile - (id 1046) - (images - (region "forest/foresttiles-5.png" 32 0 32 32) - ) - ) - (tile - (id 1047) - (images - (region "forest/foresttiles-5.png" 0 32 32 32) - ) - (solid #t) - (slope-type 2) - (data 2) - ) - (tile - (id 1048) - (images - (region "forest/foresttiles-5.png" 32 32 32 32) - ) - (solid #t) - (slope-type 0) - ) - (tile - (id 1049) - (images - (region "forest/foresttiles-5.png" 0 64 32 32) - ) - (solid #t) - ) - (tile - (id 1050) - (images - (region "forest/foresttiles-5.png" 32 64 32 32) - ) - (solid #t) - ) - (tile - (id 1051) - (images - (region "forest/foresttiles-6.png" 0 0 32 32) - ) - ) - (tile - (id 1052) - (images - (region "forest/foresttiles-6.png" 32 0 32 32) - ) - ) - (tile - (id 1053) - (images - (region "forest/foresttiles-6.png" 0 32 32 32) - ) - (slope-type 66) - (data 66) - ) - (tile - (id 1054) - (images - (region "forest/foresttiles-6.png" 32 32 32 32) - ) - (slope-type 48) - (data 48) - ) - (tile - (id 1055) - (images - (region "forest/foresttiles-6.png" 0 64 32 32) - ) - (solid #t) - (slope-type 50) - (data 50) - ) - (tile - (id 1056) - (images - (region "forest/foresttiles-6.png" 32 64 32 32) - ) - (solid #t) - (slope-type 64) - (data 64) - ) - (tile - (id 1057) - (images - (region "forest/foresttiles-6.png" 0 96 32 32) - ) - (solid #t) - ) - (tile - (id 1058) - (images - (region "forest/foresttiles-6.png" 32 96 32 32) - ) - (solid #t) - ) - (tile - (id 1060) - (images - (region "forest/foresttiles-7.png" 32 0 32 32) - ) - ) - (tile - (id 1061) - (images - (region "forest/foresttiles-7.png" 64 0 32 32) - ) - ) - (tile - (id 1063) - (images - (region "forest/foresttiles-7.png" 0 32 32 32) - ) - (solid #t) - (slope-type 18) - (data 18) - ) - (tile - (id 1064) - (images - (region "forest/foresttiles-7.png" 32 32 32 32) - ) - (solid #t) - (slope-type 34) - (data 34) - ) - (tile - (id 1065) - (images - (region "forest/foresttiles-7.png" 64 32 32 32) - ) - (solid #t) - (slope-type 32) - (data 32) - ) - (tile - (id 1066) - (images - (region "forest/foresttiles-7.png" 96 32 32 32) - ) - (solid #t) - (slope-type 16) - (data 16) - ) - (tile - (id 1067) - (images - (region "forest/foresttiles-7.png" 0 64 32 32) - ) - (solid #t) - ) - (tile - (id 1068) - (images - (region "forest/foresttiles-7.png" 32 64 32 32) - ) - (solid #t) - ) - (tile - (id 1069) - (images - (region "forest/foresttiles-7.png" 64 64 32 32) - ) - (solid #t) - ) - (tile - (id 1070) - (images - (region "forest/foresttiles-7.png" 96 64 32 32) - ) - (solid #t) - ) - (tile - (id 1071) - (images - (region "forest/foresttiles-8.png" 0 0 32 32) - ) - ) - (tile - (id 1072) - (images - (region "forest/foresttiles-8.png" 32 0 32 32) - ) - ) - (tile - (id 1073) - (images - (region "forest/foresttiles-8.png" 64 0 32 32) - ) - ) - (tile - (id 1074) - (images - (region "forest/foresttiles-8.png" 96 0 32 32) - ) - (solid #t) - ) - (tile - (id 1075) - (images - (region "forest/foresttiles-8.png" 128 0 32 32) - ) - (solid #t) - ) - (tile - (id 1076) - (images - (region "forest/foresttiles-8.png" 160 0 32 32) - ) - ) - (tile - (id 1077) - (images - (region "forest/foresttiles-8.png" 192 0 32 32) - ) - ) - (tile - (id 1078) - (images - (region "forest/foresttiles-8.png" 224 0 32 32) - ) - ) - (tile - (id 1079) - (images - (region "forest/foresttiles-8.png" 0 32 32 32) - ) - ) - (tile - (id 1080) - (images - (region "forest/foresttiles-8.png" 32 32 32 32) - ) - ) - (tile - (id 1081) - (images - (region "forest/foresttiles-8.png" 64 32 32 32) - ) - (solid #t) - (slope-type 0) - ) - (tile - (id 1082) - (images - (region "forest/foresttiles-8.png" 96 32 32 32) - ) - (solid #t) - ) - (tile - (id 1083) - (images - (region "forest/foresttiles-8.png" 128 32 32 32) - ) - (solid #t) - ) - (tile - (id 1084) - (images - (region "forest/foresttiles-8.png" 160 32 32 32) - ) - ) - (tile - (id 1085) - (images - (region "forest/foresttiles-8.png" 192 32 32 32) - ) - ) - (tile - (id 1086) - (images - (region "forest/foresttiles-8.png" 224 32 32 32) - ) - ) - (tile - (id 1087) - (images - (region "forest/foresttiles-8.png" 0 64 32 32) - ) - ) - (tile - (id 1088) - (images - (region "forest/foresttiles-8.png" 32 64 32 32) - ) - (solid #t) - (slope-type 0) - ) - (tile - (id 1089) - (images - (region "forest/foresttiles-8.png" 64 64 32 32) - ) - (solid #t) - ) - (tile - (id 1090) - (images - (region "forest/foresttiles-8.png" 96 64 32 32) - ) - (solid #t) - ) - (tile - (id 1091) - (images - (region "forest/foresttiles-8.png" 128 64 32 32) - ) - (solid #t) - ) - (tile - (id 1092) - (images - (region "forest/foresttiles-8.png" 160 64 32 32) - ) - (solid #t) - (slope-type 2) - (data 2) - ) - (tile - (id 1093) - (images - (region "forest/foresttiles-8.png" 192 64 32 32) - ) - ) - (tile - (id 1094) - (images - (region "forest/foresttiles-8.png" 224 64 32 32) - ) - ) - (tile - (id 1095) - (images - (region "forest/foresttiles-8.png" 0 96 32 32) - ) - (solid #t) - (slope-type 0) - ) - (tile - (id 1096) - (images - (region "forest/foresttiles-8.png" 32 96 32 32) - ) - (solid #t) - ) - (tile - (id 1097) - (images - (region "forest/foresttiles-8.png" 64 96 32 32) - ) - (solid #t) - ) - (tile - (id 1098) - (images - (region "forest/foresttiles-8.png" 96 96 32 32) - ) - (solid #t) - ) - (tile - (id 1099) - (images - (region "forest/foresttiles-8.png" 128 96 32 32) - ) - (solid #t) - ) - (tile - (id 1100) - (images - (region "forest/foresttiles-8.png" 160 96 32 32) - ) - (solid #t) - ) - (tile - (id 1101) - (images - (region "forest/foresttiles-8.png" 192 96 32 32) - ) - (solid #t) - (slope-type 2) - (data 2) - ) - (tile - (id 1102) - (images - (region "forest/foresttiles-8.png" 224 96 32 32) - ) - ) - (tile - (id 1103) - (images - (region "forest/foresttiles-8.png" 0 128 32 32) - ) - ) - (tile - (id 1104) - (images - (region "forest/foresttiles-8.png" 32 128 32 32) - ) - (solid #t) - ) - (tile - (id 1105) - (images - (region "forest/foresttiles-8.png" 64 128 32 32) - ) - (solid #t) - ) - (tile - (id 1106) - (images - (region "forest/foresttiles-8.png" 96 128 32 32) - ) - (solid #t) - ) - (tile - (id 1107) - (images - (region "forest/foresttiles-8.png" 128 128 32 32) - ) - (solid #t) - ) - (tile - (id 1108) - (images - (region "forest/foresttiles-8.png" 160 128 32 32) - ) - (solid #t) - ) - (tile - (id 1109) - (images - (region "forest/foresttiles-8.png" 192 128 32 32) - ) - (solid #t) - ) - (tile - (id 1110) - (images - (region "forest/foresttiles-8.png" 224 128 32 32) - ) - ) - (tile - (id 1111) - (images - (region "forest/foresttiles-8.png" 0 160 32 32) - ) - ) - (tile - (id 1112) - (images - (region "forest/foresttiles-8.png" 32 160 32 32) - ) - (solid #t) - ) - (tile - (id 1113) - (images - (region "forest/foresttiles-8.png" 64 160 32 32) - ) - (solid #t) - ) - (tile - (id 1114) - (images - (region "forest/foresttiles-8.png" 96 160 32 32) - ) - (solid #t) - ) - (tile - (id 1115) - (images - (region "forest/foresttiles-8.png" 128 160 32 32) - ) - (solid #t) - ) - (tile - (id 1116) - (images - (region "forest/foresttiles-8.png" 160 160 32 32) - ) - (solid #t) - ) - (tile - (id 1117) - (images - (region "forest/foresttiles-8.png" 192 160 32 32) - ) - (solid #t) - ) - (tile - (id 1118) - (images - (region "forest/foresttiles-8.png" 224 160 32 32) - ) - ) - (tile - (id 1119) - (images - (region "forest/foresttiles-8.png" 0 192 32 32) - ) - ) - (tile - (id 1120) - (images - (region "forest/foresttiles-8.png" 32 192 32 32) - ) - (solid #t) - ) - (tile - (id 1121) - (images - (region "forest/foresttiles-8.png" 64 192 32 32) - ) - (solid #t) - ) - (tile - (id 1122) - (images - (region "forest/foresttiles-8.png" 96 192 32 32) - ) - (solid #t) - ) - (tile - (id 1123) - (images - (region "forest/foresttiles-8.png" 128 192 32 32) - ) - (solid #t) - ) - (tile - (id 1124) - (images - (region "forest/foresttiles-8.png" 160 192 32 32) - ) - (solid #t) - ) - (tile - (id 1125) - (images - (region "forest/foresttiles-8.png" 192 192 32 32) - ) - (solid #t) - ) - (tile - (id 1126) - (images - (region "forest/foresttiles-8.png" 224 192 32 32) - ) - ) - (tile - (id 1127) - (images - (region "forest/foresttiles-8.png" 0 224 32 32) - ) - ) - (tile - (id 1128) - (images - (region "forest/foresttiles-8.png" 32 224 32 32) - ) - (solid #t) - ) - (tile - (id 1129) - (images - (region "forest/foresttiles-8.png" 64 224 32 32) - ) - (solid #t) - ) - (tile - (id 1130) - (images - (region "forest/foresttiles-8.png" 96 224 32 32) - ) - (solid #t) - ) - (tile - (id 1131) - (images - (region "forest/foresttiles-8.png" 128 224 32 32) - ) - (solid #t) - ) - (tile - (id 1132) - (images - (region "forest/foresttiles-8.png" 160 224 32 32) - ) - (solid #t) - ) - (tile - (id 1133) - (images - (region "forest/foresttiles-8.png" 192 224 32 32) - ) - (solid #t) - ) - (tile - (id 1134) - (images - (region "forest/foresttiles-8.png" 224 224 32 32) - ) - ) - (tile - (id 1135) - (images - (region "forest/foresttiles-8.png" 0 256 32 32) - ) - ) - (tile - (id 1136) - (images - (region "forest/foresttiles-8.png" 32 256 32 32) - ) - ) - (tile - (id 1137) - (images - (region "forest/foresttiles-8.png" 64 256 32 32) - ) - ) - (tile - (id 1138) - (images - (region "forest/foresttiles-8.png" 96 256 32 32) - ) - (solid #t) - ) - (tile - (id 1139) - (images - (region "forest/foresttiles-8.png" 128 256 32 32) - ) - (solid #t) - ) - (tile - (id 1140) - (images - (region "forest/foresttiles-8.png" 160 256 32 32) - ) - ) - (tile - (id 1141) - (images - (region "forest/foresttiles-8.png" 192 256 32 32) - ) - ) - (tile - (id 1142) - (images - (region "forest/foresttiles-8.png" 224 256 32 32) - ) - ) - (tile - (id 1143) - (images - (region "forest/foresttiles-8.png" 0 288 32 32) - ) - ) - (tile - (id 1144) - (images - (region "forest/foresttiles-8.png" 32 288 32 32) - ) - ) - (tile - (id 1145) - (images - (region "forest/foresttiles-8.png" 64 288 32 32) - ) - ) - (tile - (id 1146) - (images - (region "forest/foresttiles-8.png" 96 288 32 32) - ) - (solid #t) - ) - (tile - (id 1147) - (images - (region "forest/foresttiles-8.png" 128 288 32 32) - ) - (solid #t) - ) - (tile - (id 1148) - (images - (region "forest/foresttiles-8.png" 160 288 32 32) - ) - ) - (tile - (id 1149) - (images - (region "forest/foresttiles-8.png" 192 288 32 32) - ) - ) - (tile - (id 1150) - (images - (region "forest/foresttiles-8.png" 224 288 32 32) - ) - ) - (tile - (id 1151) - (images - (region "forest/foresttiles-8.png" 0 320 32 32) - ) - ) - (tile - (id 1152) - (images - (region "forest/foresttiles-8.png" 32 320 32 32) - ) - ) - (tile - (id 1153) - (images - (region "forest/foresttiles-8.png" 64 320 32 32) - ) - ) - (tile - (id 1154) - (images - (region "forest/foresttiles-8.png" 96 320 32 32) - ) - (solid #t) - ) - (tile - (id 1155) - (images - (region "forest/foresttiles-8.png" 128 320 32 32) - ) - (solid #t) - ) - (tile - (id 1156) - (images - (region "forest/foresttiles-8.png" 160 320 32 32) - ) - ) - (tile - (id 1157) - (images - (region "forest/foresttiles-8.png" 192 320 32 32) - ) - ) - (tile - (id 1158) - (images - (region "forest/foresttiles-8.png" 224 320 32 32) - ) - ) - (tile - (id 1159) - (images - (region "forest/foresttiles-8.png" 0 352 32 32) - ) - ) - (tile - (id 1160) - (images - (region "forest/foresttiles-8.png" 32 352 32 32) - ) - ) - (tile - (id 1161) - (images - (region "forest/foresttiles-8.png" 64 352 32 32) - ) - ) - (tile - (id 1162) - (images - (region "forest/foresttiles-8.png" 96 352 32 32) - ) - (solid #t) - ) - (tile - (id 1163) - (images - (region "forest/foresttiles-8.png" 128 352 32 32) - ) - (solid #t) - ) - (tile - (id 1164) - (images - (region "forest/foresttiles-8.png" 160 352 32 32) - ) - ) - (tile - (id 1165) - (images - (region "forest/foresttiles-8.png" 192 352 32 32) - ) - ) - (tile - (id 1166) - (images - (region "forest/foresttiles-8.png" 224 352 32 32) - ) - ) - (tile - (id 1167) - (images - (region "forest/foresttiles-9.png" 0 0 32 32) - ) - ) - (tile - (id 1168) - (images - (region "forest/foresttiles-9.png" 32 0 32 32) - ) - ) - (tile - (id 1169) - (images - (region "forest/foresttiles-9.png" 64 0 32 32) - ) - (solid #t) - (slope-type 0) - ) - (tile - (id 1170) - (images - (region "forest/foresttiles-9.png" 96 0 32 32) - ) - (solid #t) - (slope-type 2) - (data 2) - ) - (tile - (id 1171) - (images - (region "forest/foresttiles-9.png" 128 0 32 32) - ) - ) - (tile - (id 1172) - (images - (region "forest/foresttiles-9.png" 160 0 32 32) - ) - ) - (tile - (id 1173) - (images - (region "forest/foresttiles-9.png" 0 32 32 32) - ) - ) - (tile - (id 1174) - (images - (region "forest/foresttiles-9.png" 32 32 32 32) - ) - (solid #t) - (slope-type 0) - ) - (tile - (id 1175) - (images - (region "forest/foresttiles-9.png" 64 32 32 32) - ) - (solid #t) - ) - (tile - (id 1176) - (images - (region "forest/foresttiles-9.png" 96 32 32 32) - ) - (solid #t) - ) - (tile - (id 1177) - (images - (region "forest/foresttiles-9.png" 128 32 32 32) - ) - ) - (tile - (id 1178) - (images - (region "forest/foresttiles-9.png" 160 32 32 32) - ) - ) - (tile - (id 1179) - (images - (region "forest/foresttiles-9.png" 0 64 32 32) - ) - ) - (tile - (id 1180) - (images - (region "forest/foresttiles-9.png" 32 64 32 32) - ) - (solid #t) - ) - (tile - (id 1181) - (images - (region "forest/foresttiles-9.png" 64 64 32 32) - ) - (solid #t) - ) - (tile - (id 1182) - (images - (region "forest/foresttiles-9.png" 96 64 32 32) - ) - (solid #t) - ) - (tile - (id 1183) - (images - (region "forest/foresttiles-9.png" 128 64 32 32) - ) - (solid #t) - (slope-type 2) - (data 2) - ) - (tile - (id 1184) - (images - (region "forest/foresttiles-9.png" 160 64 32 32) - ) - ) - (tile - (id 1185) - (images - (region "forest/foresttiles-9.png" 0 96 32 32) - ) - ) - (tile - (id 1186) - (images - (region "forest/foresttiles-9.png" 32 96 32 32) - ) - (solid #t) - ) - (tile - (id 1187) - (images - (region "forest/foresttiles-9.png" 64 96 32 32) - ) - (solid #t) - ) - (tile - (id 1188) - (images - (region "forest/foresttiles-9.png" 96 96 32 32) - ) - (solid #t) - ) - (tile - (id 1189) - (images - (region "forest/foresttiles-9.png" 128 96 32 32) - ) - (solid #t) - ) - (tile - (id 1190) - (images - (region "forest/foresttiles-9.png" 160 96 32 32) - ) - ) - (tile - (id 1191) - (images - (region "forest/foresttiles-9.png" 0 128 32 32) - ) - ) - (tile - (id 1192) - (images - (region "forest/foresttiles-9.png" 32 128 32 32) - ) - (solid #t) - ) - (tile - (id 1193) - (images - (region "forest/foresttiles-9.png" 64 128 32 32) - ) - (solid #t) - ) - (tile - (id 1194) - (images - (region "forest/foresttiles-9.png" 96 128 32 32) - ) - (solid #t) - ) - (tile - (id 1195) - (images - (region "forest/foresttiles-9.png" 128 128 32 32) - ) - (solid #t) - ) - (tile - (id 1196) - (images - (region "forest/foresttiles-9.png" 160 128 32 32) - ) - ) - (tile - (id 1197) - (images - (region "forest/foresttiles-9.png" 0 160 32 32) - ) - ) - (tile - (id 1198) - (images - (region "forest/foresttiles-9.png" 32 160 32 32) - ) - (solid #t) - ) - (tile - (id 1199) - (images - (region "forest/foresttiles-9.png" 64 160 32 32) - ) - (solid #t) - ) - (tile - (id 1200) - (images - (region "forest/foresttiles-9.png" 96 160 32 32) - ) - (solid #t) - ) - (tile - (id 1201) - (images - (region "forest/foresttiles-9.png" 128 160 32 32) - ) - (solid #t) - ) - (tile - (id 1202) - (images - (region "forest/foresttiles-9.png" 160 160 32 32) - ) - ) - (tile - (id 1203) - (images - (region "forest/foresttiles-9.png" 0 192 32 32) - ) - ) - (tile - (id 1204) - (images - (region "forest/foresttiles-9.png" 32 192 32 32) - ) - (solid #t) - ) - (tile - (id 1205) - (images - (region "forest/foresttiles-9.png" 64 192 32 32) - ) - (solid #t) - ) - (tile - (id 1206) - (images - (region "forest/foresttiles-9.png" 96 192 32 32) - ) - (solid #t) - ) - (tile - (id 1207) - (images - (region "forest/foresttiles-9.png" 128 192 32 32) - ) - (solid #t) - ) - (tile - (id 1208) - (images - (region "forest/foresttiles-9.png" 160 192 32 32) - ) - ) - (tile - (id 1209) - (images - (region "forest/foresttiles-9.png" 0 224 32 32) - ) - ) - (tile - (id 1210) - (images - (region "forest/foresttiles-9.png" 32 224 32 32) - ) - (solid #t) - ) - (tile - (id 1211) - (images - (region "forest/foresttiles-9.png" 64 224 32 32) - ) - (solid #t) - ) - (tile - (id 1212) - (images - (region "forest/foresttiles-9.png" 96 224 32 32) - ) - (solid #t) - ) - (tile - (id 1213) - (images - (region "forest/foresttiles-9.png" 128 224 32 32) - ) - (solid #t) - ) - (tile - (id 1214) - (images - (region "forest/foresttiles-9.png" 160 224 32 32) - ) - ) - (tile - (id 1215) - (images - (region "forest/foresttiles-9.png" 0 256 32 32) - ) - ) - (tile - (id 1216) - (images - (region "forest/foresttiles-9.png" 32 256 32 32) - ) - ) - (tile - (id 1217) - (images - (region "forest/foresttiles-9.png" 64 256 32 32) - ) - (solid #t) - ) - (tile - (id 1218) - (images - (region "forest/foresttiles-9.png" 96 256 32 32) - ) - (solid #t) - ) - (tile - (id 1219) - (images - (region "forest/foresttiles-9.png" 128 256 32 32) - ) - (solid #t) - ) - (tile - (id 1220) - (images - (region "forest/foresttiles-9.png" 160 256 32 32) - ) - (solid #t) - ) - (tile - (id 1221) - (images - (region "forest/foresttiles-9.png" 0 288 32 32) - ) - ) - (tile - (id 1222) - (images - (region "forest/foresttiles-9.png" 32 288 32 32) - ) - ) - (tile - (id 1223) - (images - (region "forest/foresttiles-9.png" 64 288 32 32) - ) - (solid #t) - ) - (tile - (id 1224) - (images - (region "forest/foresttiles-9.png" 96 288 32 32) - ) - (solid #t) - ) - (tile - (id 1225) - (images - (region "forest/foresttiles-9.png" 128 288 32 32) - ) - (solid #t) - ) - (tile - (id 1226) - (images - (region "forest/foresttiles-9.png" 160 288 32 32) - ) - (solid #t) - ) - (tile - (id 1227) - (images - (region "forest/foresttiles-9.png" 0 320 32 32) - ) - ) - (tile - (id 1228) - (images - (region "forest/foresttiles-9.png" 32 320 32 32) - ) - ) - (tile - (id 1229) - (images - (region "forest/foresttiles-9.png" 64 320 32 32) - ) - (solid #t) - ) - (tile - (id 1230) - (images - (region "forest/foresttiles-9.png" 96 320 32 32) - ) - (solid #t) - ) - (tile - (id 1231) - (images - (region "forest/foresttiles-9.png" 128 320 32 32) - ) - ) - (tile - (id 1232) - (images - (region "forest/foresttiles-9.png" 160 320 32 32) - ) - ) - (tile - (id 1233) - (images - (region "forest/foresttiles-9.png" 0 352 32 32) - ) - ) - (tile - (id 1234) - (images - (region "forest/foresttiles-9.png" 32 352 32 32) - ) - ) - (tile - (id 1235) - (images - (region "forest/foresttiles-9.png" 64 352 32 32) - ) - (solid #t) - ) - (tile - (id 1236) - (images - (region "forest/foresttiles-9.png" 96 352 32 32) - ) - (solid #t) - ) - (tile - (id 1237) - (images - (region "forest/foresttiles-9.png" 128 352 32 32) - ) - ) - (tile - (id 1238) - (images - (region "forest/foresttiles-9.png" 160 352 32 32) - ) - ) - (tile - (id 1239) - (images - (region "forest/foresttiles-10.png" 0 0 32 32) - ) - ) - (tile - (id 1240) - (images - (region "forest/foresttiles-10.png" 32 0 32 32) - ) - (solid #t) - (slope-type 0) - ) - (tile - (id 1241) - (images - (region "forest/foresttiles-10.png" 64 0 32 32) - ) - (solid #t) - (slope-type 2) - (data 2) - ) - (tile - (id 1242) - (images - (region "forest/foresttiles-10.png" 96 0 32 32) - ) - ) - (tile - (id 1243) - (images - (region "forest/foresttiles-10.png" 0 32 32 32) - ) - ) - (tile - (id 1244) - (images - (region "forest/foresttiles-10.png" 32 32 32 32) - ) - (solid #t) - ) - (tile - (id 1245) - (images - (region "forest/foresttiles-10.png" 64 32 32 32) - ) - (solid #t) - ) - (tile - (id 1246) - (images - (region "forest/foresttiles-10.png" 96 32 32 32) - ) - ) - (tile - (id 1247) - (images - (region "forest/foresttiles-10.png" 0 64 32 32) - ) - (solid #t) - (slope-type 0) - ) - (tile - (id 1248) - (images - (region "forest/foresttiles-10.png" 32 64 32 32) - ) - (solid #t) - ) - (tile - (id 1249) - (images - (region "forest/foresttiles-10.png" 64 64 32 32) - ) - (solid #t) - ) - (tile - (id 1250) - (images - (region "forest/foresttiles-10.png" 96 64 32 32) - ) - (solid #t) - (slope-type 2) - (data 2) - ) - (tile - (id 1251) - (images - (region "forest/foresttiles-10.png" 0 96 32 32) - ) - (solid #t) - ) - (tile - (id 1252) - (images - (region "forest/foresttiles-10.png" 32 96 32 32) - ) - (solid #t) - ) - (tile - (id 1253) - (images - (region "forest/foresttiles-10.png" 64 96 32 32) - ) - (solid #t) - ) - (tile - (id 1254) - (images - (region "forest/foresttiles-10.png" 96 96 32 32) - ) - (solid #t) - ) - (tile - (id 1255) - (images - (region "forest/foresttiles-10.png" 0 128 32 32) - ) - (solid #t) - ) - (tile - (id 1256) - (images - (region "forest/foresttiles-10.png" 32 128 32 32) - ) - (solid #t) - ) - (tile - (id 1257) - (images - (region "forest/foresttiles-10.png" 64 128 32 32) - ) - (solid #t) - ) - (tile - (id 1258) - (images - (region "forest/foresttiles-10.png" 96 128 32 32) - ) - (solid #t) - ) - (tile - (id 1259) - (images - (region "forest/foresttiles-10.png" 0 160 32 32) - ) - (solid #t) - ) - (tile - (id 1260) - (images - (region "forest/foresttiles-10.png" 32 160 32 32) - ) - (solid #t) - ) - (tile - (id 1261) - (images - (region "forest/foresttiles-10.png" 64 160 32 32) - ) - (solid #t) - ) - (tile - (id 1262) - (images - (region "forest/foresttiles-10.png" 96 160 32 32) - ) - (solid #t) - ) - (tile - (id 1263) - (images - (region "forest/foresttiles-10.png" 0 192 32 32) - ) - (solid #t) - ) - (tile - (id 1264) - (images - (region "forest/foresttiles-10.png" 32 192 32 32) - ) - (solid #t) - ) - (tile - (id 1265) - (images - (region "forest/foresttiles-10.png" 64 192 32 32) - ) - (solid #t) - ) - (tile - (id 1266) - (images - (region "forest/foresttiles-10.png" 96 192 32 32) - ) - (solid #t) - ) - (tile - (id 1267) - (images - (region "forest/foresttiles-10.png" 0 224 32 32) - ) - (solid #t) - ) - (tile - (id 1268) - (images - (region "forest/foresttiles-10.png" 32 224 32 32) - ) - (solid #t) - ) - (tile - (id 1269) - (images - (region "forest/foresttiles-10.png" 64 224 32 32) - ) - (solid #t) - ) - (tile - (id 1270) - (images - (region "forest/foresttiles-10.png" 96 224 32 32) - ) - (solid #t) - ) - (tile - (id 1271) - (images - (region "forest/foresttiles-10.png" 0 256 32 32) - ) - ) - (tile - (id 1272) - (images - (region "forest/foresttiles-10.png" 32 256 32 32) - ) - (solid #t) - ) - (tile - (id 1273) - (images - (region "forest/foresttiles-10.png" 64 256 32 32) - ) - (solid #t) - ) - (tile - (id 1274) - (images - (region "forest/foresttiles-10.png" 96 256 32 32) - ) - ) - (tile - (id 1275) - (images - (region "forest/foresttiles-10.png" 0 288 32 32) - ) - ) - (tile - (id 1276) - (images - (region "forest/foresttiles-10.png" 32 288 32 32) - ) - (solid #t) - ) - (tile - (id 1277) - (images - (region "forest/foresttiles-10.png" 64 288 32 32) - ) - (solid #t) - ) - (tile - (id 1278) - (images - (region "forest/foresttiles-10.png" 96 288 32 32) - ) - ) - (tile - (id 1279) - (images - (region "forest/foresttiles-10.png" 0 320 32 32) - ) - ) - (tile - (id 1280) - (images - (region "forest/foresttiles-10.png" 32 320 32 32) - ) - (solid #t) - ) - (tile - (id 1281) - (images - (region "forest/foresttiles-10.png" 64 320 32 32) - ) - (solid #t) - ) - (tile - (id 1282) - (images - (region "forest/foresttiles-10.png" 96 320 32 32) - ) - ) - (tile - (id 1283) - (images - (region "forest/foresttiles-10.png" 0 352 32 32) - ) - ) - (tile - (id 1284) - (images - (region "forest/foresttiles-10.png" 32 352 32 32) - ) - (solid #t) - ) - (tile - (id 1285) - (images - (region "forest/foresttiles-10.png" 64 352 32 32) - ) - (solid #t) - ) - (tile - (id 1286) - (images - (region "forest/foresttiles-10.png" 96 352 32 32) - ) - ) - (tile - (id 1287) - (images - (region "forest/foresttiles-11.png" 0 0 32 32) - ) - (solid #t) - ) - (tile - (id 1288) - (images - (region "forest/foresttiles-11.png" 32 0 32 32) - ) - (solid #t) - ) - (tile - (id 1289) - (images - (region "forest/foresttiles-11.png" 0 32 32 32) - ) - (solid #t) - ) - (tile - (id 1290) - (images - (region "forest/foresttiles-11.png" 32 32 32 32) - ) - (solid #t) - ) - (tile - (id 1291) - (images - (region "forest/foresttiles-11.png" 0 64 32 32) - ) - (solid #t) - ) - (tile - (id 1292) - (images - (region "forest/foresttiles-11.png" 32 64 32 32) - ) - (solid #t) - ) - (tile - (id 1293) - (images - (region "forest/foresttiles-11.png" 0 96 32 32) - ) - (solid #t) - ) - (tile - (id 1294) - (images - (region "forest/foresttiles-11.png" 32 96 32 32) - ) - (solid #t) - ) - (tile - (id 1295) - (images - (region "forest/foresttiles-11.png" 0 128 32 32) - ) - (solid #t) - ) - (tile - (id 1296) - (images - (region "forest/foresttiles-11.png" 32 128 32 32) - ) - (solid #t) - ) - (tile - (id 1297) - (images - (region "forest/foresttiles-11.png" 0 160 32 32) - ) - (solid #t) - ) - (tile - (id 1298) - (images - (region "forest/foresttiles-11.png" 32 160 32 32) - ) - (solid #t) - ) - (tile - (id 1299) - (images - (region "forest/foresttiles-11.png" 0 192 32 32) - ) - (solid #t) - ) - (tile - (id 1300) - (images - (region "forest/foresttiles-11.png" 32 192 32 32) - ) - (solid #t) - ) - (tile - (id 1301) - (images - (region "forest/foresttiles-11.png" 0 224 32 32) - ) - (solid #t) - ) - (tile - (id 1302) - (images - (region "forest/foresttiles-11.png" 32 224 32 32) - ) - (solid #t) - ) - (tile - (id 1303) - (images - (region "forest/foresttiles-11.png" 0 256 32 32) - ) - (solid #t) - ) - (tile - (id 1304) - (images - (region "forest/foresttiles-11.png" 32 256 32 32) - ) - (solid #t) - ) - (tile - (id 1305) - (images - (region "forest/foresttiles-11.png" 0 288 32 32) - ) - (solid #t) - ) - (tile - (id 1306) - (images - (region "forest/foresttiles-11.png" 32 288 32 32) - ) - (solid #t) - ) - (tile - (id 1307) - (images - (region "forest/foresttiles-11.png" 0 320 32 32) - ) - (solid #t) - ) - (tile - (id 1308) - (images - (region "forest/foresttiles-11.png" 32 320 32 32) - ) - (solid #t) - ) - (tile - (id 1309) - (images - (region "forest/foresttiles-11.png" 0 352 32 32) - ) - (solid #t) - ) - (tile - (id 1310) - (images - (region "forest/foresttiles-11.png" 32 352 32 32) - ) - (solid #t) - ) - (tile - (id 1311) - (solid #t) - (editor-images "../objects/bonus_block/bonus-invisible.png") - ) - (tile - (id 1312) - (solid #t) - (hidden #t) - (images "doodads/havoktux-0.png") - ) - (tile - (id 1313) - (solid #f) - (images "../objects/particles/rainsplash-1.png" - "../objects/particles/rainsplash-2.png" - "../objects/particles/rainsplash-3.png" - "../objects/particles/rainsplash-4.png" - "auxiliary/blank.png") - (anim-fps 18) - ) - (tile - (id 1314) - (solid #f) - (images "../objects/particles/rainsplash-2.png" - "../objects/particles/rainsplash-3.png" - "../objects/particles/rainsplash-4.png" - "auxiliary/blank.png" - "../objects/particles/rainsplash-1.png") - (anim-fps 20) - ) - (tile - (id 1315) - (solid #f) - (images "../objects/particles/rainsplash-3.png" - "../objects/particles/rainsplash-4.png" - "auxiliary/blank.png" - "../objects/particles/rainsplash-1.png" - "../objects/particles/rainsplash-2.png") - (anim-fps 22) - ) - (tile - (id 1316) - (solid #f) - (images "../objects/particles/rainsplash-4.png" - "auxiliary/blank.png" - "../objects/particles/rainsplash-1.png" - "../objects/particles/rainsplash-2.png" - "../objects/particles/rainsplash-3.png") - (anim-fps 24) - ) - (tile - (id 1317) - (solid #f) - (images "../objects/particles/rainsplash-vertical-1.png" - "../objects/particles/rainsplash-vertical-2.png" - "../objects/particles/rainsplash-vertical-3.png" - "../objects/particles/rainsplash-vertical-4.png" - "auxiliary/blank.png") - (anim-fps 21) - ) - (tile - (id 1318) - (solid #f) - (images "../objects/particles/rainsplash-vertical-2.png" - "../objects/particles/rainsplash-vertical-3.png" - "../objects/particles/rainsplash-vertical-4.png" - "auxiliary/blank.png" - "../objects/particles/rainsplash-vertical-1.png") - (anim-fps 19) - ) - (tile - (id 1319) - (solid #f) - (images "../objects/particles/rainsplash-vertical-3.png" - "../objects/particles/rainsplash-vertical-4.png" - "auxiliary/blank.png" - "../objects/particles/rainsplash-vertical-1.png" - "../objects/particles/rainsplash-vertical-2.png") - (anim-fps 17) - ) - (tile - (id 1320) - (solid #f) - (images "../objects/particles/rainsplash-vertical-4.png" - "auxiliary/blank.png" - "../objects/particles/rainsplash-vertical-1.png" - "../objects/particles/rainsplash-vertical-2.png" - "../objects/particles/rainsplash-vertical-3.png") - (anim-fps 15) - ) - (tile - (id 1321) - (images - (region "doodads/iceshrub2.png" 0 0 32 32) - ) - (solid #t) - ) - (tile - (id 1322) - (images - (region "doodads/iceshrub2.png" 32 0 32 32) - ) - (solid #t) - ) - (tile - (id 1323) - (images - (region "doodads/iceshrub2.png" 64 0 32 32) - ) - (solid #t) - ) - (tile - (id 1324) - (images - (region "doodads/iceshrub2.png" 96 0 32 32) - ) - (solid #t) - ) - (tile - (id 1325) - (images - (region "doodads/iceshrub2.png" 0 32 32 32) - ) - (solid #t) - ) - (tile - (id 1326) - (images - (region "doodads/iceshrub2.png" 32 32 32 32) - ) - (solid #t) - ) - (tile - (id 1327) - (images - (region "doodads/iceshrub2.png" 64 32 32 32) - ) - (solid #t) - ) - (tile - (id 1328) - (images - (region "doodads/iceshrub2.png" 96 32 32 32) - ) - (solid #t) - ) - (tile - (id 1329) - (images - (region "doodads/iceshrub2.png" 0 64 32 32) - ) - (solid #t) - ) - (tile - (id 1330) - (images - (region "doodads/iceshrub2.png" 32 64 32 32) - ) - (solid #t) - ) - (tile - (id 1331) - (images - (region "doodads/iceshrub2.png" 64 64 32 32) - ) - (solid #t) - ) - (tile - (id 1332) - (images - (region "doodads/iceshrub2.png" 96 64 32 32) - ) - (solid #t) - ) - (tile - (id 1333) - (images - (region "doodads/iceshrub2.png" 0 96 32 32) - ) - (solid #t) - ) - (tile - (id 1334) - (images - (region "doodads/iceshrub2.png" 32 96 32 32) - ) - (solid #t) - ) - (tile - (id 1335) - (images - (region "doodads/iceshrub2.png" 64 96 32 32) - ) - (solid #t) - ) - (tile - (id 1336) - (images - (region "doodads/iceshrub2.png" 96 96 32 32) - ) - (solid #t) - ) -) diff --git a/basest/images/tiles/worldmap/antarctica.stwt b/basest/images/tiles/worldmap/antarctica.stwt deleted file mode 100644 index f8a18c3dd..000000000 --- a/basest/images/tiles/worldmap/antarctica.stwt +++ /dev/null @@ -1,331 +0,0 @@ -;; -*- mode: scheme -*- -;; (tile (id INT) -;; (directions TOP RIGHT DOWN LEFT) -;; -(supertux-tiles - (tile (id 8) - (images "ground.png") - (north #f) - (south #f) - (east #f) - (west #f) - (stop #f)) - - (tile (id 9) - (images "water.png")) - - (tile (id 11) - (images "snow1.png")) - (tile (id 12) - (images "snow2.png")) - (tile (id 13) - (images "snow3.png")) - (tile (id 14) - (images "snow4.png")) - (tile (id 15) - (images "snow5.png")) - (tile (id 16) - (images "snow6.png")) - (tile (id 17) - (images "snow7.png")) - (tile (id 18) - (images "snow8.png")) - (tile (id 19) - (images "snow9.png")) - (tile (id 20) - (images "snow10.png")) - (tile (id 21) - (images "snow11.png")) - (tile (id 22) - (images "snow12.png")) - (tile (id 23) - (images "snow13.png")) - (tile (id 24) - (images "wood1.png")) - (tile (id 25) - (images "wood2.png")) - (tile (id 26) - (images "wood3.png")) - (tile (id 27) - (images "wood4.png")) - (tile (id 28) - (images "wood5.png")) - (tile (id 29) - (images "wood6.png")) - (tile (id 30) - (images "wood7.png")) - (tile (id 31) - (images "wood8.png")) - (tile (id 32) - (images "wood9.png")) - (tile (id 33) - (images "wood10.png")) - (tile (id 34) - (images "wood11.png")) - (tile (id 35) - (images "wood12.png")) - (tile (id 36) - (images "wood13.png")) - - (tile (id 37) - (images "road_ne.png") - (stop #f) - (north #t) - (south #f) - (west #f) - (east #t)) - - (tile (id 38) - (images "road_nsw.png") - (north #t) - (south #t) - (west #t) - (east #f) - (stop #t)) - (tile (id 39) - (images "road_sw.png") - (stop #f) - (north #f) - (south #t) - (west #t) - (east #f)) - (tile (id 40) - (images "road_we.png") - (north #f) - (south #f) - (west #t) - (east #t) - (stop #f)) - (tile (id 41) - (images "road_nes.png") - (north #t) - (south #t) - (west #f) - (east #t) - (stop #t)) - (tile (id 42) - (images "road_nw.png") - (stop #f) - (north #t) - (south #f) - (west #t) - (east #f)) - (tile (id 43) - (images "road_swe.png") - (north #f) - (south #t) - (west #t) - (east #t) - (stop #t)) - (tile (id 44) - (images "road_new.png") - (north #t) - (south #f) - (west #t) - (east #t) - (stop #t)) - (tile (id 45) - (images "road_nesw.png") - (north #t) - (south #t) - (west #t) - (east #t) - (stop #t)) - (tile (id 46) - (images "road_nws.png") - (north #t) - (south #t) - (west #t) - (east #f) - (stop #t)) - (tile (id 47) - (images "road_ns.png") - (north #t) - (south #t) - (west #f) - (east #f) - (stop #f)) - (tile (id 48) - (images "road_se.png") - (stop #f) - (north #f) - (south #t) - (west #f) - (east #t)) - - ;; castle - (tile (id 49) - (images "castle1.png") - (north #f) - (south #f) - (west #f) - (east #f)) - (tile (id 50) - (images "castle2.png") - (north #f) - (south #f) - (west #f) - (east #f)) - (tile (id 51) - (images "castle3.png") - (north #f) - (south #f) - (west #f) - (east #f)) - - (tile (id 52) - (images "castle4.png") - (north #f) - (south #f) - (west #f) - (east #f)) - (tile (id 53) - (images "castle5.png") - (north #f) - (south #f) - (west #f) - (east #f)) - (tile (id 54) - (images "castle6.png") - (north #f) - (south #f) - (west #f) - (east #f)) - - (tile (id 55) - (images "castle7.png") - (north #f) - (south #f) - (west #f) - (east #f)) - (tile (id 56) - (images "castle8.png") - (stop #t) - (north #f) - (south #f) - (west #f) - (east #t)) - (tile (id 57) - (images "castle9.png") - (stop #f) - (north #f) - (south #f) - (west #t) - (east #t)) - - (tile (id 58) - (images "igloo1.png") - (stop #f) - (north #f) - (south #f) - (west #f) - (east #f)) - (tile (id 59) - (images "igloo2.png") - (stop #t) - (north #f) - (south #t) - (west #f) - (east #f)) - - (tile (id 60) - (images "snowman.png") - (north #f) - (south #t) - (west #f) - (east #f)) - - ;; Secret paths - (tile (id 61) - (images "road_nws.png") - (north #t) - (south #t) - (west #t) - (east #t)) - - (tile (id 62) - (images "snow5.png") - (stop #f) - (north #f) - (south #f) - (west #t) - (east #t)) - - (tile (id 63) - (images "water.png") - (stop #f) - (north #f) - (south #f) - (west #t) - (east #t)) - - (tile (id 64) - (images "snow7.png") - (stop #f) - (north #f) - (south #f) - (west #t) - (east #t)) - - ;;one-way vertical road - (tile (id 65) - (images "road_ns.png") - (north #t) - (south #t) - (west #f) - (east #f) - (stop #f) - (one-way "north-south")) - - ;;one-way horizontal road - (tile (id 66) - (images "road_we.png") - (north #f) - (south #f) - (west #t) - (east #t) - (stop #f) - (one-way "west-east")) - - ;; Another invisible road - (tile (id 67) - (images "snow9.png") - (stop #t) - (north #f) - (south #f) - (west #t) - (east #f)) - - ;; End of the line - (tile (id 68) - (images "road_n.png") - (stop #t) - (north #t) - (south #f) - (west #f) - (east #f)) - - (tile (id 69) - (images "road_e.png") - (stop #t) - (north #f) - (south #f) - (west #f) - (east #t)) - - (tile (id 70) - (images "road_s.png") - (stop #t) - (north #f) - (south #t) - (west #f) - (east #f)) - - (tile (id 71) - (images "road_w.png") - (stop #t) - (north #f) - (south #f) - (west #t) - (east #f)) -) diff --git a/basest/images/worldmap.strf b/basest/images/worldmap.strf new file mode 100644 index 000000000..7c2498f2d --- /dev/null +++ b/basest/images/worldmap.strf @@ -0,0 +1,331 @@ +;; -*- mode: scheme -*- +;; (tile (id INT) +;; (directions TOP RIGHT DOWN LEFT) +;; +(supertux-tiles + (tile (id 8) + (images "tiles/worldmap/ground.png") + (north #f) + (south #f) + (east #f) + (west #f) + (stop #f)) + + (tile (id 9) + (images "tiles/worldmap/water.png")) + + (tile (id 11) + (images "tiles/worldmap/snow1.png")) + (tile (id 12) + (images "tiles/worldmap/snow2.png")) + (tile (id 13) + (images "tiles/worldmap/snow3.png")) + (tile (id 14) + (images "tiles/worldmap/snow4.png")) + (tile (id 15) + (images "tiles/worldmap/snow5.png")) + (tile (id 16) + (images "tiles/worldmap/snow6.png")) + (tile (id 17) + (images "tiles/worldmap/snow7.png")) + (tile (id 18) + (images "tiles/worldmap/snow8.png")) + (tile (id 19) + (images "tiles/worldmap/snow9.png")) + (tile (id 20) + (images "tiles/worldmap/snow10.png")) + (tile (id 21) + (images "tiles/worldmap/snow11.png")) + (tile (id 22) + (images "tiles/worldmap/snow12.png")) + (tile (id 23) + (images "tiles/worldmap/snow13.png")) + (tile (id 24) + (images "tiles/worldmap/wood1.png")) + (tile (id 25) + (images "tiles/worldmap/wood2.png")) + (tile (id 26) + (images "tiles/worldmap/wood3.png")) + (tile (id 27) + (images "tiles/worldmap/wood4.png")) + (tile (id 28) + (images "tiles/worldmap/wood5.png")) + (tile (id 29) + (images "tiles/worldmap/wood6.png")) + (tile (id 30) + (images "tiles/worldmap/wood7.png")) + (tile (id 31) + (images "tiles/worldmap/wood8.png")) + (tile (id 32) + (images "tiles/worldmap/wood9.png")) + (tile (id 33) + (images "tiles/worldmap/wood10.png")) + (tile (id 34) + (images "tiles/worldmap/wood11.png")) + (tile (id 35) + (images "tiles/worldmap/wood12.png")) + (tile (id 36) + (images "tiles/worldmap/wood13.png")) + + (tile (id 37) + (images "tiles/worldmap/road_ne.png") + (stop #f) + (north #t) + (south #f) + (west #f) + (east #t)) + + (tile (id 38) + (images "tiles/worldmap/road_nsw.png") + (north #t) + (south #t) + (west #t) + (east #f) + (stop #t)) + (tile (id 39) + (images "tiles/worldmap/road_sw.png") + (stop #f) + (north #f) + (south #t) + (west #t) + (east #f)) + (tile (id 40) + (images "tiles/worldmap/road_we.png") + (north #f) + (south #f) + (west #t) + (east #t) + (stop #f)) + (tile (id 41) + (images "tiles/worldmap/road_nes.png") + (north #t) + (south #t) + (west #f) + (east #t) + (stop #t)) + (tile (id 42) + (images "tiles/worldmap/road_nw.png") + (stop #f) + (north #t) + (south #f) + (west #t) + (east #f)) + (tile (id 43) + (images "tiles/worldmap/road_swe.png") + (north #f) + (south #t) + (west #t) + (east #t) + (stop #t)) + (tile (id 44) + (images "tiles/worldmap/road_new.png") + (north #t) + (south #f) + (west #t) + (east #t) + (stop #t)) + (tile (id 45) + (images "tiles/worldmap/road_nesw.png") + (north #t) + (south #t) + (west #t) + (east #t) + (stop #t)) + (tile (id 46) + (images "tiles/worldmap/road_nws.png") + (north #t) + (south #t) + (west #t) + (east #f) + (stop #t)) + (tile (id 47) + (images "tiles/worldmap/road_ns.png") + (north #t) + (south #t) + (west #f) + (east #f) + (stop #f)) + (tile (id 48) + (images "tiles/worldmap/road_se.png") + (stop #f) + (north #f) + (south #t) + (west #f) + (east #t)) + + ;; castle + (tile (id 49) + (images "tiles/worldmap/castle1.png") + (north #f) + (south #f) + (west #f) + (east #f)) + (tile (id 50) + (images "tiles/worldmap/castle2.png") + (north #f) + (south #f) + (west #f) + (east #f)) + (tile (id 51) + (images "tiles/worldmap/castle3.png") + (north #f) + (south #f) + (west #f) + (east #f)) + + (tile (id 52) + (images "tiles/worldmap/castle4.png") + (north #f) + (south #f) + (west #f) + (east #f)) + (tile (id 53) + (images "tiles/worldmap/castle5.png") + (north #f) + (south #f) + (west #f) + (east #f)) + (tile (id 54) + (images "tiles/worldmap/castle6.png") + (north #f) + (south #f) + (west #f) + (east #f)) + + (tile (id 55) + (images "tiles/worldmap/castle7.png") + (north #f) + (south #f) + (west #f) + (east #f)) + (tile (id 56) + (images "tiles/worldmap/castle8.png") + (stop #t) + (north #f) + (south #f) + (west #f) + (east #t)) + (tile (id 57) + (images "tiles/worldmap/castle9.png") + (stop #f) + (north #f) + (south #f) + (west #t) + (east #t)) + + (tile (id 58) + (images "tiles/worldmap/igloo1.png") + (stop #f) + (north #f) + (south #f) + (west #f) + (east #f)) + (tile (id 59) + (images "tiles/worldmap/igloo2.png") + (stop #t) + (north #f) + (south #t) + (west #f) + (east #f)) + + (tile (id 60) + (images "tiles/worldmap/snowman.png") + (north #f) + (south #t) + (west #f) + (east #f)) + + ;; Secret paths + (tile (id 61) + (images "tiles/worldmap/road_nws.png") + (north #t) + (south #t) + (west #t) + (east #t)) + + (tile (id 62) + (images "tiles/worldmap/snow5.png") + (stop #f) + (north #f) + (south #f) + (west #t) + (east #t)) + + (tile (id 63) + (images "tiles/worldmap/water.png") + (stop #f) + (north #f) + (south #f) + (west #t) + (east #t)) + + (tile (id 64) + (images "tiles/worldmap/snow7.png") + (stop #f) + (north #f) + (south #f) + (west #t) + (east #t)) + + ;;one-way vertical road + (tile (id 65) + (images "tiles/worldmap/road_ns.png") + (north #t) + (south #t) + (west #f) + (east #f) + (stop #f) + (one-way "north-south")) + + ;;one-way horizontal road + (tile (id 66) + (images "tiles/worldmap/road_we.png") + (north #f) + (south #f) + (west #t) + (east #t) + (stop #f) + (one-way "west-east")) + + ;; Another invisible road + (tile (id 67) + (images "tiles/worldmap/snow9.png") + (stop #t) + (north #f) + (south #f) + (west #t) + (east #f)) + + ;; End of the line + (tile (id 68) + (images "tiles/worldmap/road_n.png") + (stop #t) + (north #t) + (south #f) + (west #f) + (east #f)) + + (tile (id 69) + (images "tiles/worldmap/road_e.png") + (stop #t) + (north #f) + (south #f) + (west #f) + (east #t)) + + (tile (id 70) + (images "tiles/worldmap/road_s.png") + (stop #t) + (north #f) + (south #t) + (west #f) + (east #f)) + + (tile (id 71) + (images "tiles/worldmap/road_w.png") + (stop #t) + (north #f) + (south #f) + (west #t) + (east #f)) +) diff --git a/basest/levels/test/messages.pot b/basest/levels/test/messages.pot index fffc671e1..b4156b163 100644 --- a/basest/levels/test/messages.pot +++ b/basest/levels/test/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-05-06 19:47+0200\n" +"POT-Creation-Date: 2005-05-07 18:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -28,7 +28,7 @@ msgstr "" msgid "Ambient Sound Test" msgstr "" -#: basest/levels/test/ambient_sound.stl:142 +#: basest/levels/test/ambient_sound.stl:138 msgid "" "-Info\n" "#An ambient sound source\n" diff --git a/basest/locale/messages.pot b/basest/locale/messages.pot index 45ab2468a..deeab35aa 100644 --- a/basest/locale/messages.pot +++ b/basest/locale/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-05-07 16:56+0200\n" +"POT-Creation-Date: 2005-05-07 18:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -109,6 +109,25 @@ msgstr "" msgid "Quit Game" msgstr "" +#: src/main.cpp:141 +#, c-format +msgid "" +"Usage: %s [OPTIONS] LEVELFILE\n" +"\n" +msgstr "" + +#: src/main.cpp:143 +#, c-format +msgid "" +"Options:\n" +" -f, --fullscreen Run in fullscreen mode.\n" +" -w, --window Run in window mode.\n" +" -g, --geometry WIDTHxHEIGHT Run SuperTux in give resolution\n" +" --help Show this help message\n" +" --version Display SuperTux version and quit\n" +"\n" +msgstr "" + #: src/leveleditor.cpp:80 msgid "Load Subset" msgstr "" @@ -424,25 +443,6 @@ msgstr "" msgid "Free" msgstr "" -#: src/main.cpp:142 -#, c-format -msgid "" -"Usage: %s [OPTIONS] LEVELFILE\n" -"\n" -msgstr "" - -#: src/main.cpp:144 -#, c-format -msgid "" -"Options:\n" -" -f, --fullscreen Run in fullscreen mode.\n" -" -w, --window Run in window mode.\n" -" -g, --geometry WIDTHxHEIGHT Run SuperTux in give resolution\n" -" --help Show this help message\n" -" --version Display SuperTux version and quit\n" -"\n" -msgstr "" - #: src/gui/menu.cpp:68 msgid "Yes" msgstr "" diff --git a/src/resources.cpp b/src/resources.cpp index 9f7c7580e..a533ab7ba 100644 --- a/src/resources.cpp +++ b/src/resources.cpp @@ -85,8 +85,8 @@ void load_shared() Button::info_font = white_small_text; sprite_manager = new SpriteManager( - get_resource_filename("/images/supertux.strf")); - tile_manager = new TileManager("/images/tiles/supertux.stgt"); + get_resource_filename("/images/sprites.strf")); + tile_manager = new TileManager("/images/tiles.strf"); /* Tuxes: */ char img_name[1024]; diff --git a/src/tile_manager.h b/src/tile_manager.h index d153753c4..6eb05069f 100644 --- a/src/tile_manager.h +++ b/src/tile_manager.h @@ -64,7 +64,7 @@ public: const Tile* get(uint32_t id) const { - //FIXME: Commenting out tiles in supertux.stgt makes tiles.size() fail - it's being set to the first tile commented out. + //FIXME: Commenting out tiles in sprites.strf makes tiles.size() fail - it's being set to the first tile commented out. assert(id < tiles.size()); Tile* tile = tiles[id]; if(!tile) { diff --git a/src/worldmap.cpp b/src/worldmap.cpp index 54caacfaa..50a9f6485 100644 --- a/src/worldmap.cpp +++ b/src/worldmap.cpp @@ -344,7 +344,7 @@ Tux::action(float delta) WorldMap::WorldMap() { - tile_manager = new TileManager("images/tiles/worldmap/antarctica.stwt"); + tile_manager = new TileManager("images/worldmap.strf"); width = 20; height = 15;