diff options
author | makc <makc@FreeBSD.org> | 2012-09-11 21:16:43 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2012-09-11 21:16:43 +0800 |
commit | dabca149f797c3dc487a81182bcdfcf7cec667cf (patch) | |
tree | e7847ae0f034123ddf1839ab7d3babcd00da2c59 | |
parent | bf94166e53923e4394e6d0537854227b3eaa7282 (diff) | |
download | freebsd-ports-gnome-dabca149f797c3dc487a81182bcdfcf7cec667cf.tar.gz freebsd-ports-gnome-dabca149f797c3dc487a81182bcdfcf7cec667cf.tar.zst freebsd-ports-gnome-dabca149f797c3dc487a81182bcdfcf7cec667cf.zip |
- Update to 0.3.3 (development snapshot)
- Update description and follow upstream naming - SuperTux
-rw-r--r-- | games/supertux-devel/Makefile | 32 | ||||
-rw-r--r-- | games/supertux-devel/distinfo | 4 | ||||
-rw-r--r-- | games/supertux-devel/files/patch-CMakeLists.txt | 20 | ||||
-rw-r--r-- | games/supertux-devel/pkg-descr | 8 | ||||
-rw-r--r-- | games/supertux-devel/pkg-plist | 2832 |
5 files changed, 2080 insertions, 816 deletions
diff --git a/games/supertux-devel/Makefile b/games/supertux-devel/Makefile index aa16169cf435..1c2584701e3a 100644 --- a/games/supertux-devel/Makefile +++ b/games/supertux-devel/Makefile @@ -1,28 +1,30 @@ -# New ports collection makefile for: supertux -# Date created: 2004-04-17 -# Whom: michael johnson <ahze@ahze.net> -# # $FreeBSD$ -# PORTNAME= supertux -PORTVERSION= 0.1.3 -PORTREVISION= 9 +PORTVERSION= 0.3.3 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_BERLIOS} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +PKGNAMESUFFIX= -devel MAINTAINER= makc@FreeBSD.org -COMMENT= Super Tux is a side-scroller similar to Super Mario Brothers +COMMENT= SuperTux is a side-scroller similar to Super Mario Brothers + +BUILD_DEPENDS= ${LOCALBASE}/include/boost/smart_ptr.hpp:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= physfs.1:${PORTSDIR}/devel/physfs \ + curl.6:${PORTSDIR}/ftp/curl \ + vorbis.4:${PORTSDIR}/audio/libvorbis USE_BZIP2= yes USE_SDL= image mixer -USE_GL= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-debug +USE_OPENAL= al +USE_GL= glew +USE_CMAKE= yes +MAKE_JOBS_SAFE= yes post-patch: - @${REINPLACE_CMD} -e 's,Menu::,,' ${WRKSRC}/src/menu.h + ${REINPLACE_CMD} -e '/^#.*<curl\/types.h>/d' \ + ${WRKSRC}/src/addon/addon_manager.cpp + ${REINPLACE_CMD} -e '/^Icon=/s,supertux.png,supertux2.png,' \ + ${WRKSRC}/supertux2.desktop .include <bsd.port.mk> diff --git a/games/supertux-devel/distinfo b/games/supertux-devel/distinfo index 579348919669..59b74753e377 100644 --- a/games/supertux-devel/distinfo +++ b/games/supertux-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (supertux-0.1.3.tar.bz2) = 0092588351776626955339caaa62d12ce5954bb80c5f6952f60a122f53c2ad97 -SIZE (supertux-0.1.3.tar.bz2) = 6715265 +SHA256 (supertux-0.3.3.tar.bz2) = fceaf95251092d5698211ff0f51f1c50237fa5e2a6690464e9835a66e18301d0 +SIZE (supertux-0.3.3.tar.bz2) = 58636270 diff --git a/games/supertux-devel/files/patch-CMakeLists.txt b/games/supertux-devel/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..8e4283050a53 --- /dev/null +++ b/games/supertux-devel/files/patch-CMakeLists.txt @@ -0,0 +1,20 @@ +--- ./CMakeLists.txt.orig 2010-03-01 12:40:55.000000000 +0000 ++++ ./CMakeLists.txt 2012-09-10 22:29:07.183039461 +0000 +@@ -379,13 +379,15 @@ + + ELSE(${CMAKE_SYSTEM_NAME} MATCHES "Darwin") + +- SET(INSTALL_SUBDIR_BIN "games" CACHE STRING "Installation subdir for binaries") ++ SET(INSTALL_SUBDIR_BIN "bin" CACHE STRING "Installation subdir for binaries") + SET(INSTALL_SUBDIR_SHARE "share/games/supertux2" CACHE STRING "Installation subdir for data") + SET(INSTALL_SUBDIR_DOC "share/doc/supertux2" CACHE STRING "Installation subdir for docs") + + INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/supertux2.desktop DESTINATION "share/applications") + +- INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/images/engine/icons/supertux.png ${CMAKE_CURRENT_SOURCE_DIR}/data/images/engine/icons/supertux.xpm DESTINATION "share/pixmaps/") ++ INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/images/engine/icons/supertux.png DESTINATION "share/pixmaps/" RENAME supertux2.png) ++ ++ INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/images/engine/icons/supertux.xpm DESTINATION "share/pixmaps/" RENAME supertux2.xpm) + + ENDIF(${CMAKE_SYSTEM_NAME} MATCHES "Darwin") + ENDIF(WIN32 AND NOT UNIX) diff --git a/games/supertux-devel/pkg-descr b/games/supertux-devel/pkg-descr index 4f85017f03eb..558b67f3ee8e 100644 --- a/games/supertux-devel/pkg-descr +++ b/games/supertux-devel/pkg-descr @@ -1,5 +1,7 @@ -Super Tux is a side-scrolling run-and-jump game with a level editor -similar to the original game "Super Mario Bros."from the Nintendo +SuperTux is a side-scrolling run-and-jump game with a level editor +similar to the original game "Super Mario Bros." from the Nintendo Entertainment System. -WWW: http://supertux.berlios.de/ +This port provides development version of SuperTux. + +WWW: http://supertux.lethargik.org/ diff --git a/games/supertux-devel/pkg-plist b/games/supertux-devel/pkg-plist index 4f9e6b88a6a6..357980c35c71 100644 --- a/games/supertux-devel/pkg-plist +++ b/games/supertux-devel/pkg-plist @@ -1,797 +1,2037 @@ -bin/supertux -share/applications/supertux.desktop -share/pixmaps/supertux.png -%%DATADIR%%/CREDITS -%%DATADIR%%/extro-bonus.txt -%%DATADIR%%/extro-bonus2.txt -%%DATADIR%%/extro.txt -%%DATADIR%%/images/background/arctis.png -%%DATADIR%%/images/background/arctis2.jpg -%%DATADIR%%/images/background/arctis_dark.jpg -%%DATADIR%%/images/background/cave2.jpg -%%DATADIR%%/images/background/extro.jpg -%%DATADIR%%/images/background/ocean.png -%%DATADIR%%/images/background/oiltux.jpg -%%DATADIR%%/images/icon.xpm -%%DATADIR%%/images/icons/bgd.png -%%DATADIR%%/images/icons/bkgrd.png -%%DATADIR%%/images/icons/default-icon.png -%%DATADIR%%/images/icons/down.png -%%DATADIR%%/images/icons/emy.png -%%DATADIR%%/images/icons/exit.png -%%DATADIR%%/images/icons/fgd.png -%%DATADIR%%/images/icons/frgrd.png -%%DATADIR%%/images/icons/intact.png -%%DATADIR%%/images/icons/left.png -%%DATADIR%%/images/icons/objects.png -%%DATADIR%%/images/icons/properties.png -%%DATADIR%%/images/icons/right.png -%%DATADIR%%/images/icons/rubber.png -%%DATADIR%%/images/icons/save.png -%%DATADIR%%/images/icons/select-mode1.png -%%DATADIR%%/images/icons/select-mode2.png -%%DATADIR%%/images/icons/select-one.png -%%DATADIR%%/images/icons/select.png -%%DATADIR%%/images/icons/settings.png -%%DATADIR%%/images/icons/test-level.png -%%DATADIR%%/images/icons/tilegroup.png -%%DATADIR%%/images/icons/up.png -%%DATADIR%%/images/shared/1up.png -%%DATADIR%%/images/shared/bouncingsnowball-left-0.png -%%DATADIR%%/images/shared/bouncingsnowball-left-1.png -%%DATADIR%%/images/shared/bouncingsnowball-left-2.png -%%DATADIR%%/images/shared/bouncingsnowball-left-3.png -%%DATADIR%%/images/shared/bouncingsnowball-left-4.png -%%DATADIR%%/images/shared/bouncingsnowball-left-5.png -%%DATADIR%%/images/shared/bouncingsnowball-right-0.png -%%DATADIR%%/images/shared/bouncingsnowball-right-1.png -%%DATADIR%%/images/shared/bouncingsnowball-right-2.png -%%DATADIR%%/images/shared/bouncingsnowball-right-3.png -%%DATADIR%%/images/shared/bouncingsnowball-right-4.png -%%DATADIR%%/images/shared/bouncingsnowball-right-5.png -%%DATADIR%%/images/shared/bullet-1.png -%%DATADIR%%/images/shared/bullet-2.png -%%DATADIR%%/images/shared/bullet-3.png -%%DATADIR%%/images/shared/bullet-4.png -%%DATADIR%%/images/shared/cloud-00.png -%%DATADIR%%/images/shared/cloud-01.png -%%DATADIR%%/images/shared/cloud-02.png -%%DATADIR%%/images/shared/cloud-03.png -%%DATADIR%%/images/shared/cloud-10.png -%%DATADIR%%/images/shared/cloud-11.png -%%DATADIR%%/images/shared/cloud-12.png -%%DATADIR%%/images/shared/cloud-13.png -%%DATADIR%%/images/shared/cloud.png -%%DATADIR%%/images/shared/egg.png -%%DATADIR%%/images/shared/firetux-duck-left.png -%%DATADIR%%/images/shared/firetux-duck-right.png -%%DATADIR%%/images/shared/firetux-grab-left-0.png -%%DATADIR%%/images/shared/firetux-grab-right-0.png -%%DATADIR%%/images/shared/firetux-jump-left-0.png -%%DATADIR%%/images/shared/firetux-jump-right-0.png -%%DATADIR%%/images/shared/firetux-kick-left-0.png -%%DATADIR%%/images/shared/firetux-kick-right-0.png -%%DATADIR%%/images/shared/firetux-skid-left.png -%%DATADIR%%/images/shared/firetux-skid-right.png -%%DATADIR%%/images/shared/firetux-stand-left.png -%%DATADIR%%/images/shared/firetux-stand-right.png -%%DATADIR%%/images/shared/firetux-walk-left-0.png -%%DATADIR%%/images/shared/firetux-walk-left-1.png -%%DATADIR%%/images/shared/firetux-walk-left-2.png -%%DATADIR%%/images/shared/firetux-walk-left-3.png -%%DATADIR%%/images/shared/firetux-walk-left-4.png -%%DATADIR%%/images/shared/firetux-walk-left-5.png -%%DATADIR%%/images/shared/firetux-walk-right-0.png -%%DATADIR%%/images/shared/firetux-walk-right-1.png -%%DATADIR%%/images/shared/firetux-walk-right-2.png -%%DATADIR%%/images/shared/firetux-walk-right-3.png -%%DATADIR%%/images/shared/firetux-walk-right-4.png -%%DATADIR%%/images/shared/firetux-walk-right-5.png -%%DATADIR%%/images/shared/fish-down-0.png -%%DATADIR%%/images/shared/fish-left-0.png -%%DATADIR%%/images/shared/fish-left-1.png -%%DATADIR%%/images/shared/flag-0.png -%%DATADIR%%/images/shared/flag-1.png -%%DATADIR%%/images/shared/flame-0.png -%%DATADIR%%/images/shared/flame-1.png -%%DATADIR%%/images/shared/flyingsnowball-left-0.png -%%DATADIR%%/images/shared/flyingsnowball-left-1.png -%%DATADIR%%/images/shared/iceflower-1.png -%%DATADIR%%/images/shared/iceflower-2.png -%%DATADIR%%/images/shared/iceflower-3.png -%%DATADIR%%/images/shared/iceflower.png -%%DATADIR%%/images/shared/jumpy-left-down-0.png -%%DATADIR%%/images/shared/jumpy-left-middle-0.png -%%DATADIR%%/images/shared/jumpy-left-up-0.png -%%DATADIR%%/images/shared/largetux-grab-left-0.png -%%DATADIR%%/images/shared/largetux-grab-right-0.png -%%DATADIR%%/images/shared/largetux-jump-left-0.png -%%DATADIR%%/images/shared/largetux-jump-right-0.png -%%DATADIR%%/images/shared/largetux-kick-left-0.png -%%DATADIR%%/images/shared/largetux-kick-right-0.png -%%DATADIR%%/images/shared/largetux-skid-left.png -%%DATADIR%%/images/shared/largetux-skid-right.png -%%DATADIR%%/images/shared/largetux-stand-left.png -%%DATADIR%%/images/shared/largetux-stand-right.png -%%DATADIR%%/images/shared/largetux-star-0.png -%%DATADIR%%/images/shared/largetux-star-1.png -%%DATADIR%%/images/shared/largetux-star-2.png -%%DATADIR%%/images/shared/largetux-walk-left-0.png -%%DATADIR%%/images/shared/largetux-walk-left-1.png -%%DATADIR%%/images/shared/largetux-walk-left-2.png -%%DATADIR%%/images/shared/largetux-walk-left-3.png -%%DATADIR%%/images/shared/largetux-walk-left-4.png -%%DATADIR%%/images/shared/largetux-walk-left-5.png -%%DATADIR%%/images/shared/largetux-walk-right-0.png -%%DATADIR%%/images/shared/largetux-walk-right-1.png -%%DATADIR%%/images/shared/largetux-walk-right-2.png -%%DATADIR%%/images/shared/largetux-walk-right-3.png -%%DATADIR%%/images/shared/largetux-walk-right-4.png -%%DATADIR%%/images/shared/largetux-walk-right-5.png -%%DATADIR%%/images/shared/mrbomb-explosion-1.png -%%DATADIR%%/images/shared/mrbomb-explosion.png -%%DATADIR%%/images/shared/mrbomb-left-0.png -%%DATADIR%%/images/shared/mrbomb-left-1.png -%%DATADIR%%/images/shared/mrbomb-left-2.png -%%DATADIR%%/images/shared/mrbomb-left-3.png -%%DATADIR%%/images/shared/mrbomb-right-0.png -%%DATADIR%%/images/shared/mrbomb-right-1.png -%%DATADIR%%/images/shared/mrbomb-right-2.png -%%DATADIR%%/images/shared/mrbomb-right-3.png -%%DATADIR%%/images/shared/mrbombx-left-0.png -%%DATADIR%%/images/shared/mrbombx-left-1.png -%%DATADIR%%/images/shared/mrbombx-right-0.png -%%DATADIR%%/images/shared/mrbombx-right-1.png -%%DATADIR%%/images/shared/mriceblock-flat-left.png -%%DATADIR%%/images/shared/mriceblock-flat-right.png -%%DATADIR%%/images/shared/mriceblock-left-0.png -%%DATADIR%%/images/shared/mriceblock-left-1.png -%%DATADIR%%/images/shared/mriceblock-left-2.png -%%DATADIR%%/images/shared/mriceblock-left-3.png -%%DATADIR%%/images/shared/mriceblock-right-0.png -%%DATADIR%%/images/shared/mriceblock-right-1.png -%%DATADIR%%/images/shared/mriceblock-right-2.png -%%DATADIR%%/images/shared/mriceblock-right-3.png -%%DATADIR%%/images/shared/pole.png -%%DATADIR%%/images/shared/poletop.png -%%DATADIR%%/images/shared/resetpoint.png -%%DATADIR%%/images/shared/smalltux-gameover-0.png -%%DATADIR%%/images/shared/smalltux-gameover-1.png -%%DATADIR%%/images/shared/smalltux-grab-left-0.png -%%DATADIR%%/images/shared/smalltux-grab-right-0.png -%%DATADIR%%/images/shared/smalltux-jump-left.png -%%DATADIR%%/images/shared/smalltux-jump-right.png -%%DATADIR%%/images/shared/smalltux-kick-left-0.png -%%DATADIR%%/images/shared/smalltux-kick-right-0.png -%%DATADIR%%/images/shared/smalltux-left-1.png -%%DATADIR%%/images/shared/smalltux-left-2.png -%%DATADIR%%/images/shared/smalltux-left-3.png -%%DATADIR%%/images/shared/smalltux-left-4.png -%%DATADIR%%/images/shared/smalltux-left-5.png -%%DATADIR%%/images/shared/smalltux-left-6.png -%%DATADIR%%/images/shared/smalltux-left-7.png -%%DATADIR%%/images/shared/smalltux-left-8.png -%%DATADIR%%/images/shared/smalltux-right-1.png -%%DATADIR%%/images/shared/smalltux-right-2.png -%%DATADIR%%/images/shared/smalltux-right-3.png -%%DATADIR%%/images/shared/smalltux-right-4.png -%%DATADIR%%/images/shared/smalltux-right-5.png -%%DATADIR%%/images/shared/smalltux-right-6.png -%%DATADIR%%/images/shared/smalltux-right-7.png -%%DATADIR%%/images/shared/smalltux-right-8.png -%%DATADIR%%/images/shared/smalltux-skid-left.png -%%DATADIR%%/images/shared/smalltux-skid-right.png -%%DATADIR%%/images/shared/smalltux-star-0.png -%%DATADIR%%/images/shared/smalltux-star-1.png -%%DATADIR%%/images/shared/smalltux-star-2.png -%%DATADIR%%/images/shared/snow0.png -%%DATADIR%%/images/shared/snow1.png -%%DATADIR%%/images/shared/snow2.png -%%DATADIR%%/images/shared/snowball-left-0.png -%%DATADIR%%/images/shared/snowball-left-1.png -%%DATADIR%%/images/shared/snowball-left-2.png -%%DATADIR%%/images/shared/snowball-right-0.png -%%DATADIR%%/images/shared/snowball-right-1.png -%%DATADIR%%/images/shared/snowball-right-2.png -%%DATADIR%%/images/shared/snowball-squished-left.png -%%DATADIR%%/images/shared/snowball-squished-right.png -%%DATADIR%%/images/shared/spiky-left-0.png -%%DATADIR%%/images/shared/spiky-left-1.png -%%DATADIR%%/images/shared/spiky-left-2.png -%%DATADIR%%/images/shared/spiky-right-0.png -%%DATADIR%%/images/shared/spiky-right-1.png -%%DATADIR%%/images/shared/spiky-right-2.png -%%DATADIR%%/images/shared/stalactite-broken.png -%%DATADIR%%/images/shared/stalactite.png -%%DATADIR%%/images/shared/star-1.png -%%DATADIR%%/images/shared/star-2.png -%%DATADIR%%/images/shared/star-3.png -%%DATADIR%%/images/shared/star-4.png -%%DATADIR%%/images/shared/star.png -%%DATADIR%%/images/shared/tux-duck-left.png -%%DATADIR%%/images/shared/tux-duck-right.png -%%DATADIR%%/images/shared/tux-duck.png -%%DATADIR%%/images/shared/tux-life.png -%%DATADIR%%/images/shared/water.png -%%DATADIR%%/images/shared/waves-0.png -%%DATADIR%%/images/shared/waves-1.png -%%DATADIR%%/images/shared/waves-2.png -%%DATADIR%%/images/status/back.png -%%DATADIR%%/images/status/checkbox-checked.png -%%DATADIR%%/images/status/checkbox.png -%%DATADIR%%/images/status/choose-level-subset.png -%%DATADIR%%/images/status/choose-subset.png -%%DATADIR%%/images/status/letters-black.png -%%DATADIR%%/images/status/letters-blue.png -%%DATADIR%%/images/status/letters-gold.png -%%DATADIR%%/images/status/letters-green.png -%%DATADIR%%/images/status/letters-red.png -%%DATADIR%%/images/status/letters-silver.png -%%DATADIR%%/images/status/letters-white-big.png -%%DATADIR%%/images/status/letters-white-small.png -%%DATADIR%%/images/status/letters-white.png -%%DATADIR%%/images/status/level-subset-info.png -%%DATADIR%%/images/status/lives.png -%%DATADIR%%/images/status/mousecursor.png -%%DATADIR%%/images/status/numbers.png -%%DATADIR%%/images/status/score.png -%%DATADIR%%/images/status/select-cursor.png -%%DATADIR%%/images/tilesets/background.stgt -%%DATADIR%%/images/tilesets/background1.png -%%DATADIR%%/images/tilesets/background2.png -%%DATADIR%%/images/tilesets/background3.png -%%DATADIR%%/images/tilesets/background4.png -%%DATADIR%%/images/tilesets/background5.png -%%DATADIR%%/images/tilesets/background6.png -%%DATADIR%%/images/tilesets/background7.png -%%DATADIR%%/images/tilesets/background8.png -%%DATADIR%%/images/tilesets/backgroundtile1.png -%%DATADIR%%/images/tilesets/backgroundtile2.png -%%DATADIR%%/images/tilesets/backgroundtile3.png -%%DATADIR%%/images/tilesets/backgroundtile4.png -%%DATADIR%%/images/tilesets/backgroundtile5.png -%%DATADIR%%/images/tilesets/bkgd-00.png -%%DATADIR%%/images/tilesets/bkgd-01.png -%%DATADIR%%/images/tilesets/bkgd-02.png -%%DATADIR%%/images/tilesets/bkgd-03.png -%%DATADIR%%/images/tilesets/bkgd-10.png -%%DATADIR%%/images/tilesets/bkgd-11.png -%%DATADIR%%/images/tilesets/bkgd-12.png -%%DATADIR%%/images/tilesets/bkgd-13.png -%%DATADIR%%/images/tilesets/black.png -%%DATADIR%%/images/tilesets/block.stgt -%%DATADIR%%/images/tilesets/block1.png -%%DATADIR%%/images/tilesets/block10.png -%%DATADIR%%/images/tilesets/block11.png -%%DATADIR%%/images/tilesets/block2.png -%%DATADIR%%/images/tilesets/block3.png -%%DATADIR%%/images/tilesets/block4.png -%%DATADIR%%/images/tilesets/block5.png -%%DATADIR%%/images/tilesets/block6.png -%%DATADIR%%/images/tilesets/block7.png -%%DATADIR%%/images/tilesets/block8.png -%%DATADIR%%/images/tilesets/block9.png -%%DATADIR%%/images/tilesets/bonus-1up.png -%%DATADIR%%/images/tilesets/bonus-flower.png -%%DATADIR%%/images/tilesets/bonus-grow.png -%%DATADIR%%/images/tilesets/bonus-herring.png -%%DATADIR%%/images/tilesets/bonus-invisible.png -%%DATADIR%%/images/tilesets/bonus1.png -%%DATADIR%%/images/tilesets/bonus2-1.png -%%DATADIR%%/images/tilesets/bonus2-2.png -%%DATADIR%%/images/tilesets/bonus2-3.png -%%DATADIR%%/images/tilesets/bonus2-4.png -%%DATADIR%%/images/tilesets/bonus2-5.png -%%DATADIR%%/images/tilesets/bonus2-d.png -%%DATADIR%%/images/tilesets/box-empty.png -%%DATADIR%%/images/tilesets/box-full.png -%%DATADIR%%/images/tilesets/brick0.png -%%DATADIR%%/images/tilesets/brick1.png -%%DATADIR%%/images/tilesets/cloud-00.png -%%DATADIR%%/images/tilesets/cloud-01.png -%%DATADIR%%/images/tilesets/cloud-02.png -%%DATADIR%%/images/tilesets/cloud-03.png -%%DATADIR%%/images/tilesets/cloud-10.png -%%DATADIR%%/images/tilesets/cloud-11.png -%%DATADIR%%/images/tilesets/cloud-12.png -%%DATADIR%%/images/tilesets/cloud-13.png -%%DATADIR%%/images/tilesets/coin1.png -%%DATADIR%%/images/tilesets/coin2.png -%%DATADIR%%/images/tilesets/coin3.png -%%DATADIR%%/images/tilesets/darksnow.stgt -%%DATADIR%%/images/tilesets/darksnow1.png -%%DATADIR%%/images/tilesets/darksnow10.png -%%DATADIR%%/images/tilesets/darksnow11.png -%%DATADIR%%/images/tilesets/darksnow12.png -%%DATADIR%%/images/tilesets/darksnow13.png -%%DATADIR%%/images/tilesets/darksnow14.png -%%DATADIR%%/images/tilesets/darksnow15.png -%%DATADIR%%/images/tilesets/darksnow2.png -%%DATADIR%%/images/tilesets/darksnow3.png -%%DATADIR%%/images/tilesets/darksnow4.png -%%DATADIR%%/images/tilesets/darksnow5.png -%%DATADIR%%/images/tilesets/darksnow6.png -%%DATADIR%%/images/tilesets/darksnow7.png -%%DATADIR%%/images/tilesets/darksnow8.png -%%DATADIR%%/images/tilesets/darksnow9.png -%%DATADIR%%/images/tilesets/distro-0.png -%%DATADIR%%/images/tilesets/distro-1.png -%%DATADIR%%/images/tilesets/distro-2.png -%%DATADIR%%/images/tilesets/distro-3.png -%%DATADIR%%/images/tilesets/endseq.png -%%DATADIR%%/images/tilesets/exitbg.png -%%DATADIR%%/images/tilesets/exitfg.png -%%DATADIR%%/images/tilesets/finalgoal.png -%%DATADIR%%/images/tilesets/flag-0.png -%%DATADIR%%/images/tilesets/flag-1.png -%%DATADIR%%/images/tilesets/goal1-1.png -%%DATADIR%%/images/tilesets/goal1-2.png -%%DATADIR%%/images/tilesets/goal1-3.png -%%DATADIR%%/images/tilesets/goal1-4.png -%%DATADIR%%/images/tilesets/goal1-5.png -%%DATADIR%%/images/tilesets/goal2-1.png -%%DATADIR%%/images/tilesets/goal2-2.png -%%DATADIR%%/images/tilesets/goal2-3.png -%%DATADIR%%/images/tilesets/goal2-4.png -%%DATADIR%%/images/tilesets/goal2-5.png -%%DATADIR%%/images/tilesets/grey.png -%%DATADIR%%/images/tilesets/grey.stgt -%%DATADIR%%/images/tilesets/grey2.png -%%DATADIR%%/images/tilesets/grey3.png -%%DATADIR%%/images/tilesets/grey4.png -%%DATADIR%%/images/tilesets/grey5.png -%%DATADIR%%/images/tilesets/grey6.png -%%DATADIR%%/images/tilesets/lava1-1.png -%%DATADIR%%/images/tilesets/lava1-2.png -%%DATADIR%%/images/tilesets/lava1-3.png -%%DATADIR%%/images/tilesets/lava1-4.png -%%DATADIR%%/images/tilesets/lava2-1.png -%%DATADIR%%/images/tilesets/lava2-2.png -%%DATADIR%%/images/tilesets/lava2-3.png -%%DATADIR%%/images/tilesets/lava2-4.png -%%DATADIR%%/images/tilesets/main.stgt -%%DATADIR%%/images/tilesets/misc.stgt -%%DATADIR%%/images/tilesets/nolok1.png -%%DATADIR%%/images/tilesets/nolok2.png -%%DATADIR%%/images/tilesets/notile.png -%%DATADIR%%/images/tilesets/pipe1.png -%%DATADIR%%/images/tilesets/pipe2.png -%%DATADIR%%/images/tilesets/pipe3.png -%%DATADIR%%/images/tilesets/pipe4.png -%%DATADIR%%/images/tilesets/pipe5.png -%%DATADIR%%/images/tilesets/pipe6.png -%%DATADIR%%/images/tilesets/pipe7.png -%%DATADIR%%/images/tilesets/pipe8.png -%%DATADIR%%/images/tilesets/pole.png -%%DATADIR%%/images/tilesets/poletop.png -%%DATADIR%%/images/tilesets/run1.png -%%DATADIR%%/images/tilesets/run2.png -%%DATADIR%%/images/tilesets/run3.png -%%DATADIR%%/images/tilesets/run4.png -%%DATADIR%%/images/tilesets/snow.stgt -%%DATADIR%%/images/tilesets/snow1.png -%%DATADIR%%/images/tilesets/snow10.png -%%DATADIR%%/images/tilesets/snow11.png -%%DATADIR%%/images/tilesets/snow12.png -%%DATADIR%%/images/tilesets/snow13.png -%%DATADIR%%/images/tilesets/snow14.png -%%DATADIR%%/images/tilesets/snow15.png -%%DATADIR%%/images/tilesets/snow16.png -%%DATADIR%%/images/tilesets/snow17.png -%%DATADIR%%/images/tilesets/snow18.png -%%DATADIR%%/images/tilesets/snow19.png -%%DATADIR%%/images/tilesets/snow2.png -%%DATADIR%%/images/tilesets/snow20.png -%%DATADIR%%/images/tilesets/snow21.png -%%DATADIR%%/images/tilesets/snow22.png -%%DATADIR%%/images/tilesets/snow23.png -%%DATADIR%%/images/tilesets/snow24.png -%%DATADIR%%/images/tilesets/snow25.png -%%DATADIR%%/images/tilesets/snow3.png -%%DATADIR%%/images/tilesets/snow4.png -%%DATADIR%%/images/tilesets/snow5.png -%%DATADIR%%/images/tilesets/snow6.png -%%DATADIR%%/images/tilesets/snow7.png -%%DATADIR%%/images/tilesets/snow8.png -%%DATADIR%%/images/tilesets/snow9.png -%%DATADIR%%/images/tilesets/snowbg1.png -%%DATADIR%%/images/tilesets/snowbg2.png -%%DATADIR%%/images/tilesets/snowbg3.png -%%DATADIR%%/images/tilesets/snowbg4.png -%%DATADIR%%/images/tilesets/supertux.stgt -%%DATADIR%%/images/tilesets/tree.png -%%DATADIR%%/images/tilesets/water-trans.png -%%DATADIR%%/images/tilesets/water.png -%%DATADIR%%/images/tilesets/waterfall-trans1-1-1.png -%%DATADIR%%/images/tilesets/waterfall-trans1-1-2.png -%%DATADIR%%/images/tilesets/waterfall-trans1-1-3.png -%%DATADIR%%/images/tilesets/waterfall-trans1-1-4.png -%%DATADIR%%/images/tilesets/waterfall-trans1-2-1.png -%%DATADIR%%/images/tilesets/waterfall-trans1-2-2.png -%%DATADIR%%/images/tilesets/waterfall-trans1-2-3.png -%%DATADIR%%/images/tilesets/waterfall-trans1-2-4.png -%%DATADIR%%/images/tilesets/waterfall-trans1-3-1.png -%%DATADIR%%/images/tilesets/waterfall-trans1-3-2.png -%%DATADIR%%/images/tilesets/waterfall-trans1-3-3.png -%%DATADIR%%/images/tilesets/waterfall-trans1-3-4.png -%%DATADIR%%/images/tilesets/waterfall-trans1-4-1.png -%%DATADIR%%/images/tilesets/waterfall-trans1-4-2.png -%%DATADIR%%/images/tilesets/waterfall-trans1-4-3.png -%%DATADIR%%/images/tilesets/waterfall-trans1-4-4.png -%%DATADIR%%/images/tilesets/waterfall-trans2-1-1.png -%%DATADIR%%/images/tilesets/waterfall-trans2-1-2.png -%%DATADIR%%/images/tilesets/waterfall-trans2-1-3.png -%%DATADIR%%/images/tilesets/waterfall-trans2-1-4.png -%%DATADIR%%/images/tilesets/waterfall-trans2-2-1.png -%%DATADIR%%/images/tilesets/waterfall-trans2-2-2.png -%%DATADIR%%/images/tilesets/waterfall-trans2-2-3.png -%%DATADIR%%/images/tilesets/waterfall-trans2-2-4.png -%%DATADIR%%/images/tilesets/waterfall-trans2-3-1.png -%%DATADIR%%/images/tilesets/waterfall-trans2-3-2.png -%%DATADIR%%/images/tilesets/waterfall-trans2-3-3.png -%%DATADIR%%/images/tilesets/waterfall-trans2-3-4.png -%%DATADIR%%/images/tilesets/waterfall-trans2-4-1.png -%%DATADIR%%/images/tilesets/waterfall-trans2-4-2.png -%%DATADIR%%/images/tilesets/waterfall-trans2-4-3.png -%%DATADIR%%/images/tilesets/waterfall-trans2-4-4.png -%%DATADIR%%/images/tilesets/waterfall-trans3-1-1.png -%%DATADIR%%/images/tilesets/waterfall-trans3-1-2.png -%%DATADIR%%/images/tilesets/waterfall-trans3-1-3.png -%%DATADIR%%/images/tilesets/waterfall-trans3-1-4.png -%%DATADIR%%/images/tilesets/waterfall-trans3-2-1.png -%%DATADIR%%/images/tilesets/waterfall-trans3-2-2.png -%%DATADIR%%/images/tilesets/waterfall-trans3-2-3.png -%%DATADIR%%/images/tilesets/waterfall-trans3-2-4.png -%%DATADIR%%/images/tilesets/waterfall-trans3-3-1.png -%%DATADIR%%/images/tilesets/waterfall-trans3-3-2.png -%%DATADIR%%/images/tilesets/waterfall-trans3-3-3.png -%%DATADIR%%/images/tilesets/waterfall-trans3-3-4.png -%%DATADIR%%/images/tilesets/waterfall-trans3-4-1.png -%%DATADIR%%/images/tilesets/waterfall-trans3-4-2.png -%%DATADIR%%/images/tilesets/waterfall-trans3-4-3.png -%%DATADIR%%/images/tilesets/waterfall-trans3-4-4.png -%%DATADIR%%/images/tilesets/waterfall-trans4-1-1.png -%%DATADIR%%/images/tilesets/waterfall-trans4-1-2.png -%%DATADIR%%/images/tilesets/waterfall-trans4-1-3.png -%%DATADIR%%/images/tilesets/waterfall-trans4-1-4.png -%%DATADIR%%/images/tilesets/waterfall-trans4-2-1.png -%%DATADIR%%/images/tilesets/waterfall-trans4-2-2.png -%%DATADIR%%/images/tilesets/waterfall-trans4-2-3.png -%%DATADIR%%/images/tilesets/waterfall-trans4-2-4.png -%%DATADIR%%/images/tilesets/waterfall-trans4-3-1.png -%%DATADIR%%/images/tilesets/waterfall-trans4-3-2.png -%%DATADIR%%/images/tilesets/waterfall-trans4-3-3.png -%%DATADIR%%/images/tilesets/waterfall-trans4-3-4.png -%%DATADIR%%/images/tilesets/waterfall-trans4-4-1.png -%%DATADIR%%/images/tilesets/waterfall-trans4-4-2.png -%%DATADIR%%/images/tilesets/waterfall-trans4-4-3.png -%%DATADIR%%/images/tilesets/waterfall-trans4-4-4.png -%%DATADIR%%/images/tilesets/waterfall-trans5-1-1.png -%%DATADIR%%/images/tilesets/waterfall-trans5-1-2.png -%%DATADIR%%/images/tilesets/waterfall-trans5-1-3.png -%%DATADIR%%/images/tilesets/waterfall-trans5-1-4.png -%%DATADIR%%/images/tilesets/waterfall-trans5-2-1.png -%%DATADIR%%/images/tilesets/waterfall-trans5-2-2.png -%%DATADIR%%/images/tilesets/waterfall-trans5-2-3.png -%%DATADIR%%/images/tilesets/waterfall-trans5-2-4.png -%%DATADIR%%/images/tilesets/waterfall-trans5-3-1.png -%%DATADIR%%/images/tilesets/waterfall-trans5-3-2.png -%%DATADIR%%/images/tilesets/waterfall-trans5-3-3.png -%%DATADIR%%/images/tilesets/waterfall-trans5-3-4.png -%%DATADIR%%/images/tilesets/waterfall-trans5-4-1.png -%%DATADIR%%/images/tilesets/waterfall-trans5-4-2.png -%%DATADIR%%/images/tilesets/waterfall-trans5-4-3.png -%%DATADIR%%/images/tilesets/waterfall-trans5-4-4.png -%%DATADIR%%/images/tilesets/waterfall0-0-1.png -%%DATADIR%%/images/tilesets/waterfall0-0-2.png -%%DATADIR%%/images/tilesets/waterfall0-0-3.png -%%DATADIR%%/images/tilesets/waterfall0-0-4.png -%%DATADIR%%/images/tilesets/waterfall0-1-1.png -%%DATADIR%%/images/tilesets/waterfall0-1-2.png -%%DATADIR%%/images/tilesets/waterfall0-1-3.png -%%DATADIR%%/images/tilesets/waterfall0-1-4.png -%%DATADIR%%/images/tilesets/waterfall0-2-1.png -%%DATADIR%%/images/tilesets/waterfall0-2-2.png -%%DATADIR%%/images/tilesets/waterfall0-2-3.png -%%DATADIR%%/images/tilesets/waterfall0-2-4.png -%%DATADIR%%/images/tilesets/waterfall1-0-1.png -%%DATADIR%%/images/tilesets/waterfall1-0-2.png -%%DATADIR%%/images/tilesets/waterfall1-0-3.png -%%DATADIR%%/images/tilesets/waterfall1-0-4.png -%%DATADIR%%/images/tilesets/waterfall1-1-1.png -%%DATADIR%%/images/tilesets/waterfall1-1-2.png -%%DATADIR%%/images/tilesets/waterfall1-1-3.png -%%DATADIR%%/images/tilesets/waterfall1-1-4.png -%%DATADIR%%/images/tilesets/waterfall1-2-1.png -%%DATADIR%%/images/tilesets/waterfall1-2-2.png -%%DATADIR%%/images/tilesets/waterfall1-2-3.png -%%DATADIR%%/images/tilesets/waterfall1-2-4.png -%%DATADIR%%/images/tilesets/waterfall1-3-1.png -%%DATADIR%%/images/tilesets/waterfall1-3-2.png -%%DATADIR%%/images/tilesets/waterfall1-3-3.png -%%DATADIR%%/images/tilesets/waterfall1-3-4.png -%%DATADIR%%/images/tilesets/waterfall1-4-1.png -%%DATADIR%%/images/tilesets/waterfall1-4-2.png -%%DATADIR%%/images/tilesets/waterfall1-4-3.png -%%DATADIR%%/images/tilesets/waterfall1-4-4.png -%%DATADIR%%/images/tilesets/waterfall1-5-1.png -%%DATADIR%%/images/tilesets/waterfall1-5-2.png -%%DATADIR%%/images/tilesets/waterfall1-5-3.png -%%DATADIR%%/images/tilesets/waterfall1-5-4.png -%%DATADIR%%/images/tilesets/waterfall2-1-1.png -%%DATADIR%%/images/tilesets/waterfall2-1-2.png -%%DATADIR%%/images/tilesets/waterfall2-1-3.png -%%DATADIR%%/images/tilesets/waterfall2-1-4.png -%%DATADIR%%/images/tilesets/waterfall2-2-1.png -%%DATADIR%%/images/tilesets/waterfall2-2-2.png -%%DATADIR%%/images/tilesets/waterfall2-2-3.png -%%DATADIR%%/images/tilesets/waterfall2-2-4.png -%%DATADIR%%/images/tilesets/waterfall2-3-1.png -%%DATADIR%%/images/tilesets/waterfall2-3-2.png -%%DATADIR%%/images/tilesets/waterfall2-3-3.png -%%DATADIR%%/images/tilesets/waterfall2-3-4.png -%%DATADIR%%/images/tilesets/waterfall2-4-1.png -%%DATADIR%%/images/tilesets/waterfall2-4-2.png -%%DATADIR%%/images/tilesets/waterfall2-4-3.png -%%DATADIR%%/images/tilesets/waterfall2-4-4.png -%%DATADIR%%/images/tilesets/waterfall3-1-1.png -%%DATADIR%%/images/tilesets/waterfall3-1-2.png -%%DATADIR%%/images/tilesets/waterfall3-1-3.png -%%DATADIR%%/images/tilesets/waterfall3-1-4.png -%%DATADIR%%/images/tilesets/waterfall3-2-1.png -%%DATADIR%%/images/tilesets/waterfall3-2-2.png -%%DATADIR%%/images/tilesets/waterfall3-2-3.png -%%DATADIR%%/images/tilesets/waterfall3-2-4.png -%%DATADIR%%/images/tilesets/waterfall3-3-1.png -%%DATADIR%%/images/tilesets/waterfall3-3-2.png -%%DATADIR%%/images/tilesets/waterfall3-3-3.png -%%DATADIR%%/images/tilesets/waterfall3-3-4.png -%%DATADIR%%/images/tilesets/waterfall3-4-1.png -%%DATADIR%%/images/tilesets/waterfall3-4-2.png -%%DATADIR%%/images/tilesets/waterfall3-4-3.png -%%DATADIR%%/images/tilesets/waterfall3-4-4.png -%%DATADIR%%/images/tilesets/waterfall4-1-1.png -%%DATADIR%%/images/tilesets/waterfall4-1-2.png -%%DATADIR%%/images/tilesets/waterfall4-1-3.png -%%DATADIR%%/images/tilesets/waterfall4-1-4.png -%%DATADIR%%/images/tilesets/waterfall4-2-1.png -%%DATADIR%%/images/tilesets/waterfall4-2-2.png -%%DATADIR%%/images/tilesets/waterfall4-2-3.png -%%DATADIR%%/images/tilesets/waterfall4-2-4.png -%%DATADIR%%/images/tilesets/waterfall4-3-1.png -%%DATADIR%%/images/tilesets/waterfall4-3-2.png -%%DATADIR%%/images/tilesets/waterfall4-3-3.png -%%DATADIR%%/images/tilesets/waterfall4-3-4.png -%%DATADIR%%/images/tilesets/waterfall4-4-1.png -%%DATADIR%%/images/tilesets/waterfall4-4-2.png -%%DATADIR%%/images/tilesets/waterfall4-4-3.png -%%DATADIR%%/images/tilesets/waterfall4-4-4.png -%%DATADIR%%/images/tilesets/waterfall5-1-1.png -%%DATADIR%%/images/tilesets/waterfall5-1-2.png -%%DATADIR%%/images/tilesets/waterfall5-1-3.png -%%DATADIR%%/images/tilesets/waterfall5-1-4.png -%%DATADIR%%/images/tilesets/waterfall5-2-1.png -%%DATADIR%%/images/tilesets/waterfall5-2-2.png -%%DATADIR%%/images/tilesets/waterfall5-2-3.png -%%DATADIR%%/images/tilesets/waterfall5-2-4.png -%%DATADIR%%/images/tilesets/waterfall5-3-1.png -%%DATADIR%%/images/tilesets/waterfall5-3-2.png -%%DATADIR%%/images/tilesets/waterfall5-3-3.png -%%DATADIR%%/images/tilesets/waterfall5-3-4.png -%%DATADIR%%/images/tilesets/waterfall5-4-1.png -%%DATADIR%%/images/tilesets/waterfall5-4-2.png -%%DATADIR%%/images/tilesets/waterfall5-4-3.png -%%DATADIR%%/images/tilesets/waterfall5-4-4.png -%%DATADIR%%/images/tilesets/waves-0.png -%%DATADIR%%/images/tilesets/waves-1.png -%%DATADIR%%/images/tilesets/waves-2.png -%%DATADIR%%/images/tilesets/waves-trans-0.png -%%DATADIR%%/images/tilesets/waves-trans-1.png -%%DATADIR%%/images/tilesets/waves-trans-2.png -%%DATADIR%%/images/title/background.jpg -%%DATADIR%%/images/title/logo.png -%%DATADIR%%/images/worldmap/antarctica.stwt -%%DATADIR%%/images/worldmap/castle1.png -%%DATADIR%%/images/worldmap/castle2.png -%%DATADIR%%/images/worldmap/castle3.png -%%DATADIR%%/images/worldmap/castle4.png -%%DATADIR%%/images/worldmap/castle5.png -%%DATADIR%%/images/worldmap/castle6.png -%%DATADIR%%/images/worldmap/castle7.png -%%DATADIR%%/images/worldmap/castle8.png -%%DATADIR%%/images/worldmap/castle9.png -%%DATADIR%%/images/worldmap/firetux.png -%%DATADIR%%/images/worldmap/ground.png -%%DATADIR%%/images/worldmap/igloo1.png -%%DATADIR%%/images/worldmap/igloo2.png -%%DATADIR%%/images/worldmap/leveldot_green.png -%%DATADIR%%/images/worldmap/leveldot_red.png -%%DATADIR%%/images/worldmap/levelmarker.png -%%DATADIR%%/images/worldmap/placeholder.png -%%DATADIR%%/images/worldmap/road_cross.png -%%DATADIR%%/images/worldmap/road_e.png -%%DATADIR%%/images/worldmap/road_end.png -%%DATADIR%%/images/worldmap/road_h.png -%%DATADIR%%/images/worldmap/road_h_stop.png -%%DATADIR%%/images/worldmap/road_n.png -%%DATADIR%%/images/worldmap/road_ne.png -%%DATADIR%%/images/worldmap/road_nes.png -%%DATADIR%%/images/worldmap/road_nesw.png -%%DATADIR%%/images/worldmap/road_new.png -%%DATADIR%%/images/worldmap/road_ns.png -%%DATADIR%%/images/worldmap/road_nsw.png -%%DATADIR%%/images/worldmap/road_nw.png -%%DATADIR%%/images/worldmap/road_nws.png -%%DATADIR%%/images/worldmap/road_s.png -%%DATADIR%%/images/worldmap/road_se.png -%%DATADIR%%/images/worldmap/road_sw.png -%%DATADIR%%/images/worldmap/road_swe.png -%%DATADIR%%/images/worldmap/road_v.png -%%DATADIR%%/images/worldmap/road_v_stop.png -%%DATADIR%%/images/worldmap/road_w.png -%%DATADIR%%/images/worldmap/road_we.png -%%DATADIR%%/images/worldmap/road_ws.png -%%DATADIR%%/images/worldmap/smalltux.png -%%DATADIR%%/images/worldmap/snow1.png -%%DATADIR%%/images/worldmap/snow10.png -%%DATADIR%%/images/worldmap/snow11.png -%%DATADIR%%/images/worldmap/snow12.png -%%DATADIR%%/images/worldmap/snow13.png -%%DATADIR%%/images/worldmap/snow2.png -%%DATADIR%%/images/worldmap/snow3.png -%%DATADIR%%/images/worldmap/snow4.png -%%DATADIR%%/images/worldmap/snow5.png -%%DATADIR%%/images/worldmap/snow6.png -%%DATADIR%%/images/worldmap/snow7.png -%%DATADIR%%/images/worldmap/snow8.png -%%DATADIR%%/images/worldmap/snow9.png -%%DATADIR%%/images/worldmap/snowman.png -%%DATADIR%%/images/worldmap/teleporter.png -%%DATADIR%%/images/worldmap/tux.png -%%DATADIR%%/images/worldmap/water.png -%%DATADIR%%/images/worldmap/wood1.png -%%DATADIR%%/images/worldmap/wood10.png -%%DATADIR%%/images/worldmap/wood11.png -%%DATADIR%%/images/worldmap/wood12.png -%%DATADIR%%/images/worldmap/wood13.png -%%DATADIR%%/images/worldmap/wood2.png -%%DATADIR%%/images/worldmap/wood3.png -%%DATADIR%%/images/worldmap/wood4.png -%%DATADIR%%/images/worldmap/wood5.png -%%DATADIR%%/images/worldmap/wood6.png -%%DATADIR%%/images/worldmap/wood7.png -%%DATADIR%%/images/worldmap/wood8.png -%%DATADIR%%/images/worldmap/wood9.png -%%DATADIR%%/intro.txt -%%DATADIR%%/levels/bonus1/abednego-level1.stl -%%DATADIR%%/levels/bonus1/abednego-level2.stl -%%DATADIR%%/levels/bonus1/abednego-level3.stl -%%DATADIR%%/levels/bonus1/abednego-level4.stl -%%DATADIR%%/levels/bonus1/bonus-level1.stl -%%DATADIR%%/levels/bonus1/bonus-level2.stl -%%DATADIR%%/levels/bonus1/bonus-level3.stl -%%DATADIR%%/levels/bonus1/bonus-level4.stl -%%DATADIR%%/levels/bonus1/bonus-level5.stl -%%DATADIR%%/levels/bonus1/matr1x-level1.stl -%%DATADIR%%/levels/bonus1/matr1x-level2.stl -%%DATADIR%%/levels/bonus1/matr1x-level3.stl -%%DATADIR%%/levels/bonus1/thompson-level1.stl -%%DATADIR%%/levels/bonus1/thompson-level2.stl -%%DATADIR%%/levels/bonus1/torfi-level1.stl -%%DATADIR%%/levels/bonus1/torfi-level2.stl -%%DATADIR%%/levels/bonus1/torfi-level3.stl -%%DATADIR%%/levels/bonus1/wansti-level1.stl -%%DATADIR%%/levels/bonus1/wansti-level2.stl -%%DATADIR%%/levels/bonus1/wansti-level3.stl -%%DATADIR%%/levels/bonus1/wansti-level4.stl -%%DATADIR%%/levels/bonus1/wansti-level5.stl -%%DATADIR%%/levels/bonus2/level1.stl -%%DATADIR%%/levels/bonus2/level10.stl -%%DATADIR%%/levels/bonus2/level11.stl -%%DATADIR%%/levels/bonus2/level12.stl -%%DATADIR%%/levels/bonus2/level13.stl -%%DATADIR%%/levels/bonus2/level14.stl -%%DATADIR%%/levels/bonus2/level15.stl -%%DATADIR%%/levels/bonus2/level16.stl -%%DATADIR%%/levels/bonus2/level17.stl -%%DATADIR%%/levels/bonus2/level18.stl -%%DATADIR%%/levels/bonus2/level19.stl -%%DATADIR%%/levels/bonus2/level2.stl -%%DATADIR%%/levels/bonus2/level20.stl -%%DATADIR%%/levels/bonus2/level21.stl -%%DATADIR%%/levels/bonus2/level22.stl -%%DATADIR%%/levels/bonus2/level23.stl -%%DATADIR%%/levels/bonus2/level24.stl -%%DATADIR%%/levels/bonus2/level25.stl -%%DATADIR%%/levels/bonus2/level26.stl -%%DATADIR%%/levels/bonus2/level27.stl -%%DATADIR%%/levels/bonus2/level28.stl -%%DATADIR%%/levels/bonus2/level3.stl -%%DATADIR%%/levels/bonus2/level4.stl -%%DATADIR%%/levels/bonus2/level5.stl -%%DATADIR%%/levels/bonus2/level6.stl -%%DATADIR%%/levels/bonus2/level7.stl -%%DATADIR%%/levels/bonus2/level8.stl -%%DATADIR%%/levels/bonus2/level9.stl -%%DATADIR%%/levels/misc/menu.stl -%%DATADIR%%/levels/world1/level1.stl -%%DATADIR%%/levels/world1/level10.stl -%%DATADIR%%/levels/world1/level11.stl -%%DATADIR%%/levels/world1/level12.stl -%%DATADIR%%/levels/world1/level13.stl -%%DATADIR%%/levels/world1/level14.stl -%%DATADIR%%/levels/world1/level15.stl -%%DATADIR%%/levels/world1/level16.stl -%%DATADIR%%/levels/world1/level17.stl -%%DATADIR%%/levels/world1/level18.stl -%%DATADIR%%/levels/world1/level19.stl -%%DATADIR%%/levels/world1/level2.stl -%%DATADIR%%/levels/world1/level20.stl -%%DATADIR%%/levels/world1/level21.stl -%%DATADIR%%/levels/world1/level22.stl -%%DATADIR%%/levels/world1/level23.stl -%%DATADIR%%/levels/world1/level24.stl -%%DATADIR%%/levels/world1/level25.stl -%%DATADIR%%/levels/world1/level26.stl -%%DATADIR%%/levels/world1/level3.stl -%%DATADIR%%/levels/world1/level4.stl -%%DATADIR%%/levels/world1/level5.stl -%%DATADIR%%/levels/world1/level6.stl -%%DATADIR%%/levels/world1/level7.stl -%%DATADIR%%/levels/world1/level8.stl -%%DATADIR%%/levels/world1/level9.stl -%%DATADIR%%/levels/worldmaps/bonusisland1.stwm -%%DATADIR%%/levels/worldmaps/bonusisland2.stwm -%%DATADIR%%/levels/worldmaps/world1.stwm -%%DATADIR%%/music/Mortimers_chipdisko-fast.mod -%%DATADIR%%/music/Mortimers_chipdisko.mod -%%DATADIR%%/music/SALCON-fast.MOD -%%DATADIR%%/music/SALCON.MOD -%%DATADIR%%/music/cave-fast.mod -%%DATADIR%%/music/cave.mod -%%DATADIR%%/music/credits.ogg -%%DATADIR%%/music/fortress-fast.mod -%%DATADIR%%/music/fortress.mod -%%DATADIR%%/music/fortress2-fast.mod -%%DATADIR%%/music/fortress2.mod -%%DATADIR%%/music/leveldone.mod -%%DATADIR%%/music/theme.mod -%%DATADIR%%/sounds/bigjump.wav -%%DATADIR%%/sounds/brick.wav -%%DATADIR%%/sounds/bump-upgrade.wav -%%DATADIR%%/sounds/coffee.wav -%%DATADIR%%/sounds/distro.wav -%%DATADIR%%/sounds/excellent.wav -%%DATADIR%%/sounds/explode.wav -%%DATADIR%%/sounds/fall.wav -%%DATADIR%%/sounds/herring.wav -%%DATADIR%%/sounds/hurt.wav -%%DATADIR%%/sounds/jump.wav -%%DATADIR%%/sounds/kick.wav -%%DATADIR%%/sounds/lifeup.wav -%%DATADIR%%/sounds/ricochet.wav -%%DATADIR%%/sounds/shoot.wav -%%DATADIR%%/sounds/skid.wav -%%DATADIR%%/sounds/squish.wav -%%DATADIR%%/sounds/stomp.wav -%%DATADIR%%/sounds/upgrade.wav -%%DATADIR%%/sounds/warp.wav -%%DATADIR%%/supertux.strf -@dirrm %%DATADIR%%/sounds -@dirrm %%DATADIR%%/music -@dirrm %%DATADIR%%/levels/worldmaps -@dirrm %%DATADIR%%/levels/world1 -@dirrm %%DATADIR%%/levels/misc -@dirrm %%DATADIR%%/levels/bonus2 -@dirrm %%DATADIR%%/levels/bonus1 -@dirrm %%DATADIR%%/levels -@dirrm %%DATADIR%%/images/worldmap -@dirrm %%DATADIR%%/images/title -@dirrm %%DATADIR%%/images/tilesets -@dirrm %%DATADIR%%/images/status -@dirrm %%DATADIR%%/images/shared -@dirrm %%DATADIR%%/images/icons -@dirrm %%DATADIR%%/images/background -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%% +bin/supertux2 +share/applications/supertux2.desktop +share/doc/supertux2/COPYING +share/doc/supertux2/INSTALL +share/doc/supertux2/README +share/doc/supertux2/WHATSNEW.txt +share/games/supertux2/credits.txt +share/games/supertux2/fonts/README +share/games/supertux2/fonts/andale10.stf +share/games/supertux2/fonts/andale12.stf +share/games/supertux2/fonts/console2.stf +share/games/supertux2/fonts/cyr-white-big.stf +share/games/supertux2/fonts/cyr-white-small.stf +share/games/supertux2/fonts/cyr-white.stf +share/games/supertux2/fonts/white-big.stf +share/games/supertux2/fonts/white-small.stf +share/games/supertux2/fonts/white.stf +share/games/supertux2/fonts/zh-white-big.stf +share/games/supertux2/fonts/zh-white-small.stf +share/games/supertux2/fonts/zh-white.stf +share/games/supertux2/images/background/BlueRock_Forest/blue-bottom.jpg +share/games/supertux2/images/background/BlueRock_Forest/blue-middle.jpg +share/games/supertux2/images/background/BlueRock_Forest/blue-top.jpg +share/games/supertux2/images/background/BlueRock_Forest/rolling-bottom.jpg +share/games/supertux2/images/background/BlueRock_Forest/rolling-middle.jpg +share/games/supertux2/images/background/arcticskies1.png +share/games/supertux2/images/background/arcticskies2.png +share/games/supertux2/images/background/arcticskies3.png +share/games/supertux2/images/background/arcticskies35.png +share/games/supertux2/images/background/arcticskies4.png +share/games/supertux2/images/background/arctis.jpg +share/games/supertux2/images/background/arctis2.png +share/games/supertux2/images/background/arctis_bottom.jpg +share/games/supertux2/images/background/arctis_dark.jpg +share/games/supertux2/images/background/arctis_top.jpg +share/games/supertux2/images/background/black_800px.png +share/games/supertux2/images/background/bluemountain-bottom.png +share/games/supertux2/images/background/bluemountain-middle.png +share/games/supertux2/images/background/bluemountain-top.png +share/games/supertux2/images/background/bridgecloud-dark.png +share/games/supertux2/images/background/bridgecloud-light.png +share/games/supertux2/images/background/bridgeocean-fade.png +share/games/supertux2/images/background/bridgeocean-nofade.png +share/games/supertux2/images/background/bridgeocean-original.png +share/games/supertux2/images/background/cave2.jpg +share/games/supertux2/images/background/extro.jpg +share/games/supertux2/images/background/fog.png +share/games/supertux2/images/background/forest1.jpg +share/games/supertux2/images/background/forest2.jpg +share/games/supertux2/images/background/ghostforest.jpg +share/games/supertux2/images/background/leaves.png +share/games/supertux2/images/background/nightsky.png +share/games/supertux2/images/background/nightsky_bottom.png +share/games/supertux2/images/background/nightsky_middle.png +share/games/supertux2/images/background/nightsky_top.png +share/games/supertux2/images/background/ocean.jpg +share/games/supertux2/images/background/oiltux.jpg +share/games/supertux2/images/background/semi_arctic.jpg +share/games/supertux2/images/background/snowcastle.png +share/games/supertux2/images/creatures/angrystone/angrystone.sprite +share/games/supertux2/images/creatures/angrystone/attacking-0.png +share/games/supertux2/images/creatures/angrystone/charging-0.png +share/games/supertux2/images/creatures/angrystone/idle-0.png +share/games/supertux2/images/creatures/bombfish/bombfish.png +share/games/supertux2/images/creatures/bouncing_snowball/bouncing_snowball.sprite +share/games/supertux2/images/creatures/bouncing_snowball/left-0.png +share/games/supertux2/images/creatures/bouncing_snowball/left-1.png +share/games/supertux2/images/creatures/bouncing_snowball/left-2.png +share/games/supertux2/images/creatures/bouncing_snowball/left-3.png +share/games/supertux2/images/creatures/bouncing_snowball/left-4.png +share/games/supertux2/images/creatures/bouncing_snowball/left-5.png +share/games/supertux2/images/creatures/crystallo/crystallo-left-0.png +share/games/supertux2/images/creatures/crystallo/crystallo-left-1.png +share/games/supertux2/images/creatures/crystallo/crystallo-left-2.png +share/games/supertux2/images/creatures/crystallo/crystallo.sprite +share/games/supertux2/images/creatures/crystallo/shattered-left.png +share/games/supertux2/images/creatures/dart/dart.sprite +share/games/supertux2/images/creatures/dart/flying.png +share/games/supertux2/images/creatures/darttrap/darttrap.sprite +share/games/supertux2/images/creatures/darttrap/idle.png +share/games/supertux2/images/creatures/darttrap/loading-0.png +share/games/supertux2/images/creatures/darttrap/loading-1.png +share/games/supertux2/images/creatures/darttrap/loading-2.png +share/games/supertux2/images/creatures/darttrap/loading-3.png +share/games/supertux2/images/creatures/darttrap/loading-4.png +share/games/supertux2/images/creatures/dispenser/broken.png +share/games/supertux2/images/creatures/dispenser/canon.png +share/games/supertux2/images/creatures/dispenser/dispenser.sprite +share/games/supertux2/images/creatures/dispenser/dropper.png +share/games/supertux2/images/creatures/dispenser/swivel-left.png +share/games/supertux2/images/creatures/dispenser/swivel-right.png +share/games/supertux2/images/creatures/dispenser/working.png +share/games/supertux2/images/creatures/dummyguy/dead.png +share/games/supertux2/images/creatures/dummyguy/dummyguy.sprite +share/games/supertux2/images/creatures/dummyguy/jump.png +share/games/supertux2/images/creatures/dummyguy/stand.png +share/games/supertux2/images/creatures/dummyguy/throw.png +share/games/supertux2/images/creatures/dummyguy/walk-1.png +share/games/supertux2/images/creatures/dummyguy/walk-2.png +share/games/supertux2/images/creatures/fish/down.png +share/games/supertux2/images/creatures/fish/fish.sprite +share/games/supertux2/images/creatures/fish/iced-down.png +share/games/supertux2/images/creatures/fish/iced-left.png +share/games/supertux2/images/creatures/fish/left-0.png +share/games/supertux2/images/creatures/fish/left-1.png +share/games/supertux2/images/creatures/flame/flame-0.png +share/games/supertux2/images/creatures/flame/flame-1.png +share/games/supertux2/images/creatures/flame/flame.sprite +share/games/supertux2/images/creatures/flame_fish/down.png +share/games/supertux2/images/creatures/flame_fish/flame_fish.sprite +share/games/supertux2/images/creatures/flame_fish/left-0.png +share/games/supertux2/images/creatures/flame_fish/left-1.png +share/games/supertux2/images/creatures/flying_snowball/flying_snowball.sprite +share/games/supertux2/images/creatures/flying_snowball/left-0.png +share/games/supertux2/images/creatures/flying_snowball/left-1.png +share/games/supertux2/images/creatures/flying_snowball/squished-left.png +share/games/supertux2/images/creatures/ghosttree/ghosttree-dying-0.png +share/games/supertux2/images/creatures/ghosttree/ghosttree-glow-dying-0.png +share/games/supertux2/images/creatures/ghosttree/ghosttree-glow.png +share/games/supertux2/images/creatures/ghosttree/ghosttree-glow.sprite +share/games/supertux2/images/creatures/ghosttree/ghosttree-swallow-0.png +share/games/supertux2/images/creatures/ghosttree/ghosttree-swallow-1.png +share/games/supertux2/images/creatures/ghosttree/ghosttree-swallow-2.png +share/games/supertux2/images/creatures/ghosttree/ghosttree-swallow-3.png +share/games/supertux2/images/creatures/ghosttree/ghosttree.png +share/games/supertux2/images/creatures/ghosttree/ghosttree.sprite +share/games/supertux2/images/creatures/ghosttree/root-base-0.png +share/games/supertux2/images/creatures/ghosttree/root-base-1.png +share/games/supertux2/images/creatures/ghosttree/root-base-2.png +share/games/supertux2/images/creatures/ghosttree/root-base-3.png +share/games/supertux2/images/creatures/ghosttree/root-base.sprite +share/games/supertux2/images/creatures/ghosttree/root.png +share/games/supertux2/images/creatures/ghosttree/root.sprite +share/games/supertux2/images/creatures/haywire/haywire.sprite +share/games/supertux2/images/creatures/haywire/iced-left.png +share/games/supertux2/images/creatures/haywire/left-0.png +share/games/supertux2/images/creatures/haywire/left-1.png +share/games/supertux2/images/creatures/haywire/left-2.png +share/games/supertux2/images/creatures/haywire/ticking-0.png +share/games/supertux2/images/creatures/haywire/ticking-1.png +share/games/supertux2/images/creatures/haywire/ticking-2.png +share/games/supertux2/images/creatures/haywire/ticking-3.png +share/games/supertux2/images/creatures/haywire/ticking-4.png +share/games/supertux2/images/creatures/haywire/ticking-5.png +share/games/supertux2/images/creatures/icecrusher/iceblock.png +share/games/supertux2/images/creatures/icecrusher/icecrusher.sprite +share/games/supertux2/images/creatures/igel/igel.sprite +share/games/supertux2/images/creatures/igel/walk-0.png +share/games/supertux2/images/creatures/igel/walk-1.png +share/games/supertux2/images/creatures/igel/walk-2.png +share/games/supertux2/images/creatures/igel/walking-0.png +share/games/supertux2/images/creatures/jumpy/iced-left-up.png +share/games/supertux2/images/creatures/jumpy/jumpy.sprite +share/games/supertux2/images/creatures/jumpy/left-down.png +share/games/supertux2/images/creatures/jumpy/left-middle.png +share/games/supertux2/images/creatures/jumpy/left-up.png +share/games/supertux2/images/creatures/kugelblitz/falling-0.png +share/games/supertux2/images/creatures/kugelblitz/falling-1.png +share/games/supertux2/images/creatures/kugelblitz/falling-2.png +share/games/supertux2/images/creatures/kugelblitz/flying-0.png +share/games/supertux2/images/creatures/kugelblitz/flying-1.png +share/games/supertux2/images/creatures/kugelblitz/flying-2.png +share/games/supertux2/images/creatures/kugelblitz/kugelblitz.sprite +share/games/supertux2/images/creatures/kugelblitz/pop-0.png +share/games/supertux2/images/creatures/kugelblitz/pop-1.png +share/games/supertux2/images/creatures/kugelblitz/pop-2.png +share/games/supertux2/images/creatures/kugelblitz/pop-3.png +share/games/supertux2/images/creatures/mole/mole-0.png +share/games/supertux2/images/creatures/mole/mole-1.png +share/games/supertux2/images/creatures/mole/mole-2.png +share/games/supertux2/images/creatures/mole/mole-3.png +share/games/supertux2/images/creatures/mole/mole-4.png +share/games/supertux2/images/creatures/mole/mole-5.png +share/games/supertux2/images/creatures/mole/mole-old-hill.png +share/games/supertux2/images/creatures/mole/mole-rock.png +share/games/supertux2/images/creatures/mole/mole.sprite +share/games/supertux2/images/creatures/mole/mole_rock.sprite +share/games/supertux2/images/creatures/mr_bomb/bomb.sprite +share/games/supertux2/images/creatures/mr_bomb/center.png +share/games/supertux2/images/creatures/mr_bomb/exploding-left-0.png +share/games/supertux2/images/creatures/mr_bomb/exploding-left-1.png +share/games/supertux2/images/creatures/mr_bomb/exploding-left-2.png +share/games/supertux2/images/creatures/mr_bomb/exploding-left-3.png +share/games/supertux2/images/creatures/mr_bomb/exploding-left-4.png +share/games/supertux2/images/creatures/mr_bomb/iced-left.png +share/games/supertux2/images/creatures/mr_bomb/left-0.png +share/games/supertux2/images/creatures/mr_bomb/left-1.png +share/games/supertux2/images/creatures/mr_bomb/left-2.png +share/games/supertux2/images/creatures/mr_bomb/left-3.png +share/games/supertux2/images/creatures/mr_bomb/left.png +share/games/supertux2/images/creatures/mr_bomb/mr_bomb.sprite +share/games/supertux2/images/creatures/mr_bomb/right.png +share/games/supertux2/images/creatures/mr_bomb/ticking-0.png +share/games/supertux2/images/creatures/mr_bomb/ticking-1.png +share/games/supertux2/images/creatures/mr_bomb/ticking-2.png +share/games/supertux2/images/creatures/mr_bomb/ticking-3.png +share/games/supertux2/images/creatures/mr_cherry/cherry.sprite +share/games/supertux2/images/creatures/mr_cherry/cherrybomb.png +share/games/supertux2/images/creatures/mr_cherry/cherrybomb1.png +share/games/supertux2/images/creatures/mr_cherry/cherrybomb2.png +share/games/supertux2/images/creatures/mr_cherry/cherrybomb3.png +share/games/supertux2/images/creatures/mr_cherry/cherrybomb4.png +share/games/supertux2/images/creatures/mr_cherry/cherrybomb5.png +share/games/supertux2/images/creatures/mr_cherry/cherrybomb6.png +share/games/supertux2/images/creatures/mr_cherry/cherrybomb_hit_1.png +share/games/supertux2/images/creatures/mr_cherry/cherrybomb_hit_2.png +share/games/supertux2/images/creatures/mr_cherry/cherrybomb_hit_3.png +share/games/supertux2/images/creatures/mr_cherry/cherrybomb_hit_4.png +share/games/supertux2/images/creatures/mr_cherry/cherrybomb_hit_5.png +share/games/supertux2/images/creatures/mr_cherry/cherrybomb_hit_6.png +share/games/supertux2/images/creatures/mr_cherry/juicebox-stand.png +share/games/supertux2/images/creatures/mr_cherry/juicebox.sprite +share/games/supertux2/images/creatures/mr_cherry/juicebox1.png +share/games/supertux2/images/creatures/mr_cherry/juicebox2.png +share/games/supertux2/images/creatures/mr_cherry/juicebox3.png +share/games/supertux2/images/creatures/mr_cherry/juicebox4.png +share/games/supertux2/images/creatures/mr_cherry/juicebox5.png +share/games/supertux2/images/creatures/mr_cherry/juicebox6.png +share/games/supertux2/images/creatures/mr_cherry/juicebox_hit_1.png +share/games/supertux2/images/creatures/mr_cherry/juicebox_hit_2.png +share/games/supertux2/images/creatures/mr_cherry/juicebox_hit_3.png +share/games/supertux2/images/creatures/mr_cherry/juicebox_hit_4.png +share/games/supertux2/images/creatures/mr_cherry/juicebox_hit_5.png +share/games/supertux2/images/creatures/mr_cherry/juicebox_hit_6.png +share/games/supertux2/images/creatures/mr_cherry/mr_cherry.sprite +share/games/supertux2/images/creatures/mr_cherry/mr_juicebox.sprite +share/games/supertux2/images/creatures/mr_cherry/sparkle-1.png +share/games/supertux2/images/creatures/mr_cherry/sparkle-2.png +share/games/supertux2/images/creatures/mr_cherry/sparkle-3.png +share/games/supertux2/images/creatures/mr_cherry/sparkle-4.png +share/games/supertux2/images/creatures/mr_cherry/sparkle-5.png +share/games/supertux2/images/creatures/mr_cherry/sparkle-6.png +share/games/supertux2/images/creatures/mr_fluffy/left-0.png +share/games/supertux2/images/creatures/mr_fluffy/left-1.png +share/games/supertux2/images/creatures/mr_fluffy/left-2.png +share/games/supertux2/images/creatures/mr_fluffy/squished-left.png +share/games/supertux2/images/creatures/mr_iceblock/flat-left.png +share/games/supertux2/images/creatures/mr_iceblock/left-0.png +share/games/supertux2/images/creatures/mr_iceblock/left-1.png +share/games/supertux2/images/creatures/mr_iceblock/left-2.png +share/games/supertux2/images/creatures/mr_iceblock/left-3.png +share/games/supertux2/images/creatures/mr_iceblock/mr_iceblock.sprite +share/games/supertux2/images/creatures/mr_tree/dizzy-0.png +share/games/supertux2/images/creatures/mr_tree/dizzy-1.png +share/games/supertux2/images/creatures/mr_tree/dizzy-2.png +share/games/supertux2/images/creatures/mr_tree/mr_tree.sprite +share/games/supertux2/images/creatures/mr_tree/small-left-0.png +share/games/supertux2/images/creatures/mr_tree/small-left-1.png +share/games/supertux2/images/creatures/mr_tree/small-left-2.png +share/games/supertux2/images/creatures/mr_tree/small-left-3.png +share/games/supertux2/images/creatures/mr_tree/small-left-4.png +share/games/supertux2/images/creatures/mr_tree/small-left-5.png +share/games/supertux2/images/creatures/mr_tree/small-left-6.png +share/games/supertux2/images/creatures/mr_tree/squished-left.png +share/games/supertux2/images/creatures/mr_tree/stumpy.sprite +share/games/supertux2/images/creatures/mr_tree/walk-left-1.png +share/games/supertux2/images/creatures/mr_tree/walk-left-2.png +share/games/supertux2/images/creatures/mr_tree/walk-left-3.png +share/games/supertux2/images/creatures/mr_tree/walk-left-4.png +share/games/supertux2/images/creatures/mr_tree/walk-left-5.png +share/games/supertux2/images/creatures/mr_tree/walk-left-6.png +share/games/supertux2/images/creatures/nolok/jump-0.png +share/games/supertux2/images/creatures/nolok/jump-1.png +share/games/supertux2/images/creatures/nolok/jump-2.png +share/games/supertux2/images/creatures/nolok/nolok.sprite +share/games/supertux2/images/creatures/nolok/throw-0.png +share/games/supertux2/images/creatures/nolok/throw-1.png +share/games/supertux2/images/creatures/nolok/walk-0.png +share/games/supertux2/images/creatures/nolok/walk-1.png +share/games/supertux2/images/creatures/nolok/walk-2.png +share/games/supertux2/images/creatures/nolok/walk-3.png +share/games/supertux2/images/creatures/nolok/walk-4.png +share/games/supertux2/images/creatures/penny/penny.png +share/games/supertux2/images/creatures/penny/penny.sprite +share/games/supertux2/images/creatures/plant/iced-left.png +share/games/supertux2/images/creatures/plant/left-0.png +share/games/supertux2/images/creatures/plant/left-1.png +share/games/supertux2/images/creatures/plant/left-2.png +share/games/supertux2/images/creatures/plant/plant-sleep.png +share/games/supertux2/images/creatures/plant/plant.png +share/games/supertux2/images/creatures/plant/plant.sprite +share/games/supertux2/images/creatures/plant/sleeping-left.png +share/games/supertux2/images/creatures/plant/waking-left-0.png +share/games/supertux2/images/creatures/plant/waking-left-1.png +share/games/supertux2/images/creatures/plant/waking-left-2.png +share/games/supertux2/images/creatures/poison_ivy/left-0.png +share/games/supertux2/images/creatures/poison_ivy/left-1.png +share/games/supertux2/images/creatures/poison_ivy/left-2.png +share/games/supertux2/images/creatures/poison_ivy/poison_ivy.sprite +share/games/supertux2/images/creatures/poison_ivy/squished.png +share/games/supertux2/images/creatures/skullyhop/charging-0.png +share/games/supertux2/images/creatures/skullyhop/charging-1.png +share/games/supertux2/images/creatures/skullyhop/jumping-0.png +share/games/supertux2/images/creatures/skullyhop/skullyhop.sprite +share/games/supertux2/images/creatures/skullyhop/squished-0.png +share/games/supertux2/images/creatures/skullyhop/standing-0.png +share/games/supertux2/images/creatures/snail/snail.sprite +share/games/supertux2/images/creatures/snail/snowsnail.png +share/games/supertux2/images/creatures/snail/snowsnail1.png +share/games/supertux2/images/creatures/snail/snowsnail2.png +share/games/supertux2/images/creatures/snail/snowsnail3.png +share/games/supertux2/images/creatures/snail/snowsnail_flip.png +share/games/supertux2/images/creatures/snail/snowsnail_flip1.png +share/games/supertux2/images/creatures/snail/snowsnail_flip2.png +share/games/supertux2/images/creatures/snail/snowsnail_flip3.png +share/games/supertux2/images/creatures/snail/snowsnail_flip4.png +share/games/supertux2/images/creatures/snail/snowsnail_flip5.png +share/games/supertux2/images/creatures/snail/snowsnail_flip6.png +share/games/supertux2/images/creatures/snail/snowsnail_flip7.png +share/games/supertux2/images/creatures/snowball/collision-left.png +share/games/supertux2/images/creatures/snowball/cpt-left-0.png +share/games/supertux2/images/creatures/snowball/cpt-left-1.png +share/games/supertux2/images/creatures/snowball/cpt-left-2.png +share/games/supertux2/images/creatures/snowball/cpt-right-0.png +share/games/supertux2/images/creatures/snowball/cpt-right-1.png +share/games/supertux2/images/creatures/snowball/cpt-right-2.png +share/games/supertux2/images/creatures/snowball/cpt-snowball.sprite +share/games/supertux2/images/creatures/snowball/cpt-squished-left.png +share/games/supertux2/images/creatures/snowball/cpt-squished-right.png +share/games/supertux2/images/creatures/snowball/kamikaze-left.png +share/games/supertux2/images/creatures/snowball/kamikaze-snowball.sprite +share/games/supertux2/images/creatures/snowball/left-0.png +share/games/supertux2/images/creatures/snowball/left-1.png +share/games/supertux2/images/creatures/snowball/left-2.png +share/games/supertux2/images/creatures/snowball/mrs-squished-left.png +share/games/supertux2/images/creatures/snowball/smart-snowball.sprite +share/games/supertux2/images/creatures/snowball/snowball.sprite +share/games/supertux2/images/creatures/snowball/sport-left-0.png +share/games/supertux2/images/creatures/snowball/sport-left-1.png +share/games/supertux2/images/creatures/snowball/sport-left-2.png +share/games/supertux2/images/creatures/snowball/squished-left.png +share/games/supertux2/images/creatures/snowjumpy/left-down.png +share/games/supertux2/images/creatures/snowjumpy/left-middle.png +share/games/supertux2/images/creatures/snowjumpy/left-up.png +share/games/supertux2/images/creatures/snowjumpy/snowjumpy.sprite +share/games/supertux2/images/creatures/snowman/snowman.sprite +share/games/supertux2/images/creatures/snowman/walk1.png +share/games/supertux2/images/creatures/snowman/walk2.png +share/games/supertux2/images/creatures/snowman/walk3.png +share/games/supertux2/images/creatures/snowman/walk4.png +share/games/supertux2/images/creatures/snowman/walk5.png +share/games/supertux2/images/creatures/snowman/walk6.png +share/games/supertux2/images/creatures/snowman/walk7.png +share/games/supertux2/images/creatures/snowman/walk8.png +share/games/supertux2/images/creatures/spidermite/spidermite-squish.png +share/games/supertux2/images/creatures/spidermite/spidermite.png +share/games/supertux2/images/creatures/spidermite/spidermite.sprite +share/games/supertux2/images/creatures/spidermite/spidermite0.png +share/games/supertux2/images/creatures/spidermite/spidermite1.png +share/games/supertux2/images/creatures/spike/down.png +share/games/supertux2/images/creatures/spike/left.png +share/games/supertux2/images/creatures/spike/right.png +share/games/supertux2/images/creatures/spike/spikeup.png +share/games/supertux2/images/creatures/spike/up.png +share/games/supertux2/images/creatures/spiky/iced-left.png +share/games/supertux2/images/creatures/spiky/left-0.png +share/games/supertux2/images/creatures/spiky/left-1.png +share/games/supertux2/images/creatures/spiky/left-2.png +share/games/supertux2/images/creatures/spiky/sleeping-left.png +share/games/supertux2/images/creatures/spiky/sleepingspiky.sprite +share/games/supertux2/images/creatures/spiky/spiky.sprite +share/games/supertux2/images/creatures/spiky/waking-left-0.png +share/games/supertux2/images/creatures/spiky/waking-left-1.png +share/games/supertux2/images/creatures/spiky/waking-left-2.png +share/games/supertux2/images/creatures/stalactite/broken.png +share/games/supertux2/images/creatures/stalactite/falling.png +share/games/supertux2/images/creatures/stalactite/stalactite.sprite +share/games/supertux2/images/creatures/toad/toad-idle-0.png +share/games/supertux2/images/creatures/toad/toad-idle-1.png +share/games/supertux2/images/creatures/toad/toad-jumping.png +share/games/supertux2/images/creatures/toad/toad-squished.png +share/games/supertux2/images/creatures/toad/toad.sprite +share/games/supertux2/images/creatures/totem/squished.png +share/games/supertux2/images/creatures/totem/stacked.png +share/games/supertux2/images/creatures/totem/totem.sprite +share/games/supertux2/images/creatures/totem/walking1.png +share/games/supertux2/images/creatures/totem/walking2.png +share/games/supertux2/images/creatures/totem/walking3.png +share/games/supertux2/images/creatures/totem/walking4.png +share/games/supertux2/images/creatures/tumbleweed/tumbleweed0.png +share/games/supertux2/images/creatures/tumbleweed/tumbleweed1.png +share/games/supertux2/images/creatures/tumbleweed/tumbleweed2.png +share/games/supertux2/images/creatures/tumbleweed/tumbleweed3.png +share/games/supertux2/images/creatures/tux/big/backflip-0.png +share/games/supertux2/images/creatures/tux/big/backflip-1.png +share/games/supertux2/images/creatures/tux/big/backflip-2.png +share/games/supertux2/images/creatures/tux/big/backflip-3.png +share/games/supertux2/images/creatures/tux/big/backflip-4.png +share/games/supertux2/images/creatures/tux/big/buttjump-0.png +share/games/supertux2/images/creatures/tux/big/duck-0.png +share/games/supertux2/images/creatures/tux/big/idle-0.png +share/games/supertux2/images/creatures/tux/big/idle-1.png +share/games/supertux2/images/creatures/tux/big/jump-0.png +share/games/supertux2/images/creatures/tux/big/kick-0.png +share/games/supertux2/images/creatures/tux/big/skid-0.png +share/games/supertux2/images/creatures/tux/big/stand-0.png +share/games/supertux2/images/creatures/tux/big/walk-0.png +share/games/supertux2/images/creatures/tux/big/walk-1.png +share/games/supertux2/images/creatures/tux/big/walk-2.png +share/games/supertux2/images/creatures/tux/big/walk-3.png +share/games/supertux2/images/creatures/tux/big/walk-4.png +share/games/supertux2/images/creatures/tux/big/walk-5.png +share/games/supertux2/images/creatures/tux/fire/backflip-0.png +share/games/supertux2/images/creatures/tux/fire/backflip-1.png +share/games/supertux2/images/creatures/tux/fire/backflip-2.png +share/games/supertux2/images/creatures/tux/fire/backflip-3.png +share/games/supertux2/images/creatures/tux/fire/backflip-4.png +share/games/supertux2/images/creatures/tux/fire/buttjump-0.png +share/games/supertux2/images/creatures/tux/fire/duck-0.png +share/games/supertux2/images/creatures/tux/fire/idle-0.png +share/games/supertux2/images/creatures/tux/fire/idle-1.png +share/games/supertux2/images/creatures/tux/fire/jump-0.png +share/games/supertux2/images/creatures/tux/fire/kick-0.png +share/games/supertux2/images/creatures/tux/fire/skid-0.png +share/games/supertux2/images/creatures/tux/fire/stand-0.png +share/games/supertux2/images/creatures/tux/fire/walk-0.png +share/games/supertux2/images/creatures/tux/fire/walk-1.png +share/games/supertux2/images/creatures/tux/fire/walk-2.png +share/games/supertux2/images/creatures/tux/fire/walk-3.png +share/games/supertux2/images/creatures/tux/fire/walk-4.png +share/games/supertux2/images/creatures/tux/fire/walk-5.png +share/games/supertux2/images/creatures/tux/ice/backflip-0.png +share/games/supertux2/images/creatures/tux/ice/backflip-1.png +share/games/supertux2/images/creatures/tux/ice/backflip-2.png +share/games/supertux2/images/creatures/tux/ice/backflip-3.png +share/games/supertux2/images/creatures/tux/ice/backflip-4.png +share/games/supertux2/images/creatures/tux/ice/buttjump-0.png +share/games/supertux2/images/creatures/tux/ice/duck-0.png +share/games/supertux2/images/creatures/tux/ice/idle-0.png +share/games/supertux2/images/creatures/tux/ice/idle-1.png +share/games/supertux2/images/creatures/tux/ice/jump-0.png +share/games/supertux2/images/creatures/tux/ice/kick-0.png +share/games/supertux2/images/creatures/tux/ice/skid-0.png +share/games/supertux2/images/creatures/tux/ice/stand-0.png +share/games/supertux2/images/creatures/tux/ice/walk-0.png +share/games/supertux2/images/creatures/tux/ice/walk-1.png +share/games/supertux2/images/creatures/tux/ice/walk-2.png +share/games/supertux2/images/creatures/tux/ice/walk-3.png +share/games/supertux2/images/creatures/tux/ice/walk-4.png +share/games/supertux2/images/creatures/tux/ice/walk-5.png +share/games/supertux2/images/creatures/tux/small/gameover-0.png +share/games/supertux2/images/creatures/tux/small/gameover-1.png +share/games/supertux2/images/creatures/tux/small/grow-0.png +share/games/supertux2/images/creatures/tux/small/grow-1.png +share/games/supertux2/images/creatures/tux/small/grow-2.png +share/games/supertux2/images/creatures/tux/small/grow-3.png +share/games/supertux2/images/creatures/tux/small/grow-4.png +share/games/supertux2/images/creatures/tux/small/grow-5.png +share/games/supertux2/images/creatures/tux/small/grow-6.png +share/games/supertux2/images/creatures/tux/small/idle-0.png +share/games/supertux2/images/creatures/tux/small/idle-1.png +share/games/supertux2/images/creatures/tux/small/jump-0.png +share/games/supertux2/images/creatures/tux/small/kick-0.png +share/games/supertux2/images/creatures/tux/small/skid-0.png +share/games/supertux2/images/creatures/tux/small/stand-0.png +share/games/supertux2/images/creatures/tux/small/walk-0.png +share/games/supertux2/images/creatures/tux/small/walk-1.png +share/games/supertux2/images/creatures/tux/small/walk-2.png +share/games/supertux2/images/creatures/tux/small/walk-3.png +share/games/supertux2/images/creatures/tux/small/walk-4.png +share/games/supertux2/images/creatures/tux/small/walk-5.png +share/games/supertux2/images/creatures/tux/small/walk-6.png +share/games/supertux2/images/creatures/tux/small/walk-7.png +share/games/supertux2/images/creatures/tux/tux.sprite +share/games/supertux2/images/creatures/walkingleaf/left-0.png +share/games/supertux2/images/creatures/walkingleaf/left-1.png +share/games/supertux2/images/creatures/walkingleaf/left-2.png +share/games/supertux2/images/creatures/walkingleaf/squished.png +share/games/supertux2/images/creatures/walkingleaf/walkingleaf.sprite +share/games/supertux2/images/creatures/willowisp/idle-0.png +share/games/supertux2/images/creatures/willowisp/idle-1.png +share/games/supertux2/images/creatures/willowisp/idle-2.png +share/games/supertux2/images/creatures/willowisp/idle-3.png +share/games/supertux2/images/creatures/willowisp/vanishing-0.png +share/games/supertux2/images/creatures/willowisp/vanishing-1.png +share/games/supertux2/images/creatures/willowisp/vanishing-2.png +share/games/supertux2/images/creatures/willowisp/vanishing-3.png +share/games/supertux2/images/creatures/willowisp/warping-0.png +share/games/supertux2/images/creatures/willowisp/warping-1.png +share/games/supertux2/images/creatures/willowisp/warping-2.png +share/games/supertux2/images/creatures/willowisp/warping-3.png +share/games/supertux2/images/creatures/willowisp/warping-4.png +share/games/supertux2/images/creatures/willowisp/warping-5.png +share/games/supertux2/images/creatures/willowisp/willowisp.sprite +share/games/supertux2/images/creatures/yeti/busted1.png +share/games/supertux2/images/creatures/yeti/busted2.png +share/games/supertux2/images/creatures/yeti/busted3.png +share/games/supertux2/images/creatures/yeti/hudlife.png +share/games/supertux2/images/creatures/yeti/iceyeti_dust0.png +share/games/supertux2/images/creatures/yeti/iceyeti_dust1.png +share/games/supertux2/images/creatures/yeti/iceyeti_dust2.png +share/games/supertux2/images/creatures/yeti/iceyeti_dust3.png +share/games/supertux2/images/creatures/yeti/iceyeti_dust_wm_0.png +share/games/supertux2/images/creatures/yeti/iceyeti_dust_wm_1.png +share/games/supertux2/images/creatures/yeti/iceyeti_dust_wm_2.png +share/games/supertux2/images/creatures/yeti/worldmap_1.png +share/games/supertux2/images/creatures/yeti/worldmap_10.png +share/games/supertux2/images/creatures/yeti/worldmap_11.png +share/games/supertux2/images/creatures/yeti/worldmap_12.png +share/games/supertux2/images/creatures/yeti/worldmap_13.png +share/games/supertux2/images/creatures/yeti/worldmap_14.png +share/games/supertux2/images/creatures/yeti/worldmap_15.png +share/games/supertux2/images/creatures/yeti/worldmap_16.png +share/games/supertux2/images/creatures/yeti/worldmap_17.png +share/games/supertux2/images/creatures/yeti/worldmap_18.png +share/games/supertux2/images/creatures/yeti/worldmap_2.png +share/games/supertux2/images/creatures/yeti/worldmap_3.png +share/games/supertux2/images/creatures/yeti/worldmap_4.png +share/games/supertux2/images/creatures/yeti/worldmap_5.png +share/games/supertux2/images/creatures/yeti/worldmap_6.png +share/games/supertux2/images/creatures/yeti/worldmap_7.png +share/games/supertux2/images/creatures/yeti/worldmap_8.png +share/games/supertux2/images/creatures/yeti/worldmap_9.png +share/games/supertux2/images/creatures/yeti/y-jump.png +share/games/supertux2/images/creatures/yeti/y-jump2.png +share/games/supertux2/images/creatures/yeti/y.png +share/games/supertux2/images/creatures/yeti/y1.png +share/games/supertux2/images/creatures/yeti/y2.png +share/games/supertux2/images/creatures/yeti/y3.png +share/games/supertux2/images/creatures/yeti/y4.png +share/games/supertux2/images/creatures/yeti/y5.png +share/games/supertux2/images/creatures/yeti/y6.png +share/games/supertux2/images/creatures/yeti/y7.png +share/games/supertux2/images/creatures/yeti/yeti.png +share/games/supertux2/images/creatures/yeti/yeti.sprite +share/games/supertux2/images/creatures/yeti/yeti_jump.png +share/games/supertux2/images/creatures/zeekling/diving.png +share/games/supertux2/images/creatures/zeekling/left-0.png +share/games/supertux2/images/creatures/zeekling/left-1.png +share/games/supertux2/images/creatures/zeekling/left-2.png +share/games/supertux2/images/creatures/zeekling/left-3.png +share/games/supertux2/images/creatures/zeekling/squished.png +share/games/supertux2/images/creatures/zeekling/zeekling.sprite +share/games/supertux2/images/credits/bill.jpg +share/games/supertux2/images/credits/christoph.jpg +share/games/supertux2/images/credits/daniel.jpg +share/games/supertux2/images/credits/gwater.jpg +share/games/supertux2/images/credits/ingo.jpg +share/games/supertux2/images/credits/matze.jpg +share/games/supertux2/images/credits/milestone.png +share/games/supertux2/images/credits/ondra.jpg +share/games/supertux2/images/credits/paroneayea.jpg +share/games/supertux2/images/credits/wansti.jpg +share/games/supertux2/images/credits/wolfgang.jpg +share/games/supertux2/images/decal/nightcave/lightflower1.png +share/games/supertux2/images/decal/nightcave/lightflower2.png +share/games/supertux2/images/decal/nightcave/lightflower3.png +share/games/supertux2/images/effects/light_red.png +share/games/supertux2/images/engine/console.jpg +share/games/supertux2/images/engine/console.png +share/games/supertux2/images/engine/console2.png +share/games/supertux2/images/engine/editor/README +share/games/supertux2/images/engine/editor/ambientsound.png +share/games/supertux2/images/engine/editor/arrow.png +share/games/supertux2/images/engine/editor/background.png +share/games/supertux2/images/engine/editor/camera.png +share/games/supertux2/images/engine/editor/clock.png +share/games/supertux2/images/engine/editor/clouds.png +share/games/supertux2/images/engine/editor/decal.png +share/games/supertux2/images/engine/editor/ghostparticles.png +share/games/supertux2/images/engine/editor/gradient.png +share/games/supertux2/images/engine/editor/infoblock.png +share/games/supertux2/images/engine/editor/invisible_wall.png +share/games/supertux2/images/engine/editor/point.png +share/games/supertux2/images/engine/editor/powerup.png +share/games/supertux2/images/engine/editor/rain.png +share/games/supertux2/images/engine/editor/resetpoint.png +share/games/supertux2/images/engine/editor/scriptedobject.png +share/games/supertux2/images/engine/editor/scripttrigger.png +share/games/supertux2/images/engine/editor/secretarea.png +share/games/supertux2/images/engine/editor/sequencetrigger.png +share/games/supertux2/images/engine/editor/snow.png +share/games/supertux2/images/engine/editor/spawnpoint.png +share/games/supertux2/images/engine/editor/spritechange.png +share/games/supertux2/images/engine/editor/stalactite_yeti.png +share/games/supertux2/images/engine/editor/thunderstorm.png +share/games/supertux2/images/engine/editor/tilemap.png +share/games/supertux2/images/engine/editor/wind.png +share/games/supertux2/images/engine/fonts/README +share/games/supertux2/images/engine/fonts/andale10-shadow.png +share/games/supertux2/images/engine/fonts/andale10.png +share/games/supertux2/images/engine/fonts/andale12-shadow.png +share/games/supertux2/images/engine/fonts/andale12.png +share/games/supertux2/images/engine/fonts/console2-shadow.png +share/games/supertux2/images/engine/fonts/console2.png +share/games/supertux2/images/engine/fonts/cyr/AUTHORS +share/games/supertux2/images/engine/fonts/cyr/shadow-big.png +share/games/supertux2/images/engine/fonts/cyr/shadow-small.png +share/games/supertux2/images/engine/fonts/cyr/shadow.png +share/games/supertux2/images/engine/fonts/cyr/white-big.png +share/games/supertux2/images/engine/fonts/cyr/white-small.png +share/games/supertux2/images/engine/fonts/cyr/white.png +share/games/supertux2/images/engine/fonts/shadow-big.png +share/games/supertux2/images/engine/fonts/shadow-small.png +share/games/supertux2/images/engine/fonts/shadow.png +share/games/supertux2/images/engine/fonts/white-big.png +share/games/supertux2/images/engine/fonts/white-small.png +share/games/supertux2/images/engine/fonts/white.png +share/games/supertux2/images/engine/fonts/zh/shadow-big.png +share/games/supertux2/images/engine/fonts/zh/shadow-small.png +share/games/supertux2/images/engine/fonts/zh/shadow.png +share/games/supertux2/images/engine/fonts/zh/white-big.png +share/games/supertux2/images/engine/fonts/zh/white-small.png +share/games/supertux2/images/engine/fonts/zh/white.png +share/games/supertux2/images/engine/hud/airarrow.png +share/games/supertux2/images/engine/hud/coins-0.png +share/games/supertux2/images/engine/hud/time-0.png +share/games/supertux2/images/engine/icons/supertux-256x256.png +share/games/supertux2/images/engine/icons/supertux.icns +share/games/supertux2/images/engine/icons/supertux.ico +share/games/supertux2/images/engine/icons/supertux.png +share/games/supertux2/images/engine/icons/supertux.rc +share/games/supertux2/images/engine/icons/supertux.xpm +share/games/supertux2/images/engine/menu/arrow-back.png +share/games/supertux2/images/engine/menu/arrow-left.png +share/games/supertux2/images/engine/menu/arrow-right.png +share/games/supertux2/images/engine/menu/checkbox-checked.png +share/games/supertux2/images/engine/menu/checkbox-unchecked.png +share/games/supertux2/images/engine/menu/frame.png +share/games/supertux2/images/engine/menu/logo.png +share/games/supertux2/images/engine/menu/logo_dev.png +share/games/supertux2/images/engine/menu/mousecursor.png +share/games/supertux2/images/engine/menu/score-backdrop.png +share/games/supertux2/images/engine/menu/scroll-down.png +share/games/supertux2/images/engine/menu/scroll-up.png +share/games/supertux2/images/engine/missing.png +share/games/supertux2/images/help/rockhowto1.png +share/games/supertux2/images/help/rockhowto2-zh.png +share/games/supertux2/images/help/rockhowto2.png +share/games/supertux2/images/help/rockhowto3.png +share/games/supertux2/images/objects/bonus_block/bonus-1up.png +share/games/supertux2/images/objects/bonus_block/bonus-fire_flower.png +share/games/supertux2/images/objects/bonus_block/bonus-herring.png +share/games/supertux2/images/objects/bonus_block/bonus-ice_flower.png +share/games/supertux2/images/objects/bonus_block/bonus-invisible.png +share/games/supertux2/images/objects/bonus_block/bonusblock.sprite +share/games/supertux2/images/objects/bonus_block/brick.sprite +share/games/supertux2/images/objects/bonus_block/empty.png +share/games/supertux2/images/objects/bonus_block/full-0.png +share/games/supertux2/images/objects/bonus_block/full-1.png +share/games/supertux2/images/objects/bonus_block/full-2.png +share/games/supertux2/images/objects/bonus_block/full-3.png +share/games/supertux2/images/objects/bonus_block/full-4.png +share/games/supertux2/images/objects/bonus_block/icedbrick.sprite +share/games/supertux2/images/objects/bonus_block/info_block.png +share/games/supertux2/images/objects/bonus_block/infoblock.png +share/games/supertux2/images/objects/bonus_block/infoblock.sprite +share/games/supertux2/images/objects/bonus_block/invisibleblock.sprite +share/games/supertux2/images/objects/bullets/fire_bullet-0.png +share/games/supertux2/images/objects/bullets/fire_bullet-1.png +share/games/supertux2/images/objects/bullets/fire_bullet-2.png +share/games/supertux2/images/objects/bullets/fire_bullet-3.png +share/games/supertux2/images/objects/bullets/firebullet.sprite +share/games/supertux2/images/objects/bullets/ice_bullet.png +share/games/supertux2/images/objects/bullets/icebullet.sprite +share/games/supertux2/images/objects/candle/candle-1.png +share/games/supertux2/images/objects/candle/candle-2.png +share/games/supertux2/images/objects/candle/candle-3.png +share/games/supertux2/images/objects/candle/candle-4.png +share/games/supertux2/images/objects/candle/candle-light-1.png +share/games/supertux2/images/objects/candle/candle-light-2.png +share/games/supertux2/images/objects/candle/candle.sprite +share/games/supertux2/images/objects/candle/off.png +share/games/supertux2/images/objects/castledoor/castledoor.png +share/games/supertux2/images/objects/castledoor/castledoor.sprite +share/games/supertux2/images/objects/castledoor/keyholes.png +share/games/supertux2/images/objects/castledoor/keyholes.sprite +share/games/supertux2/images/objects/castledoor/torchflame.png +share/games/supertux2/images/objects/castledoor/torchflame.sprite +share/games/supertux2/images/objects/castledoor/torchflame1.png +share/games/supertux2/images/objects/castledoor/torchflame2.png +share/games/supertux2/images/objects/castledoor/torchflame3.png +share/games/supertux2/images/objects/castledoor/torchflame4.png +share/games/supertux2/images/objects/castledoor/torchflame5.png +share/games/supertux2/images/objects/coin/coin-0.png +share/games/supertux2/images/objects/coin/coin-1.png +share/games/supertux2/images/objects/coin/coin-2.png +share/games/supertux2/images/objects/coin/coin-3.png +share/games/supertux2/images/objects/coin/coin-4.png +share/games/supertux2/images/objects/coin/coin-5.png +share/games/supertux2/images/objects/coin/coin-6.png +share/games/supertux2/images/objects/coin/coin-7.png +share/games/supertux2/images/objects/coin/coin.sprite +share/games/supertux2/images/objects/door/door-0.png +share/games/supertux2/images/objects/door/door-1.png +share/games/supertux2/images/objects/door/door-2.png +share/games/supertux2/images/objects/door/door-3.png +share/games/supertux2/images/objects/door/door-4.png +share/games/supertux2/images/objects/door/door-5.png +share/games/supertux2/images/objects/door/door-6.png +share/games/supertux2/images/objects/door/door-7.png +share/games/supertux2/images/objects/door/door.sprite +share/games/supertux2/images/objects/eat-me/eat-me.sprite +share/games/supertux2/images/objects/explosion/explosion-0.png +share/games/supertux2/images/objects/explosion/explosion-1.png +share/games/supertux2/images/objects/explosion/explosion.sprite +share/games/supertux2/images/objects/firefly/firefly.sprite +share/games/supertux2/images/objects/firefly/firefly1.png +share/games/supertux2/images/objects/firefly/firefly2.png +share/games/supertux2/images/objects/firefly/firefly3.png +share/games/supertux2/images/objects/firefly/firefly4.png +share/games/supertux2/images/objects/firefly/firefly5.png +share/games/supertux2/images/objects/firefly/firefly6.png +share/games/supertux2/images/objects/firefly/firefly7.png +share/games/supertux2/images/objects/firefly/sleep-1.png +share/games/supertux2/images/objects/firefly/sleep-2.png +share/games/supertux2/images/objects/flying_platform/flying_platform-0.png +share/games/supertux2/images/objects/flying_platform/flying_platform-1.png +share/games/supertux2/images/objects/flying_platform/flying_platform-2.png +share/games/supertux2/images/objects/flying_platform/flying_platform-3.png +share/games/supertux2/images/objects/flying_platform/flying_platform.sprite +share/games/supertux2/images/objects/icecube/icecube.png +share/games/supertux2/images/objects/icecube/icecube.sprite +share/games/supertux2/images/objects/invisible/invisible.png +share/games/supertux2/images/objects/invisible/invisible.sprite +share/games/supertux2/images/objects/ispy/alert-1.png +share/games/supertux2/images/objects/ispy/alert-2.png +share/games/supertux2/images/objects/ispy/down-alert-1.png +share/games/supertux2/images/objects/ispy/down-alert-2.png +share/games/supertux2/images/objects/ispy/down-gone-0.png +share/games/supertux2/images/objects/ispy/down-hiding-1.png +share/games/supertux2/images/objects/ispy/down-hiding-2.png +share/games/supertux2/images/objects/ispy/down-hiding-3.png +share/games/supertux2/images/objects/ispy/down-idle-0.png +share/games/supertux2/images/objects/ispy/down-idle-1.png +share/games/supertux2/images/objects/ispy/down-idle-3.png +share/games/supertux2/images/objects/ispy/gone-0.png +share/games/supertux2/images/objects/ispy/hiding-1.png +share/games/supertux2/images/objects/ispy/hiding-2.png +share/games/supertux2/images/objects/ispy/hiding-3.png +share/games/supertux2/images/objects/ispy/idle-0.png +share/games/supertux2/images/objects/ispy/idle-1.png +share/games/supertux2/images/objects/ispy/idle-3.png +share/games/supertux2/images/objects/ispy/ispy.sprite +share/games/supertux2/images/objects/keys/air.png +share/games/supertux2/images/objects/keys/air_display.png +share/games/supertux2/images/objects/keys/earth.png +share/games/supertux2/images/objects/keys/earth_display.png +share/games/supertux2/images/objects/keys/fire.png +share/games/supertux2/images/objects/keys/fire_display.png +share/games/supertux2/images/objects/keys/k_outline.png +share/games/supertux2/images/objects/keys/key_air.sprite +share/games/supertux2/images/objects/keys/key_earth.sprite +share/games/supertux2/images/objects/keys/key_fire.sprite +share/games/supertux2/images/objects/keys/key_water.sprite +share/games/supertux2/images/objects/keys/key_wood.sprite +share/games/supertux2/images/objects/keys/l_outline.png +share/games/supertux2/images/objects/keys/n_outline.png +share/games/supertux2/images/objects/keys/o_outline.png +share/games/supertux2/images/objects/keys/outline.png +share/games/supertux2/images/objects/keys/sparkle-1.png +share/games/supertux2/images/objects/keys/sparkle-10.png +share/games/supertux2/images/objects/keys/sparkle-11.png +share/games/supertux2/images/objects/keys/sparkle-12.png +share/games/supertux2/images/objects/keys/sparkle-13.png +share/games/supertux2/images/objects/keys/sparkle-14.png +share/games/supertux2/images/objects/keys/sparkle-15.png +share/games/supertux2/images/objects/keys/sparkle-16.png +share/games/supertux2/images/objects/keys/sparkle-2.png +share/games/supertux2/images/objects/keys/sparkle-3.png +share/games/supertux2/images/objects/keys/sparkle-4.png +share/games/supertux2/images/objects/keys/sparkle-5.png +share/games/supertux2/images/objects/keys/sparkle-6.png +share/games/supertux2/images/objects/keys/sparkle-7.png +share/games/supertux2/images/objects/keys/sparkle-8.png +share/games/supertux2/images/objects/keys/sparkle-9.png +share/games/supertux2/images/objects/keys/water.png +share/games/supertux2/images/objects/keys/water_display.png +share/games/supertux2/images/objects/keys/wood.png +share/games/supertux2/images/objects/keys/wood_display.png +share/games/supertux2/images/objects/lantern/lantern-1.png +share/games/supertux2/images/objects/lantern/lantern-2.png +share/games/supertux2/images/objects/lantern/lantern-3.png +share/games/supertux2/images/objects/lantern/lantern-4.png +share/games/supertux2/images/objects/lantern/lantern-off-open.png +share/games/supertux2/images/objects/lantern/lantern-off.png +share/games/supertux2/images/objects/lantern/lantern.sprite +share/games/supertux2/images/objects/lightmap_light/lightmap_light.png +share/games/supertux2/images/objects/lightmap_light/lightmap_light.sprite +share/games/supertux2/images/objects/logo/logo.sprite +share/games/supertux2/images/objects/magicblock/magicblock-solid.png +share/games/supertux2/images/objects/magicblock/magicblock.png +share/games/supertux2/images/objects/magicblock/magicblock.sprite +share/games/supertux2/images/objects/particles/bark-0.png +share/games/supertux2/images/objects/particles/bark.sprite +share/games/supertux2/images/objects/particles/cloud.png +share/games/supertux2/images/objects/particles/explosion-0.png +share/games/supertux2/images/objects/particles/explosion-1.png +share/games/supertux2/images/objects/particles/explosion-2.png +share/games/supertux2/images/objects/particles/explosion.sprite +share/games/supertux2/images/objects/particles/firetux-helmet.png +share/games/supertux2/images/objects/particles/firetux-helmet.sprite +share/games/supertux2/images/objects/particles/ghost0.png +share/games/supertux2/images/objects/particles/ghost1.png +share/games/supertux2/images/objects/particles/icetux-cap.png +share/games/supertux2/images/objects/particles/icetux-cap.sprite +share/games/supertux2/images/objects/particles/kracker-1.png +share/games/supertux2/images/objects/particles/kracker-2.png +share/games/supertux2/images/objects/particles/kracker-3.png +share/games/supertux2/images/objects/particles/kracker-4.png +share/games/supertux2/images/objects/particles/kracker-5.png +share/games/supertux2/images/objects/particles/kracker-6.png +share/games/supertux2/images/objects/particles/kracker-7.png +share/games/supertux2/images/objects/particles/kracker-8.png +share/games/supertux2/images/objects/particles/kracker-9.png +share/games/supertux2/images/objects/particles/kracker.sprite +share/games/supertux2/images/objects/particles/kraker.sprite +share/games/supertux2/images/objects/particles/leaf-0.png +share/games/supertux2/images/objects/particles/leaf.sprite +share/games/supertux2/images/objects/particles/poisonivy-0.png +share/games/supertux2/images/objects/particles/poisonivy-1.png +share/games/supertux2/images/objects/particles/poisonivy-2.png +share/games/supertux2/images/objects/particles/poisonivy-3.png +share/games/supertux2/images/objects/particles/poisonivy.png +share/games/supertux2/images/objects/particles/poisonivy.sprite +share/games/supertux2/images/objects/particles/rain0.png +share/games/supertux2/images/objects/particles/rain1.png +share/games/supertux2/images/objects/particles/rainsplash-1.png +share/games/supertux2/images/objects/particles/rainsplash-2.png +share/games/supertux2/images/objects/particles/rainsplash-3.png +share/games/supertux2/images/objects/particles/rainsplash-4.png +share/games/supertux2/images/objects/particles/rainsplash-vertical-1.png +share/games/supertux2/images/objects/particles/rainsplash-vertical-2.png +share/games/supertux2/images/objects/particles/rainsplash-vertical-3.png +share/games/supertux2/images/objects/particles/rainsplash-vertical-4.png +share/games/supertux2/images/objects/particles/rainsplash-vertical.sprite +share/games/supertux2/images/objects/particles/rainsplash.sprite +share/games/supertux2/images/objects/particles/reset.png +share/games/supertux2/images/objects/particles/reset.sprite +share/games/supertux2/images/objects/particles/smoke-1.png +share/games/supertux2/images/objects/particles/smoke-2.png +share/games/supertux2/images/objects/particles/smoke-3.png +share/games/supertux2/images/objects/particles/smoke-4.png +share/games/supertux2/images/objects/particles/smoke-5.png +share/games/supertux2/images/objects/particles/smoke-6.png +share/games/supertux2/images/objects/particles/smoke.sprite +share/games/supertux2/images/objects/particles/snow0.png +share/games/supertux2/images/objects/particles/snow1.png +share/games/supertux2/images/objects/particles/snow2.png +share/games/supertux2/images/objects/particles/sparkle-0.png +share/games/supertux2/images/objects/particles/sparkle-1.png +share/games/supertux2/images/objects/particles/sparkle-dark-0.png +share/games/supertux2/images/objects/particles/sparkle-dark-1.png +share/games/supertux2/images/objects/particles/sparkle.sprite +share/games/supertux2/images/objects/particles/stomp.png +share/games/supertux2/images/objects/particles/stomp.sprite +share/games/supertux2/images/objects/platforms/big.png +share/games/supertux2/images/objects/platforms/big.sprite +share/games/supertux2/images/objects/platforms/icefloe.png +share/games/supertux2/images/objects/platforms/icefloe.sprite +share/games/supertux2/images/objects/platforms/icefloe_small.png +share/games/supertux2/images/objects/platforms/icefloe_small.sprite +share/games/supertux2/images/objects/platforms/pedestal.png +share/games/supertux2/images/objects/platforms/pedestal.sprite +share/games/supertux2/images/objects/platforms/small.png +share/games/supertux2/images/objects/platforms/small.sprite +share/games/supertux2/images/objects/platforms/vertical-wood.png +share/games/supertux2/images/objects/platforms/vertical-wood.sprite +share/games/supertux2/images/objects/platforms/wood-tiny.png +share/games/supertux2/images/objects/platforms/wood-tiny.sprite +share/games/supertux2/images/objects/pushbutton/pushbutton-0.png +share/games/supertux2/images/objects/pushbutton/pushbutton-1.png +share/games/supertux2/images/objects/pushbutton/pushbutton.sprite +share/games/supertux2/images/objects/radio/radio.sprite +share/games/supertux2/images/objects/radio/radio1.png +share/games/supertux2/images/objects/radio/radio2.png +share/games/supertux2/images/objects/radio/radio3.png +share/games/supertux2/images/objects/resetpoints/bell-l.png +share/games/supertux2/images/objects/resetpoints/bell-l_0.png +share/games/supertux2/images/objects/resetpoints/bell-m.png +share/games/supertux2/images/objects/resetpoints/bell-r.png +share/games/supertux2/images/objects/resetpoints/bell-r_0.png +share/games/supertux2/images/objects/resetpoints/bell.sprite +share/games/supertux2/images/objects/resetpoints/default-resetpoint.sprite +share/games/supertux2/images/objects/resetpoints/firefly.sprite +share/games/supertux2/images/objects/resetpoints/firefly1.png +share/games/supertux2/images/objects/resetpoints/firefly2.png +share/games/supertux2/images/objects/resetpoints/firefly3.png +share/games/supertux2/images/objects/resetpoints/firefly4.png +share/games/supertux2/images/objects/resetpoints/firefly5.png +share/games/supertux2/images/objects/resetpoints/firefly6.png +share/games/supertux2/images/objects/resetpoints/firefly7.png +share/games/supertux2/images/objects/resetpoints/torch-off1.png +share/games/supertux2/images/objects/resetpoints/torch-off2.png +share/games/supertux2/images/objects/resetpoints/torch.sprite +share/games/supertux2/images/objects/resetpoints/torch1.png +share/games/supertux2/images/objects/resetpoints/torch2.png +share/games/supertux2/images/objects/resetpoints/torch3.png +share/games/supertux2/images/objects/resetpoints/torch4.png +share/games/supertux2/images/objects/resetpoints/torch5.png +share/games/supertux2/images/objects/resetpoints/torch6.png +share/games/supertux2/images/objects/resetpoints/torch7.png +share/games/supertux2/images/objects/resetpoints/vbell-l.png +share/games/supertux2/images/objects/resetpoints/vbell-l_0.png +share/games/supertux2/images/objects/resetpoints/vbell-m.png +share/games/supertux2/images/objects/resetpoints/vbell-r.png +share/games/supertux2/images/objects/resetpoints/vbell-r_0.png +share/games/supertux2/images/objects/resetpoints/vbell.sprite +share/games/supertux2/images/objects/rock/rock.png +share/games/supertux2/images/objects/rock/rock.sprite +share/games/supertux2/images/objects/sawblade/default-0.png +share/games/supertux2/images/objects/sawblade/default-1.png +share/games/supertux2/images/objects/sawblade/default-2.png +share/games/supertux2/images/objects/sawblade/default-3.png +share/games/supertux2/images/objects/sawblade/sawblade.sprite +share/games/supertux2/images/objects/skull_tile/skull_tile.sprite +share/games/supertux2/images/objects/skulls/skull.png +share/games/supertux2/images/objects/spotlight/light.png +share/games/supertux2/images/objects/spotlight/light.sprite +share/games/supertux2/images/objects/spotlight/lightcone.png +share/games/supertux2/images/objects/spotlight/lightcone.sprite +share/games/supertux2/images/objects/spotlight/spotlight_base.png +share/games/supertux2/images/objects/spotlight/spotlight_base.sprite +share/games/supertux2/images/objects/spotlight/spotlight_center.png +share/games/supertux2/images/objects/spotlight/spotlight_center.sprite +share/games/supertux2/images/objects/spotlight/spotlight_lights.png +share/games/supertux2/images/objects/spotlight/spotlight_lights.sprite +share/games/supertux2/images/objects/strawbox/straw.png +share/games/supertux2/images/objects/strawbox/straw_01.png +share/games/supertux2/images/objects/strawbox/straw_02.png +share/games/supertux2/images/objects/strawbox/straw_03.png +share/games/supertux2/images/objects/strawbox/straw_04.png +share/games/supertux2/images/objects/strawbox/straw_05.png +share/games/supertux2/images/objects/strawbox/straw_06.png +share/games/supertux2/images/objects/strawbox/straw_07.png +share/games/supertux2/images/objects/strawbox/straw_08.png +share/games/supertux2/images/objects/strawbox/straw_09.png +share/games/supertux2/images/objects/strawbox/straw_10.png +share/games/supertux2/images/objects/strawbox/straw_11.png +share/games/supertux2/images/objects/strawbox/straw_12.png +share/games/supertux2/images/objects/strawbox/strawbox.sprite +share/games/supertux2/images/objects/switch/left-0.png +share/games/supertux2/images/objects/switch/left-1.png +share/games/supertux2/images/objects/switch/left-2.png +share/games/supertux2/images/objects/switch/left.sprite +share/games/supertux2/images/objects/switch/right-0.png +share/games/supertux2/images/objects/switch/right-1.png +share/games/supertux2/images/objects/switch/right-2.png +share/games/supertux2/images/objects/switch/right.sprite +share/games/supertux2/images/objects/switch/switch-0.png +share/games/supertux2/images/objects/switch/switch-1.png +share/games/supertux2/images/objects/switch/switch-2.png +share/games/supertux2/images/objects/switch/switch.sprite +share/games/supertux2/images/objects/trampoline/trampoline.sprite +share/games/supertux2/images/objects/trampoline/trampoline1-0.png +share/games/supertux2/images/objects/trampoline/trampoline1-1.png +share/games/supertux2/images/objects/trampoline/trampoline1-2.png +share/games/supertux2/images/objects/trampoline/trampoline1-3.png +share/games/supertux2/images/objects/trampoline/trampoline2-0.png +share/games/supertux2/images/objects/trampoline/trampoline2-1.png +share/games/supertux2/images/objects/trampoline/trampoline2-2.png +share/games/supertux2/images/objects/trampoline/trampoline2-3.png +share/games/supertux2/images/objects/trampoline/trampoline_fix.sprite +share/games/supertux2/images/objects/unstable_tile/castleblock-0.png +share/games/supertux2/images/objects/unstable_tile/castleblock-1.png +share/games/supertux2/images/objects/unstable_tile/castleblock-2.png +share/games/supertux2/images/objects/unstable_tile/castleblock-3.png +share/games/supertux2/images/objects/unstable_tile/castleblock.sprite +share/games/supertux2/images/objects/unstable_tile/crumbling-0.png +share/games/supertux2/images/objects/unstable_tile/crumbling-1.png +share/games/supertux2/images/objects/unstable_tile/normal.png +share/games/supertux2/images/objects/unstable_tile/snow-0.png +share/games/supertux2/images/objects/unstable_tile/snow-1.png +share/games/supertux2/images/objects/unstable_tile/snow-2.png +share/games/supertux2/images/objects/unstable_tile/snow-3.png +share/games/supertux2/images/objects/unstable_tile/snow-4.png +share/games/supertux2/images/objects/unstable_tile/snow-5.png +share/games/supertux2/images/objects/unstable_tile/snow-6.png +share/games/supertux2/images/objects/unstable_tile/snow-7.png +share/games/supertux2/images/objects/unstable_tile/snow-8.png +share/games/supertux2/images/objects/unstable_tile/snow-9.png +share/games/supertux2/images/objects/unstable_tile/snow.sprite +share/games/supertux2/images/objects/unstable_tile/unstable_tile.sprite +share/games/supertux2/images/powerups/1up/1up.png +share/games/supertux2/images/powerups/1up/1up.sprite +share/games/supertux2/images/powerups/egg/egg.png +share/games/supertux2/images/powerups/egg/egg.sprite +share/games/supertux2/images/powerups/fireflower/fire_flower-0.png +share/games/supertux2/images/powerups/fireflower/fire_flower-1.png +share/games/supertux2/images/powerups/fireflower/fire_flower-2.png +share/games/supertux2/images/powerups/fireflower/fire_flower-3.png +share/games/supertux2/images/powerups/fireflower/fireflower.sprite +share/games/supertux2/images/powerups/fish/fish_large.png +share/games/supertux2/images/powerups/fish/fish_small.png +share/games/supertux2/images/powerups/iceflower/ice_flower-0.png +share/games/supertux2/images/powerups/iceflower/ice_flower-1.png +share/games/supertux2/images/powerups/iceflower/ice_flower-2.png +share/games/supertux2/images/powerups/iceflower/iceflower.sprite +share/games/supertux2/images/powerups/potions/blue-potion.png +share/games/supertux2/images/powerups/potions/blue-potion.sprite +share/games/supertux2/images/powerups/potions/red-potion.png +share/games/supertux2/images/powerups/potions/red-potion.sprite +share/games/supertux2/images/powerups/star/star-0.png +share/games/supertux2/images/powerups/star/star-1.png +share/games/supertux2/images/powerups/star/star-2.png +share/games/supertux2/images/powerups/star/star-3.png +share/games/supertux2/images/powerups/star/star-4.png +share/games/supertux2/images/powerups/star/star.sprite +share/games/supertux2/images/tiles.strf +share/games/supertux2/images/tiles/auxiliary/black.png +share/games/supertux2/images/tiles/auxiliary/blank.png +share/games/supertux2/images/tiles/auxiliary/endseq.png +share/games/supertux2/images/tiles/auxiliary/finalgoal.png +share/games/supertux2/images/tiles/auxiliary/invisible-editor.png +share/games/supertux2/images/tiles/auxiliary/invisible-unisolid-editor.png +share/games/supertux2/images/tiles/auxiliary/notile.png +share/games/supertux2/images/tiles/background/background.png +share/games/supertux2/images/tiles/background/backgroundtile1.png +share/games/supertux2/images/tiles/background/backgroundtile2.png +share/games/supertux2/images/tiles/background/backgroundtile3.png +share/games/supertux2/images/tiles/background/backgroundtile4.png +share/games/supertux2/images/tiles/background/backgroundtile5.png +share/games/supertux2/images/tiles/background/bkgd.png +share/games/supertux2/images/tiles/background/cloud.png +share/games/supertux2/images/tiles/background/snow-para-1.png +share/games/supertux2/images/tiles/background/snow-para-2.png +share/games/supertux2/images/tiles/blocks/bigblock.png +share/games/supertux2/images/tiles/blocks/block10.png +share/games/supertux2/images/tiles/blocks/block11.png +share/games/supertux2/images/tiles/blocks/block4.png +share/games/supertux2/images/tiles/blocks/block5.png +share/games/supertux2/images/tiles/blocks/block_horiz.png +share/games/supertux2/images/tiles/blocks/block_vert.png +share/games/supertux2/images/tiles/blocks/brick0.png +share/games/supertux2/images/tiles/blocks/brick0_full.png +share/games/supertux2/images/tiles/blocks/brick1.png +share/games/supertux2/images/tiles/blocks/brick1_full.png +share/games/supertux2/images/tiles/blocks/icebridge.png +share/games/supertux2/images/tiles/blocks/rock_plate.png +share/games/supertux2/images/tiles/castle/background.png +share/games/supertux2/images/tiles/castle/brown.png +share/games/supertux2/images/tiles/castle/castle_block.png +share/games/supertux2/images/tiles/castle/castle_wall.png +share/games/supertux2/images/tiles/castle/chain.png +share/games/supertux2/images/tiles/castle/column.png +share/games/supertux2/images/tiles/castle/door.png +share/games/supertux2/images/tiles/castle/grey.png +share/games/supertux2/images/tiles/castle/grey2.png +share/games/supertux2/images/tiles/castle/grey3.png +share/games/supertux2/images/tiles/castle/grey4.png +share/games/supertux2/images/tiles/castle/grey5.png +share/games/supertux2/images/tiles/castle/grey6.png +share/games/supertux2/images/tiles/castle/grey_jungle.png +share/games/supertux2/images/tiles/castle/stone.png +share/games/supertux2/images/tiles/castle/stones.png +share/games/supertux2/images/tiles/castle/stonewindow.png +share/games/supertux2/images/tiles/castle/walltorch.png +share/games/supertux2/images/tiles/castle/walltorch/flame-0.png +share/games/supertux2/images/tiles/castle/walltorch/flame-1.png +share/games/supertux2/images/tiles/castle/walltorch/flame-2.png +share/games/supertux2/images/tiles/castle/walltorch/flame-3.png +share/games/supertux2/images/tiles/castle/walltorch/flame-4.png +share/games/supertux2/images/tiles/castle/walltorch/flame-5.png +share/games/supertux2/images/tiles/castle/walltorch/flame-6.png +share/games/supertux2/images/tiles/castle/walltorch/flame-base-0.png +share/games/supertux2/images/tiles/castle/web.png +share/games/supertux2/images/tiles/castle/window.png +share/games/supertux2/images/tiles/crystalcave/ground.png +share/games/supertux2/images/tiles/darksnow/convex.png +share/games/supertux2/images/tiles/darksnow/convex2.png +share/games/supertux2/images/tiles/darksnow/low.png +share/games/supertux2/images/tiles/darksnow/small.png +share/games/supertux2/images/tiles/darksnow/wall.png +share/games/supertux2/images/tiles/doodads/blueice.png +share/games/supertux2/images/tiles/doodads/blueicetop.png +share/games/supertux2/images/tiles/doodads/clover.png +share/games/supertux2/images/tiles/doodads/flag-0.png +share/games/supertux2/images/tiles/doodads/flag-1.png +share/games/supertux2/images/tiles/doodads/grass1.png +share/games/supertux2/images/tiles/doodads/grass2.png +share/games/supertux2/images/tiles/doodads/havoktux-0.png +share/games/supertux2/images/tiles/doodads/iceshrub.png +share/games/supertux2/images/tiles/doodads/iceshrub.sprite +share/games/supertux2/images/tiles/doodads/liane.png +share/games/supertux2/images/tiles/doodads/mushrooms.png +share/games/supertux2/images/tiles/doodads/nolok-statue.png +share/games/supertux2/images/tiles/doodads/pedestal.png +share/games/supertux2/images/tiles/doodads/plant1.png +share/games/supertux2/images/tiles/doodads/platter.png +share/games/supertux2/images/tiles/doodads/stone1.png +share/games/supertux2/images/tiles/doodads/stone2.png +share/games/supertux2/images/tiles/forest/branch.png +share/games/supertux2/images/tiles/forest/brush.png +share/games/supertux2/images/tiles/forest/concave.png +share/games/supertux2/images/tiles/forest/earth-floor.png +share/games/supertux2/images/tiles/forest/exit-tree.png +share/games/supertux2/images/tiles/forest/exit/bottom1.png +share/games/supertux2/images/tiles/forest/exit/bottom2.png +share/games/supertux2/images/tiles/forest/exit/bottom3.png +share/games/supertux2/images/tiles/forest/exit/outhouse.png +share/games/supertux2/images/tiles/forest/exit/top1.png +share/games/supertux2/images/tiles/forest/exit/top2.png +share/games/supertux2/images/tiles/forest/exit/top3.png +share/games/supertux2/images/tiles/forest/fishbone.png +share/games/supertux2/images/tiles/forest/forestlog.png +share/games/supertux2/images/tiles/forest/foresttiles-1.png +share/games/supertux2/images/tiles/forest/foresttiles-10.png +share/games/supertux2/images/tiles/forest/foresttiles-11.png +share/games/supertux2/images/tiles/forest/foresttiles-12.png +share/games/supertux2/images/tiles/forest/foresttiles-2.png +share/games/supertux2/images/tiles/forest/foresttiles-3.png +share/games/supertux2/images/tiles/forest/foresttiles-5.png +share/games/supertux2/images/tiles/forest/foresttiles-6.png +share/games/supertux2/images/tiles/forest/foresttiles-7.png +share/games/supertux2/images/tiles/forest/foresttiles-8.png +share/games/supertux2/images/tiles/forest/foresttiles-9.png +share/games/supertux2/images/tiles/forest/foresttiles-9a.png +share/games/supertux2/images/tiles/forest/hole.png +share/games/supertux2/images/tiles/forest/ladder.png +share/games/supertux2/images/tiles/forest/nolok_statue.png +share/games/supertux2/images/tiles/forest/pogonia/base.png +share/games/supertux2/images/tiles/forest/pogonia/dangersign.png +share/games/supertux2/images/tiles/forest/pogonia/pogonia-1-flip.png +share/games/supertux2/images/tiles/forest/pogonia/pogonia-1.png +share/games/supertux2/images/tiles/forest/pogonia/pogonia-2-flip.png +share/games/supertux2/images/tiles/forest/pogonia/pogonia-2.png +share/games/supertux2/images/tiles/forest/pogonia/pogonia-3-flip.png +share/games/supertux2/images/tiles/forest/pogonia/pogonia-3.png +share/games/supertux2/images/tiles/forest/pogonia/pogonia-4-flip.png +share/games/supertux2/images/tiles/forest/pogonia/pogonia-4.png +share/games/supertux2/images/tiles/forest/pogonia/stalk.png +share/games/supertux2/images/tiles/forest/spikevine/spikevine.png +share/games/supertux2/images/tiles/forest/statue.png +share/games/supertux2/images/tiles/forest/statue2.png +share/games/supertux2/images/tiles/forest/steps.png +share/games/supertux2/images/tiles/forest/underground/background1.png +share/games/supertux2/images/tiles/forest/underground/background2.png +share/games/supertux2/images/tiles/forest/underground/background3.png +share/games/supertux2/images/tiles/forest/underground/groundtiles-1.png +share/games/supertux2/images/tiles/forest/underground/groundtiles-7.png +share/games/supertux2/images/tiles/forest/underground/roots.png +share/games/supertux2/images/tiles/forest/vine1.png +share/games/supertux2/images/tiles/forest/wall.png +share/games/supertux2/images/tiles/ghostwood/ghostwood-1.png +share/games/supertux2/images/tiles/ghostwood/ghostwood-4.png +share/games/supertux2/images/tiles/ghostwood/ghostwood-5.png +share/games/supertux2/images/tiles/ghostwood/ghostwood-6.png +share/games/supertux2/images/tiles/ghostwood/ghostwood-7.png +share/games/supertux2/images/tiles/goal/exitbg.png +share/games/supertux2/images/tiles/goal/exitfg.png +share/games/supertux2/images/tiles/goal/goal1-1.png +share/games/supertux2/images/tiles/goal/goal1-2.png +share/games/supertux2/images/tiles/goal/goal1-3.png +share/games/supertux2/images/tiles/goal/goal1-4.png +share/games/supertux2/images/tiles/goal/goal1-5.png +share/games/supertux2/images/tiles/goal/goal2-1.png +share/games/supertux2/images/tiles/goal/goal2-2.png +share/games/supertux2/images/tiles/goal/goal2-3.png +share/games/supertux2/images/tiles/goal/goal2-4.png +share/games/supertux2/images/tiles/goal/goal2-5.png +share/games/supertux2/images/tiles/jungle/concave.png +share/games/supertux2/images/tiles/jungle/convex.png +share/games/supertux2/images/tiles/jungle/jungle12-1.png +share/games/supertux2/images/tiles/jungle/jungle12-2.png +share/games/supertux2/images/tiles/jungle/jungle12-3.png +share/games/supertux2/images/tiles/jungle/jungle12-4.png +share/games/supertux2/images/tiles/lava/lava-1.png +share/games/supertux2/images/tiles/lava/lava-2.png +share/games/supertux2/images/tiles/lava/lava-3.png +share/games/supertux2/images/tiles/lava/lava-4.png +share/games/supertux2/images/tiles/lava/lava-5.png +share/games/supertux2/images/tiles/lava/lava-6.png +share/games/supertux2/images/tiles/lava/lava-7.png +share/games/supertux2/images/tiles/lava/lava-8.png +share/games/supertux2/images/tiles/lava/lava1-1.png +share/games/supertux2/images/tiles/lava/lava1-2.png +share/games/supertux2/images/tiles/lava/lava1-3.png +share/games/supertux2/images/tiles/lava/lava1-4.png +share/games/supertux2/images/tiles/lava/lava2-1.png +share/games/supertux2/images/tiles/lava/lava2-2.png +share/games/supertux2/images/tiles/lava/lava2-3.png +share/games/supertux2/images/tiles/lava/lava2-4.png +share/games/supertux2/images/tiles/lava/zone/body-1-1.png +share/games/supertux2/images/tiles/lava/zone/body-1-2.png +share/games/supertux2/images/tiles/lava/zone/body-1-3.png +share/games/supertux2/images/tiles/lava/zone/body-1-4.png +share/games/supertux2/images/tiles/lava/zone/body-2-1.png +share/games/supertux2/images/tiles/lava/zone/body-2-2.png +share/games/supertux2/images/tiles/lava/zone/body-2-3.png +share/games/supertux2/images/tiles/lava/zone/body-2-4.png +share/games/supertux2/images/tiles/lava/zone/body-bottom-1-1.png +share/games/supertux2/images/tiles/lava/zone/body-bottom-1-2.png +share/games/supertux2/images/tiles/lava/zone/body-bottom-1-3.png +share/games/supertux2/images/tiles/lava/zone/body-bottom-1-4.png +share/games/supertux2/images/tiles/lava/zone/bubble-1-1.png +share/games/supertux2/images/tiles/lava/zone/bubble-1-2.png +share/games/supertux2/images/tiles/lava/zone/bubble-1-3.png +share/games/supertux2/images/tiles/lava/zone/bubble-1-4.png +share/games/supertux2/images/tiles/lava/zone/bubble-2-1.png +share/games/supertux2/images/tiles/lava/zone/bubble-2-2.png +share/games/supertux2/images/tiles/lava/zone/bubble-2-3.png +share/games/supertux2/images/tiles/lava/zone/bubble-2-4.png +share/games/supertux2/images/tiles/lava/zone/bubble-bottom-1-1.png +share/games/supertux2/images/tiles/lava/zone/bubble-bottom-1-2.png +share/games/supertux2/images/tiles/lava/zone/bubble-bottom-1-3.png +share/games/supertux2/images/tiles/lava/zone/bubble-bottom-1-4.png +share/games/supertux2/images/tiles/lava/zone/bubble-in-1-1.png +share/games/supertux2/images/tiles/lava/zone/bubble-in-1-2.png +share/games/supertux2/images/tiles/lava/zone/bubble-in-1-3.png +share/games/supertux2/images/tiles/lava/zone/bubble-in-1-4.png +share/games/supertux2/images/tiles/lava/zone/bubble-in-2-1.png +share/games/supertux2/images/tiles/lava/zone/bubble-in-2-2.png +share/games/supertux2/images/tiles/lava/zone/bubble-in-2-3.png +share/games/supertux2/images/tiles/lava/zone/bubble-in-2-4.png +share/games/supertux2/images/tiles/lava/zone/bubble-out-1-1.png +share/games/supertux2/images/tiles/lava/zone/bubble-out-1-2.png +share/games/supertux2/images/tiles/lava/zone/bubble-out-1-3.png +share/games/supertux2/images/tiles/lava/zone/bubble-out-1-4.png +share/games/supertux2/images/tiles/lava/zone/bubble-out-2-1.png +share/games/supertux2/images/tiles/lava/zone/bubble-out-2-2.png +share/games/supertux2/images/tiles/lava/zone/bubble-out-2-3.png +share/games/supertux2/images/tiles/lava/zone/bubble-out-2-4.png +share/games/supertux2/images/tiles/lava/zone/edge-1-1.png +share/games/supertux2/images/tiles/lava/zone/edge-1-2.png +share/games/supertux2/images/tiles/lava/zone/edge-1-3.png +share/games/supertux2/images/tiles/lava/zone/edge-1-4.png +share/games/supertux2/images/tiles/lava/zone/edge-flip-1-1.png +share/games/supertux2/images/tiles/lava/zone/edge-flip-1-2.png +share/games/supertux2/images/tiles/lava/zone/edge-flip-1-3.png +share/games/supertux2/images/tiles/lava/zone/edge-flip-1-4.png +share/games/supertux2/images/tiles/lava/zone/edge-left-1-1.png +share/games/supertux2/images/tiles/lava/zone/edge-left-1-2.png +share/games/supertux2/images/tiles/lava/zone/edge-left-1-3.png +share/games/supertux2/images/tiles/lava/zone/edge-left-1-4.png +share/games/supertux2/images/tiles/lava/zone/edge-right-1-1.png +share/games/supertux2/images/tiles/lava/zone/edge-right-1-2.png +share/games/supertux2/images/tiles/lava/zone/edge-right-1-3.png +share/games/supertux2/images/tiles/lava/zone/edge-right-1-4.png +share/games/supertux2/images/tiles/lava/zone/rest.png +share/games/supertux2/images/tiles/lava/zone/surface-1-1.png +share/games/supertux2/images/tiles/lava/zone/surface-1-2.png +share/games/supertux2/images/tiles/lava/zone/surface-1-3.png +share/games/supertux2/images/tiles/lava/zone/surface-1-4.png +share/games/supertux2/images/tiles/lava/zone/template.xcf +share/games/supertux2/images/tiles/lightmap/lightmap-bw.png +share/games/supertux2/images/tiles/nightcave/ground.png +share/games/supertux2/images/tiles/pipe/blue.png +share/games/supertux2/images/tiles/pipe/blueh.png +share/games/supertux2/images/tiles/pipe/pipeh.png +share/games/supertux2/images/tiles/pipe/pipev.png +share/games/supertux2/images/tiles/pole/bend.png +share/games/supertux2/images/tiles/pole/cross.png +share/games/supertux2/images/tiles/pole/horz.png +share/games/supertux2/images/tiles/pole/t-cross.png +share/games/supertux2/images/tiles/pole/vert.png +share/games/supertux2/images/tiles/signs/color_cyan.png +share/games/supertux2/images/tiles/signs/color_yellow.png +share/games/supertux2/images/tiles/signs/danger.png +share/games/supertux2/images/tiles/signs/down.png +share/games/supertux2/images/tiles/signs/left.png +share/games/supertux2/images/tiles/signs/leftdown.png +share/games/supertux2/images/tiles/signs/leftup.png +share/games/supertux2/images/tiles/signs/needrock.png +share/games/supertux2/images/tiles/signs/right.png +share/games/supertux2/images/tiles/signs/rightdown.png +share/games/supertux2/images/tiles/signs/rightup.png +share/games/supertux2/images/tiles/signs/run.png +share/games/supertux2/images/tiles/signs/trampoline.png +share/games/supertux2/images/tiles/signs/up.png +share/games/supertux2/images/tiles/snow/air.png +share/games/supertux2/images/tiles/snow/background.png +share/games/supertux2/images/tiles/snow/background2.png +share/games/supertux2/images/tiles/snow/concave.png +share/games/supertux2/images/tiles/snow/convex.png +share/games/supertux2/images/tiles/snow/crack.png +share/games/supertux2/images/tiles/snow/platform.png +share/games/supertux2/images/tiles/snow/special.png +share/games/supertux2/images/tiles/snow/spike.png +share/games/supertux2/images/tiles/snow/unisolid.png +share/games/supertux2/images/tiles/snow/unisolid2.png +share/games/supertux2/images/tiles/snow/unisolid3.png +share/games/supertux2/images/tiles/snow/variants.png +share/games/supertux2/images/tiles/snowcastle/foreground.png +share/games/supertux2/images/tiles/snowmountain/ground.png +share/games/supertux2/images/tiles/snowmountain/ground.xcf +share/games/supertux2/images/tiles/snowmountain/ground2.png +share/games/supertux2/images/tiles/test/test.png +share/games/supertux2/images/tiles/water/antarctic-1.png +share/games/supertux2/images/tiles/water/antarctic-2.png +share/games/supertux2/images/tiles/water/antarctic-3.png +share/games/supertux2/images/tiles/water/antarctic-4.png +share/games/supertux2/images/tiles/water/antarctic-5.png +share/games/supertux2/images/tiles/water/antarctic-6.png +share/games/supertux2/images/tiles/water/antarctic-7.png +share/games/supertux2/images/tiles/water/antarctic-8.png +share/games/supertux2/images/tiles/water/antarctic.png +share/games/supertux2/images/tiles/water/electrified-0.png +share/games/supertux2/images/tiles/water/electrified-1.png +share/games/supertux2/images/tiles/water/electrified_waves-0.png +share/games/supertux2/images/tiles/water/electrified_waves-1.png +share/games/supertux2/images/tiles/water/water-trans.png +share/games/supertux2/images/tiles/water/water.png +share/games/supertux2/images/tiles/water/waves-0.png +share/games/supertux2/images/tiles/water/waves-1.png +share/games/supertux2/images/tiles/water/waves-2.png +share/games/supertux2/images/tiles/water/waves-trans-0.png +share/games/supertux2/images/tiles/water/waves-trans-1.png +share/games/supertux2/images/tiles/water/waves-trans-2.png +share/games/supertux2/images/tiles/waterfall/trans-1.png +share/games/supertux2/images/tiles/waterfall/trans-2.png +share/games/supertux2/images/tiles/waterfall/trans-3.png +share/games/supertux2/images/tiles/waterfall/trans-4.png +share/games/supertux2/images/tiles/waterfall/waterfall-1.png +share/games/supertux2/images/tiles/waterfall/waterfall-2.png +share/games/supertux2/images/tiles/waterfall/waterfall-3.png +share/games/supertux2/images/tiles/waterfall/waterfall-4.png +share/games/supertux2/images/tiles/waterfall/waterfall0-0-1.png +share/games/supertux2/images/tiles/waterfall/waterfall0-0-2.png +share/games/supertux2/images/tiles/waterfall/waterfall0-0-3.png +share/games/supertux2/images/tiles/waterfall/waterfall0-0-4.png +share/games/supertux2/images/tiles/waterfall/waterfall0-1-1.png +share/games/supertux2/images/tiles/waterfall/waterfall0-1-2.png +share/games/supertux2/images/tiles/waterfall/waterfall0-1-3.png +share/games/supertux2/images/tiles/waterfall/waterfall0-1-4.png +share/games/supertux2/images/tiles/waterfall/waterfall0-2-1.png +share/games/supertux2/images/tiles/waterfall/waterfall0-2-2.png +share/games/supertux2/images/tiles/waterfall/waterfall0-2-3.png +share/games/supertux2/images/tiles/waterfall/waterfall0-2-4.png +share/games/supertux2/images/tiles/waterfall/waterfall1-0-1.png +share/games/supertux2/images/tiles/waterfall/waterfall1-0-2.png +share/games/supertux2/images/tiles/waterfall/waterfall1-0-3.png +share/games/supertux2/images/tiles/waterfall/waterfall1-0-4.png +share/games/supertux2/images/tiles/waterfall/waterfall1-5-1.png +share/games/supertux2/images/tiles/waterfall/waterfall1-5-2.png +share/games/supertux2/images/tiles/waterfall/waterfall1-5-3.png +share/games/supertux2/images/tiles/waterfall/waterfall1-5-4.png +share/games/supertux2/images/worldmap.strf +share/games/supertux2/images/worldmap/antarctica/castle.png +share/games/supertux2/images/worldmap/antarctica/castlepass.png +share/games/supertux2/images/worldmap/antarctica/icebridge.png +share/games/supertux2/images/worldmap/antarctica/igloo.png +share/games/supertux2/images/worldmap/antarctica/pier.png +share/games/supertux2/images/worldmap/antarctica/roads.png +share/games/supertux2/images/worldmap/antarctica/secretpaths-editor.png +share/games/supertux2/images/worldmap/antarctica/snowconcave.png +share/games/supertux2/images/worldmap/antarctica/snowconvex.png +share/games/supertux2/images/worldmap/antarctica/snowman.png +share/games/supertux2/images/worldmap/antarctica/water-editor.png +share/games/supertux2/images/worldmap/antarctica/water.png +share/games/supertux2/images/worldmap/antarctica/woodconcave.png +share/games/supertux2/images/worldmap/antarctica/woodconvex.png +share/games/supertux2/images/worldmap/common/boat/boat.sprite +share/games/supertux2/images/worldmap/common/boat/boat_0.png +share/games/supertux2/images/worldmap/common/boat/boat_0_fire.png +share/games/supertux2/images/worldmap/common/boat/boat_1.png +share/games/supertux2/images/worldmap/common/boat/boat_1_fire.png +share/games/supertux2/images/worldmap/common/boat/boat_empty.png +share/games/supertux2/images/worldmap/common/boat/left_boat_0.png +share/games/supertux2/images/worldmap/common/boat/left_boat_0_fire.png +share/games/supertux2/images/worldmap/common/boat/left_boat_1.png +share/games/supertux2/images/worldmap/common/boat/left_boat_1_fire.png +share/games/supertux2/images/worldmap/common/firetux.png +share/games/supertux2/images/worldmap/common/laddertux.sprite +share/games/supertux2/images/worldmap/common/laddertux1.png +share/games/supertux2/images/worldmap/common/laddertux2.png +share/games/supertux2/images/worldmap/common/laddertux3.png +share/games/supertux2/images/worldmap/common/laddertux4.png +share/games/supertux2/images/worldmap/common/laddertux5.png +share/games/supertux2/images/worldmap/common/laddertux6.png +share/games/supertux2/images/worldmap/common/laddertux7.png +share/games/supertux2/images/worldmap/common/laddertux8.png +share/games/supertux2/images/worldmap/common/level_star.png +share/games/supertux2/images/worldmap/common/level_star1.png +share/games/supertux2/images/worldmap/common/level_star2.png +share/games/supertux2/images/worldmap/common/level_star3.png +share/games/supertux2/images/worldmap/common/level_star4.png +share/games/supertux2/images/worldmap/common/level_star5.png +share/games/supertux2/images/worldmap/common/leveldot.sprite +share/games/supertux2/images/worldmap/common/leveldot_green.png +share/games/supertux2/images/worldmap/common/leveldot_red.png +share/games/supertux2/images/worldmap/common/messagedot.png +share/games/supertux2/images/worldmap/common/messagedot.sprite +share/games/supertux2/images/worldmap/common/n_stone.png +share/games/supertux2/images/worldmap/common/n_stone.sprite +share/games/supertux2/images/worldmap/common/shroom.png +share/games/supertux2/images/worldmap/common/shroom.sprite +share/games/supertux2/images/worldmap/common/shroom1.png +share/games/supertux2/images/worldmap/common/shroom2.png +share/games/supertux2/images/worldmap/common/shroom3.png +share/games/supertux2/images/worldmap/common/shroom4.png +share/games/supertux2/images/worldmap/common/shroom5.png +share/games/supertux2/images/worldmap/common/shroom6.png +share/games/supertux2/images/worldmap/common/smalltux.png +share/games/supertux2/images/worldmap/common/smalltux1.png +share/games/supertux2/images/worldmap/common/smalltux1_fire.png +share/games/supertux2/images/worldmap/common/smalltux2.png +share/games/supertux2/images/worldmap/common/smalltux2_fire.png +share/games/supertux2/images/worldmap/common/smalltux3.png +share/games/supertux2/images/worldmap/common/smalltux3_fire.png +share/games/supertux2/images/worldmap/common/smalltux4.png +share/games/supertux2/images/worldmap/common/smalltux4_fire.png +share/games/supertux2/images/worldmap/common/smalltux5.png +share/games/supertux2/images/worldmap/common/smalltux5_fire.png +share/games/supertux2/images/worldmap/common/smalltux6.png +share/games/supertux2/images/worldmap/common/smalltux6_fire.png +share/games/supertux2/images/worldmap/common/smalltux7.png +share/games/supertux2/images/worldmap/common/smalltux7_fire.png +share/games/supertux2/images/worldmap/common/smalltux8.png +share/games/supertux2/images/worldmap/common/smalltux8_fire.png +share/games/supertux2/images/worldmap/common/smalltux9.png +share/games/supertux2/images/worldmap/common/smalltux_fire.png +share/games/supertux2/images/worldmap/common/smoke1.png +share/games/supertux2/images/worldmap/common/smoke2.png +share/games/supertux2/images/worldmap/common/smoke3.png +share/games/supertux2/images/worldmap/common/smoke4.png +share/games/supertux2/images/worldmap/common/teleporterdot.png +share/games/supertux2/images/worldmap/common/teleporterdot.sprite +share/games/supertux2/images/worldmap/common/teleporterdot_1.png +share/games/supertux2/images/worldmap/common/teleporterdot_2.png +share/games/supertux2/images/worldmap/common/teleporterdot_3.png +share/games/supertux2/images/worldmap/common/teleporterdot_4.png +share/games/supertux2/images/worldmap/common/torch.png +share/games/supertux2/images/worldmap/common/torch.sprite +share/games/supertux2/images/worldmap/common/torch1.png +share/games/supertux2/images/worldmap/common/torch1.sprite +share/games/supertux2/images/worldmap/common/torch2.png +share/games/supertux2/images/worldmap/common/torch3.png +share/games/supertux2/images/worldmap/common/torch4.png +share/games/supertux2/images/worldmap/common/tux.png +share/games/supertux2/images/worldmap/common/tux.sprite +share/games/supertux2/images/worldmap/common/yeti.sprite +share/games/supertux2/images/worldmap/forest/castlemap.png +share/games/supertux2/images/worldmap/forest/castlemap_overlay.png +share/games/supertux2/images/worldmap/forest/cropcircle.png +share/games/supertux2/images/worldmap/forest/darker_forest.png +share/games/supertux2/images/worldmap/forest/forest.png +share/games/supertux2/images/worldmap/forest/forestwood-2.png +share/games/supertux2/images/worldmap/forest/forestwood.png +share/games/supertux2/images/worldmap/forest/ghostforest.png +share/games/supertux2/images/worldmap/forest/ghostwood.png +share/games/supertux2/images/worldmap/forest/icestream.png +share/games/supertux2/images/worldmap/forest/leveldots/door.sprite +share/games/supertux2/images/worldmap/forest/leveldots/doorclosed.png +share/games/supertux2/images/worldmap/forest/leveldots/dooropen.png +share/games/supertux2/images/worldmap/forest/leveldots/small_air.sprite +share/games/supertux2/images/worldmap/forest/path.png +share/games/supertux2/images/worldmap/forest/path_map.png +share/games/supertux2/images/worldmap/forest/small_air.png +share/games/supertux2/images/worldmap/forest/small_air.sprite +share/games/supertux2/images/worldmap/forest/small_earth.png +share/games/supertux2/images/worldmap/forest/small_earth.sprite +share/games/supertux2/images/worldmap/forest/small_fire.png +share/games/supertux2/images/worldmap/forest/small_fire.sprite +share/games/supertux2/images/worldmap/forest/small_water.png +share/games/supertux2/images/worldmap/forest/small_water.sprite +share/games/supertux2/images/worldmap/forest/small_wood.png +share/games/supertux2/images/worldmap/forest/small_wood.sprite +share/games/supertux2/images/worldmap/forest/stream.png +share/games/supertux2/levels/bonus1/abednego-level1.stl +share/games/supertux2/levels/bonus1/abednego-level2.stl +share/games/supertux2/levels/bonus1/abednego-level3.stl +share/games/supertux2/levels/bonus1/abednego-level4.stl +share/games/supertux2/levels/bonus1/bonus-level1.stl +share/games/supertux2/levels/bonus1/bonus-level2.stl +share/games/supertux2/levels/bonus1/bonus-level3.stl +share/games/supertux2/levels/bonus1/bonus-level4.stl +share/games/supertux2/levels/bonus1/bonus-level5.stl +share/games/supertux2/levels/bonus1/ca.po +share/games/supertux2/levels/bonus1/cs.po +share/games/supertux2/levels/bonus1/da.po +share/games/supertux2/levels/bonus1/de.po +share/games/supertux2/levels/bonus1/es.po +share/games/supertux2/levels/bonus1/extro.txt +share/games/supertux2/levels/bonus1/fi.po +share/games/supertux2/levels/bonus1/hu.po +share/games/supertux2/levels/bonus1/info +share/games/supertux2/levels/bonus1/it.po +share/games/supertux2/levels/bonus1/lt.po +share/games/supertux2/levels/bonus1/matr1x-level1.stl +share/games/supertux2/levels/bonus1/matr1x-level2.stl +share/games/supertux2/levels/bonus1/matr1x-level3.stl +share/games/supertux2/levels/bonus1/nb.po +share/games/supertux2/levels/bonus1/nn.po +share/games/supertux2/levels/bonus1/pt_BR.po +share/games/supertux2/levels/bonus1/ro.po +share/games/supertux2/levels/bonus1/ru.po +share/games/supertux2/levels/bonus1/sl.po +share/games/supertux2/levels/bonus1/sv.po +share/games/supertux2/levels/bonus1/thompson-level1.stl +share/games/supertux2/levels/bonus1/thompson-level2.stl +share/games/supertux2/levels/bonus1/torfi-level1.stl +share/games/supertux2/levels/bonus1/torfi-level2.stl +share/games/supertux2/levels/bonus1/torfi-level3.stl +share/games/supertux2/levels/bonus1/wansti-level1.stl +share/games/supertux2/levels/bonus1/wansti-level2.stl +share/games/supertux2/levels/bonus1/wansti-level3.stl +share/games/supertux2/levels/bonus1/wansti-level4.stl +share/games/supertux2/levels/bonus1/wansti-level5.stl +share/games/supertux2/levels/bonus1/worldmap.stwm +share/games/supertux2/levels/bonus1/zh_CN.po +share/games/supertux2/levels/bonus2/ca.po +share/games/supertux2/levels/bonus2/cs.po +share/games/supertux2/levels/bonus2/da.po +share/games/supertux2/levels/bonus2/de.po +share/games/supertux2/levels/bonus2/es.po +share/games/supertux2/levels/bonus2/extro.txt +share/games/supertux2/levels/bonus2/fi.po +share/games/supertux2/levels/bonus2/hu.po +share/games/supertux2/levels/bonus2/info +share/games/supertux2/levels/bonus2/it.po +share/games/supertux2/levels/bonus2/level1.stl +share/games/supertux2/levels/bonus2/level10.stl +share/games/supertux2/levels/bonus2/level11.stl +share/games/supertux2/levels/bonus2/level12.stl +share/games/supertux2/levels/bonus2/level13.stl +share/games/supertux2/levels/bonus2/level14.stl +share/games/supertux2/levels/bonus2/level15.stl +share/games/supertux2/levels/bonus2/level16.stl +share/games/supertux2/levels/bonus2/level17.stl +share/games/supertux2/levels/bonus2/level18.stl +share/games/supertux2/levels/bonus2/level19.stl +share/games/supertux2/levels/bonus2/level2.stl +share/games/supertux2/levels/bonus2/level20.stl +share/games/supertux2/levels/bonus2/level21.stl +share/games/supertux2/levels/bonus2/level22.stl +share/games/supertux2/levels/bonus2/level23.stl +share/games/supertux2/levels/bonus2/level24.stl +share/games/supertux2/levels/bonus2/level25.stl +share/games/supertux2/levels/bonus2/level26.stl +share/games/supertux2/levels/bonus2/level27.stl +share/games/supertux2/levels/bonus2/level28.stl +share/games/supertux2/levels/bonus2/level3.stl +share/games/supertux2/levels/bonus2/level4.stl +share/games/supertux2/levels/bonus2/level5.stl +share/games/supertux2/levels/bonus2/level6.stl +share/games/supertux2/levels/bonus2/level7.stl +share/games/supertux2/levels/bonus2/level8.stl +share/games/supertux2/levels/bonus2/level9.stl +share/games/supertux2/levels/bonus2/lt.po +share/games/supertux2/levels/bonus2/nb.po +share/games/supertux2/levels/bonus2/nn.po +share/games/supertux2/levels/bonus2/pt_BR.po +share/games/supertux2/levels/bonus2/ro.po +share/games/supertux2/levels/bonus2/ru.po +share/games/supertux2/levels/bonus2/sl.po +share/games/supertux2/levels/bonus2/sv.po +share/games/supertux2/levels/bonus2/worldmap.stwm +share/games/supertux2/levels/bonus2/zh_CN.po +share/games/supertux2/levels/misc/da.po +share/games/supertux2/levels/misc/menu.stl +share/games/supertux2/levels/misc/nb.po +share/games/supertux2/levels/misc/nn.po +share/games/supertux2/levels/misc/pt_BR.po +share/games/supertux2/levels/misc/sl.po +share/games/supertux2/levels/test/BackGround.stl +share/games/supertux2/levels/test/bicycle_platform.stl +share/games/supertux2/levels/test/candle.stl +share/games/supertux2/levels/test/captainsnowball.stl +share/games/supertux2/levels/test/castletiles.stl +share/games/supertux2/levels/test/chain.stl +share/games/supertux2/levels/test/crystalcave.stl +share/games/supertux2/levels/test/crystallo.stl +share/games/supertux2/levels/test/darksnow.stl +share/games/supertux2/levels/test/decal.stl +share/games/supertux2/levels/test/default.nut +share/games/supertux2/levels/test/doortest.stl +share/games/supertux2/levels/test/forestkeep.stl +share/games/supertux2/levels/test/haywire.stl +share/games/supertux2/levels/test/icecrusher.stl +share/games/supertux2/levels/test/icetest.stl +share/games/supertux2/levels/test/info +share/games/supertux2/levels/test/intro2.stl +share/games/supertux2/levels/test/kugelblitz.stl +share/games/supertux2/levels/test/light.stl +share/games/supertux2/levels/test/magicblocks.stl +share/games/supertux2/levels/test/menutest.stl +share/games/supertux2/levels/test/nb.po +share/games/supertux2/levels/test/newice.stl +share/games/supertux2/levels/test/nightcave.stl +share/games/supertux2/levels/test/nn.po +share/games/supertux2/levels/test/oddbug.stl +share/games/supertux2/levels/test/pneumatic_platform.stl +share/games/supertux2/levels/test/scripttrigger.stl +share/games/supertux2/levels/test/snowair.stl +share/games/supertux2/levels/test/snowmountain.stl +share/games/supertux2/levels/test/snowslope.stl +share/games/supertux2/levels/test/stacking.stl +share/games/supertux2/levels/test/tileplatforms.stl +share/games/supertux2/levels/test/tileset2.strf +share/games/supertux2/levels/test/totem.stl +share/games/supertux2/levels/test/transition.nut +share/games/supertux2/levels/test/transition.stl +share/games/supertux2/levels/test/treeboss.stl +share/games/supertux2/levels/test/unisolid.stl +share/games/supertux2/levels/test_old/1holes.stl +share/games/supertux2/levels/test_old/ambient_sound.stl +share/games/supertux2/levels/test_old/animtiles.stl +share/games/supertux2/levels/test_old/auto.stl +share/games/supertux2/levels/test_old/autoscroll.stl +share/games/supertux2/levels/test_old/bonus-level4.stl +share/games/supertux2/levels/test_old/bonusblock.stl +share/games/supertux2/levels/test_old/break.stl +share/games/supertux2/levels/test_old/burn.stl +share/games/supertux2/levels/test_old/castle_snow.stl +share/games/supertux2/levels/test_old/dais.stl +share/games/supertux2/levels/test_old/darttrap.stl +share/games/supertux2/levels/test_old/direction.stl +share/games/supertux2/levels/test_old/dropcrush.stl +share/games/supertux2/levels/test_old/easteregg.stl +share/games/supertux2/levels/test_old/endseq.stl +share/games/supertux2/levels/test_old/enemy3.stl +share/games/supertux2/levels/test_old/exit.stl +share/games/supertux2/levels/test_old/flapping.stl +share/games/supertux2/levels/test_old/forest1-grumbel.stl +share/games/supertux2/levels/test_old/glitches.stl +share/games/supertux2/levels/test_old/grab.stl +share/games/supertux2/levels/test_old/hitfrombelow.stl +share/games/supertux2/levels/test_old/holes.stl +share/games/supertux2/levels/test_old/hurting_platform.stl +share/games/supertux2/levels/test_old/info +share/games/supertux2/levels/test_old/intro.stl +share/games/supertux2/levels/test_old/intro_scene2.stl +share/games/supertux2/levels/test_old/invisible_blocks.stl +share/games/supertux2/levels/test_old/keydoors.stl +share/games/supertux2/levels/test_old/laddertest.stl +share/games/supertux2/levels/test_old/lantern.stl +share/games/supertux2/levels/test_old/mrtree.stl +share/games/supertux2/levels/test_old/noloktest.stl +share/games/supertux2/levels/test_old/platform.stl +share/games/supertux2/levels/test_old/pushbutton.stl +share/games/supertux2/levels/test_old/raintest.stl +share/games/supertux2/levels/test_old/reset.stl +share/games/supertux2/levels/test_old/risinglava.stl +share/games/supertux2/levels/test_old/rock.stl +share/games/supertux2/levels/test_old/script.stl +share/games/supertux2/levels/test_old/scriptdoor.stl +share/games/supertux2/levels/test_old/secret.stl +share/games/supertux2/levels/test_old/sectors.stl +share/games/supertux2/levels/test_old/simple.stl +share/games/supertux2/levels/test_old/slopes.stl +share/games/supertux2/levels/test_old/spikes.stl +share/games/supertux2/levels/test_old/switch.stl +share/games/supertux2/levels/test_old/tilesets.stl +share/games/supertux2/levels/test_old/trampoline.stl +share/games/supertux2/levels/test_old/tree-exit.stl +share/games/supertux2/levels/test_old/unstable.stl +share/games/supertux2/levels/test_old/vertical.stl +share/games/supertux2/levels/test_old/verticalforest.stl +share/games/supertux2/levels/test_old/wansti-level4.stl +share/games/supertux2/levels/test_old/water.stl +share/games/supertux2/levels/test_old/willowisp.stl +share/games/supertux2/levels/test_old/wind.stl +share/games/supertux2/levels/world1/01 - Welcome to Antarctica.stl +share/games/supertux2/levels/world1/02 - The Journey Begins.stl +share/games/supertux2/levels/world1/03 - Via Nostalgica.stl +share/games/supertux2/levels/world1/04 - Tobgle Road.stl +share/games/supertux2/levels/world1/05 - The Somewhat Smaller Bath.stl +share/games/supertux2/levels/world1/06 - The Frosted Fields.stl +share/games/supertux2/levels/world1/07 - Oh No More Snowballs.stl +share/games/supertux2/levels/world1/08 - Stone Cold.stl +share/games/supertux2/levels/world1/09 - Grumbels Sense of Snow.stl +share/games/supertux2/levels/world1/10 - 23rd Airborne.stl +share/games/supertux2/levels/world1/11 - Night Chill.stl +share/games/supertux2/levels/world1/12 - Into the Stars.stl +share/games/supertux2/levels/world1/13 - Above the Arctic Skies.stl +share/games/supertux2/levels/world1/14 - Entrance to the Cave.stl +share/games/supertux2/levels/world1/15 - Under the Ice.stl +share/games/supertux2/levels/world1/16 - Living in a Fridge.stl +share/games/supertux2/levels/world1/17 - Or is it just me.stl +share/games/supertux2/levels/world1/18 - Ice in the Hole.stl +share/games/supertux2/levels/world1/19 - Miyamoto Monument.stl +share/games/supertux2/levels/world1/20 - End of the Tunnel.stl +share/games/supertux2/levels/world1/21 - A Path in the Clouds.stl +share/games/supertux2/levels/world1/22 - A Mysterious House of Ice.stl +share/games/supertux2/levels/world1/23 - The Escape.stl +share/games/supertux2/levels/world1/24 - The Shattered Bridge.stl +share/games/supertux2/levels/world1/25 - Arctic Ruins.stl +share/games/supertux2/levels/world1/26 - The Castle of Nolok.stl +share/games/supertux2/levels/world1/27 - No More Mr Ice Guy.stl +share/games/supertux2/levels/world1/bonus.stl +share/games/supertux2/levels/world1/ca.po +share/games/supertux2/levels/world1/cs.po +share/games/supertux2/levels/world1/da.po +share/games/supertux2/levels/world1/de.po +share/games/supertux2/levels/world1/es.po +share/games/supertux2/levels/world1/extro.txt +share/games/supertux2/levels/world1/fi.po +share/games/supertux2/levels/world1/hu.po +share/games/supertux2/levels/world1/info +share/games/supertux2/levels/world1/intro.nut +share/games/supertux2/levels/world1/intro.stl +share/games/supertux2/levels/world1/intro.txt +share/games/supertux2/levels/world1/lt.po +share/games/supertux2/levels/world1/nb.po +share/games/supertux2/levels/world1/nn.po +share/games/supertux2/levels/world1/pt_BR.po +share/games/supertux2/levels/world1/ro.po +share/games/supertux2/levels/world1/ru.po +share/games/supertux2/levels/world1/sl.po +share/games/supertux2/levels/world1/sv.po +share/games/supertux2/levels/world1/world.nut +share/games/supertux2/levels/world1/worldmap.stwm +share/games/supertux2/levels/world1/zh_CN.po +share/games/supertux2/levels/world2/Crumbling_Path.stl +share/games/supertux2/levels/world2/airkey.stl +share/games/supertux2/levels/world2/builder.stl +share/games/supertux2/levels/world2/ca.po +share/games/supertux2/levels/world2/castle.stl +share/games/supertux2/levels/world2/castledoor.stl +share/games/supertux2/levels/world2/christoph1.stl +share/games/supertux2/levels/world2/christoph2.stl +share/games/supertux2/levels/world2/christoph3.stl +share/games/supertux2/levels/world2/christoph5.stl +share/games/supertux2/levels/world2/christoph6.stl +share/games/supertux2/levels/world2/christoph7.stl +share/games/supertux2/levels/world2/christoph8.stl +share/games/supertux2/levels/world2/christoph9.stl +share/games/supertux2/levels/world2/christophA.stl +share/games/supertux2/levels/world2/christophB.stl +share/games/supertux2/levels/world2/christophC.stl +share/games/supertux2/levels/world2/christophD.stl +share/games/supertux2/levels/world2/christophE.stl +share/games/supertux2/levels/world2/cs.po +share/games/supertux2/levels/world2/da.po +share/games/supertux2/levels/world2/dan_morial.stl +share/games/supertux2/levels/world2/de.po +share/games/supertux2/levels/world2/default.nut +share/games/supertux2/levels/world2/detour.stl +share/games/supertux2/levels/world2/dfk-level1.stl +share/games/supertux2/levels/world2/dfk-level2.stl +share/games/supertux2/levels/world2/dfk-level3.stl +share/games/supertux2/levels/world2/dfk-placeholder-1.stl +share/games/supertux2/levels/world2/es.po +share/games/supertux2/levels/world2/fi.po +share/games/supertux2/levels/world2/fish.stl +share/games/supertux2/levels/world2/forest1-grumbel.stl +share/games/supertux2/levels/world2/ghostly.stl +share/games/supertux2/levels/world2/hu.po +share/games/supertux2/levels/world2/info +share/games/supertux2/levels/world2/it.po +share/games/supertux2/levels/world2/key1.stl +share/games/supertux2/levels/world2/key2.stl +share/games/supertux2/levels/world2/key3.stl +share/games/supertux2/levels/world2/key4.stl +share/games/supertux2/levels/world2/key5.stl +share/games/supertux2/levels/world2/keystodoor.stl +share/games/supertux2/levels/world2/leaves.stl +share/games/supertux2/levels/world2/level1.stl +share/games/supertux2/levels/world2/level2.stl +share/games/supertux2/levels/world2/level4.stl +share/games/supertux2/levels/world2/level5.stl +share/games/supertux2/levels/world2/level6.stl +share/games/supertux2/levels/world2/light+magic.stl +share/games/supertux2/levels/world2/lt.po +share/games/supertux2/levels/world2/nb.po +share/games/supertux2/levels/world2/nn.po +share/games/supertux2/levels/world2/owls_revenge.stl +share/games/supertux2/levels/world2/pt_BR.po +share/games/supertux2/levels/world2/ro.po +share/games/supertux2/levels/world2/ru.po +share/games/supertux2/levels/world2/shocking.stl +share/games/supertux2/levels/world2/sl.po +share/games/supertux2/levels/world2/sv.po +share/games/supertux2/levels/world2/trees.stl +share/games/supertux2/levels/world2/underconstruction.stl +share/games/supertux2/levels/world2/updown.stl +share/games/supertux2/levels/world2/village.stl +share/games/supertux2/levels/world2/worldmap.stwm +share/games/supertux2/levels/world2/zh_CN.po +share/games/supertux2/locale/ca.po +share/games/supertux2/locale/cs.po +share/games/supertux2/locale/da.po +share/games/supertux2/locale/de.po +share/games/supertux2/locale/es.po +share/games/supertux2/locale/fi.po +share/games/supertux2/locale/fr.po +share/games/supertux2/locale/hu.po +share/games/supertux2/locale/it.po +share/games/supertux2/locale/lt.po +share/games/supertux2/locale/nb.po +share/games/supertux2/locale/ne.po +share/games/supertux2/locale/nl.po +share/games/supertux2/locale/nn.po +share/games/supertux2/locale/pl.po +share/games/supertux2/locale/pt.po +share/games/supertux2/locale/pt_BR.po +share/games/supertux2/locale/ro.po +share/games/supertux2/locale/ru.po +share/games/supertux2/locale/sl.po +share/games/supertux2/locale/sv.po +share/games/supertux2/locale/tr.po +share/games/supertux2/locale/uk.po +share/games/supertux2/locale/zh_CN.po +share/games/supertux2/music/bonuscave.ogg +share/games/supertux2/music/bossattack.music +share/games/supertux2/music/bossattack.ogg +share/games/supertux2/music/cave.music +share/games/supertux2/music/cave.ogg +share/games/supertux2/music/chipdisko.ogg +share/games/supertux2/music/credits.ogg +share/games/supertux2/music/darkforestkeep.ogg +share/games/supertux2/music/forest.music +share/games/supertux2/music/forest.ogg +share/games/supertux2/music/forest2.ogg +share/games/supertux2/music/forest3.ogg +share/games/supertux2/music/forestmap.ogg +share/games/supertux2/music/fortress.music +share/games/supertux2/music/fortress.ogg +share/games/supertux2/music/ghostforest.music +share/games/supertux2/music/ghostforest.ogg +share/games/supertux2/music/ghostforest2.ogg +share/games/supertux2/music/greatgigantic.music +share/games/supertux2/music/greatgigantic.ogg +share/games/supertux2/music/intro.ogg +share/games/supertux2/music/invincible.ogg +share/games/supertux2/music/leveldone.ogg +share/games/supertux2/music/salcon.ogg +share/games/supertux2/music/theme.music +share/games/supertux2/music/theme.ogg +share/games/supertux2/music/treeboss.music +share/games/supertux2/music/treeboss.ogg +share/games/supertux2/music/wisphunt.music +share/games/supertux2/music/wisphunt.ogg +share/games/supertux2/scripts/console.nut +share/games/supertux2/scripts/default.nut +share/games/supertux2/sounds/bigjump.wav +share/games/supertux2/sounds/brick.wav +share/games/supertux2/sounds/coin.wav +share/games/supertux2/sounds/dartfire.wav +share/games/supertux2/sounds/darthit.wav +share/games/supertux2/sounds/door.wav +share/games/supertux2/sounds/empty.wav +share/games/supertux2/sounds/explosion.wav +share/games/supertux2/sounds/fall.wav +share/games/supertux2/sounds/fire-flower.wav +share/games/supertux2/sounds/fireworks.wav +share/games/supertux2/sounds/fizz.wav +share/games/supertux2/sounds/flame.wav +share/games/supertux2/sounds/flip.wav +share/games/supertux2/sounds/grow.ogg +share/games/supertux2/sounds/hop.ogg +share/games/supertux2/sounds/hurt.wav +share/games/supertux2/sounds/iceblock_bump.wav +share/games/supertux2/sounds/invincible_start.ogg +share/games/supertux2/sounds/jump.wav +share/games/supertux2/sounds/kick.wav +share/games/supertux2/sounds/kill.wav +share/games/supertux2/sounds/lava.wav +share/games/supertux2/sounds/lifeup.wav +share/games/supertux2/sounds/lightning.wav +share/games/supertux2/sounds/locked.ogg +share/games/supertux2/sounds/mr_tree.ogg +share/games/supertux2/sounds/mr_treehit.ogg +share/games/supertux2/sounds/phone.wav +share/games/supertux2/sounds/rain.wav +share/games/supertux2/sounds/saw.wav +share/games/supertux2/sounds/shoot.wav +share/games/supertux2/sounds/skid.wav +share/games/supertux2/sounds/splash.ogg +share/games/supertux2/sounds/splat.wav +share/games/supertux2/sounds/squish.wav +share/games/supertux2/sounds/stomp.wav +share/games/supertux2/sounds/switch.ogg +share/games/supertux2/sounds/thunder.wav +share/games/supertux2/sounds/ticking.wav +share/games/supertux2/sounds/totem.ogg +share/games/supertux2/sounds/trampoline.wav +share/games/supertux2/sounds/tree_howling.ogg +share/games/supertux2/sounds/tree_suck.ogg +share/games/supertux2/sounds/turnkey.ogg +share/games/supertux2/sounds/upgrade.wav +share/games/supertux2/sounds/warp.wav +share/games/supertux2/sounds/waterfall.wav +share/games/supertux2/sounds/willocatch.wav +share/games/supertux2/sounds/willowisp.wav +share/games/supertux2/sounds/wood.wav +share/games/supertux2/sounds/yeti_finish.ogg +share/games/supertux2/sounds/yeti_gna.wav +share/games/supertux2/sounds/yeti_roar.wav +share/games/supertux2/speech/penny_runt_01.ogg +share/games/supertux2/speech/tux_hello.ogg +share/games/supertux2/speech/tux_murp_01.ogg +share/games/supertux2/speech/tux_rap.ogg +share/games/supertux2/speech/tux_upset.ogg +share/pixmaps/supertux2.png +share/pixmaps/supertux2.xpm +@dirrm share/games/supertux2/speech +@dirrm share/games/supertux2/sounds +@dirrm share/games/supertux2/scripts +@dirrm share/games/supertux2/music +@dirrm share/games/supertux2/locale +@dirrm share/games/supertux2/levels/world2 +@dirrm share/games/supertux2/levels/world1 +@dirrm share/games/supertux2/levels/test_old +@dirrm share/games/supertux2/levels/test +@dirrm share/games/supertux2/levels/misc +@dirrm share/games/supertux2/levels/bonus2 +@dirrm share/games/supertux2/levels/bonus1 +@dirrm share/games/supertux2/levels +@dirrm share/games/supertux2/images/worldmap/forest/leveldots +@dirrm share/games/supertux2/images/worldmap/forest +@dirrm share/games/supertux2/images/worldmap/common/boat +@dirrm share/games/supertux2/images/worldmap/common +@dirrm share/games/supertux2/images/worldmap/antarctica +@dirrm share/games/supertux2/images/worldmap +@dirrm share/games/supertux2/images/tiles/waterfall +@dirrm share/games/supertux2/images/tiles/water +@dirrm share/games/supertux2/images/tiles/test +@dirrm share/games/supertux2/images/tiles/snowmountain +@dirrm share/games/supertux2/images/tiles/snowcastle +@dirrm share/games/supertux2/images/tiles/snow +@dirrm share/games/supertux2/images/tiles/signs +@dirrm share/games/supertux2/images/tiles/pole +@dirrm share/games/supertux2/images/tiles/pipe +@dirrm share/games/supertux2/images/tiles/nightcave +@dirrm share/games/supertux2/images/tiles/lightmap +@dirrm share/games/supertux2/images/tiles/lava/zone +@dirrm share/games/supertux2/images/tiles/lava +@dirrm share/games/supertux2/images/tiles/jungle +@dirrm share/games/supertux2/images/tiles/goal +@dirrm share/games/supertux2/images/tiles/ghostwood +@dirrm share/games/supertux2/images/tiles/forest/underground +@dirrm share/games/supertux2/images/tiles/forest/spikevine +@dirrm share/games/supertux2/images/tiles/forest/pogonia +@dirrm share/games/supertux2/images/tiles/forest/exit +@dirrm share/games/supertux2/images/tiles/forest +@dirrm share/games/supertux2/images/tiles/doodads +@dirrm share/games/supertux2/images/tiles/darksnow +@dirrm share/games/supertux2/images/tiles/crystalcave +@dirrm share/games/supertux2/images/tiles/castle/walltorch +@dirrm share/games/supertux2/images/tiles/castle +@dirrm share/games/supertux2/images/tiles/blocks +@dirrm share/games/supertux2/images/tiles/background +@dirrm share/games/supertux2/images/tiles/auxiliary +@dirrm share/games/supertux2/images/tiles +@dirrm share/games/supertux2/images/powerups/star +@dirrm share/games/supertux2/images/powerups/potions +@dirrm share/games/supertux2/images/powerups/iceflower +@dirrm share/games/supertux2/images/powerups/fish +@dirrm share/games/supertux2/images/powerups/fireflower +@dirrm share/games/supertux2/images/powerups/egg +@dirrm share/games/supertux2/images/powerups/1up +@dirrm share/games/supertux2/images/powerups +@dirrm share/games/supertux2/images/objects/unstable_tile +@dirrm share/games/supertux2/images/objects/trampoline +@dirrm share/games/supertux2/images/objects/switch +@dirrm share/games/supertux2/images/objects/strawbox +@dirrm share/games/supertux2/images/objects/spotlight +@dirrm share/games/supertux2/images/objects/skulls +@dirrm share/games/supertux2/images/objects/skull_tile +@dirrm share/games/supertux2/images/objects/sawblade +@dirrm share/games/supertux2/images/objects/rock +@dirrm share/games/supertux2/images/objects/resetpoints +@dirrm share/games/supertux2/images/objects/radio +@dirrm share/games/supertux2/images/objects/pushbutton +@dirrm share/games/supertux2/images/objects/platforms +@dirrm share/games/supertux2/images/objects/particles +@dirrm share/games/supertux2/images/objects/magicblock +@dirrm share/games/supertux2/images/objects/logo +@dirrm share/games/supertux2/images/objects/lightmap_light +@dirrm share/games/supertux2/images/objects/lantern +@dirrm share/games/supertux2/images/objects/keys +@dirrm share/games/supertux2/images/objects/ispy +@dirrm share/games/supertux2/images/objects/invisible +@dirrm share/games/supertux2/images/objects/icecube +@dirrm share/games/supertux2/images/objects/flying_platform +@dirrm share/games/supertux2/images/objects/firefly +@dirrm share/games/supertux2/images/objects/explosion +@dirrm share/games/supertux2/images/objects/eat-me +@dirrm share/games/supertux2/images/objects/door +@dirrm share/games/supertux2/images/objects/coin +@dirrm share/games/supertux2/images/objects/castledoor +@dirrm share/games/supertux2/images/objects/candle +@dirrm share/games/supertux2/images/objects/bullets +@dirrm share/games/supertux2/images/objects/bonus_block +@dirrm share/games/supertux2/images/objects +@dirrm share/games/supertux2/images/help +@dirrm share/games/supertux2/images/engine/menu +@dirrm share/games/supertux2/images/engine/icons +@dirrm share/games/supertux2/images/engine/hud +@dirrm share/games/supertux2/images/engine/fonts/zh +@dirrm share/games/supertux2/images/engine/fonts/cyr +@dirrm share/games/supertux2/images/engine/fonts +@dirrm share/games/supertux2/images/engine/editor +@dirrm share/games/supertux2/images/engine +@dirrm share/games/supertux2/images/effects +@dirrm share/games/supertux2/images/decal/nightcave +@dirrm share/games/supertux2/images/decal +@dirrm share/games/supertux2/images/credits +@dirrm share/games/supertux2/images/creatures/zeekling +@dirrm share/games/supertux2/images/creatures/yeti +@dirrm share/games/supertux2/images/creatures/willowisp +@dirrm share/games/supertux2/images/creatures/walkingleaf +@dirrm share/games/supertux2/images/creatures/tux/small +@dirrm share/games/supertux2/images/creatures/tux/ice +@dirrm share/games/supertux2/images/creatures/tux/fire +@dirrm share/games/supertux2/images/creatures/tux/big +@dirrm share/games/supertux2/images/creatures/tux +@dirrm share/games/supertux2/images/creatures/tumbleweed +@dirrm share/games/supertux2/images/creatures/totem +@dirrm share/games/supertux2/images/creatures/toad +@dirrm share/games/supertux2/images/creatures/stalactite +@dirrm share/games/supertux2/images/creatures/spiky +@dirrm share/games/supertux2/images/creatures/spike +@dirrm share/games/supertux2/images/creatures/spidermite +@dirrm share/games/supertux2/images/creatures/snowman +@dirrm share/games/supertux2/images/creatures/snowjumpy +@dirrm share/games/supertux2/images/creatures/snowball +@dirrm share/games/supertux2/images/creatures/snail +@dirrm share/games/supertux2/images/creatures/skullyhop +@dirrm share/games/supertux2/images/creatures/poison_ivy +@dirrm share/games/supertux2/images/creatures/plant +@dirrm share/games/supertux2/images/creatures/penny +@dirrm share/games/supertux2/images/creatures/nolok +@dirrm share/games/supertux2/images/creatures/mr_tree +@dirrm share/games/supertux2/images/creatures/mr_iceblock +@dirrm share/games/supertux2/images/creatures/mr_fluffy +@dirrm share/games/supertux2/images/creatures/mr_cherry +@dirrm share/games/supertux2/images/creatures/mr_bomb +@dirrm share/games/supertux2/images/creatures/mole +@dirrm share/games/supertux2/images/creatures/kugelblitz +@dirrm share/games/supertux2/images/creatures/jumpy +@dirrm share/games/supertux2/images/creatures/igel +@dirrm share/games/supertux2/images/creatures/icecrusher +@dirrm share/games/supertux2/images/creatures/haywire +@dirrm share/games/supertux2/images/creatures/ghosttree +@dirrm share/games/supertux2/images/creatures/flying_snowball +@dirrm share/games/supertux2/images/creatures/flame_fish +@dirrm share/games/supertux2/images/creatures/flame +@dirrm share/games/supertux2/images/creatures/fish +@dirrm share/games/supertux2/images/creatures/dummyguy +@dirrm share/games/supertux2/images/creatures/dispenser +@dirrm share/games/supertux2/images/creatures/darttrap +@dirrm share/games/supertux2/images/creatures/dart +@dirrm share/games/supertux2/images/creatures/crystallo +@dirrm share/games/supertux2/images/creatures/bouncing_snowball +@dirrm share/games/supertux2/images/creatures/bombfish +@dirrm share/games/supertux2/images/creatures/angrystone +@dirrm share/games/supertux2/images/creatures +@dirrm share/games/supertux2/images/background/BlueRock_Forest +@dirrm share/games/supertux2/images/background +@dirrm share/games/supertux2/images +@dirrm share/games/supertux2/fonts +@dirrm share/games/supertux2 +@dirrmtry share/games +@dirrm share/doc/supertux2 @dirrmtry share/applications |