From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jan 31 21:10:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2FFB16A421 for ; Thu, 31 Jan 2008 21:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BA99113C4E1 for ; Thu, 31 Jan 2008 21:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m0VLA32e012162 for ; Thu, 31 Jan 2008 21:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0VLA35o012155; Thu, 31 Jan 2008 21:10:03 GMT (envelope-from gnats) Resent-Date: Thu, 31 Jan 2008 21:10:03 GMT Resent-Message-Id: <200801312110.m0VLA35o012155@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Marakasov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65DA216A469 for ; Thu, 31 Jan 2008 21:05:49 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from cp65.agava.net (cp65.agava.net [89.108.66.215]) by mx1.freebsd.org (Postfix) with ESMTP id D3BE813C448 for ; Thu, 31 Jan 2008 21:05:43 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from [213.148.20.85] (helo=hive.panopticon) by cp65.agava.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63 (FreeBSD)) (envelope-from ) id 1JKgdr-000AqC-0r for FreeBSD-gnats-submit@freebsd.org; Fri, 01 Feb 2008 00:08:15 +0300 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 9DB3B63F0 for ; Fri, 1 Feb 2008 00:06:19 +0300 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 513C217031; Fri, 1 Feb 2008 00:05:46 +0300 (MSK) Message-Id: <20080131210546.513C217031@hades.panopticon> Date: Fri, 1 Feb 2008 00:05:46 +0300 (MSK) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/120191: [NEW PORT] games/smc: Secret Maryo Chronicles two-dimensional platform game X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dmitry Marakasov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jan 2008 21:10:03 -0000 >Number: 120191 >Category: ports >Synopsis: [NEW PORT] games/smc: Secret Maryo Chronicles two-dimensional platform game >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jan 31 21:10:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 7.0-RC1 i386 >Organization: >Environment: System: FreeBSD hades.panopticon 7.0-RC1 FreeBSD 7.0-RC1 #0: Sat Jan 5 03:26:52 MSK 2008 root@hades.panopticon:/usr/obj/usr/src/sys/HADES i386 >Description: Secret Maryo Chronicles is a two-dimensional, sidescrolling jump-and-run platform game which utilizes the platform independent multimedia library, SDL. It features a built-in editor which can be used to easily create your own levels and worlds. WWW: http://www.secretmaryo.org/ >How-To-Repeat: >Fix: --- smc-1.4.1.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # smc # smc/Makefile # smc/pkg-descr # smc/pkg-plist # smc/distinfo # echo c - smc mkdir -p smc > /dev/null 2>&1 echo x - smc/Makefile sed 's/^X//' >smc/Makefile << 'END-of-smc/Makefile' X# New ports collection makefile for: smc X# Date created: 31 Jan 2008 X# Whom: Dmitry Marakasov X# X# $FreeBSD$ X# X XPORTNAME= smc XPORTVERSION= 1.4.1 XCATEGORIES= games XMASTER_SITES= SF XMASTER_SITE_SUBDIR= smclone X XMAINTAINER= amdmi3@amdmi3.ru XCOMMENT= Secret Maryo Chronicles two-dimensional platform game X XLIB_DEPENDS= CEGUIBase.1:${PORTSDIR}/graphics/cegui \ X boost_filesystem.4:${PORTSDIR}/devel/boost \ X png.5:${PORTSDIR}/graphics/png X XUSE_BZIP2= yes XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_SDL= sdl image mixer ttf XUSE_GL= yes XCONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} X XCONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" X X.if !defined(NOPORTDOCS) XPORTDOCS= controls.html style.css X Xpost-install: X ${MKDIR} ${DOCSDIR} X.for f in ${PORTDOCS} X ${INSTALL_DATA} ${WRKSRC}/docs/${f} ${DOCSDIR} X.endfor X.endif X X.include END-of-smc/Makefile echo x - smc/pkg-descr sed 's/^X//' >smc/pkg-descr << 'END-of-smc/pkg-descr' XSecret Maryo Chronicles is a two-dimensional, sidescrolling Xjump-and-run platform game which utilizes the platform independent Xmultimedia library, SDL. It features a built-in editor which can Xbe used to easily create your own levels and worlds. X XWWW: http://www.secretmaryo.org/ END-of-smc/pkg-descr echo x - smc/pkg-plist sed 's/^X//' >smc/pkg-plist << 'END-of-smc/pkg-plist' Xbin/smc X%%DATADIR%%/editor/level_items.xml X%%DATADIR%%/editor/level_menu.xml X%%DATADIR%%/editor/world_items.xml X%%DATADIR%%/editor/world_menu.xml X%%DATADIR%%/gui/font/Font.xsd X%%DATADIR%%/gui/font/bluebold1024_big.font X%%DATADIR%%/gui/font/bluebold1024_medium.font X%%DATADIR%%/gui/font/default.ttf X%%DATADIR%%/gui/font/default.txt X%%DATADIR%%/gui/font/default_bold.ttf X%%DATADIR%%/gui/font/default_bold.txt X%%DATADIR%%/gui/imagesets/Imageset.xsd X%%DATADIR%%/gui/imagesets/SMCLook256.imageset X%%DATADIR%%/gui/imagesets/SMCLook256.png X%%DATADIR%%/gui/layout/GUILayout.xsd X%%DATADIR%%/gui/layout/box_question.layout X%%DATADIR%%/gui/layout/box_text.layout X%%DATADIR%%/gui/layout/debugtext.layout X%%DATADIR%%/gui/layout/default.layout X%%DATADIR%%/gui/layout/editor.layout X%%DATADIR%%/gui/layout/level_settings.layout X%%DATADIR%%/gui/layout/level_settings_tab_background.layout X%%DATADIR%%/gui/layout/level_settings_tab_global_effect.layout X%%DATADIR%%/gui/layout/level_settings_tab_main.layout X%%DATADIR%%/gui/layout/loading.layout X%%DATADIR%%/gui/layout/menu_audio.layout X%%DATADIR%%/gui/layout/menu_controls.layout X%%DATADIR%%/gui/layout/menu_game.layout X%%DATADIR%%/gui/layout/menu_main.layout X%%DATADIR%%/gui/layout/menu_start.layout X%%DATADIR%%/gui/layout/menu_video.layout X%%DATADIR%%/gui/layout/statictext.layout X%%DATADIR%%/gui/looknfeel/Falagard.xsd X%%DATADIR%%/gui/looknfeel/TaharezLook.looknfeel X%%DATADIR%%/gui/schemes/GUIScheme.xsd X%%DATADIR%%/gui/schemes/TaharezLook.scheme X%%DATADIR%%/icon/window_32.png X%%DATADIR%%/levels/all.smclvl X%%DATADIR%%/levels/allen_1.smclvl X%%DATADIR%%/levels/castle_test.smclvl X%%DATADIR%%/levels/david_1.smclvl X%%DATADIR%%/levels/dj_kirby_1.smclvl X%%DATADIR%%/levels/dj_kirby_1_sub.smclvl X%%DATADIR%%/levels/eatomania.smclvl X%%DATADIR%%/levels/empty.smclvl X%%DATADIR%%/levels/flippa_2.smclvl X%%DATADIR%%/levels/flippa_3.smclvl X%%DATADIR%%/levels/flippa_3_1.smclvl X%%DATADIR%%/levels/flippa_3_2.smclvl X%%DATADIR%%/levels/flippa_3_3.smclvl X%%DATADIR%%/levels/flippa_3_4.smclvl X%%DATADIR%%/levels/flippa_3_desert.smclvl X%%DATADIR%%/levels/flippa_3_ending.smclvl X%%DATADIR%%/levels/flippa_3_green.smclvl X%%DATADIR%%/levels/flippa_3_mushroom.smclvl X%%DATADIR%%/levels/flippa_3_sky.smclvl X%%DATADIR%%/levels/frosty_climber.smclvl X%%DATADIR%%/levels/jr_cave.smclvl X%%DATADIR%%/levels/jungle_1.smclvl X%%DATADIR%%/levels/keywest_1.smclvl X%%DATADIR%%/levels/lvl_1.smclvl X%%DATADIR%%/levels/lvl_10.smclvl X%%DATADIR%%/levels/lvl_1_sub_1.smclvl X%%DATADIR%%/levels/lvl_2.smclvl X%%DATADIR%%/levels/lvl_2_sub_1.smclvl X%%DATADIR%%/levels/lvl_3.smclvl X%%DATADIR%%/levels/lvl_4.smclvl X%%DATADIR%%/levels/lvl_4_sub_1.smclvl X%%DATADIR%%/levels/lvl_5.smclvl X%%DATADIR%%/levels/lvl_6.smclvl X%%DATADIR%%/levels/lvl_7.smclvl X%%DATADIR%%/levels/lvl_8.smclvl X%%DATADIR%%/levels/lvl_9.smclvl X%%DATADIR%%/levels/monder.smclvl X%%DATADIR%%/levels/monder_bon.smclvl X%%DATADIR%%/levels/monder_end.smclvl X%%DATADIR%%/levels/monderall.smclvl X%%DATADIR%%/levels/monderbar.smclvl X%%DATADIR%%/levels/mondercalyptica.smclvl X%%DATADIR%%/levels/monderland.smclvl X%%DATADIR%%/levels/mountain trials.smclvl X%%DATADIR%%/levels/mt_bon.smclvl X%%DATADIR%%/levels/mt_sec.smclvl X%%DATADIR%%/levels/night_sky.smclvl X%%DATADIR%%/levels/pasol_1.smclvl X%%DATADIR%%/levels/pasol_2.smclvl X%%DATADIR%%/levels/pasol_3.smclvl X%%DATADIR%%/levels/red8.smclvl X%%DATADIR%%/levels/runaway.smclvl X%%DATADIR%%/levels/scaley.smclvl X%%DATADIR%%/levels/speed_test.smclvl X%%DATADIR%%/levels/stephan_1.smclvl X%%DATADIR%%/levels/stephan_2.smclvl X%%DATADIR%%/levels/stephan_3.smclvl X%%DATADIR%%/levels/stephan_3_1.smclvl X%%DATADIR%%/levels/stephan_3_2.smclvl X%%DATADIR%%/levels/stephan_4.smclvl X%%DATADIR%%/levels/stephan_4_1.smclvl X%%DATADIR%%/levels/stephan_4_2.smclvl X%%DATADIR%%/levels/stephan_5.smclvl X%%DATADIR%%/levels/stephan_5_1.smclvl X%%DATADIR%%/levels/stephan_5_2.smclvl X%%DATADIR%%/levels/stephane_1.smclvl X%%DATADIR%%/levels/test_1.smclvl X%%DATADIR%%/levels/test_1_mn.smclvl X%%DATADIR%%/levels/test_2.smclvl X%%DATADIR%%/levels/test_3.smclvl X%%DATADIR%%/levels/test_4.smclvl X%%DATADIR%%/levels/test_5.smclvl X%%DATADIR%%/levels/test_7.smclvl X%%DATADIR%%/levels/test_8.smclvl X%%DATADIR%%/levels/tower_1.smclvl X%%DATADIR%%/levels/tut1_1.smclvl X%%DATADIR%%/levels/underground.smclvl X%%DATADIR%%/levels/undergroundsurprise.smclvl X%%DATADIR%%/levels/whatsnow.smclvl X%%DATADIR%%/levels/wn_01.smclvl X%%DATADIR%%/levels/wn_02.smclvl X%%DATADIR%%/levels/wn_03.smclvl X%%DATADIR%%/levels/wn_03_down.smclvl X%%DATADIR%%/levels/wn_04.smclvl X%%DATADIR%%/levels/wn_05.smclvl X%%DATADIR%%/levels/wn_05_top.smclvl X%%DATADIR%%/levels/wn_06.smclvl X%%DATADIR%%/levels/wn_06_down.smclvl X%%DATADIR%%/levels/wn_07.smclvl X%%DATADIR%%/levels/yuki2000.smclvl X%%DATADIR%%/levels/yuki_dungeon.smclvl X%%DATADIR%%/pixmaps/animation/fire_1/1.png X%%DATADIR%%/pixmaps/animation/fire_1/2.png X%%DATADIR%%/pixmaps/animation/fire_1/3.png X%%DATADIR%%/pixmaps/animation/fire_1/4.png X%%DATADIR%%/pixmaps/animation/fire_1/all.txt X%%DATADIR%%/pixmaps/animation/fireball/1.png X%%DATADIR%%/pixmaps/animation/fireball/1.settings X%%DATADIR%%/pixmaps/animation/fireball/1.txt X%%DATADIR%%/pixmaps/animation/iceball/1.png X%%DATADIR%%/pixmaps/animation/iceball/1.settings X%%DATADIR%%/pixmaps/animation/iceball/1.txt X%%DATADIR%%/pixmaps/animation/light_1/1.png X%%DATADIR%%/pixmaps/animation/light_1/2.png X%%DATADIR%%/pixmaps/animation/light_1/3.png X%%DATADIR%%/pixmaps/animation/particles/axis.png X%%DATADIR%%/pixmaps/animation/particles/axis.settings X%%DATADIR%%/pixmaps/animation/particles/cloud.png X%%DATADIR%%/pixmaps/animation/particles/cloud.settings X%%DATADIR%%/pixmaps/animation/particles/cloud.txt X%%DATADIR%%/pixmaps/animation/particles/dirt.png X%%DATADIR%%/pixmaps/animation/particles/dirt.settings X%%DATADIR%%/pixmaps/animation/particles/ice_1.png X%%DATADIR%%/pixmaps/animation/particles/ice_1.settings X%%DATADIR%%/pixmaps/animation/particles/leaf.txt X%%DATADIR%%/pixmaps/animation/particles/leaf_brown.png X%%DATADIR%%/pixmaps/animation/particles/leaf_brown.settings X%%DATADIR%%/pixmaps/animation/particles/leaf_green.png X%%DATADIR%%/pixmaps/animation/particles/leaf_green.settings X%%DATADIR%%/pixmaps/animation/particles/light.png X%%DATADIR%%/pixmaps/animation/particles/light.settings X%%DATADIR%%/pixmaps/animation/particles/light.txt X%%DATADIR%%/pixmaps/animation/particles/rain.png X%%DATADIR%%/pixmaps/animation/particles/rain.settings X%%DATADIR%%/pixmaps/animation/particles/rain.txt X%%DATADIR%%/pixmaps/animation/particles/rain_small.png X%%DATADIR%%/pixmaps/animation/particles/rain_small.settings X%%DATADIR%%/pixmaps/animation/particles/rain_small.txt X%%DATADIR%%/pixmaps/animation/particles/smoke.png X%%DATADIR%%/pixmaps/animation/particles/smoke.settings X%%DATADIR%%/pixmaps/animation/particles/smoke_black.png X%%DATADIR%%/pixmaps/animation/particles/smoke_black.settings X%%DATADIR%%/pixmaps/animation/particles/smoke_black.txt X%%DATADIR%%/pixmaps/animation/particles/star.png X%%DATADIR%%/pixmaps/animation/particles/star.settings X%%DATADIR%%/pixmaps/blocks/brick/1_blue.png X%%DATADIR%%/pixmaps/blocks/brick/1_blue.settings X%%DATADIR%%/pixmaps/blocks/brick/1_red.png X%%DATADIR%%/pixmaps/blocks/brick/1_red.settings X%%DATADIR%%/pixmaps/blocks/brick/1_yellow.png X%%DATADIR%%/pixmaps/blocks/brick/1_yellow.settings X%%DATADIR%%/pixmaps/blocks/brick/2_1.png X%%DATADIR%%/pixmaps/blocks/brick/2_1.settings X%%DATADIR%%/pixmaps/blocks/brick/2_2.png X%%DATADIR%%/pixmaps/blocks/brick/2_2.settings X%%DATADIR%%/pixmaps/blocks/brick/all.txt X%%DATADIR%%/pixmaps/blocks/extra/all.txt X%%DATADIR%%/pixmaps/blocks/extra/blue_x.png X%%DATADIR%%/pixmaps/blocks/extra/blue_x.settings X%%DATADIR%%/pixmaps/blocks/extra/corded.png X%%DATADIR%%/pixmaps/blocks/extra/corded.settings X%%DATADIR%%/pixmaps/blocks/extra/mushroom.png X%%DATADIR%%/pixmaps/blocks/extra/mushroom.settings X%%DATADIR%%/pixmaps/blocks/ice/1.png X%%DATADIR%%/pixmaps/blocks/ice/1.settings X%%DATADIR%%/pixmaps/blocks/ice/1.txt X%%DATADIR%%/pixmaps/blocks/ice/2.png X%%DATADIR%%/pixmaps/blocks/ice/2.settings X%%DATADIR%%/pixmaps/blocks/ice/2.txt X%%DATADIR%%/pixmaps/blocks/metal/all.txt X%%DATADIR%%/pixmaps/blocks/metal/blue.png X%%DATADIR%%/pixmaps/blocks/metal/blue.settings X%%DATADIR%%/pixmaps/blocks/metal/green.png X%%DATADIR%%/pixmaps/blocks/metal/green.settings X%%DATADIR%%/pixmaps/blocks/metal/grey.png X%%DATADIR%%/pixmaps/blocks/metal/grey.settings X%%DATADIR%%/pixmaps/blocks/metal/red.png X%%DATADIR%%/pixmaps/blocks/metal/red.settings X%%DATADIR%%/pixmaps/blocks/metal/yellow.png X%%DATADIR%%/pixmaps/blocks/metal/yellow.settings X%%DATADIR%%/pixmaps/blocks/pipe/connection_left_down.png X%%DATADIR%%/pixmaps/blocks/pipe/connection_left_down.settings X%%DATADIR%%/pixmaps/blocks/pipe/connection_left_down.txt X%%DATADIR%%/pixmaps/blocks/pipe/connection_left_up.settings X%%DATADIR%%/pixmaps/blocks/pipe/connection_right_down.settings X%%DATADIR%%/pixmaps/blocks/pipe/connection_right_up.settings X%%DATADIR%%/pixmaps/blocks/pipe/metal_connector.png X%%DATADIR%%/pixmaps/blocks/pipe/metal_connector.settings X%%DATADIR%%/pixmaps/blocks/sand/1.png X%%DATADIR%%/pixmaps/blocks/sand/1.settings X%%DATADIR%%/pixmaps/blocks/screw/1.png X%%DATADIR%%/pixmaps/blocks/screw/1.settings X%%DATADIR%%/pixmaps/blocks/screw/1.txt X%%DATADIR%%/pixmaps/blocks/stone/1.png X%%DATADIR%%/pixmaps/blocks/stone/1.settings X%%DATADIR%%/pixmaps/blocks/stone/2.png X%%DATADIR%%/pixmaps/blocks/stone/2.settings X%%DATADIR%%/pixmaps/blocks/stone/all.txt X%%DATADIR%%/pixmaps/blocks/wood/1.png X%%DATADIR%%/pixmaps/blocks/wood/1.settings X%%DATADIR%%/pixmaps/blocks/wood/2.png X%%DATADIR%%/pixmaps/blocks/wood/2.settings X%%DATADIR%%/pixmaps/blocks/wood/2.txt X%%DATADIR%%/pixmaps/clouds/cloudy_1/middle.png X%%DATADIR%%/pixmaps/clouds/cloudy_1/middle.txt X%%DATADIR%%/pixmaps/clouds/default_1/1_left.png X%%DATADIR%%/pixmaps/clouds/default_1/1_left.settings X%%DATADIR%%/pixmaps/clouds/default_1/1_middle.png X%%DATADIR%%/pixmaps/clouds/default_1/1_middle.settings X%%DATADIR%%/pixmaps/clouds/default_1/1_right.settings X%%DATADIR%%/pixmaps/clouds/default_1/2.png X%%DATADIR%%/pixmaps/clouds/default_1/2_big.settings X%%DATADIR%%/pixmaps/clouds/default_1/2_small.settings X%%DATADIR%%/pixmaps/clouds/default_1/all.txt X%%DATADIR%%/pixmaps/clouds/grey_1/small.png X%%DATADIR%%/pixmaps/clouds/grey_1/small.txt X%%DATADIR%%/pixmaps/clouds/light_yellow_1/1.png X%%DATADIR%%/pixmaps/clouds/light_yellow_1/1.settings X%%DATADIR%%/pixmaps/clouds/light_yellow_1/10.png X%%DATADIR%%/pixmaps/clouds/light_yellow_1/10.settings X%%DATADIR%%/pixmaps/clouds/light_yellow_1/2.png X%%DATADIR%%/pixmaps/clouds/light_yellow_1/2.settings X%%DATADIR%%/pixmaps/clouds/light_yellow_1/3.png X%%DATADIR%%/pixmaps/clouds/light_yellow_1/3.settings X%%DATADIR%%/pixmaps/clouds/light_yellow_1/4.png X%%DATADIR%%/pixmaps/clouds/light_yellow_1/4.settings X%%DATADIR%%/pixmaps/clouds/light_yellow_1/5.png X%%DATADIR%%/pixmaps/clouds/light_yellow_1/5.settings X%%DATADIR%%/pixmaps/clouds/light_yellow_1/6.png X%%DATADIR%%/pixmaps/clouds/light_yellow_1/6.settings X%%DATADIR%%/pixmaps/clouds/light_yellow_1/7.png X%%DATADIR%%/pixmaps/clouds/light_yellow_1/7.settings X%%DATADIR%%/pixmaps/clouds/light_yellow_1/8.png X%%DATADIR%%/pixmaps/clouds/light_yellow_1/8.settings X%%DATADIR%%/pixmaps/clouds/light_yellow_1/9.png X%%DATADIR%%/pixmaps/clouds/light_yellow_1/9.settings X%%DATADIR%%/pixmaps/clouds/light_yellow_1/all.txt X%%DATADIR%%/pixmaps/clouds/lightblue_1/all.txt X%%DATADIR%%/pixmaps/clouds/lightblue_1/left.png X%%DATADIR%%/pixmaps/clouds/lightblue_1/left.settings X%%DATADIR%%/pixmaps/clouds/lightblue_1/middle.png X%%DATADIR%%/pixmaps/clouds/lightblue_1/middle.settings X%%DATADIR%%/pixmaps/clouds/lightblue_1/right.png X%%DATADIR%%/pixmaps/clouds/lightblue_1/right.settings X%%DATADIR%%/pixmaps/enemy/bosses/turtle/shell_active.settings X%%DATADIR%%/pixmaps/enemy/bosses/turtle/shell_front.png X%%DATADIR%%/pixmaps/enemy/bosses/turtle/shell_front.settings X%%DATADIR%%/pixmaps/enemy/bosses/turtle/shell_move_1.png X%%DATADIR%%/pixmaps/enemy/bosses/turtle/shell_move_1.settings X%%DATADIR%%/pixmaps/enemy/bosses/turtle/shell_move_2.png X%%DATADIR%%/pixmaps/enemy/bosses/turtle/shell_move_2.settings X%%DATADIR%%/pixmaps/enemy/bosses/turtle/shell_move_3.png X%%DATADIR%%/pixmaps/enemy/bosses/turtle/shell_move_3.settings X%%DATADIR%%/pixmaps/enemy/bosses/turtle/turn_1.settings X%%DATADIR%%/pixmaps/enemy/bosses/turtle/walk_0.png X%%DATADIR%%/pixmaps/enemy/bosses/turtle/walk_0.settings X%%DATADIR%%/pixmaps/enemy/bosses/turtle/walk_1.png X%%DATADIR%%/pixmaps/enemy/bosses/turtle/walk_1.settings X%%DATADIR%%/pixmaps/enemy/bosses/turtle/walk_2.png X%%DATADIR%%/pixmaps/enemy/bosses/turtle/walk_2.settings X%%DATADIR%%/pixmaps/enemy/eato/1.png X%%DATADIR%%/pixmaps/enemy/eato/1.settings X%%DATADIR%%/pixmaps/enemy/eato/2.png X%%DATADIR%%/pixmaps/enemy/eato/2.settings X%%DATADIR%%/pixmaps/enemy/eato/3.png X%%DATADIR%%/pixmaps/enemy/eato/3.settings X%%DATADIR%%/pixmaps/enemy/gee/all.txt X%%DATADIR%%/pixmaps/enemy/gee/electro/1.png X%%DATADIR%%/pixmaps/enemy/gee/electro/1.settings X%%DATADIR%%/pixmaps/enemy/gee/electro/10.png X%%DATADIR%%/pixmaps/enemy/gee/electro/10.settings X%%DATADIR%%/pixmaps/enemy/gee/electro/2.png X%%DATADIR%%/pixmaps/enemy/gee/electro/2.settings X%%DATADIR%%/pixmaps/enemy/gee/electro/3.png X%%DATADIR%%/pixmaps/enemy/gee/electro/3.settings X%%DATADIR%%/pixmaps/enemy/gee/electro/4.png X%%DATADIR%%/pixmaps/enemy/gee/electro/4.settings X%%DATADIR%%/pixmaps/enemy/gee/electro/5.png X%%DATADIR%%/pixmaps/enemy/gee/electro/5.settings X%%DATADIR%%/pixmaps/enemy/gee/electro/6.png X%%DATADIR%%/pixmaps/enemy/gee/electro/6.settings X%%DATADIR%%/pixmaps/enemy/gee/electro/7.png X%%DATADIR%%/pixmaps/enemy/gee/electro/7.settings X%%DATADIR%%/pixmaps/enemy/gee/electro/8.png X%%DATADIR%%/pixmaps/enemy/gee/electro/8.settings X%%DATADIR%%/pixmaps/enemy/gee/electro/9.png X%%DATADIR%%/pixmaps/enemy/gee/electro/9.settings X%%DATADIR%%/pixmaps/enemy/gee/lava/1.png X%%DATADIR%%/pixmaps/enemy/gee/lava/1.settings X%%DATADIR%%/pixmaps/enemy/gee/lava/10.png X%%DATADIR%%/pixmaps/enemy/gee/lava/10.settings X%%DATADIR%%/pixmaps/enemy/gee/lava/2.png X%%DATADIR%%/pixmaps/enemy/gee/lava/2.settings X%%DATADIR%%/pixmaps/enemy/gee/lava/3.png X%%DATADIR%%/pixmaps/enemy/gee/lava/3.settings X%%DATADIR%%/pixmaps/enemy/gee/lava/4.png X%%DATADIR%%/pixmaps/enemy/gee/lava/4.settings X%%DATADIR%%/pixmaps/enemy/gee/lava/5.png X%%DATADIR%%/pixmaps/enemy/gee/lava/5.settings X%%DATADIR%%/pixmaps/enemy/gee/lava/6.png X%%DATADIR%%/pixmaps/enemy/gee/lava/6.settings X%%DATADIR%%/pixmaps/enemy/gee/lava/7.png X%%DATADIR%%/pixmaps/enemy/gee/lava/7.settings X%%DATADIR%%/pixmaps/enemy/gee/lava/8.png X%%DATADIR%%/pixmaps/enemy/gee/lava/8.settings X%%DATADIR%%/pixmaps/enemy/gee/lava/9.png X%%DATADIR%%/pixmaps/enemy/gee/lava/9.settings X%%DATADIR%%/pixmaps/enemy/gee/venom/1.png X%%DATADIR%%/pixmaps/enemy/gee/venom/1.settings X%%DATADIR%%/pixmaps/enemy/gee/venom/10.png X%%DATADIR%%/pixmaps/enemy/gee/venom/10.settings X%%DATADIR%%/pixmaps/enemy/gee/venom/2.png X%%DATADIR%%/pixmaps/enemy/gee/venom/2.settings X%%DATADIR%%/pixmaps/enemy/gee/venom/3.png X%%DATADIR%%/pixmaps/enemy/gee/venom/3.settings X%%DATADIR%%/pixmaps/enemy/gee/venom/4.png X%%DATADIR%%/pixmaps/enemy/gee/venom/4.settings X%%DATADIR%%/pixmaps/enemy/gee/venom/5.png X%%DATADIR%%/pixmaps/enemy/gee/venom/5.settings X%%DATADIR%%/pixmaps/enemy/gee/venom/6.png X%%DATADIR%%/pixmaps/enemy/gee/venom/6.settings X%%DATADIR%%/pixmaps/enemy/gee/venom/7.png X%%DATADIR%%/pixmaps/enemy/gee/venom/7.settings X%%DATADIR%%/pixmaps/enemy/gee/venom/8.png X%%DATADIR%%/pixmaps/enemy/gee/venom/8.settings X%%DATADIR%%/pixmaps/enemy/gee/venom/9.png X%%DATADIR%%/pixmaps/enemy/gee/venom/9.settings X%%DATADIR%%/pixmaps/enemy/gumba/all.txt X%%DATADIR%%/pixmaps/enemy/gumba/blue/dead.png X%%DATADIR%%/pixmaps/enemy/gumba/blue/dead.settings X%%DATADIR%%/pixmaps/enemy/gumba/blue/walk_1.png X%%DATADIR%%/pixmaps/enemy/gumba/blue/walk_1.settings X%%DATADIR%%/pixmaps/enemy/gumba/blue/walk_10.png X%%DATADIR%%/pixmaps/enemy/gumba/blue/walk_10.settings X%%DATADIR%%/pixmaps/enemy/gumba/blue/walk_2.png X%%DATADIR%%/pixmaps/enemy/gumba/blue/walk_2.settings X%%DATADIR%%/pixmaps/enemy/gumba/blue/walk_3.png X%%DATADIR%%/pixmaps/enemy/gumba/blue/walk_3.settings X%%DATADIR%%/pixmaps/enemy/gumba/blue/walk_4.png X%%DATADIR%%/pixmaps/enemy/gumba/blue/walk_4.settings X%%DATADIR%%/pixmaps/enemy/gumba/blue/walk_5.png X%%DATADIR%%/pixmaps/enemy/gumba/blue/walk_5.settings X%%DATADIR%%/pixmaps/enemy/gumba/blue/walk_6.png X%%DATADIR%%/pixmaps/enemy/gumba/blue/walk_6.settings X%%DATADIR%%/pixmaps/enemy/gumba/blue/walk_7.png X%%DATADIR%%/pixmaps/enemy/gumba/blue/walk_7.settings X%%DATADIR%%/pixmaps/enemy/gumba/blue/walk_8.png X%%DATADIR%%/pixmaps/enemy/gumba/blue/walk_8.settings X%%DATADIR%%/pixmaps/enemy/gumba/blue/walk_9.png X%%DATADIR%%/pixmaps/enemy/gumba/blue/walk_9.settings X%%DATADIR%%/pixmaps/enemy/gumba/brown/dead.png X%%DATADIR%%/pixmaps/enemy/gumba/brown/dead.settings X%%DATADIR%%/pixmaps/enemy/gumba/brown/walk_1.png X%%DATADIR%%/pixmaps/enemy/gumba/brown/walk_1.settings X%%DATADIR%%/pixmaps/enemy/gumba/brown/walk_10.png X%%DATADIR%%/pixmaps/enemy/gumba/brown/walk_10.settings X%%DATADIR%%/pixmaps/enemy/gumba/brown/walk_2.png X%%DATADIR%%/pixmaps/enemy/gumba/brown/walk_2.settings X%%DATADIR%%/pixmaps/enemy/gumba/brown/walk_3.png X%%DATADIR%%/pixmaps/enemy/gumba/brown/walk_3.settings X%%DATADIR%%/pixmaps/enemy/gumba/brown/walk_4.png X%%DATADIR%%/pixmaps/enemy/gumba/brown/walk_4.settings X%%DATADIR%%/pixmaps/enemy/gumba/brown/walk_5.png X%%DATADIR%%/pixmaps/enemy/gumba/brown/walk_5.settings X%%DATADIR%%/pixmaps/enemy/gumba/brown/walk_6.png X%%DATADIR%%/pixmaps/enemy/gumba/brown/walk_6.settings X%%DATADIR%%/pixmaps/enemy/gumba/brown/walk_7.png X%%DATADIR%%/pixmaps/enemy/gumba/brown/walk_7.settings X%%DATADIR%%/pixmaps/enemy/gumba/brown/walk_8.png X%%DATADIR%%/pixmaps/enemy/gumba/brown/walk_8.settings X%%DATADIR%%/pixmaps/enemy/gumba/brown/walk_9.png X%%DATADIR%%/pixmaps/enemy/gumba/brown/walk_9.settings X%%DATADIR%%/pixmaps/enemy/jpiranha/all.txt X%%DATADIR%%/pixmaps/enemy/jpiranha/closed_1.png X%%DATADIR%%/pixmaps/enemy/jpiranha/closed_2.png X%%DATADIR%%/pixmaps/enemy/jpiranha/down_closed_1.settings X%%DATADIR%%/pixmaps/enemy/jpiranha/down_closed_2.settings X%%DATADIR%%/pixmaps/enemy/jpiranha/down_open_1.settings X%%DATADIR%%/pixmaps/enemy/jpiranha/down_open_2.settings X%%DATADIR%%/pixmaps/enemy/jpiranha/left_closed_1.settings X%%DATADIR%%/pixmaps/enemy/jpiranha/left_closed_2.settings X%%DATADIR%%/pixmaps/enemy/jpiranha/left_open_1.settings X%%DATADIR%%/pixmaps/enemy/jpiranha/left_open_2.settings X%%DATADIR%%/pixmaps/enemy/jpiranha/open_1.png X%%DATADIR%%/pixmaps/enemy/jpiranha/open_2.png X%%DATADIR%%/pixmaps/enemy/jpiranha/right_closed_1.settings X%%DATADIR%%/pixmaps/enemy/jpiranha/right_closed_2.settings X%%DATADIR%%/pixmaps/enemy/jpiranha/right_open_1.settings X%%DATADIR%%/pixmaps/enemy/jpiranha/right_open_2.settings X%%DATADIR%%/pixmaps/enemy/jpiranha/up_closed_1.settings X%%DATADIR%%/pixmaps/enemy/jpiranha/up_closed_2.settings X%%DATADIR%%/pixmaps/enemy/jpiranha/up_open_1.settings X%%DATADIR%%/pixmaps/enemy/jpiranha/up_open_2.settings X%%DATADIR%%/pixmaps/enemy/rex/all.txt X%%DATADIR%%/pixmaps/enemy/rex/big_1.png X%%DATADIR%%/pixmaps/enemy/rex/big_1.settings X%%DATADIR%%/pixmaps/enemy/rex/big_2.png X%%DATADIR%%/pixmaps/enemy/rex/big_2.settings X%%DATADIR%%/pixmaps/enemy/rex/small_1.png X%%DATADIR%%/pixmaps/enemy/rex/small_1.settings X%%DATADIR%%/pixmaps/enemy/rex/small_2.png X%%DATADIR%%/pixmaps/enemy/rex/small_2.settings X%%DATADIR%%/pixmaps/enemy/rokko/all.txt X%%DATADIR%%/pixmaps/enemy/rokko/l.settings X%%DATADIR%%/pixmaps/enemy/rokko/r.png X%%DATADIR%%/pixmaps/enemy/rokko/r.settings X%%DATADIR%%/pixmaps/enemy/spika/all.txt X%%DATADIR%%/pixmaps/enemy/spika/green.png X%%DATADIR%%/pixmaps/enemy/spika/green.settings X%%DATADIR%%/pixmaps/enemy/spika/grey.png X%%DATADIR%%/pixmaps/enemy/spika/grey.settings X%%DATADIR%%/pixmaps/enemy/spika/orange.png X%%DATADIR%%/pixmaps/enemy/spika/orange.settings X%%DATADIR%%/pixmaps/enemy/static/metal_1/spike.png X%%DATADIR%%/pixmaps/enemy/static/metal_1/spike.txt X%%DATADIR%%/pixmaps/enemy/static/saw/all.txt X%%DATADIR%%/pixmaps/enemy/static/saw/default.png X%%DATADIR%%/pixmaps/enemy/static/saw/default.settings X%%DATADIR%%/pixmaps/enemy/static/saw/face_1.png X%%DATADIR%%/pixmaps/enemy/static/saw/face_1.settings X%%DATADIR%%/pixmaps/enemy/thromp/down_default.png X%%DATADIR%%/pixmaps/enemy/thromp/down_default.settings X%%DATADIR%%/pixmaps/enemy/thromp/left_default.settings X%%DATADIR%%/pixmaps/enemy/thromp/right_default.settings X%%DATADIR%%/pixmaps/enemy/thromp/up_default.settings X%%DATADIR%%/pixmaps/enemy/turtle/green/shell_active.settings X%%DATADIR%%/pixmaps/enemy/turtle/green/shell_front.png X%%DATADIR%%/pixmaps/enemy/turtle/green/shell_front.settings X%%DATADIR%%/pixmaps/enemy/turtle/green/shell_move_1.png X%%DATADIR%%/pixmaps/enemy/turtle/green/shell_move_1.settings X%%DATADIR%%/pixmaps/enemy/turtle/green/shell_move_2.png X%%DATADIR%%/pixmaps/enemy/turtle/green/shell_move_2.settings X%%DATADIR%%/pixmaps/enemy/turtle/green/shell_move_3.png X%%DATADIR%%/pixmaps/enemy/turtle/green/shell_move_3.settings X%%DATADIR%%/pixmaps/enemy/turtle/green/turn_1.settings X%%DATADIR%%/pixmaps/enemy/turtle/green/walk_0.png X%%DATADIR%%/pixmaps/enemy/turtle/green/walk_0.settings X%%DATADIR%%/pixmaps/enemy/turtle/green/walk_1.png X%%DATADIR%%/pixmaps/enemy/turtle/green/walk_1.settings X%%DATADIR%%/pixmaps/enemy/turtle/green/walk_2.png X%%DATADIR%%/pixmaps/enemy/turtle/green/walk_2.settings X%%DATADIR%%/pixmaps/enemy/turtle/red/shell_active.settings X%%DATADIR%%/pixmaps/enemy/turtle/red/shell_front.png X%%DATADIR%%/pixmaps/enemy/turtle/red/shell_front.settings X%%DATADIR%%/pixmaps/enemy/turtle/red/shell_move_1.png X%%DATADIR%%/pixmaps/enemy/turtle/red/shell_move_1.settings X%%DATADIR%%/pixmaps/enemy/turtle/red/shell_move_2.png X%%DATADIR%%/pixmaps/enemy/turtle/red/shell_move_2.settings X%%DATADIR%%/pixmaps/enemy/turtle/red/shell_move_3.png X%%DATADIR%%/pixmaps/enemy/turtle/red/shell_move_3.settings X%%DATADIR%%/pixmaps/enemy/turtle/red/turn_1.settings X%%DATADIR%%/pixmaps/enemy/turtle/red/walk_0.png X%%DATADIR%%/pixmaps/enemy/turtle/red/walk_0.settings X%%DATADIR%%/pixmaps/enemy/turtle/red/walk_1.png X%%DATADIR%%/pixmaps/enemy/turtle/red/walk_1.settings X%%DATADIR%%/pixmaps/enemy/turtle/red/walk_2.png X%%DATADIR%%/pixmaps/enemy/turtle/red/walk_2.settings X%%DATADIR%%/pixmaps/game/arrow/small/blue/down.settings X%%DATADIR%%/pixmaps/game/arrow/small/blue/left.settings X%%DATADIR%%/pixmaps/game/arrow/small/blue/right.png X%%DATADIR%%/pixmaps/game/arrow/small/blue/right.settings X%%DATADIR%%/pixmaps/game/arrow/small/blue/up.settings X%%DATADIR%%/pixmaps/game/arrow/small/white/down.settings X%%DATADIR%%/pixmaps/game/arrow/small/white/left.settings X%%DATADIR%%/pixmaps/game/arrow/small/white/right.png X%%DATADIR%%/pixmaps/game/arrow/small/white/right.settings X%%DATADIR%%/pixmaps/game/arrow/small/white/up.settings X%%DATADIR%%/pixmaps/game/background/beach_island.png X%%DATADIR%%/pixmaps/game/background/blue_hills_1.png X%%DATADIR%%/pixmaps/game/background/blue_hills_1.txt X%%DATADIR%%/pixmaps/game/background/blue_mountains_1.png X%%DATADIR%%/pixmaps/game/background/blue_mountains_1.txt X%%DATADIR%%/pixmaps/game/background/blue_waterhills_1.png X%%DATADIR%%/pixmaps/game/background/blue_waterhills_1.txt X%%DATADIR%%/pixmaps/game/background/desert_dunes_1.png X%%DATADIR%%/pixmaps/game/background/desert_dunes_1.txt X%%DATADIR%%/pixmaps/game/background/desert_hills_1.png X%%DATADIR%%/pixmaps/game/background/desert_hills_1.txt X%%DATADIR%%/pixmaps/game/background/green_grass_1.png X%%DATADIR%%/pixmaps/game/background/green_grass_1.txt X%%DATADIR%%/pixmaps/game/background/green_hills_1.png X%%DATADIR%%/pixmaps/game/background/green_hills_1.settings X%%DATADIR%%/pixmaps/game/background/green_hills_1.txt X%%DATADIR%%/pixmaps/game/background/green_hills_2.png X%%DATADIR%%/pixmaps/game/background/green_hills_2.txt X%%DATADIR%%/pixmaps/game/background/green_junglehills.png X%%DATADIR%%/pixmaps/game/background/green_junglehills.txt X%%DATADIR%%/pixmaps/game/background/low_sand.png X%%DATADIR%%/pixmaps/game/background/more_hills.png X%%DATADIR%%/pixmaps/game/background/more_hills.txt X%%DATADIR%%/pixmaps/game/background/ocean_green.png X%%DATADIR%%/pixmaps/game/background/puffy_clouds.png X%%DATADIR%%/pixmaps/game/background/sand_hill_1.png X%%DATADIR%%/pixmaps/game/background/sand_hill_1.txt X%%DATADIR%%/pixmaps/game/background/stalagtites_background_1.png X%%DATADIR%%/pixmaps/game/background/stalagtites_background_2.png X%%DATADIR%%/pixmaps/game/background/stars_1.png X%%DATADIR%%/pixmaps/game/box/brown1_1.png X%%DATADIR%%/pixmaps/game/box/brown1_1.settings X%%DATADIR%%/pixmaps/game/box/brown1_1.txt X%%DATADIR%%/pixmaps/game/box/stone8.png X%%DATADIR%%/pixmaps/game/box/stone8.settings X%%DATADIR%%/pixmaps/game/box/stone8.txt X%%DATADIR%%/pixmaps/game/box/white1_1.png X%%DATADIR%%/pixmaps/game/box/white1_1.settings X%%DATADIR%%/pixmaps/game/box/white1_1.txt X%%DATADIR%%/pixmaps/game/box/yellow/bonus/1.png X%%DATADIR%%/pixmaps/game/box/yellow/bonus/1.settings X%%DATADIR%%/pixmaps/game/box/yellow/bonus/2.png X%%DATADIR%%/pixmaps/game/box/yellow/bonus/2.settings X%%DATADIR%%/pixmaps/game/box/yellow/bonus/3.png X%%DATADIR%%/pixmaps/game/box/yellow/bonus/3.settings X%%DATADIR%%/pixmaps/game/box/yellow/bonus/4.png X%%DATADIR%%/pixmaps/game/box/yellow/bonus/4.settings X%%DATADIR%%/pixmaps/game/box/yellow/bonus/5.png X%%DATADIR%%/pixmaps/game/box/yellow/bonus/5.settings X%%DATADIR%%/pixmaps/game/box/yellow/bonus/6.png X%%DATADIR%%/pixmaps/game/box/yellow/bonus/6.settings X%%DATADIR%%/pixmaps/game/box/yellow/bonus/all.txt X%%DATADIR%%/pixmaps/game/box/yellow/default.png X%%DATADIR%%/pixmaps/game/box/yellow/default.settings X%%DATADIR%%/pixmaps/game/box/yellow/default.txt X%%DATADIR%%/pixmaps/game/box/yellow/life/1.png X%%DATADIR%%/pixmaps/game/box/yellow/life/1.settings X%%DATADIR%%/pixmaps/game/box/yellow/life/2.png X%%DATADIR%%/pixmaps/game/box/yellow/life/2.settings X%%DATADIR%%/pixmaps/game/box/yellow/life/3.png X%%DATADIR%%/pixmaps/game/box/yellow/life/3.settings X%%DATADIR%%/pixmaps/game/box/yellow/life/4.png X%%DATADIR%%/pixmaps/game/box/yellow/life/4.settings X%%DATADIR%%/pixmaps/game/box/yellow/life/all.txt X%%DATADIR%%/pixmaps/game/box/yellow/power_1.png X%%DATADIR%%/pixmaps/game/box/yellow/power_1.settings X%%DATADIR%%/pixmaps/game/box/yellow/power_1.txt X%%DATADIR%%/pixmaps/game/box/yellow/spin/1.png X%%DATADIR%%/pixmaps/game/box/yellow/spin/1.settings X%%DATADIR%%/pixmaps/game/box/yellow/spin/2.png X%%DATADIR%%/pixmaps/game/box/yellow/spin/2.settings X%%DATADIR%%/pixmaps/game/box/yellow/spin/3.png X%%DATADIR%%/pixmaps/game/box/yellow/spin/3.settings X%%DATADIR%%/pixmaps/game/box/yellow/spin/4.png X%%DATADIR%%/pixmaps/game/box/yellow/spin/4.settings X%%DATADIR%%/pixmaps/game/box/yellow/spin/5.png X%%DATADIR%%/pixmaps/game/box/yellow/spin/5.settings X%%DATADIR%%/pixmaps/game/box/yellow/spin/all.txt X%%DATADIR%%/pixmaps/game/box/yellow/spin/disabled.png X%%DATADIR%%/pixmaps/game/box/yellow/spin/disabled.settings X%%DATADIR%%/pixmaps/game/editor/special.png X%%DATADIR%%/pixmaps/game/editor/special.settings X%%DATADIR%%/pixmaps/game/editor/unknown.png X%%DATADIR%%/pixmaps/game/editor/unknown.settings X%%DATADIR%%/pixmaps/game/game_over.png X%%DATADIR%%/pixmaps/game/game_over.settings X%%DATADIR%%/pixmaps/game/gold_m.png X%%DATADIR%%/pixmaps/game/gold_m.settings X%%DATADIR%%/pixmaps/game/itembox.png X%%DATADIR%%/pixmaps/game/itembox.settings X%%DATADIR%%/pixmaps/game/items/feather_1.png X%%DATADIR%%/pixmaps/game/items/fireplant.png X%%DATADIR%%/pixmaps/game/items/fireplant.settings X%%DATADIR%%/pixmaps/game/items/fireplant.txt X%%DATADIR%%/pixmaps/game/items/fireplant_left.png X%%DATADIR%%/pixmaps/game/items/fireplant_left.settings X%%DATADIR%%/pixmaps/game/items/fireplant_right.png X%%DATADIR%%/pixmaps/game/items/fireplant_right.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/all.txt X%%DATADIR%%/pixmaps/game/items/goldpiece/red/1.png X%%DATADIR%%/pixmaps/game/items/goldpiece/red/1.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/red/10.png X%%DATADIR%%/pixmaps/game/items/goldpiece/red/10.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/red/10_falling.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/red/1_falling.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/red/2.png X%%DATADIR%%/pixmaps/game/items/goldpiece/red/2.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/red/2_falling.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/red/3.png X%%DATADIR%%/pixmaps/game/items/goldpiece/red/3.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/red/3_falling.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/red/4.png X%%DATADIR%%/pixmaps/game/items/goldpiece/red/4.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/red/4_falling.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/red/5.png X%%DATADIR%%/pixmaps/game/items/goldpiece/red/5.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/red/5_falling.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/red/6.png X%%DATADIR%%/pixmaps/game/items/goldpiece/red/6.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/red/6_falling.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/red/7.png X%%DATADIR%%/pixmaps/game/items/goldpiece/red/7.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/red/7_falling.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/red/8.png X%%DATADIR%%/pixmaps/game/items/goldpiece/red/8.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/red/8_falling.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/red/9.png X%%DATADIR%%/pixmaps/game/items/goldpiece/red/9.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/red/9_falling.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/yellow/1.png X%%DATADIR%%/pixmaps/game/items/goldpiece/yellow/1.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/yellow/10.png X%%DATADIR%%/pixmaps/game/items/goldpiece/yellow/10.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/yellow/10_falling.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/yellow/1_falling.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/yellow/2.png X%%DATADIR%%/pixmaps/game/items/goldpiece/yellow/2.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/yellow/2_falling.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/yellow/3.png X%%DATADIR%%/pixmaps/game/items/goldpiece/yellow/3.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/yellow/3_falling.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/yellow/4.png X%%DATADIR%%/pixmaps/game/items/goldpiece/yellow/4.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/yellow/4_falling.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/yellow/5.png X%%DATADIR%%/pixmaps/game/items/goldpiece/yellow/5.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/yellow/5_falling.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/yellow/6.png X%%DATADIR%%/pixmaps/game/items/goldpiece/yellow/6.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/yellow/6_falling.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/yellow/7.png X%%DATADIR%%/pixmaps/game/items/goldpiece/yellow/7.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/yellow/7_falling.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/yellow/8.png X%%DATADIR%%/pixmaps/game/items/goldpiece/yellow/8.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/yellow/8_falling.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/yellow/9.png X%%DATADIR%%/pixmaps/game/items/goldpiece/yellow/9.settings X%%DATADIR%%/pixmaps/game/items/goldpiece/yellow/9_falling.settings X%%DATADIR%%/pixmaps/game/items/moon.txt X%%DATADIR%%/pixmaps/game/items/moon_1.png X%%DATADIR%%/pixmaps/game/items/moon_1.settings X%%DATADIR%%/pixmaps/game/items/moon_2.png X%%DATADIR%%/pixmaps/game/items/moon_2.settings X%%DATADIR%%/pixmaps/game/items/mushroom_blue.png X%%DATADIR%%/pixmaps/game/items/mushroom_blue.settings X%%DATADIR%%/pixmaps/game/items/mushroom_ghost.png X%%DATADIR%%/pixmaps/game/items/mushroom_ghost.settings X%%DATADIR%%/pixmaps/game/items/mushroom_green.png X%%DATADIR%%/pixmaps/game/items/mushroom_green.settings X%%DATADIR%%/pixmaps/game/items/mushroom_poison.png X%%DATADIR%%/pixmaps/game/items/mushroom_poison.settings X%%DATADIR%%/pixmaps/game/items/mushroom_red.png X%%DATADIR%%/pixmaps/game/items/mushroom_red.settings X%%DATADIR%%/pixmaps/game/items/mushrooms.txt X%%DATADIR%%/pixmaps/game/items/power.txt X%%DATADIR%%/pixmaps/game/items/power_1.png X%%DATADIR%%/pixmaps/game/items/power_2.png X%%DATADIR%%/pixmaps/game/items/star.png X%%DATADIR%%/pixmaps/game/items/star.settings X%%DATADIR%%/pixmaps/game/items/star.txt X%%DATADIR%%/pixmaps/game/level/big1_1.png X%%DATADIR%%/pixmaps/game/level/big1_2.png X%%DATADIR%%/pixmaps/game/level/big1_metre.png X%%DATADIR%%/pixmaps/game/level/door_red_1.png X%%DATADIR%%/pixmaps/game/level/door_red_1.settings X%%DATADIR%%/pixmaps/game/level/door_red_1.txt X%%DATADIR%%/pixmaps/game/level/door_wood_1.png X%%DATADIR%%/pixmaps/game/level/door_wood_1.settings X%%DATADIR%%/pixmaps/game/level/door_wood_1.txt X%%DATADIR%%/pixmaps/game/level/door_yellow_1.png X%%DATADIR%%/pixmaps/game/level/door_yellow_1.settings X%%DATADIR%%/pixmaps/game/level/door_yellow_1.txt X%%DATADIR%%/pixmaps/game/level/small1_1.png X%%DATADIR%%/pixmaps/game/level/small1_2.png X%%DATADIR%%/pixmaps/game/level/small1_metre.png X%%DATADIR%%/pixmaps/game/logo/lmario1.png X%%DATADIR%%/pixmaps/game/logo/lmario1.settings X%%DATADIR%%/pixmaps/game/logo/lmario1.txt X%%DATADIR%%/pixmaps/game/logo/ty.png X%%DATADIR%%/pixmaps/game/logo/ty.settings X%%DATADIR%%/pixmaps/game/maryo_l.png X%%DATADIR%%/pixmaps/game/maryo_l.settings X%%DATADIR%%/pixmaps/game/the_end.png X%%DATADIR%%/pixmaps/game/the_end.settings X%%DATADIR%%/pixmaps/ground/castle_1/ground/bottom/1.png X%%DATADIR%%/pixmaps/ground/castle_1/ground/bottom/1.settings X%%DATADIR%%/pixmaps/ground/castle_1/ground/bottom/left.png X%%DATADIR%%/pixmaps/ground/castle_1/ground/bottom/left.settings X%%DATADIR%%/pixmaps/ground/castle_1/ground/bottom/right.settings X%%DATADIR%%/pixmaps/ground/castle_1/ground/middle/1.png X%%DATADIR%%/pixmaps/ground/castle_1/ground/middle/1.settings X%%DATADIR%%/pixmaps/ground/castle_1/ground/middle/left.png X%%DATADIR%%/pixmaps/ground/castle_1/ground/middle/left.settings X%%DATADIR%%/pixmaps/ground/castle_1/ground/middle/left_bottom.png X%%DATADIR%%/pixmaps/ground/castle_1/ground/middle/left_bottom.settings X%%DATADIR%%/pixmaps/ground/castle_1/ground/middle/left_top.png X%%DATADIR%%/pixmaps/ground/castle_1/ground/middle/left_top.settings X%%DATADIR%%/pixmaps/ground/castle_1/ground/middle/right.settings X%%DATADIR%%/pixmaps/ground/castle_1/ground/middle/right_bottom.settings X%%DATADIR%%/pixmaps/ground/castle_1/ground/middle/right_top.settings X%%DATADIR%%/pixmaps/ground/castle_1/ground/top/1.png X%%DATADIR%%/pixmaps/ground/castle_1/ground/top/1.settings X%%DATADIR%%/pixmaps/ground/castle_1/ground/top/left.png X%%DATADIR%%/pixmaps/ground/castle_1/ground/top/left.settings X%%DATADIR%%/pixmaps/ground/castle_1/ground/top/right.settings X%%DATADIR%%/pixmaps/ground/desert_1/bones/all.txt X%%DATADIR%%/pixmaps/ground/desert_1/bones/rackabones_back.png X%%DATADIR%%/pixmaps/ground/desert_1/bones/rackabones_back.settings X%%DATADIR%%/pixmaps/ground/desert_1/bones/rackabones_front.png X%%DATADIR%%/pixmaps/ground/desert_1/bones/rackabones_front.settings X%%DATADIR%%/pixmaps/ground/desert_1/bones/rackabones_middle.png X%%DATADIR%%/pixmaps/ground/desert_1/bones/rackabones_middle.settings X%%DATADIR%%/pixmaps/ground/desert_1/ground/all.txt X%%DATADIR%%/pixmaps/ground/desert_1/ground/middle/1.png X%%DATADIR%%/pixmaps/ground/desert_1/ground/middle/1.settings X%%DATADIR%%/pixmaps/ground/desert_1/ground/middle/2.png X%%DATADIR%%/pixmaps/ground/desert_1/ground/middle/2.settings X%%DATADIR%%/pixmaps/ground/desert_1/ground/middle/left.png X%%DATADIR%%/pixmaps/ground/desert_1/ground/middle/left.settings X%%DATADIR%%/pixmaps/ground/desert_1/ground/middle/right.png X%%DATADIR%%/pixmaps/ground/desert_1/ground/middle/right.settings X%%DATADIR%%/pixmaps/ground/desert_1/ground/top/1.png X%%DATADIR%%/pixmaps/ground/desert_1/ground/top/1.settings X%%DATADIR%%/pixmaps/ground/desert_1/ground/top/2.png X%%DATADIR%%/pixmaps/ground/desert_1/ground/top/2.settings X%%DATADIR%%/pixmaps/ground/desert_1/ground/top/left.png X%%DATADIR%%/pixmaps/ground/desert_1/ground/top/left.settings X%%DATADIR%%/pixmaps/ground/desert_1/ground/top/right.png X%%DATADIR%%/pixmaps/ground/desert_1/ground/top/right.settings X%%DATADIR%%/pixmaps/ground/ghost_1/joist_1.png X%%DATADIR%%/pixmaps/ground/ghost_1/joist_1.settings X%%DATADIR%%/pixmaps/ground/ghost_1/lamp_1.png X%%DATADIR%%/pixmaps/ground/ghost_1/lamp_1.settings X%%DATADIR%%/pixmaps/ground/ghost_1/lamp_1.txt X%%DATADIR%%/pixmaps/ground/ghost_1/stone_1.png X%%DATADIR%%/pixmaps/ground/ghost_1/stone_1.settings X%%DATADIR%%/pixmaps/ground/ghost_1/stone_x.txt X%%DATADIR%%/pixmaps/ground/ghost_1/way_1_left.png X%%DATADIR%%/pixmaps/ground/ghost_1/way_1_left.settings X%%DATADIR%%/pixmaps/ground/ghost_1/way_1_middle.png X%%DATADIR%%/pixmaps/ground/ghost_1/way_1_middle.settings X%%DATADIR%%/pixmaps/ground/ghost_1/way_1_right.settings X%%DATADIR%%/pixmaps/ground/ghost_1/window_1.png X%%DATADIR%%/pixmaps/ground/ghost_1/window_1.settings X%%DATADIR%%/pixmaps/ground/green_1/ground/all.txt X%%DATADIR%%/pixmaps/ground/green_1/ground/down.settings X%%DATADIR%%/pixmaps/ground/green_1/ground/hill_left.png X%%DATADIR%%/pixmaps/ground/green_1/ground/hill_left.settings X%%DATADIR%%/pixmaps/ground/green_1/ground/hill_left_up.png X%%DATADIR%%/pixmaps/ground/green_1/ground/hill_left_up.settings X%%DATADIR%%/pixmaps/ground/green_1/ground/hill_right.settings X%%DATADIR%%/pixmaps/ground/green_1/ground/hill_right_up.settings X%%DATADIR%%/pixmaps/ground/green_1/ground/left.png X%%DATADIR%%/pixmaps/ground/green_1/ground/left.settings X%%DATADIR%%/pixmaps/ground/green_1/ground/left_down.settings X%%DATADIR%%/pixmaps/ground/green_1/ground/left_up.png X%%DATADIR%%/pixmaps/ground/green_1/ground/left_up.settings X%%DATADIR%%/pixmaps/ground/green_1/ground/middle.png X%%DATADIR%%/pixmaps/ground/green_1/ground/middle.settings X%%DATADIR%%/pixmaps/ground/green_1/ground/right.settings X%%DATADIR%%/pixmaps/ground/green_1/ground/right_down.settings X%%DATADIR%%/pixmaps/ground/green_1/ground/right_up.settings X%%DATADIR%%/pixmaps/ground/green_1/ground/up.png X%%DATADIR%%/pixmaps/ground/green_1/ground/up.settings X%%DATADIR%%/pixmaps/ground/green_1/hedges/big_1.png X%%DATADIR%%/pixmaps/ground/green_1/hedges/big_1.settings X%%DATADIR%%/pixmaps/ground/green_1/hedges/big_1.txt X%%DATADIR%%/pixmaps/ground/green_1/hedges/medium_1.png X%%DATADIR%%/pixmaps/ground/green_1/hedges/medium_1.settings X%%DATADIR%%/pixmaps/ground/green_1/hedges/medium_1.txt X%%DATADIR%%/pixmaps/ground/green_1/hedges/medium_2.png X%%DATADIR%%/pixmaps/ground/green_1/hedges/medium_2.settings X%%DATADIR%%/pixmaps/ground/green_1/hedges/medium_2.txt X%%DATADIR%%/pixmaps/ground/green_1/hedges/small_1.png X%%DATADIR%%/pixmaps/ground/green_1/hedges/small_1.settings X%%DATADIR%%/pixmaps/ground/green_1/hedges/small_1.txt X%%DATADIR%%/pixmaps/ground/green_1/hedges/small_2.png X%%DATADIR%%/pixmaps/ground/green_1/hedges/small_2.settings X%%DATADIR%%/pixmaps/ground/green_1/hedges/small_2.txt X%%DATADIR%%/pixmaps/ground/green_1/hedges/wild_medium.png X%%DATADIR%%/pixmaps/ground/green_1/hedges/wild_medium.settings X%%DATADIR%%/pixmaps/ground/green_1/hedges/wild_medium.txt X%%DATADIR%%/pixmaps/ground/green_1/kplant.png X%%DATADIR%%/pixmaps/ground/green_1/kplant.settings X%%DATADIR%%/pixmaps/ground/green_1/kplant.txt X%%DATADIR%%/pixmaps/ground/green_1/kplant_head.png X%%DATADIR%%/pixmaps/ground/green_1/kplant_head.settings X%%DATADIR%%/pixmaps/ground/green_1/kplant_head.txt X%%DATADIR%%/pixmaps/ground/green_1/plant_l.settings X%%DATADIR%%/pixmaps/ground/green_1/plant_m.png X%%DATADIR%%/pixmaps/ground/green_1/plant_m.settings X%%DATADIR%%/pixmaps/ground/green_1/plant_m.txt X%%DATADIR%%/pixmaps/ground/green_1/plant_r.png X%%DATADIR%%/pixmaps/ground/green_1/plant_r.settings X%%DATADIR%%/pixmaps/ground/green_1/plant_r.txt X%%DATADIR%%/pixmaps/ground/green_2/apple_green.png X%%DATADIR%%/pixmaps/ground/green_2/apple_green.settings X%%DATADIR%%/pixmaps/ground/green_2/apple_green.txt X%%DATADIR%%/pixmaps/ground/green_2/gras_middle.png X%%DATADIR%%/pixmaps/ground/green_2/gras_middle.settings X%%DATADIR%%/pixmaps/ground/green_2/gras_middle.txt X%%DATADIR%%/pixmaps/ground/green_2/hedges/all.txt X%%DATADIR%%/pixmaps/ground/green_2/hedges/big_1.png X%%DATADIR%%/pixmaps/ground/green_2/hedges/big_1.settings X%%DATADIR%%/pixmaps/ground/green_2/hedges/big_2.png X%%DATADIR%%/pixmaps/ground/green_2/hedges/big_2.settings X%%DATADIR%%/pixmaps/ground/green_2/hedges/cactus_1.png X%%DATADIR%%/pixmaps/ground/green_2/hedges/cactus_1.settings X%%DATADIR%%/pixmaps/ground/green_2/hedges/small_1.png X%%DATADIR%%/pixmaps/ground/green_2/hedges/small_1.settings X%%DATADIR%%/pixmaps/ground/green_2/hedges/small_2.png X%%DATADIR%%/pixmaps/ground/green_2/hedges/small_2.settings X%%DATADIR%%/pixmaps/ground/green_2/tendril.png X%%DATADIR%%/pixmaps/ground/green_2/tendril.settings X%%DATADIR%%/pixmaps/ground/green_2/tendril.txt X%%DATADIR%%/pixmaps/ground/green_2/tendril_top.png X%%DATADIR%%/pixmaps/ground/green_2/tendril_top.settings X%%DATADIR%%/pixmaps/ground/green_2/tendril_top.txt X%%DATADIR%%/pixmaps/ground/green_2/trees/balloon_tree/all.txt X%%DATADIR%%/pixmaps/ground/green_2/trees/balloon_tree/bottom.png X%%DATADIR%%/pixmaps/ground/green_2/trees/balloon_tree/bottom.settings X%%DATADIR%%/pixmaps/ground/green_2/trees/balloon_tree/middle.png X%%DATADIR%%/pixmaps/ground/green_2/trees/balloon_tree/middle.settings X%%DATADIR%%/pixmaps/ground/green_2/trees/balloon_tree/top.png X%%DATADIR%%/pixmaps/ground/green_2/trees/balloon_tree/top.settings X%%DATADIR%%/pixmaps/ground/green_2/trees/balloon_tree/trunk.png X%%DATADIR%%/pixmaps/ground/green_2/trees/balloon_tree/trunk.settings X%%DATADIR%%/pixmaps/ground/green_2/trees/balloon_tree/trunk_node.png X%%DATADIR%%/pixmaps/ground/green_2/trees/balloon_tree/trunk_node.settings X%%DATADIR%%/pixmaps/ground/green_3/ground/bottom/1.png X%%DATADIR%%/pixmaps/ground/green_3/ground/bottom/1.settings X%%DATADIR%%/pixmaps/ground/green_3/ground/bottom/left.png X%%DATADIR%%/pixmaps/ground/green_3/ground/bottom/left.settings X%%DATADIR%%/pixmaps/ground/green_3/ground/bottom/right.settings X%%DATADIR%%/pixmaps/ground/green_3/ground/middle/1.png X%%DATADIR%%/pixmaps/ground/green_3/ground/middle/1.settings X%%DATADIR%%/pixmaps/ground/green_3/ground/middle/left.png X%%DATADIR%%/pixmaps/ground/green_3/ground/middle/left.settings X%%DATADIR%%/pixmaps/ground/green_3/ground/middle/left_bottom.png X%%DATADIR%%/pixmaps/ground/green_3/ground/middle/left_bottom.settings X%%DATADIR%%/pixmaps/ground/green_3/ground/middle/left_top.png X%%DATADIR%%/pixmaps/ground/green_3/ground/middle/left_top.settings X%%DATADIR%%/pixmaps/ground/green_3/ground/middle/right.settings X%%DATADIR%%/pixmaps/ground/green_3/ground/middle/right_bottom.settings X%%DATADIR%%/pixmaps/ground/green_3/ground/middle/right_top.settings X%%DATADIR%%/pixmaps/ground/green_3/ground/top/1.png X%%DATADIR%%/pixmaps/ground/green_3/ground/top/1.settings X%%DATADIR%%/pixmaps/ground/green_3/ground/top/left.png X%%DATADIR%%/pixmaps/ground/green_3/ground/top/left.settings X%%DATADIR%%/pixmaps/ground/green_3/ground/top/right.settings X%%DATADIR%%/pixmaps/ground/jungle_1/beanstalk.png X%%DATADIR%%/pixmaps/ground/jungle_1/beanstalk.settings X%%DATADIR%%/pixmaps/ground/jungle_1/beanstalk.txt X%%DATADIR%%/pixmaps/ground/jungle_1/beanstalk_2.png X%%DATADIR%%/pixmaps/ground/jungle_1/beanstalk_2.settings X%%DATADIR%%/pixmaps/ground/jungle_1/beanstalk_2.txt X%%DATADIR%%/pixmaps/ground/jungle_1/berry_1.png X%%DATADIR%%/pixmaps/ground/jungle_1/berry_1.settings X%%DATADIR%%/pixmaps/ground/jungle_1/berry_1.txt X%%DATADIR%%/pixmaps/ground/jungle_1/big_plant_1.png X%%DATADIR%%/pixmaps/ground/jungle_1/big_plant_1.settings X%%DATADIR%%/pixmaps/ground/jungle_1/big_plant_1.txt X%%DATADIR%%/pixmaps/ground/jungle_1/big_plant_2.png X%%DATADIR%%/pixmaps/ground/jungle_1/big_plant_2.settings X%%DATADIR%%/pixmaps/ground/jungle_1/big_plant_2.txt X%%DATADIR%%/pixmaps/ground/jungle_1/bridge_frame_back.png X%%DATADIR%%/pixmaps/ground/jungle_1/bridge_frame_back.settings X%%DATADIR%%/pixmaps/ground/jungle_1/bridge_frame_back_2.settings X%%DATADIR%%/pixmaps/ground/jungle_1/bridge_frame_front.png X%%DATADIR%%/pixmaps/ground/jungle_1/bridge_frame_front.settings X%%DATADIR%%/pixmaps/ground/jungle_1/bridge_frame_front_2.settings X%%DATADIR%%/pixmaps/ground/jungle_1/bridge_plank.png X%%DATADIR%%/pixmaps/ground/jungle_1/bridge_plank.settings X%%DATADIR%%/pixmaps/ground/jungle_1/bridge_rope_back.png X%%DATADIR%%/pixmaps/ground/jungle_1/bridge_rope_back.settings X%%DATADIR%%/pixmaps/ground/jungle_1/bridge_rope_front.png X%%DATADIR%%/pixmaps/ground/jungle_1/bridge_rope_front.settings X%%DATADIR%%/pixmaps/ground/jungle_1/grass/1.png X%%DATADIR%%/pixmaps/ground/jungle_1/grass/1.settings X%%DATADIR%%/pixmaps/ground/jungle_1/grass/2.png X%%DATADIR%%/pixmaps/ground/jungle_1/grass/2.settings X%%DATADIR%%/pixmaps/ground/jungle_1/grass/3.png X%%DATADIR%%/pixmaps/ground/jungle_1/grass/3.settings X%%DATADIR%%/pixmaps/ground/jungle_1/grass/4.png X%%DATADIR%%/pixmaps/ground/jungle_1/grass/4.settings X%%DATADIR%%/pixmaps/ground/jungle_1/grass/all.txt X%%DATADIR%%/pixmaps/ground/jungle_1/ground/all.txt X%%DATADIR%%/pixmaps/ground/jungle_1/ground/bottom/1.png X%%DATADIR%%/pixmaps/ground/jungle_1/ground/bottom/1.settings X%%DATADIR%%/pixmaps/ground/jungle_1/ground/bottom/2.png X%%DATADIR%%/pixmaps/ground/jungle_1/ground/bottom/2.settings X%%DATADIR%%/pixmaps/ground/jungle_1/ground/bottom/left.png X%%DATADIR%%/pixmaps/ground/jungle_1/ground/bottom/left.settings X%%DATADIR%%/pixmaps/ground/jungle_1/ground/bottom/right.png X%%DATADIR%%/pixmaps/ground/jungle_1/ground/bottom/right.settings X%%DATADIR%%/pixmaps/ground/jungle_1/ground/halfmassive/middle/left.png X%%DATADIR%%/pixmaps/ground/jungle_1/ground/halfmassive/middle/left.settings X%%DATADIR%%/pixmaps/ground/jungle_1/ground/halfmassive/middle/right.png X%%DATADIR%%/pixmaps/ground/jungle_1/ground/halfmassive/middle/right.settings X%%DATADIR%%/pixmaps/ground/jungle_1/ground/halfmassive/top/1.png X%%DATADIR%%/pixmaps/ground/jungle_1/ground/halfmassive/top/1.settings X%%DATADIR%%/pixmaps/ground/jungle_1/ground/halfmassive/top/2.png X%%DATADIR%%/pixmaps/ground/jungle_1/ground/halfmassive/top/2.settings X%%DATADIR%%/pixmaps/ground/jungle_1/ground/halfmassive/top/left.png X%%DATADIR%%/pixmaps/ground/jungle_1/ground/halfmassive/top/left.settings X%%DATADIR%%/pixmaps/ground/jungle_1/ground/halfmassive/top/right.png X%%DATADIR%%/pixmaps/ground/jungle_1/ground/halfmassive/top/right.settings X%%DATADIR%%/pixmaps/ground/jungle_1/ground/middle/1.png X%%DATADIR%%/pixmaps/ground/jungle_1/ground/middle/1.settings X%%DATADIR%%/pixmaps/ground/jungle_1/ground/middle/2.png X%%DATADIR%%/pixmaps/ground/jungle_1/ground/middle/2.settings X%%DATADIR%%/pixmaps/ground/jungle_1/ground/middle/left.png X%%DATADIR%%/pixmaps/ground/jungle_1/ground/middle/left.settings X%%DATADIR%%/pixmaps/ground/jungle_1/ground/middle/left_bottom.png X%%DATADIR%%/pixmaps/ground/jungle_1/ground/middle/left_bottom.settings X%%DATADIR%%/pixmaps/ground/jungle_1/ground/middle/left_top.png X%%DATADIR%%/pixmaps/ground/jungle_1/ground/middle/left_top.settings X%%DATADIR%%/pixmaps/ground/jungle_1/ground/middle/right.png X%%DATADIR%%/pixmaps/ground/jungle_1/ground/middle/right.settings X%%DATADIR%%/pixmaps/ground/jungle_1/ground/middle/right_bottom.png X%%DATADIR%%/pixmaps/ground/jungle_1/ground/middle/right_bottom.settings X%%DATADIR%%/pixmaps/ground/jungle_1/ground/middle/right_top.png X%%DATADIR%%/pixmaps/ground/jungle_1/ground/middle/right_top.settings X%%DATADIR%%/pixmaps/ground/jungle_1/ground/plain/middle/left.png X%%DATADIR%%/pixmaps/ground/jungle_1/ground/plain/middle/left.settings X%%DATADIR%%/pixmaps/ground/jungle_1/ground/plain/middle/left_bottom.png X%%DATADIR%%/pixmaps/ground/jungle_1/ground/plain/middle/left_bottom.settings X%%DATADIR%%/pixmaps/ground/jungle_1/ground/plain/middle/left_top.png X%%DATADIR%%/pixmaps/ground/jungle_1/ground/plain/middle/left_top.settings X%%DATADIR%%/pixmaps/ground/jungle_1/ground/plain/middle/right.png X%%DATADIR%%/pixmaps/ground/jungle_1/ground/plain/middle/right.settings X%%DATADIR%%/pixmaps/ground/jungle_1/ground/plain/middle/right_bottom.png X%%DATADIR%%/pixmaps/ground/jungle_1/ground/plain/middle/right_bottom.settings X%%DATADIR%%/pixmaps/ground/jungle_1/ground/plain/middle/right_top.png X%%DATADIR%%/pixmaps/ground/jungle_1/ground/plain/middle/right_top.settings X%%DATADIR%%/pixmaps/ground/jungle_1/ground/plain/top/1.png X%%DATADIR%%/pixmaps/ground/jungle_1/ground/plain/top/1.settings X%%DATADIR%%/pixmaps/ground/jungle_1/ground/plain/top/2.png X%%DATADIR%%/pixmaps/ground/jungle_1/ground/plain/top/2.settings X%%DATADIR%%/pixmaps/ground/jungle_1/ground/plain/top/left.png X%%DATADIR%%/pixmaps/ground/jungle_1/ground/plain/top/left.settings X%%DATADIR%%/pixmaps/ground/jungle_1/ground/plain/top/right.png X%%DATADIR%%/pixmaps/ground/jungle_1/ground/plain/top/right.settings X%%DATADIR%%/pixmaps/ground/jungle_1/ground/top/1.png X%%DATADIR%%/pixmaps/ground/jungle_1/ground/top/1.settings X%%DATADIR%%/pixmaps/ground/jungle_1/ground/top/2.png X%%DATADIR%%/pixmaps/ground/jungle_1/ground/top/2.settings X%%DATADIR%%/pixmaps/ground/jungle_1/ground/top/left.png X%%DATADIR%%/pixmaps/ground/jungle_1/ground/top/left.settings X%%DATADIR%%/pixmaps/ground/jungle_1/ground/top/right.png X%%DATADIR%%/pixmaps/ground/jungle_1/ground/top/right.settings X%%DATADIR%%/pixmaps/ground/jungle_1/kplant.png X%%DATADIR%%/pixmaps/ground/jungle_1/kplant.settings X%%DATADIR%%/pixmaps/ground/jungle_1/kplant.txt X%%DATADIR%%/pixmaps/ground/jungle_1/kplant_head.png X%%DATADIR%%/pixmaps/ground/jungle_1/kplant_head.settings X%%DATADIR%%/pixmaps/ground/jungle_1/kplant_head.txt X%%DATADIR%%/pixmaps/ground/jungle_1/tree_type_1.png X%%DATADIR%%/pixmaps/ground/jungle_1/tree_type_1.settings X%%DATADIR%%/pixmaps/ground/jungle_1/tree_type_1_front.png X%%DATADIR%%/pixmaps/ground/jungle_1/tree_type_1_front.settings X%%DATADIR%%/pixmaps/ground/jungle_1/tree_type_2.png X%%DATADIR%%/pixmaps/ground/jungle_1/tree_type_2.settings X%%DATADIR%%/pixmaps/ground/jungle_1/vine_bottom.png X%%DATADIR%%/pixmaps/ground/jungle_1/vine_bottom.settings X%%DATADIR%%/pixmaps/ground/jungle_1/vine_middle.png X%%DATADIR%%/pixmaps/ground/jungle_1/vine_middle.settings X%%DATADIR%%/pixmaps/ground/jungle_1/vine_top.png X%%DATADIR%%/pixmaps/ground/jungle_1/vine_top.settings X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/all.txt X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/gold/all.txt X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/gold/left.png X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/gold/left.settings X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/gold/middle_1.png X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/gold/middle_1.settings X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/gold/middle_2.png X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/gold/middle_2.settings X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/gold/right.png X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/gold/right.settings X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/green/all.txt X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/green/left.png X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/green/left.settings X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/green/middle_1.png X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/green/middle_1.settings X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/green/middle_2.png X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/green/middle_2.settings X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/green/right.png X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/green/right.settings X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/red/all.txt X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/red/left.png X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/red/left.settings X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/red/middle_1.png X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/red/middle_1.settings X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/red/middle_2.png X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/red/middle_2.settings X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/red/right.png X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/red/right.settings X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/shaft.png X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/shaft.settings X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/shaft_bottom.png X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/shaft_bottom.settings X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/shaft_double_riffle.png X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/shaft_double_riffle.settings X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/shaft_riffle.png X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/shaft_riffle.settings X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/shaft_riffle_top.png X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/shaft_riffle_top.settings X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/shaft_top.png X%%DATADIR%%/pixmaps/ground/mushroom_1/platform/shaft_top.settings X%%DATADIR%%/pixmaps/ground/plastic_1/all.txt X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_blue/down.png X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_blue/down.settings X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_blue/left.png X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_blue/left.settings X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_blue/left_down.png X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_blue/left_down.settings X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_blue/left_up.png X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_blue/left_up.settings X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_blue/middle.png X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_blue/middle.settings X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_blue/right.png X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_blue/right.settings X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_blue/right_down.png X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_blue/right_down.settings X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_blue/right_up.png X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_blue/right_up.settings X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_blue/up.png X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_blue/up.settings X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_green/down.png X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_green/down.settings X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_green/left.png X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_green/left.settings X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_green/left_down.png X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_green/left_down.settings X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_green/left_up.png X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_green/left_up.settings X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_green/middle.png X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_green/middle.settings X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_green/right.png X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_green/right.settings X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_green/right_down.png X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_green/right_down.settings X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_green/right_up.png X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_green/right_up.settings X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_green/up.png X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_green/up.settings X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_grey/down.png X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_grey/down.settings X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_grey/left.png X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_grey/left.settings X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_grey/left_down.png X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_grey/left_down.settings X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_grey/left_up.png X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_grey/left_up.settings X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_grey/middle.png X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_grey/middle.settings X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_grey/right.png X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_grey/right.settings X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_grey/right_down.png X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_grey/right_down.settings X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_grey/right_up.png X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_grey/right_up.settings X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_grey/up.png X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_grey/up.settings X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_red/down.png X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_red/down.settings X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_red/left.png X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_red/left.settings X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_red/left_down.png X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_red/left_down.settings X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_red/left_up.png X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_red/left_up.settings X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_red/middle.png X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_red/middle.settings X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_red/right.png X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_red/right.settings X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_red/right_down.png X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_red/right_down.settings X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_red/right_up.png X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_red/right_up.settings X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_red/up.png X%%DATADIR%%/pixmaps/ground/plastic_1/screw_block_red/up.settings X%%DATADIR%%/pixmaps/ground/sand_1/ground/all.txt X%%DATADIR%%/pixmaps/ground/sand_1/ground/down.settings X%%DATADIR%%/pixmaps/ground/sand_1/ground/left.settings X%%DATADIR%%/pixmaps/ground/sand_1/ground/left_down.settings X%%DATADIR%%/pixmaps/ground/sand_1/ground/left_up.png X%%DATADIR%%/pixmaps/ground/sand_1/ground/left_up.settings X%%DATADIR%%/pixmaps/ground/sand_1/ground/middle.png X%%DATADIR%%/pixmaps/ground/sand_1/ground/middle.settings X%%DATADIR%%/pixmaps/ground/sand_1/ground/right.settings X%%DATADIR%%/pixmaps/ground/sand_1/ground/right_down.settings X%%DATADIR%%/pixmaps/ground/sand_1/ground/right_up.settings X%%DATADIR%%/pixmaps/ground/sand_1/ground/up.png X%%DATADIR%%/pixmaps/ground/sand_1/ground/up.settings X%%DATADIR%%/pixmaps/ground/sand_1/sphinx_medium.png X%%DATADIR%%/pixmaps/ground/sand_1/sphinx_medium.settings X%%DATADIR%%/pixmaps/ground/sand_1/sphinx_medium.txt X%%DATADIR%%/pixmaps/ground/sand_1/tendril.png X%%DATADIR%%/pixmaps/ground/sand_1/tendril.settings X%%DATADIR%%/pixmaps/ground/sand_1/tendril.txt X%%DATADIR%%/pixmaps/ground/sand_1/tendril_top.png X%%DATADIR%%/pixmaps/ground/sand_1/tendril_top.settings X%%DATADIR%%/pixmaps/ground/sand_1/tendril_top.txt X%%DATADIR%%/pixmaps/ground/underground/cain.png X%%DATADIR%%/pixmaps/ground/underground/cain.settings X%%DATADIR%%/pixmaps/ground/underground/cain.txt X%%DATADIR%%/pixmaps/ground/underground/cain_end.png X%%DATADIR%%/pixmaps/ground/underground/cain_end.settings X%%DATADIR%%/pixmaps/ground/underground/cain_end.txt X%%DATADIR%%/pixmaps/ground/underground/ground/all.txt X%%DATADIR%%/pixmaps/ground/underground/ground/bottom/1.png X%%DATADIR%%/pixmaps/ground/underground/ground/bottom/1.settings X%%DATADIR%%/pixmaps/ground/underground/ground/bottom/left.png X%%DATADIR%%/pixmaps/ground/underground/ground/bottom/left.settings X%%DATADIR%%/pixmaps/ground/underground/ground/bottom/right.png X%%DATADIR%%/pixmaps/ground/underground/ground/bottom/right.settings X%%DATADIR%%/pixmaps/ground/underground/ground/middle/1.png X%%DATADIR%%/pixmaps/ground/underground/ground/middle/1.settings X%%DATADIR%%/pixmaps/ground/underground/ground/middle/left.png X%%DATADIR%%/pixmaps/ground/underground/ground/middle/left.settings X%%DATADIR%%/pixmaps/ground/underground/ground/middle/left_bottom.png X%%DATADIR%%/pixmaps/ground/underground/ground/middle/left_bottom.settings X%%DATADIR%%/pixmaps/ground/underground/ground/middle/left_top.png X%%DATADIR%%/pixmaps/ground/underground/ground/middle/left_top.settings X%%DATADIR%%/pixmaps/ground/underground/ground/middle/right.png X%%DATADIR%%/pixmaps/ground/underground/ground/middle/right.settings X%%DATADIR%%/pixmaps/ground/underground/ground/middle/right_bottom.png X%%DATADIR%%/pixmaps/ground/underground/ground/middle/right_bottom.settings X%%DATADIR%%/pixmaps/ground/underground/ground/middle/right_top.png X%%DATADIR%%/pixmaps/ground/underground/ground/middle/right_top.settings X%%DATADIR%%/pixmaps/ground/underground/ground/top/1.png X%%DATADIR%%/pixmaps/ground/underground/ground/top/1.settings X%%DATADIR%%/pixmaps/ground/underground/ground/top/left.png X%%DATADIR%%/pixmaps/ground/underground/ground/top/left.settings X%%DATADIR%%/pixmaps/ground/underground/ground/top/right.png X%%DATADIR%%/pixmaps/ground/underground/ground/top/right.settings X%%DATADIR%%/pixmaps/ground/underground/rope.png X%%DATADIR%%/pixmaps/ground/underground/rope.settings X%%DATADIR%%/pixmaps/ground/underground/rope.txt X%%DATADIR%%/pixmaps/ground/underground/rope_end.png X%%DATADIR%%/pixmaps/ground/underground/rope_end.settings X%%DATADIR%%/pixmaps/ground/underground/rope_end.txt X%%DATADIR%%/pixmaps/ground/yoshi_1/all.txt X%%DATADIR%%/pixmaps/ground/yoshi_1/extra_1_blue.png X%%DATADIR%%/pixmaps/ground/yoshi_1/extra_1_blue.settings X%%DATADIR%%/pixmaps/ground/yoshi_1/extra_1_green.png X%%DATADIR%%/pixmaps/ground/yoshi_1/extra_1_green.settings X%%DATADIR%%/pixmaps/ground/yoshi_1/extra_1_red.png X%%DATADIR%%/pixmaps/ground/yoshi_1/extra_1_red.settings X%%DATADIR%%/pixmaps/ground/yoshi_1/extra_1_yellow.png X%%DATADIR%%/pixmaps/ground/yoshi_1/extra_1_yellow.settings X%%DATADIR%%/pixmaps/ground/yoshi_1/hill_up_1.png X%%DATADIR%%/pixmaps/ground/yoshi_1/hill_up_1.settings X%%DATADIR%%/pixmaps/ground/yoshi_1/hill_up_2.png X%%DATADIR%%/pixmaps/ground/yoshi_1/hill_up_2.settings X%%DATADIR%%/pixmaps/ground/yoshi_1/hill_up_3.png X%%DATADIR%%/pixmaps/ground/yoshi_1/hill_up_3.settings X%%DATADIR%%/pixmaps/ground/yoshi_1/rope_1_leftright.png X%%DATADIR%%/pixmaps/ground/yoshi_1/rope_1_leftright.settings X%%DATADIR%%/pixmaps/hills/blue_1/1_big.png X%%DATADIR%%/pixmaps/hills/blue_1/1_big.settings X%%DATADIR%%/pixmaps/hills/blue_1/1_medium.png X%%DATADIR%%/pixmaps/hills/blue_1/1_medium.settings X%%DATADIR%%/pixmaps/hills/blue_1/all.txt X%%DATADIR%%/pixmaps/hills/green_1/all.txt X%%DATADIR%%/pixmaps/hills/green_1/head.png X%%DATADIR%%/pixmaps/hills/green_1/head.settings X%%DATADIR%%/pixmaps/hills/green_1/middle.png X%%DATADIR%%/pixmaps/hills/green_1/middle.settings X%%DATADIR%%/pixmaps/hills/green_2/all.txt X%%DATADIR%%/pixmaps/hills/green_2/big_1.png X%%DATADIR%%/pixmaps/hills/green_2/big_1.settings X%%DATADIR%%/pixmaps/hills/green_2/medium_1.png X%%DATADIR%%/pixmaps/hills/green_2/medium_1.settings X%%DATADIR%%/pixmaps/hills/light_blue_1/all.txt X%%DATADIR%%/pixmaps/hills/light_blue_1/head.png X%%DATADIR%%/pixmaps/hills/light_blue_1/head.settings X%%DATADIR%%/pixmaps/hills/light_blue_1/middle.png X%%DATADIR%%/pixmaps/hills/light_blue_1/middle.settings X%%DATADIR%%/pixmaps/hills/very_light_blue_1/1_big.png X%%DATADIR%%/pixmaps/hills/very_light_blue_1/1_big.settings X%%DATADIR%%/pixmaps/hills/very_light_blue_1/1_medium.png X%%DATADIR%%/pixmaps/hills/very_light_blue_1/1_medium.settings X%%DATADIR%%/pixmaps/hills/very_light_blue_1/all.txt X%%DATADIR%%/pixmaps/maryo/all.txt X%%DATADIR%%/pixmaps/maryo/big/climb_left.png X%%DATADIR%%/pixmaps/maryo/big/climb_left.settings X%%DATADIR%%/pixmaps/maryo/big/climb_right.png X%%DATADIR%%/pixmaps/maryo/big/climb_right.settings X%%DATADIR%%/pixmaps/maryo/big/dead_right.settings X%%DATADIR%%/pixmaps/maryo/big/duck_left.settings X%%DATADIR%%/pixmaps/maryo/big/duck_right.png X%%DATADIR%%/pixmaps/maryo/big/duck_right.settings X%%DATADIR%%/pixmaps/maryo/big/fall_left.settings X%%DATADIR%%/pixmaps/maryo/big/fall_left_holding.settings X%%DATADIR%%/pixmaps/maryo/big/fall_right.png X%%DATADIR%%/pixmaps/maryo/big/fall_right.settings X%%DATADIR%%/pixmaps/maryo/big/fall_right_holding.png X%%DATADIR%%/pixmaps/maryo/big/fall_right_holding.settings X%%DATADIR%%/pixmaps/maryo/big/jump_left.settings X%%DATADIR%%/pixmaps/maryo/big/jump_left_holding.settings X%%DATADIR%%/pixmaps/maryo/big/jump_right.png X%%DATADIR%%/pixmaps/maryo/big/jump_right.settings X%%DATADIR%%/pixmaps/maryo/big/jump_right_holding.png X%%DATADIR%%/pixmaps/maryo/big/jump_right_holding.settings X%%DATADIR%%/pixmaps/maryo/big/stand_left.settings X%%DATADIR%%/pixmaps/maryo/big/stand_left_holding.settings X%%DATADIR%%/pixmaps/maryo/big/stand_right.png X%%DATADIR%%/pixmaps/maryo/big/stand_right.settings X%%DATADIR%%/pixmaps/maryo/big/stand_right_holding.png X%%DATADIR%%/pixmaps/maryo/big/stand_right_holding.settings X%%DATADIR%%/pixmaps/maryo/big/up_left.settings X%%DATADIR%%/pixmaps/maryo/big/up_right.png X%%DATADIR%%/pixmaps/maryo/big/up_right.settings X%%DATADIR%%/pixmaps/maryo/big/walk_left_1.settings X%%DATADIR%%/pixmaps/maryo/big/walk_left_1_holding.settings X%%DATADIR%%/pixmaps/maryo/big/walk_left_2.settings X%%DATADIR%%/pixmaps/maryo/big/walk_left_2_holding.settings X%%DATADIR%%/pixmaps/maryo/big/walk_right_1.png X%%DATADIR%%/pixmaps/maryo/big/walk_right_1.settings X%%DATADIR%%/pixmaps/maryo/big/walk_right_1_holding.png X%%DATADIR%%/pixmaps/maryo/big/walk_right_1_holding.settings X%%DATADIR%%/pixmaps/maryo/big/walk_right_2.png X%%DATADIR%%/pixmaps/maryo/big/walk_right_2.settings X%%DATADIR%%/pixmaps/maryo/big/walk_right_2_holding.png X%%DATADIR%%/pixmaps/maryo/big/walk_right_2_holding.settings X%%DATADIR%%/pixmaps/maryo/fire/climb_left.png X%%DATADIR%%/pixmaps/maryo/fire/climb_left.settings X%%DATADIR%%/pixmaps/maryo/fire/climb_right.png X%%DATADIR%%/pixmaps/maryo/fire/climb_right.settings X%%DATADIR%%/pixmaps/maryo/fire/dead_right.settings X%%DATADIR%%/pixmaps/maryo/fire/duck_left.settings X%%DATADIR%%/pixmaps/maryo/fire/duck_right.png X%%DATADIR%%/pixmaps/maryo/fire/duck_right.settings X%%DATADIR%%/pixmaps/maryo/fire/fall_left.settings X%%DATADIR%%/pixmaps/maryo/fire/fall_left_holding.settings X%%DATADIR%%/pixmaps/maryo/fire/fall_right.png X%%DATADIR%%/pixmaps/maryo/fire/fall_right.settings X%%DATADIR%%/pixmaps/maryo/fire/fall_right_holding.png X%%DATADIR%%/pixmaps/maryo/fire/fall_right_holding.settings X%%DATADIR%%/pixmaps/maryo/fire/jump_left.settings X%%DATADIR%%/pixmaps/maryo/fire/jump_left_holding.settings X%%DATADIR%%/pixmaps/maryo/fire/jump_right.png X%%DATADIR%%/pixmaps/maryo/fire/jump_right.settings X%%DATADIR%%/pixmaps/maryo/fire/jump_right_holding.png X%%DATADIR%%/pixmaps/maryo/fire/jump_right_holding.settings X%%DATADIR%%/pixmaps/maryo/fire/stand_left.settings X%%DATADIR%%/pixmaps/maryo/fire/stand_left_holding.settings X%%DATADIR%%/pixmaps/maryo/fire/stand_right.png X%%DATADIR%%/pixmaps/maryo/fire/stand_right.settings X%%DATADIR%%/pixmaps/maryo/fire/stand_right_holding.png X%%DATADIR%%/pixmaps/maryo/fire/stand_right_holding.settings X%%DATADIR%%/pixmaps/maryo/fire/throw_left_1.settings X%%DATADIR%%/pixmaps/maryo/fire/throw_left_2.settings X%%DATADIR%%/pixmaps/maryo/fire/throw_right_1.png X%%DATADIR%%/pixmaps/maryo/fire/throw_right_1.settings X%%DATADIR%%/pixmaps/maryo/fire/throw_right_2.png X%%DATADIR%%/pixmaps/maryo/fire/throw_right_2.settings X%%DATADIR%%/pixmaps/maryo/fire/up_left.settings X%%DATADIR%%/pixmaps/maryo/fire/up_right.png X%%DATADIR%%/pixmaps/maryo/fire/up_right.settings X%%DATADIR%%/pixmaps/maryo/fire/walk_left_1.settings X%%DATADIR%%/pixmaps/maryo/fire/walk_left_1_holding.settings X%%DATADIR%%/pixmaps/maryo/fire/walk_left_2.settings X%%DATADIR%%/pixmaps/maryo/fire/walk_left_2_holding.settings X%%DATADIR%%/pixmaps/maryo/fire/walk_right_1.png X%%DATADIR%%/pixmaps/maryo/fire/walk_right_1.settings X%%DATADIR%%/pixmaps/maryo/fire/walk_right_1_holding.png X%%DATADIR%%/pixmaps/maryo/fire/walk_right_1_holding.settings X%%DATADIR%%/pixmaps/maryo/fire/walk_right_2.png X%%DATADIR%%/pixmaps/maryo/fire/walk_right_2.settings X%%DATADIR%%/pixmaps/maryo/fire/walk_right_2_holding.png X%%DATADIR%%/pixmaps/maryo/fire/walk_right_2_holding.settings X%%DATADIR%%/pixmaps/maryo/flying/climb_left.png X%%DATADIR%%/pixmaps/maryo/flying/climb_left.settings X%%DATADIR%%/pixmaps/maryo/flying/climb_right.png X%%DATADIR%%/pixmaps/maryo/flying/climb_right.settings X%%DATADIR%%/pixmaps/maryo/flying/duck_left.settings X%%DATADIR%%/pixmaps/maryo/flying/duck_right.png X%%DATADIR%%/pixmaps/maryo/flying/duck_right.settings X%%DATADIR%%/pixmaps/maryo/flying/duck_right_start.png X%%DATADIR%%/pixmaps/maryo/flying/fall_left.settings X%%DATADIR%%/pixmaps/maryo/flying/fall_left_holding.settings X%%DATADIR%%/pixmaps/maryo/flying/fall_right.png X%%DATADIR%%/pixmaps/maryo/flying/fall_right.settings X%%DATADIR%%/pixmaps/maryo/flying/fall_right_1.png X%%DATADIR%%/pixmaps/maryo/flying/fall_right_1_holding.png X%%DATADIR%%/pixmaps/maryo/flying/fall_right_holding.png X%%DATADIR%%/pixmaps/maryo/flying/fall_right_holding.settings X%%DATADIR%%/pixmaps/maryo/flying/fly_left_1.settings X%%DATADIR%%/pixmaps/maryo/flying/fly_left_2.settings X%%DATADIR%%/pixmaps/maryo/flying/fly_left_3.settings X%%DATADIR%%/pixmaps/maryo/flying/fly_left_4.settings X%%DATADIR%%/pixmaps/maryo/flying/fly_right_1.png X%%DATADIR%%/pixmaps/maryo/flying/fly_right_1.settings X%%DATADIR%%/pixmaps/maryo/flying/fly_right_2.png X%%DATADIR%%/pixmaps/maryo/flying/fly_right_2.settings X%%DATADIR%%/pixmaps/maryo/flying/fly_right_3.png X%%DATADIR%%/pixmaps/maryo/flying/fly_right_3.settings X%%DATADIR%%/pixmaps/maryo/flying/fly_right_4.png X%%DATADIR%%/pixmaps/maryo/flying/fly_right_4.settings X%%DATADIR%%/pixmaps/maryo/flying/jump_left.settings X%%DATADIR%%/pixmaps/maryo/flying/jump_left_holding.settings X%%DATADIR%%/pixmaps/maryo/flying/jump_right.png X%%DATADIR%%/pixmaps/maryo/flying/jump_right.settings X%%DATADIR%%/pixmaps/maryo/flying/jump_right_holding.png X%%DATADIR%%/pixmaps/maryo/flying/jump_right_holding.settings X%%DATADIR%%/pixmaps/maryo/flying/left.settings X%%DATADIR%%/pixmaps/maryo/flying/left_holding.settings X%%DATADIR%%/pixmaps/maryo/flying/right.png X%%DATADIR%%/pixmaps/maryo/flying/right.settings X%%DATADIR%%/pixmaps/maryo/flying/right_holding.png X%%DATADIR%%/pixmaps/maryo/flying/right_holding.settings X%%DATADIR%%/pixmaps/maryo/flying/run_left_1.settings X%%DATADIR%%/pixmaps/maryo/flying/run_left_1_holding.settings X%%DATADIR%%/pixmaps/maryo/flying/run_left_2.settings X%%DATADIR%%/pixmaps/maryo/flying/run_left_2_holding.settings X%%DATADIR%%/pixmaps/maryo/flying/run_right_1.png X%%DATADIR%%/pixmaps/maryo/flying/run_right_1.settings X%%DATADIR%%/pixmaps/maryo/flying/run_right_1_holding.png X%%DATADIR%%/pixmaps/maryo/flying/run_right_1_holding.settings X%%DATADIR%%/pixmaps/maryo/flying/run_right_2.png X%%DATADIR%%/pixmaps/maryo/flying/run_right_2.settings X%%DATADIR%%/pixmaps/maryo/flying/run_right_2_holding.png X%%DATADIR%%/pixmaps/maryo/flying/run_right_2_holding.settings X%%DATADIR%%/pixmaps/maryo/flying/slow_fall_left.settings X%%DATADIR%%/pixmaps/maryo/flying/slow_fall_right.png X%%DATADIR%%/pixmaps/maryo/flying/slow_fall_right.settings X%%DATADIR%%/pixmaps/maryo/flying/up_left.settings X%%DATADIR%%/pixmaps/maryo/flying/up_right.png X%%DATADIR%%/pixmaps/maryo/flying/up_right.settings X%%DATADIR%%/pixmaps/maryo/flying/walk_left_1.settings X%%DATADIR%%/pixmaps/maryo/flying/walk_left_1_holding.settings X%%DATADIR%%/pixmaps/maryo/flying/walk_left_2.settings X%%DATADIR%%/pixmaps/maryo/flying/walk_left_2_holding.settings X%%DATADIR%%/pixmaps/maryo/flying/walk_right_1.png X%%DATADIR%%/pixmaps/maryo/flying/walk_right_1.settings X%%DATADIR%%/pixmaps/maryo/flying/walk_right_1_holding.png X%%DATADIR%%/pixmaps/maryo/flying/walk_right_1_holding.settings X%%DATADIR%%/pixmaps/maryo/flying/walk_right_2.png X%%DATADIR%%/pixmaps/maryo/flying/walk_right_2.settings X%%DATADIR%%/pixmaps/maryo/flying/walk_right_2_holding.png X%%DATADIR%%/pixmaps/maryo/flying/walk_right_2_holding.settings X%%DATADIR%%/pixmaps/maryo/ghost/climb_left.png X%%DATADIR%%/pixmaps/maryo/ghost/climb_left.settings X%%DATADIR%%/pixmaps/maryo/ghost/climb_right.png X%%DATADIR%%/pixmaps/maryo/ghost/climb_right.settings X%%DATADIR%%/pixmaps/maryo/ghost/dead_right.settings X%%DATADIR%%/pixmaps/maryo/ghost/duck_left.settings X%%DATADIR%%/pixmaps/maryo/ghost/duck_right.png X%%DATADIR%%/pixmaps/maryo/ghost/duck_right.settings X%%DATADIR%%/pixmaps/maryo/ghost/fall_left.settings X%%DATADIR%%/pixmaps/maryo/ghost/fall_left_holding.settings X%%DATADIR%%/pixmaps/maryo/ghost/fall_right.png X%%DATADIR%%/pixmaps/maryo/ghost/fall_right.settings X%%DATADIR%%/pixmaps/maryo/ghost/fall_right_holding.png X%%DATADIR%%/pixmaps/maryo/ghost/fall_right_holding.settings X%%DATADIR%%/pixmaps/maryo/ghost/jump_left.settings X%%DATADIR%%/pixmaps/maryo/ghost/jump_left_holding.settings X%%DATADIR%%/pixmaps/maryo/ghost/jump_right.png X%%DATADIR%%/pixmaps/maryo/ghost/jump_right.settings X%%DATADIR%%/pixmaps/maryo/ghost/jump_right_holding.png X%%DATADIR%%/pixmaps/maryo/ghost/jump_right_holding.settings X%%DATADIR%%/pixmaps/maryo/ghost/stand_left.settings X%%DATADIR%%/pixmaps/maryo/ghost/stand_left_holding.settings X%%DATADIR%%/pixmaps/maryo/ghost/stand_right.png X%%DATADIR%%/pixmaps/maryo/ghost/stand_right.settings X%%DATADIR%%/pixmaps/maryo/ghost/stand_right_holding.png X%%DATADIR%%/pixmaps/maryo/ghost/stand_right_holding.settings X%%DATADIR%%/pixmaps/maryo/ghost/up_left.settings X%%DATADIR%%/pixmaps/maryo/ghost/up_right.png X%%DATADIR%%/pixmaps/maryo/ghost/up_right.settings X%%DATADIR%%/pixmaps/maryo/ghost/walk_left_1.settings X%%DATADIR%%/pixmaps/maryo/ghost/walk_left_1_holding.settings X%%DATADIR%%/pixmaps/maryo/ghost/walk_left_2.settings X%%DATADIR%%/pixmaps/maryo/ghost/walk_left_2_holding.settings X%%DATADIR%%/pixmaps/maryo/ghost/walk_right_1.png X%%DATADIR%%/pixmaps/maryo/ghost/walk_right_1.settings X%%DATADIR%%/pixmaps/maryo/ghost/walk_right_1_holding.png X%%DATADIR%%/pixmaps/maryo/ghost/walk_right_1_holding.settings X%%DATADIR%%/pixmaps/maryo/ghost/walk_right_2.png X%%DATADIR%%/pixmaps/maryo/ghost/walk_right_2.settings X%%DATADIR%%/pixmaps/maryo/ghost/walk_right_2_holding.png X%%DATADIR%%/pixmaps/maryo/ghost/walk_right_2_holding.settings X%%DATADIR%%/pixmaps/maryo/ice/climb_left.png X%%DATADIR%%/pixmaps/maryo/ice/climb_left.settings X%%DATADIR%%/pixmaps/maryo/ice/climb_right.png X%%DATADIR%%/pixmaps/maryo/ice/climb_right.settings X%%DATADIR%%/pixmaps/maryo/ice/dead_right.settings X%%DATADIR%%/pixmaps/maryo/ice/duck_left.settings X%%DATADIR%%/pixmaps/maryo/ice/duck_right.png X%%DATADIR%%/pixmaps/maryo/ice/duck_right.settings X%%DATADIR%%/pixmaps/maryo/ice/fall_left.settings X%%DATADIR%%/pixmaps/maryo/ice/fall_left_holding.settings X%%DATADIR%%/pixmaps/maryo/ice/fall_right.png X%%DATADIR%%/pixmaps/maryo/ice/fall_right.settings X%%DATADIR%%/pixmaps/maryo/ice/fall_right_holding.png X%%DATADIR%%/pixmaps/maryo/ice/fall_right_holding.settings X%%DATADIR%%/pixmaps/maryo/ice/jump_left.settings X%%DATADIR%%/pixmaps/maryo/ice/jump_left_holding.settings X%%DATADIR%%/pixmaps/maryo/ice/jump_right.png X%%DATADIR%%/pixmaps/maryo/ice/jump_right.settings X%%DATADIR%%/pixmaps/maryo/ice/jump_right_holding.png X%%DATADIR%%/pixmaps/maryo/ice/jump_right_holding.settings X%%DATADIR%%/pixmaps/maryo/ice/stand_left.settings X%%DATADIR%%/pixmaps/maryo/ice/stand_left_holding.settings X%%DATADIR%%/pixmaps/maryo/ice/stand_right.png X%%DATADIR%%/pixmaps/maryo/ice/stand_right.settings X%%DATADIR%%/pixmaps/maryo/ice/stand_right_holding.png X%%DATADIR%%/pixmaps/maryo/ice/stand_right_holding.settings X%%DATADIR%%/pixmaps/maryo/ice/throw_left_1.settings X%%DATADIR%%/pixmaps/maryo/ice/throw_left_2.settings X%%DATADIR%%/pixmaps/maryo/ice/throw_right_1.png X%%DATADIR%%/pixmaps/maryo/ice/throw_right_1.settings X%%DATADIR%%/pixmaps/maryo/ice/throw_right_2.png X%%DATADIR%%/pixmaps/maryo/ice/throw_right_2.settings X%%DATADIR%%/pixmaps/maryo/ice/up_left.settings X%%DATADIR%%/pixmaps/maryo/ice/up_right.png X%%DATADIR%%/pixmaps/maryo/ice/up_right.settings X%%DATADIR%%/pixmaps/maryo/ice/walk_left_1.settings X%%DATADIR%%/pixmaps/maryo/ice/walk_left_1_holding.settings X%%DATADIR%%/pixmaps/maryo/ice/walk_left_2.settings X%%DATADIR%%/pixmaps/maryo/ice/walk_left_2_holding.settings X%%DATADIR%%/pixmaps/maryo/ice/walk_right_1.png X%%DATADIR%%/pixmaps/maryo/ice/walk_right_1.settings X%%DATADIR%%/pixmaps/maryo/ice/walk_right_1_holding.png X%%DATADIR%%/pixmaps/maryo/ice/walk_right_1_holding.settings X%%DATADIR%%/pixmaps/maryo/ice/walk_right_2.png X%%DATADIR%%/pixmaps/maryo/ice/walk_right_2.settings X%%DATADIR%%/pixmaps/maryo/ice/walk_right_2_holding.png X%%DATADIR%%/pixmaps/maryo/ice/walk_right_2_holding.settings X%%DATADIR%%/pixmaps/maryo/small/climb_left.png X%%DATADIR%%/pixmaps/maryo/small/climb_left.settings X%%DATADIR%%/pixmaps/maryo/small/climb_right.png X%%DATADIR%%/pixmaps/maryo/small/climb_right.settings X%%DATADIR%%/pixmaps/maryo/small/dead_left.settings X%%DATADIR%%/pixmaps/maryo/small/dead_right.png X%%DATADIR%%/pixmaps/maryo/small/dead_right.settings X%%DATADIR%%/pixmaps/maryo/small/duck_left.settings X%%DATADIR%%/pixmaps/maryo/small/duck_right.png X%%DATADIR%%/pixmaps/maryo/small/duck_right.settings X%%DATADIR%%/pixmaps/maryo/small/fall_left.settings X%%DATADIR%%/pixmaps/maryo/small/fall_left_holding.settings X%%DATADIR%%/pixmaps/maryo/small/fall_right.png X%%DATADIR%%/pixmaps/maryo/small/fall_right.settings X%%DATADIR%%/pixmaps/maryo/small/fall_right_holding.png X%%DATADIR%%/pixmaps/maryo/small/fall_right_holding.settings X%%DATADIR%%/pixmaps/maryo/small/jump_left.settings X%%DATADIR%%/pixmaps/maryo/small/jump_left_holding.settings X%%DATADIR%%/pixmaps/maryo/small/jump_right.png X%%DATADIR%%/pixmaps/maryo/small/jump_right.settings X%%DATADIR%%/pixmaps/maryo/small/jump_right_holding.png X%%DATADIR%%/pixmaps/maryo/small/jump_right_holding.settings X%%DATADIR%%/pixmaps/maryo/small/stand_left.settings X%%DATADIR%%/pixmaps/maryo/small/stand_left_holding.settings X%%DATADIR%%/pixmaps/maryo/small/stand_right.png X%%DATADIR%%/pixmaps/maryo/small/stand_right.settings X%%DATADIR%%/pixmaps/maryo/small/stand_right_holding.png X%%DATADIR%%/pixmaps/maryo/small/stand_right_holding.settings X%%DATADIR%%/pixmaps/maryo/small/up_left.settings X%%DATADIR%%/pixmaps/maryo/small/up_right.png X%%DATADIR%%/pixmaps/maryo/small/up_right.settings X%%DATADIR%%/pixmaps/maryo/small/walk_left_1.settings X%%DATADIR%%/pixmaps/maryo/small/walk_left_1_holding.settings X%%DATADIR%%/pixmaps/maryo/small/walk_left_2.settings X%%DATADIR%%/pixmaps/maryo/small/walk_left_2_holding.settings X%%DATADIR%%/pixmaps/maryo/small/walk_right_1.png X%%DATADIR%%/pixmaps/maryo/small/walk_right_1.settings X%%DATADIR%%/pixmaps/maryo/small/walk_right_1_holding.png X%%DATADIR%%/pixmaps/maryo/small/walk_right_1_holding.settings X%%DATADIR%%/pixmaps/maryo/small/walk_right_2.png X%%DATADIR%%/pixmaps/maryo/small/walk_right_2.settings X%%DATADIR%%/pixmaps/maryo/small/walk_right_2_holding.png X%%DATADIR%%/pixmaps/maryo/small/walk_right_2_holding.settings X%%DATADIR%%/pixmaps/menu/audio.png X%%DATADIR%%/pixmaps/menu/audio.settings X%%DATADIR%%/pixmaps/menu/controls.png X%%DATADIR%%/pixmaps/menu/controls.settings X%%DATADIR%%/pixmaps/menu/extra_1.settings X%%DATADIR%%/pixmaps/menu/extra_2.settings X%%DATADIR%%/pixmaps/menu/game.png X%%DATADIR%%/pixmaps/menu/game.settings X%%DATADIR%%/pixmaps/menu/ground.png X%%DATADIR%%/pixmaps/menu/ground.settings X%%DATADIR%%/pixmaps/menu/ground_quit.png X%%DATADIR%%/pixmaps/menu/ground_quit.settings X%%DATADIR%%/pixmaps/menu/items/audio.png X%%DATADIR%%/pixmaps/menu/items/audio.settings X%%DATADIR%%/pixmaps/menu/items/audio.txt X%%DATADIR%%/pixmaps/menu/items/controls.png X%%DATADIR%%/pixmaps/menu/items/controls.txt X%%DATADIR%%/pixmaps/menu/items/fullscreen.png X%%DATADIR%%/pixmaps/menu/items/fullscreen.settings X%%DATADIR%%/pixmaps/menu/items/fullscreen.txt X%%DATADIR%%/pixmaps/menu/items/game.png X%%DATADIR%%/pixmaps/menu/items/game.settings X%%DATADIR%%/pixmaps/menu/items/game.txt X%%DATADIR%%/pixmaps/menu/items/gamepad.png X%%DATADIR%%/pixmaps/menu/items/gamepad.settings X%%DATADIR%%/pixmaps/menu/items/gamepad.txt X%%DATADIR%%/pixmaps/menu/items/load.png X%%DATADIR%%/pixmaps/menu/items/load.settings X%%DATADIR%%/pixmaps/menu/items/load.txt X%%DATADIR%%/pixmaps/menu/items/music.png X%%DATADIR%%/pixmaps/menu/items/music.settings X%%DATADIR%%/pixmaps/menu/items/music.txt X%%DATADIR%%/pixmaps/menu/items/options.png X%%DATADIR%%/pixmaps/menu/items/options.settings X%%DATADIR%%/pixmaps/menu/items/overworld.png X%%DATADIR%%/pixmaps/menu/items/overworld.settings X%%DATADIR%%/pixmaps/menu/items/overworld.txt X%%DATADIR%%/pixmaps/menu/items/save.png X%%DATADIR%%/pixmaps/menu/items/save.settings X%%DATADIR%%/pixmaps/menu/items/save.txt X%%DATADIR%%/pixmaps/menu/items/sounds.png X%%DATADIR%%/pixmaps/menu/items/sounds.settings X%%DATADIR%%/pixmaps/menu/items/sounds.txt X%%DATADIR%%/pixmaps/menu/items/start.png X%%DATADIR%%/pixmaps/menu/items/start.settings X%%DATADIR%%/pixmaps/menu/items/video.png X%%DATADIR%%/pixmaps/menu/items/video.txt X%%DATADIR%%/pixmaps/menu/load.png X%%DATADIR%%/pixmaps/menu/load.settings X%%DATADIR%%/pixmaps/menu/logo_sdl.png X%%DATADIR%%/pixmaps/menu/logo_sdl.settings X%%DATADIR%%/pixmaps/menu/options.png X%%DATADIR%%/pixmaps/menu/options.settings X%%DATADIR%%/pixmaps/menu/quit.png X%%DATADIR%%/pixmaps/menu/quit.settings X%%DATADIR%%/pixmaps/menu/save.png X%%DATADIR%%/pixmaps/menu/save.settings X%%DATADIR%%/pixmaps/menu/start.png X%%DATADIR%%/pixmaps/menu/start.settings X%%DATADIR%%/pixmaps/menu/video.png X%%DATADIR%%/pixmaps/menu/video.settings X%%DATADIR%%/pixmaps/pipes/all.txt X%%DATADIR%%/pixmaps/pipes/blue/down.settings X%%DATADIR%%/pixmaps/pipes/blue/hor.settings X%%DATADIR%%/pixmaps/pipes/blue/left.settings X%%DATADIR%%/pixmaps/pipes/blue/right.settings X%%DATADIR%%/pixmaps/pipes/blue/small/down.settings X%%DATADIR%%/pixmaps/pipes/blue/small/hor.settings X%%DATADIR%%/pixmaps/pipes/blue/small/left.settings X%%DATADIR%%/pixmaps/pipes/blue/small/right.settings X%%DATADIR%%/pixmaps/pipes/blue/small/up.png X%%DATADIR%%/pixmaps/pipes/blue/small/up.settings X%%DATADIR%%/pixmaps/pipes/blue/small/ver.png X%%DATADIR%%/pixmaps/pipes/blue/small/ver.settings X%%DATADIR%%/pixmaps/pipes/blue/up.png X%%DATADIR%%/pixmaps/pipes/blue/up.settings X%%DATADIR%%/pixmaps/pipes/blue/ver.png X%%DATADIR%%/pixmaps/pipes/blue/ver.settings X%%DATADIR%%/pixmaps/pipes/green/down.settings X%%DATADIR%%/pixmaps/pipes/green/hor.settings X%%DATADIR%%/pixmaps/pipes/green/left.settings X%%DATADIR%%/pixmaps/pipes/green/right.settings X%%DATADIR%%/pixmaps/pipes/green/small/down.settings X%%DATADIR%%/pixmaps/pipes/green/small/hor.settings X%%DATADIR%%/pixmaps/pipes/green/small/left.settings X%%DATADIR%%/pixmaps/pipes/green/small/right.settings X%%DATADIR%%/pixmaps/pipes/green/small/up.png X%%DATADIR%%/pixmaps/pipes/green/small/up.settings X%%DATADIR%%/pixmaps/pipes/green/small/ver.png X%%DATADIR%%/pixmaps/pipes/green/small/ver.settings X%%DATADIR%%/pixmaps/pipes/green/up.png X%%DATADIR%%/pixmaps/pipes/green/up.settings X%%DATADIR%%/pixmaps/pipes/green/ver.png X%%DATADIR%%/pixmaps/pipes/green/ver.settings X%%DATADIR%%/pixmaps/pipes/grey/down.settings X%%DATADIR%%/pixmaps/pipes/grey/hor.settings X%%DATADIR%%/pixmaps/pipes/grey/left.settings X%%DATADIR%%/pixmaps/pipes/grey/right.settings X%%DATADIR%%/pixmaps/pipes/grey/small/down.settings X%%DATADIR%%/pixmaps/pipes/grey/small/hor.settings X%%DATADIR%%/pixmaps/pipes/grey/small/left.settings X%%DATADIR%%/pixmaps/pipes/grey/small/right.settings X%%DATADIR%%/pixmaps/pipes/grey/small/up.png X%%DATADIR%%/pixmaps/pipes/grey/small/up.settings X%%DATADIR%%/pixmaps/pipes/grey/small/ver.png X%%DATADIR%%/pixmaps/pipes/grey/small/ver.settings X%%DATADIR%%/pixmaps/pipes/grey/up.png X%%DATADIR%%/pixmaps/pipes/grey/up.settings X%%DATADIR%%/pixmaps/pipes/grey/ver.png X%%DATADIR%%/pixmaps/pipes/grey/ver.settings X%%DATADIR%%/pixmaps/pipes/left/green_medium_1.png X%%DATADIR%%/pixmaps/pipes/left/green_medium_1.settings X%%DATADIR%%/pixmaps/pipes/left/green_small_1.png X%%DATADIR%%/pixmaps/pipes/left/green_small_1.settings X%%DATADIR%%/pixmaps/pipes/left/grey_small_1.png X%%DATADIR%%/pixmaps/pipes/leftright/green_medium_1.png X%%DATADIR%%/pixmaps/pipes/leftright/green_medium_1.settings X%%DATADIR%%/pixmaps/pipes/leftright/green_small_1.png X%%DATADIR%%/pixmaps/pipes/leftright/green_small_1.settings X%%DATADIR%%/pixmaps/pipes/leftright/yellow_medium_1.png X%%DATADIR%%/pixmaps/pipes/leftright/yellow_medium_1.settings X%%DATADIR%%/pixmaps/pipes/orange/down.settings X%%DATADIR%%/pixmaps/pipes/orange/hor.settings X%%DATADIR%%/pixmaps/pipes/orange/left.settings X%%DATADIR%%/pixmaps/pipes/orange/right.settings X%%DATADIR%%/pixmaps/pipes/orange/small/down.settings X%%DATADIR%%/pixmaps/pipes/orange/small/hor.settings X%%DATADIR%%/pixmaps/pipes/orange/small/left.settings X%%DATADIR%%/pixmaps/pipes/orange/small/right.settings X%%DATADIR%%/pixmaps/pipes/orange/small/up.png X%%DATADIR%%/pixmaps/pipes/orange/small/up.settings X%%DATADIR%%/pixmaps/pipes/orange/small/ver.png X%%DATADIR%%/pixmaps/pipes/orange/small/ver.settings X%%DATADIR%%/pixmaps/pipes/orange/up.png X%%DATADIR%%/pixmaps/pipes/orange/up.settings X%%DATADIR%%/pixmaps/pipes/orange/ver.png X%%DATADIR%%/pixmaps/pipes/orange/ver.settings X%%DATADIR%%/pixmaps/pipes/right/green_medium_1.png X%%DATADIR%%/pixmaps/pipes/right/green_medium_1.settings X%%DATADIR%%/pixmaps/pipes/right/green_small_1.png X%%DATADIR%%/pixmaps/pipes/right/green_small_1.settings X%%DATADIR%%/pixmaps/pipes/right/grey_small_1.png X%%DATADIR%%/pixmaps/pipes/up/blue_medium_1.png X%%DATADIR%%/pixmaps/pipes/up/blue_medium_1.settings X%%DATADIR%%/pixmaps/pipes/up/blue_small_1.png X%%DATADIR%%/pixmaps/pipes/up/blue_small_1.settings X%%DATADIR%%/pixmaps/pipes/up/green_large_1.png X%%DATADIR%%/pixmaps/pipes/up/green_large_1.settings X%%DATADIR%%/pixmaps/pipes/up/green_medium_1.png X%%DATADIR%%/pixmaps/pipes/up/green_medium_1.settings X%%DATADIR%%/pixmaps/pipes/up/green_small_1.png X%%DATADIR%%/pixmaps/pipes/up/green_small_1.settings X%%DATADIR%%/pixmaps/pipes/up/grey_big_1.png X%%DATADIR%%/pixmaps/pipes/up/grey_big_1.settings X%%DATADIR%%/pixmaps/pipes/up/grey_small_1.png X%%DATADIR%%/pixmaps/pipes/up/grey_small_1.settings X%%DATADIR%%/pixmaps/pipes/up/yellow_big_1.png X%%DATADIR%%/pixmaps/pipes/up/yellow_big_1.settings X%%DATADIR%%/pixmaps/pipes/up/yellow_medium_1.png X%%DATADIR%%/pixmaps/pipes/up/yellow_medium_1.settings X%%DATADIR%%/pixmaps/pipes/up/yellow_small_1.png X%%DATADIR%%/pixmaps/pipes/updown/green_medium_1.png X%%DATADIR%%/pixmaps/pipes/updown/green_medium_1.settings X%%DATADIR%%/pixmaps/pipes/updown/green_small_1.png X%%DATADIR%%/pixmaps/pipes/updown/green_small_1.settings X%%DATADIR%%/pixmaps/pipes/updown/yellow_medium_1.png X%%DATADIR%%/pixmaps/pipes/updown/yellow_medium_1.settings X%%DATADIR%%/pixmaps/pipes/yellow/down.settings X%%DATADIR%%/pixmaps/pipes/yellow/hor.settings X%%DATADIR%%/pixmaps/pipes/yellow/left.settings X%%DATADIR%%/pixmaps/pipes/yellow/right.settings X%%DATADIR%%/pixmaps/pipes/yellow/small/down.settings X%%DATADIR%%/pixmaps/pipes/yellow/small/hor.settings X%%DATADIR%%/pixmaps/pipes/yellow/small/left.settings X%%DATADIR%%/pixmaps/pipes/yellow/small/right.settings X%%DATADIR%%/pixmaps/pipes/yellow/small/up.png X%%DATADIR%%/pixmaps/pipes/yellow/small/up.settings X%%DATADIR%%/pixmaps/pipes/yellow/small/ver.png X%%DATADIR%%/pixmaps/pipes/yellow/small/ver.settings X%%DATADIR%%/pixmaps/pipes/yellow/up.png X%%DATADIR%%/pixmaps/pipes/yellow/up.settings X%%DATADIR%%/pixmaps/pipes/yellow/ver.png X%%DATADIR%%/pixmaps/pipes/yellow/ver.settings X%%DATADIR%%/pixmaps/signs/default_1/1_danger.png X%%DATADIR%%/pixmaps/signs/default_1/1_danger.settings X%%DATADIR%%/pixmaps/signs/default_1/1_ending.png X%%DATADIR%%/pixmaps/signs/default_1/1_ending.settings X%%DATADIR%%/pixmaps/signs/default_1/1_ending.txt X%%DATADIR%%/pixmaps/signs/default_1/1_ending_big.png X%%DATADIR%%/pixmaps/signs/default_1/1_ending_big.settings X%%DATADIR%%/pixmaps/signs/default_1/1_ending_big.txt X%%DATADIR%%/pixmaps/signs/default_1/1_ending_big_left.settings X%%DATADIR%%/pixmaps/signs/default_1/1_ending_left.settings X%%DATADIR%%/pixmaps/signs/yoshi/post.png X%%DATADIR%%/pixmaps/signs/yoshi/post.settings X%%DATADIR%%/pixmaps/signs/yoshi/post.txt X%%DATADIR%%/pixmaps/slider/grey_1/all.txt X%%DATADIR%%/pixmaps/slider/grey_1/slider_left.png X%%DATADIR%%/pixmaps/slider/grey_1/slider_left.settings X%%DATADIR%%/pixmaps/slider/grey_1/slider_middle.png X%%DATADIR%%/pixmaps/slider/grey_1/slider_middle.settings X%%DATADIR%%/pixmaps/slider/grey_1/slider_right.png X%%DATADIR%%/pixmaps/slider/grey_1/slider_right.settings X%%DATADIR%%/pixmaps/windows/castle/1.png X%%DATADIR%%/pixmaps/windows/castle/1.settings X%%DATADIR%%/pixmaps/windows/castle/1.txt X%%DATADIR%%/pixmaps/windows/castle/2.png X%%DATADIR%%/pixmaps/windows/castle/2.settings X%%DATADIR%%/pixmaps/windows/castle/2.txt X%%DATADIR%%/pixmaps/windows/castle/3.png X%%DATADIR%%/pixmaps/windows/castle/3.settings X%%DATADIR%%/pixmaps/windows/castle/3.txt X%%DATADIR%%/pixmaps/world/maryo/all.txt X%%DATADIR%%/pixmaps/world/maryo/small/down.png X%%DATADIR%%/pixmaps/world/maryo/small/down.settings X%%DATADIR%%/pixmaps/world/maryo/small/down_1.png X%%DATADIR%%/pixmaps/world/maryo/small/down_1.settings X%%DATADIR%%/pixmaps/world/maryo/small/down_2.png X%%DATADIR%%/pixmaps/world/maryo/small/down_2.settings X%%DATADIR%%/pixmaps/world/maryo/small/left.png X%%DATADIR%%/pixmaps/world/maryo/small/left.settings X%%DATADIR%%/pixmaps/world/maryo/small/left_1.png X%%DATADIR%%/pixmaps/world/maryo/small/left_1.settings X%%DATADIR%%/pixmaps/world/maryo/small/left_2.png X%%DATADIR%%/pixmaps/world/maryo/small/left_2.settings X%%DATADIR%%/pixmaps/world/maryo/small/right.settings X%%DATADIR%%/pixmaps/world/maryo/small/right_1.settings X%%DATADIR%%/pixmaps/world/maryo/small/right_2.settings X%%DATADIR%%/pixmaps/world/maryo/small/up.png X%%DATADIR%%/pixmaps/world/maryo/small/up.settings X%%DATADIR%%/pixmaps/world/maryo/small/up_1.png X%%DATADIR%%/pixmaps/world/maryo/small/up_1.settings X%%DATADIR%%/pixmaps/world/maryo/small/up_2.png X%%DATADIR%%/pixmaps/world/maryo/small/up_2.settings X%%DATADIR%%/pixmaps/world/objects/cactus/cactus_man.png X%%DATADIR%%/pixmaps/world/objects/cactus/cactus_man.settings X%%DATADIR%%/pixmaps/world/objects/cactus/cactus_man.txt X%%DATADIR%%/pixmaps/world/objects/cactus/desert_cactus.png X%%DATADIR%%/pixmaps/world/objects/cactus/desert_cactus.settings X%%DATADIR%%/pixmaps/world/objects/cactus/desert_cactus.txt X%%DATADIR%%/pixmaps/world/objects/castle/1.png X%%DATADIR%%/pixmaps/world/objects/castle/1.settings X%%DATADIR%%/pixmaps/world/objects/castle/1.txt X%%DATADIR%%/pixmaps/world/objects/castle/2.png X%%DATADIR%%/pixmaps/world/objects/castle/2.settings X%%DATADIR%%/pixmaps/world/objects/castle/2.txt X%%DATADIR%%/pixmaps/world/objects/castle/3.png X%%DATADIR%%/pixmaps/world/objects/castle/3.settings X%%DATADIR%%/pixmaps/world/objects/castle/3.txt X%%DATADIR%%/pixmaps/world/objects/cloud/light_blue/medium_1.png X%%DATADIR%%/pixmaps/world/objects/cloud/light_blue/medium_1.settings X%%DATADIR%%/pixmaps/world/objects/cloud/light_blue/medium_1.txt X%%DATADIR%%/pixmaps/world/objects/cloud/light_blue/medium_2.png X%%DATADIR%%/pixmaps/world/objects/cloud/light_blue/medium_2.settings X%%DATADIR%%/pixmaps/world/objects/cloud/light_blue/medium_2.txt X%%DATADIR%%/pixmaps/world/objects/cloud/light_blue/small_1.png X%%DATADIR%%/pixmaps/world/objects/cloud/light_blue/small_1.settings X%%DATADIR%%/pixmaps/world/objects/cloud/light_blue/small_1.txt X%%DATADIR%%/pixmaps/world/objects/extra/compass_rose.png X%%DATADIR%%/pixmaps/world/objects/extra/compass_rose.settings X%%DATADIR%%/pixmaps/world/objects/extra/compass_rose.txt X%%DATADIR%%/pixmaps/world/objects/extra/compass_rose_de.png X%%DATADIR%%/pixmaps/world/objects/grass/small_yellow.png X%%DATADIR%%/pixmaps/world/objects/grass/small_yellow.settings X%%DATADIR%%/pixmaps/world/objects/grass/small_yellow.txt X%%DATADIR%%/pixmaps/world/objects/hedge/green_1.png X%%DATADIR%%/pixmaps/world/objects/hedge/green_1.settings X%%DATADIR%%/pixmaps/world/objects/hedge/green_1.txt X%%DATADIR%%/pixmaps/world/objects/hill/blue_1.png X%%DATADIR%%/pixmaps/world/objects/hill/blue_1.settings X%%DATADIR%%/pixmaps/world/objects/hill/blue_1.txt X%%DATADIR%%/pixmaps/world/objects/hill/blue_2.png X%%DATADIR%%/pixmaps/world/objects/hill/blue_2.settings X%%DATADIR%%/pixmaps/world/objects/hill/blue_2.txt X%%DATADIR%%/pixmaps/world/objects/hill/blue_big.png X%%DATADIR%%/pixmaps/world/objects/hill/blue_big.txt X%%DATADIR%%/pixmaps/world/objects/hill/blue_big_left.settings X%%DATADIR%%/pixmaps/world/objects/hill/blue_big_right.settings X%%DATADIR%%/pixmaps/world/objects/hill/bluegreen_big.png X%%DATADIR%%/pixmaps/world/objects/hill/bluegreen_big.settings X%%DATADIR%%/pixmaps/world/objects/hill/bluegreen_big.txt X%%DATADIR%%/pixmaps/world/objects/hill/bluegreen_small.png X%%DATADIR%%/pixmaps/world/objects/hill/bluegreen_small.settings X%%DATADIR%%/pixmaps/world/objects/hill/bluegreen_small.txt X%%DATADIR%%/pixmaps/world/objects/hill/bluegreen_stone_1.png X%%DATADIR%%/pixmaps/world/objects/hill/bluegreen_stone_1.settings X%%DATADIR%%/pixmaps/world/objects/hill/bluegreen_stone_1.txt X%%DATADIR%%/pixmaps/world/objects/lake/lake_1.png X%%DATADIR%%/pixmaps/world/objects/lake/lake_1.settings X%%DATADIR%%/pixmaps/world/objects/lake/lake_1.txt X%%DATADIR%%/pixmaps/world/objects/lake/oasis.png X%%DATADIR%%/pixmaps/world/objects/lake/oasis.settings X%%DATADIR%%/pixmaps/world/objects/lake/oasis.txt X%%DATADIR%%/pixmaps/world/objects/mushroom/mushroom.png X%%DATADIR%%/pixmaps/world/objects/mushroom/mushroom.txt X%%DATADIR%%/pixmaps/world/objects/mushroom/mushroom_left.settings X%%DATADIR%%/pixmaps/world/objects/mushroom/mushroom_right.settings X%%DATADIR%%/pixmaps/world/objects/pipe/all.txt X%%DATADIR%%/pixmaps/world/objects/pipe/blue_big.png X%%DATADIR%%/pixmaps/world/objects/pipe/blue_big.settings X%%DATADIR%%/pixmaps/world/objects/pipe/blue_small.png X%%DATADIR%%/pixmaps/world/objects/pipe/blue_small.settings X%%DATADIR%%/pixmaps/world/objects/pipe/green_big.png X%%DATADIR%%/pixmaps/world/objects/pipe/green_big.settings X%%DATADIR%%/pixmaps/world/objects/pipe/green_small.png X%%DATADIR%%/pixmaps/world/objects/pipe/green_small.settings X%%DATADIR%%/pixmaps/world/objects/pipe/grey_big.png X%%DATADIR%%/pixmaps/world/objects/pipe/grey_big.settings X%%DATADIR%%/pixmaps/world/objects/pipe/grey_small.png X%%DATADIR%%/pixmaps/world/objects/pipe/grey_small.settings X%%DATADIR%%/pixmaps/world/objects/pipe/yellow_big.png X%%DATADIR%%/pixmaps/world/objects/pipe/yellow_big.settings X%%DATADIR%%/pixmaps/world/objects/pipe/yellow_small.png X%%DATADIR%%/pixmaps/world/objects/pipe/yellow_small.settings X%%DATADIR%%/pixmaps/world/objects/plants/green_1.png X%%DATADIR%%/pixmaps/world/objects/plants/green_1.settings X%%DATADIR%%/pixmaps/world/objects/plants/green_1.txt X%%DATADIR%%/pixmaps/world/objects/plants/medium_plant.png X%%DATADIR%%/pixmaps/world/objects/plants/medium_plant.settings X%%DATADIR%%/pixmaps/world/objects/plants/medium_plant.txt X%%DATADIR%%/pixmaps/world/objects/pyramid/medium_orange.png X%%DATADIR%%/pixmaps/world/objects/pyramid/medium_orange.settings X%%DATADIR%%/pixmaps/world/objects/pyramid/medium_orange.txt X%%DATADIR%%/pixmaps/world/objects/stone/stone.png X%%DATADIR%%/pixmaps/world/objects/stone/stone.settings X%%DATADIR%%/pixmaps/world/objects/stone/stone.txt X%%DATADIR%%/pixmaps/world/objects/sun/1.png X%%DATADIR%%/pixmaps/world/objects/sun/1.settings X%%DATADIR%%/pixmaps/world/objects/sun/1.txt X%%DATADIR%%/pixmaps/world/objects/wheels/wind_wheel.png X%%DATADIR%%/pixmaps/world/objects/wheels/wind_wheel.settings X%%DATADIR%%/pixmaps/world/objects/wheels/wind_wheel.txt X%%DATADIR%%/pixmaps/world/tiles/green_1/todo.txt X%%DATADIR%%/pixmaps/world/way/yellow_1/all.txt X%%DATADIR%%/pixmaps/world/way/yellow_1/cross.png X%%DATADIR%%/pixmaps/world/way/yellow_1/cross.settings X%%DATADIR%%/pixmaps/world/way/yellow_1/leftdown.png X%%DATADIR%%/pixmaps/world/way/yellow_1/leftdown.settings X%%DATADIR%%/pixmaps/world/way/yellow_1/leftright.png X%%DATADIR%%/pixmaps/world/way/yellow_1/leftright.settings X%%DATADIR%%/pixmaps/world/way/yellow_1/leftup.png X%%DATADIR%%/pixmaps/world/way/yellow_1/leftup.settings X%%DATADIR%%/pixmaps/world/way/yellow_1/point.png X%%DATADIR%%/pixmaps/world/way/yellow_1/point.settings X%%DATADIR%%/pixmaps/world/way/yellow_1/rightdown.png X%%DATADIR%%/pixmaps/world/way/yellow_1/rightdown.settings X%%DATADIR%%/pixmaps/world/way/yellow_1/rightup.png X%%DATADIR%%/pixmaps/world/way/yellow_1/rightup.settings X%%DATADIR%%/pixmaps/world/way/yellow_1/updown.png X%%DATADIR%%/pixmaps/world/way/yellow_1/updown.settings X%%DATADIR%%/pixmaps/world/waypoint/default_1.png X%%DATADIR%%/pixmaps/world/waypoint/default_1.settings X%%DATADIR%%/schema/Config.xsd X%%DATADIR%%/schema/Editor_Items.xsd X%%DATADIR%%/schema/Editor_Menu.xsd X%%DATADIR%%/schema/Level.xsd X%%DATADIR%%/schema/Savegame.xsd X%%DATADIR%%/schema/World/Description.xsd X%%DATADIR%%/schema/World/Lines.xsd X%%DATADIR%%/schema/World/World.xsd X%%DATADIR%%/schema/Worlds_User_Data.xsd X%%DATADIR%%/sounds/ambient/machine_1.ogg X%%DATADIR%%/sounds/ambient/machine_1.txt X%%DATADIR%%/sounds/ambient/wind_1.ogg X%%DATADIR%%/sounds/ambient/wind_1.txt X%%DATADIR%%/sounds/audio_on.ogg X%%DATADIR%%/sounds/babble/long_1.ogg X%%DATADIR%%/sounds/babble/long_1.txt X%%DATADIR%%/sounds/death_box.ogg X%%DATADIR%%/sounds/editor/enter.ogg X%%DATADIR%%/sounds/editor/enter.txt X%%DATADIR%%/sounds/editor/leave.ogg X%%DATADIR%%/sounds/editor/leave.txt X%%DATADIR%%/sounds/editor/save.ogg X%%DATADIR%%/sounds/editor/save.txt X%%DATADIR%%/sounds/enemy/boss/turtle/big_hit.ogg X%%DATADIR%%/sounds/enemy/boss/turtle/big_hit.txt X%%DATADIR%%/sounds/enemy/boss/turtle/hit.ogg X%%DATADIR%%/sounds/enemy/boss/turtle/hit.txt X%%DATADIR%%/sounds/enemy/boss/turtle/power_up.ogg X%%DATADIR%%/sounds/enemy/boss/turtle/power_up.txt X%%DATADIR%%/sounds/enemy/boss/turtle/shell_attack.ogg X%%DATADIR%%/sounds/enemy/boss/turtle/shell_attack.txt X%%DATADIR%%/sounds/enemy/eato/die.ogg X%%DATADIR%%/sounds/enemy/eato/die.txt X%%DATADIR%%/sounds/enemy/gee/die.ogg X%%DATADIR%%/sounds/enemy/gee/die.txt X%%DATADIR%%/sounds/enemy/gumba/die.ogg X%%DATADIR%%/sounds/enemy/gumba/die.txt X%%DATADIR%%/sounds/enemy/jpiranha/die.ogg X%%DATADIR%%/sounds/enemy/jpiranha/die.txt X%%DATADIR%%/sounds/enemy/rex/die.ogg X%%DATADIR%%/sounds/enemy/rex/die.txt X%%DATADIR%%/sounds/enemy/rokko/activate.ogg X%%DATADIR%%/sounds/enemy/rokko/activate.txt X%%DATADIR%%/sounds/enemy/spika/move.ogg X%%DATADIR%%/sounds/enemy/spika/move.txt X%%DATADIR%%/sounds/enemy/thromp/die.ogg X%%DATADIR%%/sounds/enemy/thromp/die.txt X%%DATADIR%%/sounds/enemy/thromp/hit.ogg X%%DATADIR%%/sounds/enemy/thromp/hit.txt X%%DATADIR%%/sounds/enemy/turtle/hit.ogg X%%DATADIR%%/sounds/enemy/turtle/hit.txt X%%DATADIR%%/sounds/enemy/turtle/power_up.txt X%%DATADIR%%/sounds/enemy/turtle/shell/hit.ogg X%%DATADIR%%/sounds/enemy/turtle/shell/hit.txt X%%DATADIR%%/sounds/enter_pipe.ogg X%%DATADIR%%/sounds/enter_pipe.txt X%%DATADIR%%/sounds/error.ogg X%%DATADIR%%/sounds/error.txt X%%DATADIR%%/sounds/item/death_box.ogg X%%DATADIR%%/sounds/item/death_box.txt X%%DATADIR%%/sounds/item/fireball.ogg X%%DATADIR%%/sounds/item/fireball.txt X%%DATADIR%%/sounds/item/fireball_2.ogg X%%DATADIR%%/sounds/item/fireball_2.txt X%%DATADIR%%/sounds/item/fireplant.ogg X%%DATADIR%%/sounds/item/fireplant.txt X%%DATADIR%%/sounds/item/goldpiece_1.ogg X%%DATADIR%%/sounds/item/goldpiece_1.txt X%%DATADIR%%/sounds/item/ice_kill.ogg X%%DATADIR%%/sounds/item/ice_kill.txt X%%DATADIR%%/sounds/item/iceball.ogg X%%DATADIR%%/sounds/item/iceball.txt X%%DATADIR%%/sounds/item/live_up.ogg X%%DATADIR%%/sounds/item/live_up.txt X%%DATADIR%%/sounds/item/live_up_2.ogg X%%DATADIR%%/sounds/item/live_up_2.txt X%%DATADIR%%/sounds/item/moon.ogg X%%DATADIR%%/sounds/item/moon.txt X%%DATADIR%%/sounds/item/mushroom.ogg X%%DATADIR%%/sounds/item/mushroom.txt X%%DATADIR%%/sounds/item/mushroom_blue.ogg X%%DATADIR%%/sounds/item/mushroom_blue.txt X%%DATADIR%%/sounds/item/mushroom_ghost.ogg X%%DATADIR%%/sounds/item/mushroom_ghost.txt X%%DATADIR%%/sounds/item/star_kill.ogg X%%DATADIR%%/sounds/item/star_kill.txt X%%DATADIR%%/sounds/itembox_get.ogg X%%DATADIR%%/sounds/itembox_get.txt X%%DATADIR%%/sounds/itembox_set.ogg X%%DATADIR%%/sounds/leave_pipe.ogg X%%DATADIR%%/sounds/leave_pipe.txt X%%DATADIR%%/sounds/player/dead.ogg X%%DATADIR%%/sounds/player/dead.txt X%%DATADIR%%/sounds/player/ghost_end.ogg X%%DATADIR%%/sounds/player/ghost_end.txt X%%DATADIR%%/sounds/player/jump_big.ogg X%%DATADIR%%/sounds/player/jump_big.txt X%%DATADIR%%/sounds/player/jump_ghost.ogg X%%DATADIR%%/sounds/player/jump_ghost.txt X%%DATADIR%%/sounds/player/jump_small.ogg X%%DATADIR%%/sounds/player/maryo_au.txt X%%DATADIR%%/sounds/player/maryo_stop.ogg X%%DATADIR%%/sounds/player/maryo_stop.txt X%%DATADIR%%/sounds/player/powerdown.ogg X%%DATADIR%%/sounds/player/powerdown.txt X%%DATADIR%%/sounds/savegame_load.ogg X%%DATADIR%%/sounds/savegame_save.ogg X%%DATADIR%%/sounds/sprout_1.ogg X%%DATADIR%%/sounds/sprout_1.txt X%%DATADIR%%/sounds/stomp_1.ogg X%%DATADIR%%/sounds/stomp_1.txt X%%DATADIR%%/sounds/stomp_2.ogg X%%DATADIR%%/sounds/stomp_2.txt X%%DATADIR%%/sounds/stomp_4.ogg X%%DATADIR%%/sounds/stomp_4.txt X%%DATADIR%%/sounds/tock.ogg X%%DATADIR%%/sounds/tock.txt X%%DATADIR%%/sounds/waterdrop_1.ogg X%%DATADIR%%/sounds/waterdrop_1.txt X%%DATADIR%%/sounds/waypoint_reached.ogg X%%DATADIR%%/sounds/waypoint_reached.txt X%%DATADIR%%/sounds/wood_1.ogg X%%DATADIR%%/sounds/wood_1.txt X%%DATADIR%%/world/test_1/description.xml X%%DATADIR%%/world/test_1/layer.xml X%%DATADIR%%/world/test_1/world.xml X%%DATADIR%%/world/world_1/description.xml X%%DATADIR%%/world/world_1/layer.xml X%%DATADIR%%/world/world_1/world.xml X%%DATADIR%%/world/world_2/description.xml X%%DATADIR%%/world/world_2/layer.xml X%%DATADIR%%/world/world_2/world.xml X%%DATADIR%%/world/world_3/description.xml X%%DATADIR%%/world/world_3/layer.xml X%%DATADIR%%/world/world_3/world.xml X%%DATADIR%%/world/worlds.xml X@dirrm %%DATADIR%%/world/world_3 X@dirrm %%DATADIR%%/world/world_2 X@dirrm %%DATADIR%%/world/world_1 X@dirrm %%DATADIR%%/world/test_1 X@dirrm %%DATADIR%%/world X@dirrm %%DATADIR%%/sounds/player X@dirrm %%DATADIR%%/sounds/item X@dirrm %%DATADIR%%/sounds/enemy/turtle/shell X@dirrm %%DATADIR%%/sounds/enemy/turtle X@dirrm %%DATADIR%%/sounds/enemy/thromp X@dirrm %%DATADIR%%/sounds/enemy/spika X@dirrm %%DATADIR%%/sounds/enemy/rokko X@dirrm %%DATADIR%%/sounds/enemy/rex X@dirrm %%DATADIR%%/sounds/enemy/jpiranha X@dirrm %%DATADIR%%/sounds/enemy/gumba X@dirrm %%DATADIR%%/sounds/enemy/gee X@dirrm %%DATADIR%%/sounds/enemy/eato X@dirrm %%DATADIR%%/sounds/enemy/boss/turtle X@dirrm %%DATADIR%%/sounds/enemy/boss X@dirrm %%DATADIR%%/sounds/enemy X@dirrm %%DATADIR%%/sounds/editor X@dirrm %%DATADIR%%/sounds/babble X@dirrm %%DATADIR%%/sounds/ambient X@dirrm %%DATADIR%%/sounds X@dirrm %%DATADIR%%/schema/World X@dirrm %%DATADIR%%/schema X@dirrm %%DATADIR%%/pixmaps/world/waypoint X@dirrm %%DATADIR%%/pixmaps/world/way/yellow_1 X@dirrm %%DATADIR%%/pixmaps/world/way X@dirrm %%DATADIR%%/pixmaps/world/tiles/green_1 X@dirrm %%DATADIR%%/pixmaps/world/tiles X@dirrm %%DATADIR%%/pixmaps/world/objects/wheels X@dirrm %%DATADIR%%/pixmaps/world/objects/sun X@dirrm %%DATADIR%%/pixmaps/world/objects/stone X@dirrm %%DATADIR%%/pixmaps/world/objects/pyramid X@dirrm %%DATADIR%%/pixmaps/world/objects/plants X@dirrm %%DATADIR%%/pixmaps/world/objects/pipe X@dirrm %%DATADIR%%/pixmaps/world/objects/mushroom X@dirrm %%DATADIR%%/pixmaps/world/objects/lake X@dirrm %%DATADIR%%/pixmaps/world/objects/hill X@dirrm %%DATADIR%%/pixmaps/world/objects/hedge X@dirrm %%DATADIR%%/pixmaps/world/objects/grass X@dirrm %%DATADIR%%/pixmaps/world/objects/extra X@dirrm %%DATADIR%%/pixmaps/world/objects/cloud/light_blue X@dirrm %%DATADIR%%/pixmaps/world/objects/cloud X@dirrm %%DATADIR%%/pixmaps/world/objects/castle X@dirrm %%DATADIR%%/pixmaps/world/objects/cactus X@dirrm %%DATADIR%%/pixmaps/world/objects X@dirrm %%DATADIR%%/pixmaps/world/maryo/small X@dirrm %%DATADIR%%/pixmaps/world/maryo X@dirrm %%DATADIR%%/pixmaps/world X@dirrm %%DATADIR%%/pixmaps/windows/castle X@dirrm %%DATADIR%%/pixmaps/windows X@dirrm %%DATADIR%%/pixmaps/slider/grey_1 X@dirrm %%DATADIR%%/pixmaps/slider X@dirrm %%DATADIR%%/pixmaps/signs/yoshi X@dirrm %%DATADIR%%/pixmaps/signs/default_1 X@dirrm %%DATADIR%%/pixmaps/signs X@dirrm %%DATADIR%%/pixmaps/pipes/yellow/small X@dirrm %%DATADIR%%/pixmaps/pipes/yellow X@dirrm %%DATADIR%%/pixmaps/pipes/updown X@dirrm %%DATADIR%%/pixmaps/pipes/up X@dirrm %%DATADIR%%/pixmaps/pipes/right X@dirrm %%DATADIR%%/pixmaps/pipes/orange/small X@dirrm %%DATADIR%%/pixmaps/pipes/orange X@dirrm %%DATADIR%%/pixmaps/pipes/leftright X@dirrm %%DATADIR%%/pixmaps/pipes/left X@dirrm %%DATADIR%%/pixmaps/pipes/grey/small X@dirrm %%DATADIR%%/pixmaps/pipes/grey X@dirrm %%DATADIR%%/pixmaps/pipes/green/small X@dirrm %%DATADIR%%/pixmaps/pipes/green X@dirrm %%DATADIR%%/pixmaps/pipes/blue/small X@dirrm %%DATADIR%%/pixmaps/pipes/blue X@dirrm %%DATADIR%%/pixmaps/pipes X@dirrm %%DATADIR%%/pixmaps/menu/items X@dirrm %%DATADIR%%/pixmaps/menu X@dirrm %%DATADIR%%/pixmaps/maryo/small X@dirrm %%DATADIR%%/pixmaps/maryo/ice X@dirrm %%DATADIR%%/pixmaps/maryo/ghost X@dirrm %%DATADIR%%/pixmaps/maryo/flying X@dirrm %%DATADIR%%/pixmaps/maryo/fire X@dirrm %%DATADIR%%/pixmaps/maryo/big X@dirrm %%DATADIR%%/pixmaps/maryo X@dirrm %%DATADIR%%/pixmaps/hills/very_light_blue_1 X@dirrm %%DATADIR%%/pixmaps/hills/light_blue_1 X@dirrm %%DATADIR%%/pixmaps/hills/green_2 X@dirrm %%DATADIR%%/pixmaps/hills/green_1 X@dirrm %%DATADIR%%/pixmaps/hills/blue_1 X@dirrm %%DATADIR%%/pixmaps/hills X@dirrm %%DATADIR%%/pixmaps/ground/yoshi_1 X@dirrm %%DATADIR%%/pixmaps/ground/underground/ground/top X@dirrm %%DATADIR%%/pixmaps/ground/underground/ground/middle X@dirrm %%DATADIR%%/pixmaps/ground/underground/ground/bottom X@dirrm %%DATADIR%%/pixmaps/ground/underground/ground X@dirrm %%DATADIR%%/pixmaps/ground/underground X@dirrm %%DATADIR%%/pixmaps/ground/sand_1/ground X@dirrm %%DATADIR%%/pixmaps/ground/sand_1 X@dirrm %%DATADIR%%/pixmaps/ground/plastic_1/screw_block_red X@dirrm %%DATADIR%%/pixmaps/ground/plastic_1/screw_block_grey X@dirrm %%DATADIR%%/pixmaps/ground/plastic_1/screw_block_green X@dirrm %%DATADIR%%/pixmaps/ground/plastic_1/screw_block_blue X@dirrm %%DATADIR%%/pixmaps/ground/plastic_1 X@dirrm %%DATADIR%%/pixmaps/ground/mushroom_1/platform/red X@dirrm %%DATADIR%%/pixmaps/ground/mushroom_1/platform/green X@dirrm %%DATADIR%%/pixmaps/ground/mushroom_1/platform/gold X@dirrm %%DATADIR%%/pixmaps/ground/mushroom_1/platform X@dirrm %%DATADIR%%/pixmaps/ground/mushroom_1 X@dirrm %%DATADIR%%/pixmaps/ground/jungle_1/ground/top X@dirrm %%DATADIR%%/pixmaps/ground/jungle_1/ground/plain/top X@dirrm %%DATADIR%%/pixmaps/ground/jungle_1/ground/plain/middle X@dirrm %%DATADIR%%/pixmaps/ground/jungle_1/ground/plain X@dirrm %%DATADIR%%/pixmaps/ground/jungle_1/ground/middle X@dirrm %%DATADIR%%/pixmaps/ground/jungle_1/ground/halfmassive/top X@dirrm %%DATADIR%%/pixmaps/ground/jungle_1/ground/halfmassive/middle X@dirrm %%DATADIR%%/pixmaps/ground/jungle_1/ground/halfmassive X@dirrm %%DATADIR%%/pixmaps/ground/jungle_1/ground/bottom X@dirrm %%DATADIR%%/pixmaps/ground/jungle_1/ground X@dirrm %%DATADIR%%/pixmaps/ground/jungle_1/grass X@dirrm %%DATADIR%%/pixmaps/ground/jungle_1 X@dirrm %%DATADIR%%/pixmaps/ground/green_3/ground/top X@dirrm %%DATADIR%%/pixmaps/ground/green_3/ground/middle X@dirrm %%DATADIR%%/pixmaps/ground/green_3/ground/bottom X@dirrm %%DATADIR%%/pixmaps/ground/green_3/ground X@dirrm %%DATADIR%%/pixmaps/ground/green_3 X@dirrm %%DATADIR%%/pixmaps/ground/green_2/trees/balloon_tree X@dirrm %%DATADIR%%/pixmaps/ground/green_2/trees X@dirrm %%DATADIR%%/pixmaps/ground/green_2/hedges X@dirrm %%DATADIR%%/pixmaps/ground/green_2 X@dirrm %%DATADIR%%/pixmaps/ground/green_1/hedges X@dirrm %%DATADIR%%/pixmaps/ground/green_1/ground X@dirrm %%DATADIR%%/pixmaps/ground/green_1 X@dirrm %%DATADIR%%/pixmaps/ground/ghost_1 X@dirrm %%DATADIR%%/pixmaps/ground/desert_1/ground/top X@dirrm %%DATADIR%%/pixmaps/ground/desert_1/ground/middle X@dirrm %%DATADIR%%/pixmaps/ground/desert_1/ground X@dirrm %%DATADIR%%/pixmaps/ground/desert_1/bones X@dirrm %%DATADIR%%/pixmaps/ground/desert_1 X@dirrm %%DATADIR%%/pixmaps/ground/castle_1/ground/top X@dirrm %%DATADIR%%/pixmaps/ground/castle_1/ground/middle X@dirrm %%DATADIR%%/pixmaps/ground/castle_1/ground/bottom X@dirrm %%DATADIR%%/pixmaps/ground/castle_1/ground X@dirrm %%DATADIR%%/pixmaps/ground/castle_1 X@dirrm %%DATADIR%%/pixmaps/ground X@dirrm %%DATADIR%%/pixmaps/game/logo X@dirrm %%DATADIR%%/pixmaps/game/level X@dirrm %%DATADIR%%/pixmaps/game/items/goldpiece/yellow X@dirrm %%DATADIR%%/pixmaps/game/items/goldpiece/red X@dirrm %%DATADIR%%/pixmaps/game/items/goldpiece X@dirrm %%DATADIR%%/pixmaps/game/items X@dirrm %%DATADIR%%/pixmaps/game/editor X@dirrm %%DATADIR%%/pixmaps/game/box/yellow/spin X@dirrm %%DATADIR%%/pixmaps/game/box/yellow/life X@dirrm %%DATADIR%%/pixmaps/game/box/yellow/bonus X@dirrm %%DATADIR%%/pixmaps/game/box/yellow X@dirrm %%DATADIR%%/pixmaps/game/box X@dirrm %%DATADIR%%/pixmaps/game/background X@dirrm %%DATADIR%%/pixmaps/game/arrow/small/white X@dirrm %%DATADIR%%/pixmaps/game/arrow/small/blue X@dirrm %%DATADIR%%/pixmaps/game/arrow/small X@dirrm %%DATADIR%%/pixmaps/game/arrow X@dirrm %%DATADIR%%/pixmaps/game X@dirrm %%DATADIR%%/pixmaps/enemy/turtle/red X@dirrm %%DATADIR%%/pixmaps/enemy/turtle/green X@dirrm %%DATADIR%%/pixmaps/enemy/turtle X@dirrm %%DATADIR%%/pixmaps/enemy/thromp X@dirrm %%DATADIR%%/pixmaps/enemy/static/saw X@dirrm %%DATADIR%%/pixmaps/enemy/static/metal_1 X@dirrm %%DATADIR%%/pixmaps/enemy/static X@dirrm %%DATADIR%%/pixmaps/enemy/spika X@dirrm %%DATADIR%%/pixmaps/enemy/rokko X@dirrm %%DATADIR%%/pixmaps/enemy/rex X@dirrm %%DATADIR%%/pixmaps/enemy/jpiranha X@dirrm %%DATADIR%%/pixmaps/enemy/gumba/brown X@dirrm %%DATADIR%%/pixmaps/enemy/gumba/blue X@dirrm %%DATADIR%%/pixmaps/enemy/gumba X@dirrm %%DATADIR%%/pixmaps/enemy/gee/venom X@dirrm %%DATADIR%%/pixmaps/enemy/gee/lava X@dirrm %%DATADIR%%/pixmaps/enemy/gee/electro X@dirrm %%DATADIR%%/pixmaps/enemy/gee X@dirrm %%DATADIR%%/pixmaps/enemy/eato X@dirrm %%DATADIR%%/pixmaps/enemy/bosses/turtle X@dirrm %%DATADIR%%/pixmaps/enemy/bosses X@dirrm %%DATADIR%%/pixmaps/enemy X@dirrm %%DATADIR%%/pixmaps/clouds/lightblue_1 X@dirrm %%DATADIR%%/pixmaps/clouds/light_yellow_1 X@dirrm %%DATADIR%%/pixmaps/clouds/grey_1 X@dirrm %%DATADIR%%/pixmaps/clouds/default_1 X@dirrm %%DATADIR%%/pixmaps/clouds/cloudy_1 X@dirrm %%DATADIR%%/pixmaps/clouds X@dirrm %%DATADIR%%/pixmaps/blocks/wood X@dirrm %%DATADIR%%/pixmaps/blocks/stone X@dirrm %%DATADIR%%/pixmaps/blocks/screw X@dirrm %%DATADIR%%/pixmaps/blocks/sand X@dirrm %%DATADIR%%/pixmaps/blocks/pipe X@dirrm %%DATADIR%%/pixmaps/blocks/metal X@dirrm %%DATADIR%%/pixmaps/blocks/ice X@dirrm %%DATADIR%%/pixmaps/blocks/extra X@dirrm %%DATADIR%%/pixmaps/blocks/brick X@dirrm %%DATADIR%%/pixmaps/blocks X@dirrm %%DATADIR%%/pixmaps/animation/particles X@dirrm %%DATADIR%%/pixmaps/animation/light_1 X@dirrm %%DATADIR%%/pixmaps/animation/iceball X@dirrm %%DATADIR%%/pixmaps/animation/fireball X@dirrm %%DATADIR%%/pixmaps/animation/fire_1 X@dirrm %%DATADIR%%/pixmaps/animation X@dirrm %%DATADIR%%/pixmaps X@dirrm %%DATADIR%%/music X@dirrm %%DATADIR%%/levels X@dirrm %%DATADIR%%/icon X@dirrm %%DATADIR%%/gui/schemes X@dirrm %%DATADIR%%/gui/looknfeel X@dirrm %%DATADIR%%/gui/layout X@dirrm %%DATADIR%%/gui/imagesets X@dirrm %%DATADIR%%/gui/font X@dirrm %%DATADIR%%/gui X@dirrm %%DATADIR%%/editor X@dirrm %%DATADIR%% END-of-smc/pkg-plist echo x - smc/distinfo sed 's/^X//' >smc/distinfo << 'END-of-smc/distinfo' XMD5 (smc-1.4.1.tar.bz2) = 21b2d413ae3332ea5fe22a4e31a995a0 XSHA256 (smc-1.4.1.tar.bz2) = dbf35b5c1cae9ec1f7bcef749bfc008e4ddfb326a85fd2a03b9245f86e5f849a XSIZE (smc-1.4.1.tar.bz2) = 24217816 END-of-smc/distinfo exit --- smc-1.4.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: