FreeBSD Bugzilla – Attachment 164802 Details for
Bug 205686
games/supertux: Update to 0.4.0+
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
supertux.patch (text/plain), 208.16 KB, created by
Yuri Victorovich
on 2015-12-29 05:01:55 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2015-12-29 05:01:55 UTC
Size:
208.16 KB
patch
obsolete
>diff -ruN games/supertux/Makefile games/supertux/Makefile >--- games/supertux/Makefile 2015-12-28 20:57:28.429418000 -0800 >+++ games/supertux/Makefile 2015-12-28 20:56:39.917138000 -0800 >@@ -2,23 +2,46 @@ > # $FreeBSD: head/games/supertux/Makefile 386312 2015-05-14 10:15:04Z mat $ > > PORTNAME= supertux >-PORTVERSION= 0.1.3 >-PORTREVISION= 12 >+PORTVERSION= 0.4.0.151227 >+DISTVERSIONPREFIX= v > CATEGORIES= games >-MASTER_SITES= GOOGLE_CODE > > MAINTAINER= makc@FreeBSD.org > COMMENT= Side-scroller game similar to Super Mario Brothers > >-USES= gmake tar:bzip2 >-USE_SDL= image mixer >-USE_GL= gl >+LICENSE= GPLv3 >+LICENSE_FILE= ${WRKSRC}/LICENSE.txt >+ >+LIB_DEPENDS= libphysfs.so:${PORTSDIR}/devel/physfs \ >+ libogg.so:${PORTSDIR}/audio/libogg \ >+ libboost_date_time.so:${PORTSDIR}/devel/boost-libs \ >+ libvorbis.so:${PORTSDIR}/audio/libvorbis \ >+ libcurl.so:${PORTSDIR}/ftp/curl >+ >+USE_GITHUB= yes >+GH_TUPLE+= SuperTux:supertux:4868d25 >+GH_TUPLE+= SuperTux:translations:2e0cbac:translations >+GH_TUPLE+= SuperTux:squirrel:fd109e0:squirrel >+GH_TUPLE+= SuperTux:tinygettext:90c79b5:tinygettext >+GH_TUPLE+= SuperTux:sexp-cpp:7cbc615:sexp-cpp >+GH_TUPLE+= google:googletest:ddb8012:googletest >+ >+USES= bundle cmake gmake iconv openal pkgconfig tar:bzip2 >+USE_SDL= sdl2 image2 >+USE_GL= gl glew glu > GNU_CONFIGURE= yes >-CONFIGURE_ARGS= --disable-debug >+CONFIGURE_ARGS= --disable-debug >+USE_LDCONFIG= yes >+ >+MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" > >-PORTSCOUT= limit:^0\.1 >+BUNDLE+= translations:translations >+BUNDLE+= external/squirrel:squirrel >+BUNDLE+= external/tinygettext:tinygettext >+BUNDLE+= external/sexp-cpp:sexp-cpp >+BUNDLE+= external/googletest:googletest > > post-patch: >- @${REINPLACE_CMD} -e 's,Menu::,,' ${WRKSRC}/src/menu.h >+ @${CP} ${WRKSRC}/version.cmake.in ${WRKSRC}/version.cmake > > .include <bsd.port.mk> >diff -ruN games/supertux/distinfo games/supertux/distinfo >--- games/supertux/distinfo 2015-12-28 20:57:28.429988000 -0800 >+++ games/supertux/distinfo 2015-12-28 19:17:13.432648000 -0800 >@@ -1,2 +1,12 @@ >-SHA256 (supertux-0.1.3.tar.bz2) = 0092588351776626955339caaa62d12ce5954bb80c5f6952f60a122f53c2ad97 >-SIZE (supertux-0.1.3.tar.bz2) = 6715265 >+SHA256 (SuperTux-supertux-v0.4.0.151227-4868d25_GH0.tar.gz) = 1e8b8132733fba83da2af3ae01c38726512e9aa42b25927eed30b20c7b215515 >+SIZE (SuperTux-supertux-v0.4.0.151227-4868d25_GH0.tar.gz) = 93546472 >+SHA256 (SuperTux-squirrel-fd109e0_GH0.tar.gz) = 996e227d49cf4a1a0b1bd691512f33871e524889b8173d72822e14d3178b2194 >+SIZE (SuperTux-squirrel-fd109e0_GH0.tar.gz) = 110475 >+SHA256 (SuperTux-tinygettext-90c79b5_GH0.tar.gz) = e3075d773c9c43c5b8406283d928489bedb2b7469960a9c7670ddb662485593e >+SIZE (SuperTux-tinygettext-90c79b5_GH0.tar.gz) = 60611 >+SHA256 (SuperTux-sexp-cpp-7cbc615_GH0.tar.gz) = 202d966851a99a540a7f70b90366449396ed8200c8666105a2eeda742015127a >+SIZE (SuperTux-sexp-cpp-7cbc615_GH0.tar.gz) = 52202 >+SHA256 (google-googletest-ddb8012_GH0.tar.gz) = 40f508ecab4ef6e0128e66f06c56bdf2f97a97c473b42e7a2411091cd27766a7 >+SIZE (google-googletest-ddb8012_GH0.tar.gz) = 1279365 >+SHA256 (SuperTux-translations-2e0cbac_GH0.tar.gz) = 4c262a733c9b024b1656e477428bab7ccffa99d4b4606bbe51fa59bea37b6b7f >+SIZE (SuperTux-translations-2e0cbac_GH0.tar.gz) = 38845 >diff -ruN games/supertux/files/patch-CMakeLists.txt games/supertux/files/patch-CMakeLists.txt >--- games/supertux/files/patch-CMakeLists.txt 1969-12-31 16:00:00.000000000 -0800 >+++ games/supertux/files/patch-CMakeLists.txt 2015-12-28 18:46:37.902914000 -0800 >@@ -0,0 +1,29 @@ >+--- CMakeLists.txt.orig 2015-12-28 14:35:36 UTC >++++ CMakeLists.txt >+@@ -582,7 +582,7 @@ IF(${CMAKE_SYSTEM_NAME} MATCHES "Darwin" >+ >+ ELSE(${CMAKE_SYSTEM_NAME} MATCHES "Darwin" AND DISABLE_CPACK_BUNDLING) >+ >+- 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") >+ >+@@ -590,7 +590,8 @@ ELSE(${CMAKE_SYSTEM_NAME} MATCHES "Darwi >+ >+ SET(APPS "\$ENV{DESTDIR}\${CMAKE_INSTALL_PREFIX}/${INSTALL_SUBDIR_BIN}/supertux2") >+ >+- 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" AND DISABLE_CPACK_BUNDLING) >+ ENDIF(WIN32 AND NOT UNIX) >+@@ -601,7 +602,6 @@ INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR >+ >+ INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/credits.txt DESTINATION ${INSTALL_SUBDIR_SHARE}) >+ >+-INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/supertux2.appdata.xml DESTINATION "share/appdata" ) >+ >+ INSTALL(DIRECTORY data/images >+ data/fonts >diff -ruN games/supertux/pkg-descr games/supertux/pkg-descr >--- games/supertux/pkg-descr 2015-12-28 20:57:28.430542000 -0800 >+++ games/supertux/pkg-descr 2015-12-28 20:26:26.688290000 -0800 >@@ -2,4 +2,4 @@ > similar to the original game "Super Mario Bros." from the Nintendo > Entertainment System. > >-WWW: http://supertux.lethargik.org/ >+WWW: http://supertuxproject.org/ >diff -ruN games/supertux/pkg-plist games/supertux/pkg-plist >--- games/supertux/pkg-plist 2015-12-28 20:57:28.428549000 -0800 >+++ games/supertux/pkg-plist 2015-12-28 18:50:48.113599000 -0800 >@@ -1,779 +1,2985 @@ >-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 >+bin/supertux2 >+lib/libtinygettext.so >+share/applications/supertux2.desktop >+%%PORTDOCS%%%%DOCSDIR%%2/INSTALL.md >+%%PORTDOCS%%%%DOCSDIR%%2/LICENSE.txt >+%%PORTDOCS%%%%DOCSDIR%%2/NEWS.md >+%%PORTDOCS%%%%DOCSDIR%%2/README.md >+share/games/supertux2/credits.txt >+share/games/supertux2/fonts/Deva-voy-white-big.stf >+share/games/supertux2/fonts/Deva-voy-white.stf >+share/games/supertux2/fonts/Deva-white-big.stf >+share/games/supertux2/fonts/Deva-white.stf >+share/games/supertux2/fonts/README >+share/games/supertux2/fonts/andale10.stf >+share/games/supertux2/fonts/andale12.stf >+share/games/supertux2/fonts/ara-white-big.stf >+share/games/supertux2/fonts/ara-white-small.stf >+share/games/supertux2/fonts/ara-white.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/greek-white-big.stf >+share/games/supertux2/fonts/greek-white-small.stf >+share/games/supertux2/fonts/greek-white.stf >+share/games/supertux2/fonts/ko-white-big.stf >+share/games/supertux2/fonts/ko-white-small.stf >+share/games/supertux2/fonts/ko-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_bottom_para3.png >+share/games/supertux2/images/background/arctis_dark.jpg >+share/games/supertux2/images/background/arctis_para2.png >+share/games/supertux2/images/background/arctis_para3.png >+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/castle_foreground.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/forest_para2.png >+share/games/supertux2/images/background/forest_para3.png >+share/games/supertux2/images/background/forest_para3_bottom.png >+share/games/supertux2/images/background/ghostforest.jpg >+share/games/supertux2/images/background/halloween/fog.png >+share/games/supertux2/images/background/halloween/intro.jpg >+share/games/supertux2/images/background/halloween/mountain.png >+share/games/supertux2/images/background/halloween/outro.jpg >+share/games/supertux2/images/background/halloween/sky.png >+share/games/supertux2/images/background/halloween/vignette.png >+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_para.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/background/transparent_up.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/frozen.png >+share/games/supertux2/images/creatures/angrystone/idle-0.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/bouncing_snowball/melting-0.png >+share/games/supertux2/images/creatures/bouncing_snowball/melting-1.png >+share/games/supertux2/images/creatures/bouncing_snowball/melting-2.png >+share/games/supertux2/images/creatures/bouncing_snowball/melting-3.png >+share/games/supertux2/images/creatures/crystallo/crystallo-editor.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-frozen.png >+share/games/supertux2/images/creatures/dispenser/canon.png >+share/games/supertux2/images/creatures/dispenser/dispenser.sprite >+share/games/supertux2/images/creatures/dispenser/dropper-frozen.png >+share/games/supertux2/images/creatures/dispenser/dropper.png >+share/games/supertux2/images/creatures/dispenser/frozen.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/fatbat/burn-0.png >+share/games/supertux2/images/creatures/fatbat/burn-1.png >+share/games/supertux2/images/creatures/fatbat/burn-10.png >+share/games/supertux2/images/creatures/fatbat/burn-2.png >+share/games/supertux2/images/creatures/fatbat/burn-3.png >+share/games/supertux2/images/creatures/fatbat/burn-4.png >+share/games/supertux2/images/creatures/fatbat/burn-5.png >+share/games/supertux2/images/creatures/fatbat/burn-6.png >+share/games/supertux2/images/creatures/fatbat/burn-7.png >+share/games/supertux2/images/creatures/fatbat/burn-8.png >+share/games/supertux2/images/creatures/fatbat/burn-9.png >+share/games/supertux2/images/creatures/fatbat/fatbat.sprite >+share/games/supertux2/images/creatures/fatbat/fly-0.png >+share/games/supertux2/images/creatures/fatbat/fly-1.png >+share/games/supertux2/images/creatures/fatbat/fly-2.png >+share/games/supertux2/images/creatures/fatbat/fly-3.png >+share/games/supertux2/images/creatures/fatbat/squished.png >+share/games/supertux2/images/creatures/fish/burning-0.png >+share/games/supertux2/images/creatures/fish/burning-1.png >+share/games/supertux2/images/creatures/fish/burning-2.png >+share/games/supertux2/images/creatures/fish/burning-3.png >+share/games/supertux2/images/creatures/fish/burning-4.png >+share/games/supertux2/images/creatures/fish/burning-5.png >+share/games/supertux2/images/creatures/fish/burning-6.png >+share/games/supertux2/images/creatures/fish/burning-7.png >+share/games/supertux2/images/creatures/fish/burning-8.png >+share/games/supertux2/images/creatures/fish/burning-9.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-editor.png >+share/games/supertux2/images/creatures/flame/flame-fade-0.png >+share/games/supertux2/images/creatures/flame/flame-fade-1.png >+share/games/supertux2/images/creatures/flame/flame-fade-2.png >+share/games/supertux2/images/creatures/flame/flame-fade-3.png >+share/games/supertux2/images/creatures/flame/flame.sprite >+share/games/supertux2/images/creatures/flame/ghostflame-0.png >+share/games/supertux2/images/creatures/flame/ghostflame-1.png >+share/games/supertux2/images/creatures/flame/ghostflame-2.png >+share/games/supertux2/images/creatures/flame/ghostflame-3.png >+share/games/supertux2/images/creatures/flame/ghostflame-4.png >+share/games/supertux2/images/creatures/flame/ghostflame-editor.png >+share/games/supertux2/images/creatures/flame/ghostflame.sprite >+share/games/supertux2/images/creatures/flame/iceflame-editor.png >+share/games/supertux2/images/creatures/flame/iceflame-fade-0.png >+share/games/supertux2/images/creatures/flame/iceflame-fade-1.png >+share/games/supertux2/images/creatures/flame/iceflame-fade-2.png >+share/games/supertux2/images/creatures/flame/iceflame.png >+share/games/supertux2/images/creatures/flame/iceflame.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/editor.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/melting-0.png >+share/games/supertux2/images/creatures/flying_snowball/melting-1.png >+share/games/supertux2/images/creatures/flying_snowball/melting-2.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/gold_bomb/exploding-left-0.png >+share/games/supertux2/images/creatures/gold_bomb/exploding-left-1.png >+share/games/supertux2/images/creatures/gold_bomb/exploding-left-2.png >+share/games/supertux2/images/creatures/gold_bomb/exploding-left-3.png >+share/games/supertux2/images/creatures/gold_bomb/exploding-left-4.png >+share/games/supertux2/images/creatures/gold_bomb/gold_bomb.sprite >+share/games/supertux2/images/creatures/gold_bomb/iced-left.png >+share/games/supertux2/images/creatures/gold_bomb/left-0.png >+share/games/supertux2/images/creatures/gold_bomb/left-1.png >+share/games/supertux2/images/creatures/gold_bomb/left-2.png >+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/iceblock_lefteye.png >+share/games/supertux2/images/creatures/icecrusher/iceblock_main.png >+share/games/supertux2/images/creatures/icecrusher/iceblock_righteye.png >+share/games/supertux2/images/creatures/icecrusher/iceblock_whites.png >+share/games/supertux2/images/creatures/icecrusher/icecrusher.sprite >+share/games/supertux2/images/creatures/icecrusher/krosh.png >+share/games/supertux2/images/creatures/icecrusher/krosh.sprite >+share/games/supertux2/images/creatures/icecrusher/krosh_lefteye.png >+share/games/supertux2/images/creatures/icecrusher/krosh_main.png >+share/games/supertux2/images/creatures/icecrusher/krosh_righteye.png >+share/games/supertux2/images/creatures/icecrusher/krosh_whites.png >+share/games/supertux2/images/creatures/igel/burning-0.png >+share/games/supertux2/images/creatures/igel/burning-1.png >+share/games/supertux2/images/creatures/igel/burning-2.png >+share/games/supertux2/images/creatures/igel/burning-3.png >+share/games/supertux2/images/creatures/igel/burning-4.png >+share/games/supertux2/images/creatures/igel/burning-5.png >+share/games/supertux2/images/creatures/igel/burning-6.png >+share/games/supertux2/images/creatures/igel/burning-7.png >+share/games/supertux2/images/creatures/igel/burning-8.png >+share/games/supertux2/images/creatures/igel/burning-9.png >+share/games/supertux2/images/creatures/igel/frozen.png >+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/jumpy/wooden-burning-0.png >+share/games/supertux2/images/creatures/jumpy/wooden-burning-1.png >+share/games/supertux2/images/creatures/jumpy/wooden-burning-10.png >+share/games/supertux2/images/creatures/jumpy/wooden-burning-2.png >+share/games/supertux2/images/creatures/jumpy/wooden-burning-3.png >+share/games/supertux2/images/creatures/jumpy/wooden-burning-4.png >+share/games/supertux2/images/creatures/jumpy/wooden-burning-5.png >+share/games/supertux2/images/creatures/jumpy/wooden-burning-6.png >+share/games/supertux2/images/creatures/jumpy/wooden-burning-7.png >+share/games/supertux2/images/creatures/jumpy/wooden-burning-8.png >+share/games/supertux2/images/creatures/jumpy/wooden-burning-9.png >+share/games/supertux2/images/creatures/jumpy/wooden-down.png >+share/games/supertux2/images/creatures/jumpy/wooden-iced.png >+share/games/supertux2/images/creatures/jumpy/wooden-middle.png >+share/games/supertux2/images/creatures/jumpy/wooden-up.png >+share/games/supertux2/images/creatures/jumpy/wooden.sprite >+share/games/supertux2/images/creatures/kirby/burning-0.png >+share/games/supertux2/images/creatures/kirby/burning-1.png >+share/games/supertux2/images/creatures/kirby/burning-2.png >+share/games/supertux2/images/creatures/kirby/burning-3.png >+share/games/supertux2/images/creatures/kirby/burning-4.png >+share/games/supertux2/images/creatures/kirby/burning-5.png >+share/games/supertux2/images/creatures/kirby/burning-6.png >+share/games/supertux2/images/creatures/kirby/burning-7.png >+share/games/supertux2/images/creatures/kirby/burning-8.png >+share/games/supertux2/images/creatures/kirby/burning-9.png >+share/games/supertux2/images/creatures/kirby/kirby.sprite >+share/games/supertux2/images/creatures/kirby/squished-left.png >+share/games/supertux2/images/creatures/kirby/walk-0.png >+share/games/supertux2/images/creatures/kirby/walk-1.png >+share/games/supertux2/images/creatures/kirby/walk-2.png >+share/games/supertux2/images/creatures/kirby/walk-3.png >+share/games/supertux2/images/creatures/kirby/walk-4.png >+share/games/supertux2/images/creatures/kirby/walk-5.png >+share/games/supertux2/images/creatures/kirby/walk-6.png >+share/games/supertux2/images/creatures/kirby/walk-7.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/livefire/extinguish-left-0.png >+share/games/supertux2/images/creatures/livefire/extinguish-left-1.png >+share/games/supertux2/images/creatures/livefire/extinguish-left-2.png >+share/games/supertux2/images/creatures/livefire/extinguish-left-3.png >+share/games/supertux2/images/creatures/livefire/extinguish-left-4.png >+share/games/supertux2/images/creatures/livefire/extinguish-left-5.png >+share/games/supertux2/images/creatures/livefire/left-0.png >+share/games/supertux2/images/creatures/livefire/left-1.png >+share/games/supertux2/images/creatures/livefire/left-2.png >+share/games/supertux2/images/creatures/livefire/left-3.png >+share/games/supertux2/images/creatures/livefire/livefire.sprite >+share/games/supertux2/images/creatures/livefire/sleeping-left-0.png >+share/games/supertux2/images/creatures/livefire/sleeping-left-1.png >+share/games/supertux2/images/creatures/livefire/sleeping-left-2.png >+share/games/supertux2/images/creatures/livefire/sleeping-left-3.png >+share/games/supertux2/images/creatures/livefire/waking-left-0.png >+share/games/supertux2/images/creatures/livefire/waking-left-1.png >+share/games/supertux2/images/creatures/livefire/waking-left-2.png >+share/games/supertux2/images/creatures/livefire/waking-left-3.png >+share/games/supertux2/images/creatures/mole/burning-0.png >+share/games/supertux2/images/creatures/mole/burning-1.png >+share/games/supertux2/images/creatures/mole/burning-2.png >+share/games/supertux2/images/creatures/mole/burning-3.png >+share/games/supertux2/images/creatures/mole/burning-4.png >+share/games/supertux2/images/creatures/mole/burning-5.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.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-3.png >+share/games/supertux2/images/creatures/mr_candle/mr-candle-left-0.png >+share/games/supertux2/images/creatures/mr_candle/mr-candle-left-1.png >+share/games/supertux2/images/creatures/mr_candle/mr-candle-left-2.png >+share/games/supertux2/images/creatures/mr_candle/mr-candle-off.png >+share/games/supertux2/images/creatures/mr_candle/mr-candle.sprite >+share/games/supertux2/images/creatures/mr_candle/mr-candle_info.txt >+share/games/supertux2/images/creatures/mr_cherry/cherry.sprite >+share/games/supertux2/images/creatures/mr_cherry/cherrybomb-freeze.png >+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-freeze.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/gmelting-0.png >+share/games/supertux2/images/creatures/mr_iceblock/gmelting-1.png >+share/games/supertux2/images/creatures/mr_iceblock/gmelting-2.png >+share/games/supertux2/images/creatures/mr_iceblock/gmelting-3.png >+share/games/supertux2/images/creatures/mr_iceblock/gmelting-4.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/melting-0.png >+share/games/supertux2/images/creatures/mr_iceblock/melting-1.png >+share/games/supertux2/images/creatures/mr_iceblock/melting-2.png >+share/games/supertux2/images/creatures/mr_iceblock/melting-3.png >+share/games/supertux2/images/creatures/mr_iceblock/mr_iceblock.sprite >+share/games/supertux2/images/creatures/mr_iceblock/smart_block/flat-left.png >+share/games/supertux2/images/creatures/mr_iceblock/smart_block/gmelting-0.png >+share/games/supertux2/images/creatures/mr_iceblock/smart_block/gmelting-1.png >+share/games/supertux2/images/creatures/mr_iceblock/smart_block/gmelting-2.png >+share/games/supertux2/images/creatures/mr_iceblock/smart_block/gmelting-3.png >+share/games/supertux2/images/creatures/mr_iceblock/smart_block/gmelting-4.png >+share/games/supertux2/images/creatures/mr_iceblock/smart_block/left-0.png >+share/games/supertux2/images/creatures/mr_iceblock/smart_block/left-1.png >+share/games/supertux2/images/creatures/mr_iceblock/smart_block/left-2.png >+share/games/supertux2/images/creatures/mr_iceblock/smart_block/melting-0.png >+share/games/supertux2/images/creatures/mr_iceblock/smart_block/melting-1.png >+share/games/supertux2/images/creatures/mr_iceblock/smart_block/melting-2.png >+share/games/supertux2/images/creatures/mr_iceblock/smart_block/melting-3.png >+share/games/supertux2/images/creatures/mr_iceblock/smart_block/smart_block.sprite >+share/games/supertux2/images/creatures/mr_tree/burning-0.png >+share/games/supertux2/images/creatures/mr_tree/burning-1.png >+share/games/supertux2/images/creatures/mr_tree/burning-10.png >+share/games/supertux2/images/creatures/mr_tree/burning-2.png >+share/games/supertux2/images/creatures/mr_tree/burning-3.png >+share/games/supertux2/images/creatures/mr_tree/burning-4.png >+share/games/supertux2/images/creatures/mr_tree/burning-5.png >+share/games/supertux2/images/creatures/mr_tree/burning-6.png >+share/games/supertux2/images/creatures/mr_tree/burning-7.png >+share/games/supertux2/images/creatures/mr_tree/burning-8.png >+share/games/supertux2/images/creatures/mr_tree/burning-9.png >+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-burning-0.png >+share/games/supertux2/images/creatures/mr_tree/small-burning-1.png >+share/games/supertux2/images/creatures/mr_tree/small-burning-10.png >+share/games/supertux2/images/creatures/mr_tree/small-burning-2.png >+share/games/supertux2/images/creatures/mr_tree/small-burning-3.png >+share/games/supertux2/images/creatures/mr_tree/small-burning-4.png >+share/games/supertux2/images/creatures/mr_tree/small-burning-5.png >+share/games/supertux2/images/creatures/mr_tree/small-burning-6.png >+share/games/supertux2/images/creatures/mr_tree/small-burning-7.png >+share/games/supertux2/images/creatures/mr_tree/small-burning-8.png >+share/games/supertux2/images/creatures/mr_tree/small-burning-9.png >+share/games/supertux2/images/creatures/mr_tree/small-frozen.png >+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-frozen.png >+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/owl/burning-0.png >+share/games/supertux2/images/creatures/owl/burning-1.png >+share/games/supertux2/images/creatures/owl/burning-2.png >+share/games/supertux2/images/creatures/owl/burning-3.png >+share/games/supertux2/images/creatures/owl/burning-4.png >+share/games/supertux2/images/creatures/owl/burning-5.png >+share/games/supertux2/images/creatures/owl/burning-6.png >+share/games/supertux2/images/creatures/owl/burning-7.png >+share/games/supertux2/images/creatures/owl/burning-8.png >+share/games/supertux2/images/creatures/owl/burning-9.png >+share/games/supertux2/images/creatures/owl/left-0.png >+share/games/supertux2/images/creatures/owl/left-1.png >+share/games/supertux2/images/creatures/owl/left-2.png >+share/games/supertux2/images/creatures/owl/left-3.png >+share/games/supertux2/images/creatures/owl/left-4.png >+share/games/supertux2/images/creatures/owl/left-5.png >+share/games/supertux2/images/creatures/owl/owl.sprite >+share/games/supertux2/images/creatures/penny/penny.png >+share/games/supertux2/images/creatures/penny/penny.sprite >+share/games/supertux2/images/creatures/plant/burning-0.png >+share/games/supertux2/images/creatures/plant/burning-1.png >+share/games/supertux2/images/creatures/plant/burning-10.png >+share/games/supertux2/images/creatures/plant/burning-2.png >+share/games/supertux2/images/creatures/plant/burning-3.png >+share/games/supertux2/images/creatures/plant/burning-4.png >+share/games/supertux2/images/creatures/plant/burning-5.png >+share/games/supertux2/images/creatures/plant/burning-6.png >+share/games/supertux2/images/creatures/plant/burning-7.png >+share/games/supertux2/images/creatures/plant/burning-8.png >+share/games/supertux2/images/creatures/plant/burning-9.png >+share/games/supertux2/images/creatures/plant/frozen.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.png >+share/games/supertux2/images/creatures/plant/plant.sprite >+share/games/supertux2/images/creatures/plant/sleeping-burning-0.png >+share/games/supertux2/images/creatures/plant/sleeping-burning-1.png >+share/games/supertux2/images/creatures/plant/sleeping-burning-2.png >+share/games/supertux2/images/creatures/plant/sleeping-burning-3.png >+share/games/supertux2/images/creatures/plant/sleeping-burning-4.png >+share/games/supertux2/images/creatures/plant/sleeping-burning-5.png >+share/games/supertux2/images/creatures/plant/sleeping-burning-6.png >+share/games/supertux2/images/creatures/plant/sleeping-burning-7.png >+share/games/supertux2/images/creatures/plant/sleeping-burning-8.png >+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/plant/waking-left-3.png >+share/games/supertux2/images/creatures/plant/waking-left-4.png >+share/games/supertux2/images/creatures/plant/waking-left-5.png >+share/games/supertux2/images/creatures/poison_ivy/burning-0.png >+share/games/supertux2/images/creatures/poison_ivy/burning-1.png >+share/games/supertux2/images/creatures/poison_ivy/burning-2.png >+share/games/supertux2/images/creatures/poison_ivy/burning-3.png >+share/games/supertux2/images/creatures/poison_ivy/burning-4.png >+share/games/supertux2/images/creatures/poison_ivy/burning-5.png >+share/games/supertux2/images/creatures/poison_ivy/burning-6.png >+share/games/supertux2/images/creatures/poison_ivy/burning-7.png >+share/games/supertux2/images/creatures/poison_ivy/burning-8.png >+share/games/supertux2/images/creatures/poison_ivy/burning-9.png >+share/games/supertux2/images/creatures/poison_ivy/frozen.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/short_fuse/center.png >+share/games/supertux2/images/creatures/short_fuse/left.png >+share/games/supertux2/images/creatures/short_fuse/right.png >+share/games/supertux2/images/creatures/short_fuse/short_fuse.sprite >+share/games/supertux2/images/creatures/skullyhop/burning-0.png >+share/games/supertux2/images/creatures/skullyhop/burning-1.png >+share/games/supertux2/images/creatures/skullyhop/burning-2.png >+share/games/supertux2/images/creatures/skullyhop/burning-3.png >+share/games/supertux2/images/creatures/skullyhop/burning-4.png >+share/games/supertux2/images/creatures/skullyhop/burning-5.png >+share/games/supertux2/images/creatures/skullyhop/burning-6.png >+share/games/supertux2/images/creatures/skullyhop/burning-7.png >+share/games/supertux2/images/creatures/skullyhop/burning-8.png >+share/games/supertux2/images/creatures/skullyhop/burning-9.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/frozen.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/skydive/skydive.png >+share/games/supertux2/images/creatures/skydive/skydive.sprite >+share/games/supertux2/images/creatures/snail/burning-0.png >+share/games/supertux2/images/creatures/snail/burning-1.png >+share/games/supertux2/images/creatures/snail/burning-2.png >+share/games/supertux2/images/creatures/snail/burning-3.png >+share/games/supertux2/images/creatures/snail/burning-4.png >+share/games/supertux2/images/creatures/snail/burning-5.png >+share/games/supertux2/images/creatures/snail/burning-6.png >+share/games/supertux2/images/creatures/snail/burning-7.png >+share/games/supertux2/images/creatures/snail/burning-8.png >+share/games/supertux2/images/creatures/snail/frozen.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-gmelting-0.png >+share/games/supertux2/images/creatures/snowball/cpt-gmelting-1.png >+share/games/supertux2/images/creatures/snowball/cpt-gmelting-2.png >+share/games/supertux2/images/creatures/snowball/cpt-gmelting-3.png >+share/games/supertux2/images/creatures/snowball/cpt-gmelting-4.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-melting-0.png >+share/games/supertux2/images/creatures/snowball/cpt-melting-1.png >+share/games/supertux2/images/creatures/snowball/cpt-melting-2.png >+share/games/supertux2/images/creatures/snowball/cpt-melting-3.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/gmelting-0.png >+share/games/supertux2/images/creatures/snowball/gmelting-1.png >+share/games/supertux2/images/creatures/snowball/gmelting-2.png >+share/games/supertux2/images/creatures/snowball/gmelting-3.png >+share/games/supertux2/images/creatures/snowball/gmelting-4.png >+share/games/supertux2/images/creatures/snowball/kamikaze-left.png >+share/games/supertux2/images/creatures/snowball/kamikaze-melting-0.png >+share/games/supertux2/images/creatures/snowball/kamikaze-melting-1.png >+share/games/supertux2/images/creatures/snowball/kamikaze-melting-2.png >+share/games/supertux2/images/creatures/snowball/kamikaze-melting-3.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/melting-0.png >+share/games/supertux2/images/creatures/snowball/melting-1.png >+share/games/supertux2/images/creatures/snowball/melting-2.png >+share/games/supertux2/images/creatures/snowball/melting-3.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-gmelting-0.png >+share/games/supertux2/images/creatures/snowball/sport-gmelting-1.png >+share/games/supertux2/images/creatures/snowball/sport-gmelting-2.png >+share/games/supertux2/images/creatures/snowball/sport-gmelting-3.png >+share/games/supertux2/images/creatures/snowball/sport-gmelting-4.png >+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/sport-melting-0.png >+share/games/supertux2/images/creatures/snowball/sport-melting-1.png >+share/games/supertux2/images/creatures/snowball/sport-melting-2.png >+share/games/supertux2/images/creatures/snowball/sport-melting-3.png >+share/games/supertux2/images/creatures/snowball/squished-left.png >+share/games/supertux2/images/creatures/snowjumpy/gear-cracked.png >+share/games/supertux2/images/creatures/snowjumpy/gear.png >+share/games/supertux2/images/creatures/snowjumpy/iced-left-up.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/melting-0.png >+share/games/supertux2/images/creatures/snowjumpy/melting-1.png >+share/games/supertux2/images/creatures/snowjumpy/melting-2.png >+share/games/supertux2/images/creatures/snowjumpy/melting-3.png >+share/games/supertux2/images/creatures/snowjumpy/melting-4.png >+share/games/supertux2/images/creatures/snowjumpy/snowjumpy.sprite >+share/games/supertux2/images/creatures/snowman/gmelting-0.png >+share/games/supertux2/images/creatures/snowman/gmelting-1.png >+share/games/supertux2/images/creatures/snowman/gmelting-2.png >+share/games/supertux2/images/creatures/snowman/gmelting-3.png >+share/games/supertux2/images/creatures/snowman/gmelting-4.png >+share/games/supertux2/images/creatures/snowman/headless1.png >+share/games/supertux2/images/creatures/snowman/headless2.png >+share/games/supertux2/images/creatures/snowman/headless3.png >+share/games/supertux2/images/creatures/snowman/headless4.png >+share/games/supertux2/images/creatures/snowman/headless5.png >+share/games/supertux2/images/creatures/snowman/headless6.png >+share/games/supertux2/images/creatures/snowman/headless7.png >+share/games/supertux2/images/creatures/snowman/headless8.png >+share/games/supertux2/images/creatures/snowman/melting-0.png >+share/games/supertux2/images/creatures/snowman/melting-1.png >+share/games/supertux2/images/creatures/snowman/melting-2.png >+share/games/supertux2/images/creatures/snowman/melting-3.png >+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/burning-0.png >+share/games/supertux2/images/creatures/spidermite/burning-1.png >+share/games/supertux2/images/creatures/spidermite/burning-2.png >+share/games/supertux2/images/creatures/spidermite/burning-3.png >+share/games/supertux2/images/creatures/spidermite/burning-4.png >+share/games/supertux2/images/creatures/spidermite/burning-5.png >+share/games/supertux2/images/creatures/spidermite/burning-6.png >+share/games/supertux2/images/creatures/spidermite/burning-7.png >+share/games/supertux2/images/creatures/spidermite/spidermite-frozen.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/spikedown.sprite >+share/games/supertux2/images/creatures/spike/spikedown2.sprite >+share/games/supertux2/images/creatures/spike/spikeup.png >+share/games/supertux2/images/creatures/spike/up.png >+share/games/supertux2/images/creatures/spiky/gear-cracked.png >+share/games/supertux2/images/creatures/spiky/gear.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/melting-0.png >+share/games/supertux2/images/creatures/spiky/melting-1.png >+share/games/supertux2/images/creatures/spiky/melting-2.png >+share/games/supertux2/images/creatures/spiky/melting-3.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/burning-0.png >+share/games/supertux2/images/creatures/toad/burning-1.png >+share/games/supertux2/images/creatures/toad/burning-2.png >+share/games/supertux2/images/creatures/toad/burning-3.png >+share/games/supertux2/images/creatures/toad/burning-4.png >+share/games/supertux2/images/creatures/toad/burning-5.png >+share/games/supertux2/images/creatures/toad/burning-6.png >+share/games/supertux2/images/creatures/toad/toad-frozen.png >+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/air/hat/backflip.png >+share/games/supertux2/images/creatures/tux/air/hat/duck.png >+share/games/supertux2/images/creatures/tux/air/hat/skid.png >+share/games/supertux2/images/creatures/tux/air/hat/spin-1.png >+share/games/supertux2/images/creatures/tux/air/hat/spin-2.png >+share/games/supertux2/images/creatures/tux/air/hat/spin-3.png >+share/games/supertux2/images/creatures/tux/air/hat/stand.png >+share/games/supertux2/images/creatures/tux/air/hat/walk-0.png >+share/games/supertux2/images/creatures/tux/air/hat/walk-1.png >+share/games/supertux2/images/creatures/tux/big/backflip.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/ladder-0.png >+share/games/supertux2/images/creatures/tux/big/ladder-1.png >+share/games/supertux2/images/creatures/tux/big/ladder-2.png >+share/games/supertux2/images/creatures/tux/big/ladder-3.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/earth/backflip.png >+share/games/supertux2/images/creatures/tux/earth/buttjump.png >+share/games/supertux2/images/creatures/tux/earth/duck.png >+share/games/supertux2/images/creatures/tux/earth/hardhat/backflip.png >+share/games/supertux2/images/creatures/tux/earth/hardhat/duck.png >+share/games/supertux2/images/creatures/tux/earth/hardhat/skid.png >+share/games/supertux2/images/creatures/tux/earth/hardhat/stand.png >+share/games/supertux2/images/creatures/tux/earth/hardhat/walk-0.png >+share/games/supertux2/images/creatures/tux/earth/hardhat/walk-1.png >+share/games/supertux2/images/creatures/tux/earth/head.png >+share/games/supertux2/images/creatures/tux/earth/jump.png >+share/games/supertux2/images/creatures/tux/earth/kick.png >+share/games/supertux2/images/creatures/tux/earth/ladder.png >+share/games/supertux2/images/creatures/tux/earth/light/backflip.png >+share/games/supertux2/images/creatures/tux/earth/light/duck.png >+share/games/supertux2/images/creatures/tux/earth/light/skid.png >+share/games/supertux2/images/creatures/tux/earth/light/stand.png >+share/games/supertux2/images/creatures/tux/earth/skid.png >+share/games/supertux2/images/creatures/tux/earth/stand.png >+share/games/supertux2/images/creatures/tux/earth/walk.png >+share/games/supertux2/images/creatures/tux/fire/backflip.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/ladder-0.png >+share/games/supertux2/images/creatures/tux/fire/ladder-1.png >+share/games/supertux2/images/creatures/tux/fire/ladder-2.png >+share/games/supertux2/images/creatures/tux/fire/ladder-3.png >+share/games/supertux2/images/creatures/tux/fire/santa_cap/backflip.png >+share/games/supertux2/images/creatures/tux/fire/santa_cap/duck.png >+share/games/supertux2/images/creatures/tux/fire/santa_cap/skid.png >+share/games/supertux2/images/creatures/tux/fire/santa_cap/stand.png >+share/games/supertux2/images/creatures/tux/fire/santa_cap/walk-0.png >+share/games/supertux2/images/creatures/tux/fire/santa_cap/walk-1.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.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/ladder-0.png >+share/games/supertux2/images/creatures/tux/ice/ladder-1.png >+share/games/supertux2/images/creatures/tux/ice/ladder-2.png >+share/games/supertux2/images/creatures/tux/ice/ladder-3.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/light.sprite >+share/games/supertux2/images/creatures/tux/powerups.sprite >+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/ladder-0.png >+share/games/supertux2/images/creatures/tux/small/ladder-1.png >+share/games/supertux2/images/creatures/tux/small/ladder-2.png >+share/games/supertux2/images/creatures/tux/small/ladder-3.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/burning-0.png >+share/games/supertux2/images/creatures/walkingleaf/burning-1.png >+share/games/supertux2/images/creatures/walkingleaf/burning-2.png >+share/games/supertux2/images/creatures/walkingleaf/burning-3.png >+share/games/supertux2/images/creatures/walkingleaf/burning-4.png >+share/games/supertux2/images/creatures/walkingleaf/burning-5.png >+share/games/supertux2/images/creatures/walkingleaf/burning-6.png >+share/games/supertux2/images/creatures/walkingleaf/burning-7.png >+share/games/supertux2/images/creatures/walkingleaf/burning-8.png >+share/games/supertux2/images/creatures/walkingleaf/burning-9.png >+share/games/supertux2/images/creatures/walkingleaf/frozen.png >+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/burning-0.png >+share/games/supertux2/images/creatures/zeekling/burning-1.png >+share/games/supertux2/images/creatures/zeekling/burning-2.png >+share/games/supertux2/images/creatures/zeekling/burning-3.png >+share/games/supertux2/images/creatures/zeekling/burning-4.png >+share/games/supertux2/images/creatures/zeekling/burning-5.png >+share/games/supertux2/images/creatures/zeekling/burning-6.png >+share/games/supertux2/images/creatures/zeekling/burning-7.png >+share/games/supertux2/images/creatures/zeekling/diving.png >+share/games/supertux2/images/creatures/zeekling/frozen.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/explanations/billboard-backflip.png >+share/games/supertux2/images/decal/explanations/billboard-bigtux.png >+share/games/supertux2/images/decal/explanations/billboard-buttjump.png >+share/games/supertux2/images/decal/explanations/billboard-climbing.png >+share/games/supertux2/images/decal/explanations/billboard-fireflower.png >+share/games/supertux2/images/decal/explanations/billboard-plant.png >+share/games/supertux2/images/decal/explanations/billboard-resetpoint.png >+share/games/supertux2/images/decal/explanations/billboard-runjump.png >+share/games/supertux2/images/decal/explanations/billboard-star.png >+share/games/supertux2/images/decal/explanations/billboard-switch.png >+share/games/supertux2/images/decal/explanations/billboard-trampoline.png >+share/games/supertux2/images/decal/halloween/exit.png >+share/games/supertux2/images/decal/halloween/exitfg.png >+share/games/supertux2/images/decal/halloween/gravestone1.png >+share/games/supertux2/images/decal/halloween/gravestone2.png >+share/games/supertux2/images/decal/halloween/tree.png >+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/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/bicycleplatform.png >+share/games/supertux2/images/engine/editor/camera.png >+share/games/supertux2/images/engine/editor/climbable.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/pneumaticplatform.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/arabic/shadow-big.png >+share/games/supertux2/images/engine/fonts/arabic/shadow-small.png >+share/games/supertux2/images/engine/fonts/arabic/shadow.png >+share/games/supertux2/images/engine/fonts/arabic/white-big.png >+share/games/supertux2/images/engine/fonts/arabic/white-small.png >+share/games/supertux2/images/engine/fonts/arabic/white.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/devanagari/AUTHOR >+share/games/supertux2/images/engine/fonts/devanagari/File >+share/games/supertux2/images/engine/fonts/devanagari/shadow-voy.png >+share/games/supertux2/images/engine/fonts/devanagari/shadow.png >+share/games/supertux2/images/engine/fonts/devanagari/white-voy.png >+share/games/supertux2/images/engine/fonts/devanagari/white.png >+share/games/supertux2/images/engine/fonts/greek/AUTHOR >+share/games/supertux2/images/engine/fonts/greek/Shadow-small.png >+share/games/supertux2/images/engine/fonts/greek/shadow-big.png >+share/games/supertux2/images/engine/fonts/greek/shadow-small.png >+share/games/supertux2/images/engine/fonts/greek/shadow.png >+share/games/supertux2/images/engine/fonts/greek/white-big.png >+share/games/supertux2/images/engine/fonts/greek/white-small.png >+share/games/supertux2/images/engine/fonts/greek/white.png >+share/games/supertux2/images/engine/fonts/ko/shadow-big.png >+share/games/supertux2/images/engine/fonts/ko/shadow-small.png >+share/games/supertux2/images/engine/fonts/ko/shadow.png >+share/games/supertux2/images/engine/fonts/ko/white-big.png >+share/games/supertux2/images/engine/fonts/ko/white-small.png >+share/games/supertux2/images/engine/fonts/ko/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.sprite >+share/games/supertux2/images/engine/menu/logo_dev.png >+share/games/supertux2/images/engine/menu/mousecursor-click.png >+share/games/supertux2/images/engine/menu/mousecursor-link.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/ice_world.strf >+share/games/supertux2/images/objects/bonus_block/bonus-1up.png >+share/games/supertux2/images/objects/bonus_block/bonus-air_flower.png >+share/games/supertux2/images/objects/bonus_block/bonus-earth_flower.png >+share/games/supertux2/images/objects/bonus_block/bonus-explode.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/bonus-levelflip.png >+share/games/supertux2/images/objects/bonus_block/bonus-porttramp.png >+share/games/supertux2/images/objects/bonus_block/bonus-rain.png >+share/games/supertux2/images/objects/bonus_block/bonus-rock.png >+share/games/supertux2/images/objects/bonus_block/bonus-tramp.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/brickIce.sprite >+share/games/supertux2/images/objects/bonus_block/brickWeb.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/hiddenbonus.sprite >+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/invisible.png >+share/games/supertux2/images/objects/bonus_block/invisibleblock.sprite >+share/games/supertux2/images/objects/bonus_block/off.png >+share/games/supertux2/images/objects/bonus_block/on.png >+share/games/supertux2/images/objects/bonus_block/orange_0.png >+share/games/supertux2/images/objects/bonus_block/orange_1.png >+share/games/supertux2/images/objects/bonus_block/orange_2.png >+share/games/supertux2/images/objects/bonus_block/orange_3.png >+share/games/supertux2/images/objects/bonus_block/orange_4.png >+share/games/supertux2/images/objects/bonus_block/orange_empty.png >+share/games/supertux2/images/objects/bonus_block/orangeblock.sprite >+share/games/supertux2/images/objects/bonus_block/purple_0.png >+share/games/supertux2/images/objects/bonus_block/purple_1.png >+share/games/supertux2/images/objects/bonus_block/purple_2.png >+share/games/supertux2/images/objects/bonus_block/purple_3.png >+share/games/supertux2/images/objects/bonus_block/purple_4.png >+share/games/supertux2/images/objects/bonus_block/purple_empty.png >+share/games/supertux2/images/objects/bonus_block/purpleblock.sprite >+share/games/supertux2/images/objects/bonus_block/scriptblock.png >+share/games/supertux2/images/objects/bonus_block/scriptblock.sprite >+share/games/supertux2/images/objects/bonus_block/scriptblock_empty.png >+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-1.sprite >+share/games/supertux2/images/objects/candle/candle-light-2.png >+share/games/supertux2/images/objects/candle/candle-light-2.sprite >+share/games/supertux2/images/objects/candle/candle-light-white-1.png >+share/games/supertux2/images/objects/candle/candle-light-white-2.png >+share/games/supertux2/images/objects/candle/candle.sprite >+share/games/supertux2/images/objects/candle/no_candle.sprite >+share/games/supertux2/images/objects/candle/off.png >+share/games/supertux2/images/objects/candle/torch/torch-off.png >+share/games/supertux2/images/objects/candle/torch/torch.sprite >+share/games/supertux2/images/objects/candle/torch/torch1.png >+share/games/supertux2/images/objects/candle/torch/torch2.png >+share/games/supertux2/images/objects/candle/torch/torch3.png >+share/games/supertux2/images/objects/candle/torch/torch4.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/coin/heavy_coin.png >+share/games/supertux2/images/objects/coin/path_coin.png >+share/games/supertux2/images/objects/crystals/a1.png >+share/games/supertux2/images/objects/crystals/a2.png >+share/games/supertux2/images/objects/crystals/b1.png >+share/games/supertux2/images/objects/crystals/b2.png >+share/games/supertux2/images/objects/crystals/c1.png >+share/games/supertux2/images/objects/crystals/c2.png >+share/games/supertux2/images/objects/crystals/crystal_1.sprite >+share/games/supertux2/images/objects/crystals/crystal_2.sprite >+share/games/supertux2/images/objects/crystals/crystal_3.sprite >+share/games/supertux2/images/objects/crystals/crystal_4.sprite >+share/games/supertux2/images/objects/crystals/d1.png >+share/games/supertux2/images/objects/crystals/d2.png >+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/explosion/pop-0.png >+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/icecube/iceslick.png >+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/bonusblock_light.png >+share/games/supertux2/images/objects/lightmap_light/lightmap_light-large.png >+share/games/supertux2/images/objects/lightmap_light/lightmap_light-large.sprite >+share/games/supertux2/images/objects/lightmap_light/lightmap_light-medium.png >+share/games/supertux2/images/objects/lightmap_light/lightmap_light-medium.sprite >+share/games/supertux2/images/objects/lightmap_light/lightmap_light-small.png >+share/games/supertux2/images/objects/lightmap_light/lightmap_light-small.sprite >+share/games/supertux2/images/objects/lightmap_light/lightmap_light-tiny.png >+share/games/supertux2/images/objects/lightmap_light/lightmap_light-tiny.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/logo/logo_final.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/airtux-hat.png >+share/games/supertux2/images/objects/particles/airtux-hat.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/earthtux-hardhat.png >+share/games/supertux2/images/objects/particles/earthtux-hardhat.sprite >+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/santa-cap-big.png >+share/games/supertux2/images/objects/particles/santa-cap-big.sprite >+share/games/supertux2/images/objects/particles/santatux-hat.png >+share/games/supertux2/images/objects/particles/santatux-hat.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/icesquare1.png >+share/games/supertux2/images/objects/platforms/icesquare1.sprite >+share/games/supertux2/images/objects/platforms/icesquare2.png >+share/games/supertux2/images/objects/platforms/icesquare2.sprite >+share/games/supertux2/images/objects/platforms/icesquare3.png >+share/games/supertux2/images/objects/platforms/icesquare3.sprite >+share/games/supertux2/images/objects/platforms/icesquare4.png >+share/games/supertux2/images/objects/platforms/icesquare4.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-fivetiles.png >+share/games/supertux2/images/objects/platforms/wood-fivetiles.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/rusty-trampoline/half-bottom.png >+share/games/supertux2/images/objects/rusty-trampoline/half-top.png >+share/games/supertux2/images/objects/rusty-trampoline/rusty-trampoline.sprite >+share/games/supertux2/images/objects/rusty-trampoline/trampoline1-0.png >+share/games/supertux2/images/objects/rusty-trampoline/trampoline1-1.png >+share/games/supertux2/images/objects/rusty-trampoline/trampoline1-2.png >+share/games/supertux2/images/objects/rusty-trampoline/trampoline1-3.png >+share/games/supertux2/images/objects/rusty-trampoline/trampoline2-1.png >+share/games/supertux2/images/objects/rusty-trampoline/trampoline2-2.png >+share/games/supertux2/images/objects/rusty-trampoline/trampoline2-3.png >+share/games/supertux2/images/objects/rusty-trampoline/trampoline2-4.png >+share/games/supertux2/images/objects/rusty-trampoline/trampoline2-5.png >+share/games/supertux2/images/objects/sawblade/Thunder1.png >+share/games/supertux2/images/objects/sawblade/Thunder2.png >+share/games/supertux2/images/objects/sawblade/Thunder3.png >+share/games/supertux2/images/objects/sawblade/bigball1.png >+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/goodball.sprite >+share/games/supertux2/images/objects/sawblade/left.png >+share/games/supertux2/images/objects/sawblade/right.png >+share/games/supertux2/images/objects/sawblade/sawblade.sprite >+share/games/supertux2/images/objects/sawblade/spikeleft.sprite >+share/games/supertux2/images/objects/sawblade/spikeright.sprite >+share/games/supertux2/images/objects/sawblade/thunder.sprite >+share/games/supertux2/images/objects/skull_tile/skull_tile.sprite >+share/games/supertux2/images/objects/skulls/skull.png >+share/games/supertux2/images/objects/snowman/s_man_1.png >+share/games/supertux2/images/objects/snowman/s_man_2.png >+share/games/supertux2/images/objects/snowman/s_man_3.png >+share/games/supertux2/images/objects/snowman/s_manbig_1.png >+share/games/supertux2/images/objects/snowman/s_manbig_2.png >+share/games/supertux2/images/objects/snowman/s_manbig_3.png >+share/games/supertux2/images/objects/snowman/snow_man_big.sprite >+share/games/supertux2/images/objects/snowman/snow_man_big_passable.sprite >+share/games/supertux2/images/objects/snowman/snow_man_small.sprite >+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/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/torch/flame.sprite >+share/games/supertux2/images/objects/torch/flame1.png >+share/games/supertux2/images/objects/torch/flame2.png >+share/games/supertux2/images/objects/torch/flame3.png >+share/games/supertux2/images/objects/torch/flame4.png >+share/games/supertux2/images/objects/torch/flame_glow.sprite >+share/games/supertux2/images/objects/torch/flame_glow1.png >+share/games/supertux2/images/objects/torch/flame_glow2.png >+share/games/supertux2/images/objects/torch/flame_glow3.png >+share/games/supertux2/images/objects/torch/flame_glow4.png >+share/games/supertux2/images/objects/torch/flame_light.png >+share/games/supertux2/images/objects/torch/flame_light.sprite >+share/games/supertux2/images/objects/torch/torch1.png >+share/games/supertux2/images/objects/torch/torch1.sprite >+share/games/supertux2/images/objects/torch/torch2.png >+share/games/supertux2/images/objects/torch/torch2.sprite >+share/games/supertux2/images/objects/torch/torch3.png >+share/games/supertux2/images/objects/torch/torch3.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/iceplatform.png >+share/games/supertux2/images/objects/unstable_tile/iceplatform.sprite >+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/objects/water_drop/pink-drop.png >+share/games/supertux2/images/objects/water_drop/pink-particle-0.png >+share/games/supertux2/images/objects/water_drop/pink-particle-1.png >+share/games/supertux2/images/objects/water_drop/pink-particle-2.png >+share/games/supertux2/images/objects/water_drop/pink-particle-3.png >+share/games/supertux2/images/objects/water_drop/pink-splash-0.png >+share/games/supertux2/images/objects/water_drop/pink-splash-1.png >+share/games/supertux2/images/objects/water_drop/pink-splash-2.png >+share/games/supertux2/images/objects/water_drop/pink-splash-3.png >+share/games/supertux2/images/objects/water_drop/pink-splash-4.png >+share/games/supertux2/images/objects/water_drop/pink_drop.sprite >+share/games/supertux2/images/objects/water_drop/water-drop.png >+share/games/supertux2/images/objects/water_drop/water-particle-0.png >+share/games/supertux2/images/objects/water_drop/water-particle-1.png >+share/games/supertux2/images/objects/water_drop/water-particle-2.png >+share/games/supertux2/images/objects/water_drop/water-particle-3.png >+share/games/supertux2/images/objects/water_drop/water-splash-0.png >+share/games/supertux2/images/objects/water_drop/water-splash-1.png >+share/games/supertux2/images/objects/water_drop/water-splash-2.png >+share/games/supertux2/images/objects/water_drop/water-splash-3.png >+share/games/supertux2/images/objects/water_drop/water-splash-4.png >+share/games/supertux2/images/objects/water_drop/water_drop.sprite >+share/games/supertux2/images/objects/weak_block/melt_01.png >+share/games/supertux2/images/objects/weak_block/melt_02.png >+share/games/supertux2/images/objects/weak_block/melt_03.png >+share/games/supertux2/images/objects/weak_block/melt_04.png >+share/games/supertux2/images/objects/weak_block/melt_05.png >+share/games/supertux2/images/objects/weak_block/melt_06.png >+share/games/supertux2/images/objects/weak_block/melt_07.png >+share/games/supertux2/images/objects/weak_block/melt_08.png >+share/games/supertux2/images/objects/weak_block/melt_09.png >+share/games/supertux2/images/objects/weak_block/melt_10.png >+share/games/supertux2/images/objects/weak_block/melt_11.png >+share/games/supertux2/images/objects/weak_block/meltbox.png >+share/games/supertux2/images/objects/weak_block/meltbox.sprite >+share/games/supertux2/images/objects/weak_block/straw.png >+share/games/supertux2/images/objects/weak_block/straw_01.png >+share/games/supertux2/images/objects/weak_block/straw_02.png >+share/games/supertux2/images/objects/weak_block/straw_03.png >+share/games/supertux2/images/objects/weak_block/straw_04.png >+share/games/supertux2/images/objects/weak_block/straw_05.png >+share/games/supertux2/images/objects/weak_block/straw_06.png >+share/games/supertux2/images/objects/weak_block/straw_07.png >+share/games/supertux2/images/objects/weak_block/straw_08.png >+share/games/supertux2/images/objects/weak_block/straw_09.png >+share/games/supertux2/images/objects/weak_block/straw_10.png >+share/games/supertux2/images/objects/weak_block/straw_11.png >+share/games/supertux2/images/objects/weak_block/straw_12.png >+share/games/supertux2/images/objects/weak_block/strawbox.sprite >+share/games/supertux2/images/powerups/1up/1up.png >+share/games/supertux2/images/powerups/1up/1up.sprite >+share/games/supertux2/images/powerups/airflower/air_flower-0.png >+share/games/supertux2/images/powerups/airflower/air_flower-1.png >+share/games/supertux2/images/powerups/airflower/air_flower-2.png >+share/games/supertux2/images/powerups/airflower/air_flower-3.png >+share/games/supertux2/images/powerups/airflower/airflower.sprite >+share/games/supertux2/images/powerups/earthflower/earth_flower-0.png >+share/games/supertux2/images/powerups/earthflower/earth_flower-1.png >+share/games/supertux2/images/powerups/earthflower/earth_flower-2.png >+share/games/supertux2/images/powerups/earthflower/earth_flower-3.png >+share/games/supertux2/images/powerups/earthflower/earthflower.sprite >+share/games/supertux2/images/powerups/egg/egg-shade.png >+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/ice_flower-3.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/Nuevos/Antena2.png >+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/invisible-unisolid-slopes.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/rope.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/background/storm-cloud.png >+share/games/supertux2/images/tiles/background/tile-160.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/brick2.png >+share/games/supertux2/images/tiles/blocks/brick2_full.png >+share/games/supertux2/images/tiles/blocks/icebridge.png >+share/games/supertux2/images/tiles/blocks/industrial.png >+share/games/supertux2/images/tiles/blocks/rock_plate.png >+share/games/supertux2/images/tiles/blocks/spikes-all.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/grey7.png >+share/games/supertux2/images/tiles/castle/grey8.png >+share/games/supertux2/images/tiles/castle/grey_jungle.png >+share/games/supertux2/images/tiles/castle/hearttile.png >+share/games/supertux2/images/tiles/castle/pennyhere.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/concave2.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/slope2.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/doodads/tux-statue.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-2.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/halloween/base.png >+share/games/supertux2/images/tiles/halloween/black.png >+share/games/supertux2/images/tiles/halloween/darkness.png >+share/games/supertux2/images/tiles/halloween/inner.png >+share/games/supertux2/images/tiles/halloween/innerdarkness.png >+share/games/supertux2/images/tiles/halloween/outerdarkness.png >+share/games/supertux2/images/tiles/halloween/variation.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/jungle/special.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/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/green.png >+share/games/supertux2/images/tiles/pipe/mask.png >+share/games/supertux2/images/tiles/pole/bend.png >+share/games/supertux2/images/tiles/pole/cross.png >+share/games/supertux2/images/tiles/pole/diagonals.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/icehold.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/platform.png >+share/games/supertux2/images/tiles/signs/right.png >+share/games/supertux2/images/tiles/signs/right.sprite >+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/custom.png >+share/games/supertux2/images/tiles/snow/platform.png >+share/games/supertux2/images/tiles/snow/slope_transitions.png >+share/games/supertux2/images/tiles/snow/snowmerge.png >+share/games/supertux2/images/tiles/snow/special.png >+share/games/supertux2/images/tiles/snow/special2.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/ground2.png >+share/games/supertux2/images/tiles/snowmountain/ground3.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_0_ice.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_1_ice.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/bonusdot.sprite >+share/games/supertux2/images/worldmap/common/firetux.png >+share/games/supertux2/images/worldmap/common/hiddendot.sprite >+share/games/supertux2/images/worldmap/common/invisible.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_blue-01.png >+share/games/supertux2/images/worldmap/common/leveldot_blue-02.png >+share/games/supertux2/images/worldmap/common/leveldot_blue-03.png >+share/games/supertux2/images/worldmap/common/leveldot_green.png >+share/games/supertux2/images/worldmap/common/leveldot_green_perfect-0.png >+share/games/supertux2/images/worldmap/common/leveldot_green_perfect-1.png >+share/games/supertux2/images/worldmap/common/leveldot_green_perfect-2.png >+share/games/supertux2/images/worldmap/common/leveldot_green_perfect-3.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_air.png >+share/games/supertux2/images/worldmap/common/smalltux1_earth.png >+share/games/supertux2/images/worldmap/common/smalltux1_fire.png >+share/games/supertux2/images/worldmap/common/smalltux1_ice.png >+share/games/supertux2/images/worldmap/common/smalltux2.png >+share/games/supertux2/images/worldmap/common/smalltux2_air.png >+share/games/supertux2/images/worldmap/common/smalltux2_earth.png >+share/games/supertux2/images/worldmap/common/smalltux2_fire.png >+share/games/supertux2/images/worldmap/common/smalltux2_ice.png >+share/games/supertux2/images/worldmap/common/smalltux3.png >+share/games/supertux2/images/worldmap/common/smalltux3_air.png >+share/games/supertux2/images/worldmap/common/smalltux3_earth.png >+share/games/supertux2/images/worldmap/common/smalltux3_fire.png >+share/games/supertux2/images/worldmap/common/smalltux3_ice.png >+share/games/supertux2/images/worldmap/common/smalltux4.png >+share/games/supertux2/images/worldmap/common/smalltux4_air.png >+share/games/supertux2/images/worldmap/common/smalltux4_earth.png >+share/games/supertux2/images/worldmap/common/smalltux4_fire.png >+share/games/supertux2/images/worldmap/common/smalltux4_ice.png >+share/games/supertux2/images/worldmap/common/smalltux5.png >+share/games/supertux2/images/worldmap/common/smalltux5_air.png >+share/games/supertux2/images/worldmap/common/smalltux5_earth.png >+share/games/supertux2/images/worldmap/common/smalltux5_fire.png >+share/games/supertux2/images/worldmap/common/smalltux5_ice.png >+share/games/supertux2/images/worldmap/common/smalltux6.png >+share/games/supertux2/images/worldmap/common/smalltux6_air.png >+share/games/supertux2/images/worldmap/common/smalltux6_earth.png >+share/games/supertux2/images/worldmap/common/smalltux6_fire.png >+share/games/supertux2/images/worldmap/common/smalltux6_ice.png >+share/games/supertux2/images/worldmap/common/smalltux7.png >+share/games/supertux2/images/worldmap/common/smalltux7_air.png >+share/games/supertux2/images/worldmap/common/smalltux7_earth.png >+share/games/supertux2/images/worldmap/common/smalltux7_fire.png >+share/games/supertux2/images/worldmap/common/smalltux7_ice.png >+share/games/supertux2/images/worldmap/common/smalltux8.png >+share/games/supertux2/images/worldmap/common/smalltux8_air.png >+share/games/supertux2/images/worldmap/common/smalltux8_earth.png >+share/games/supertux2/images/worldmap/common/smalltux8_fire.png >+share/games/supertux2/images/worldmap/common/smalltux8_ice.png >+share/games/supertux2/images/worldmap/common/smalltux_air.png >+share/games/supertux2/images/worldmap/common/smalltux_earth.png >+share/games/supertux2/images/worldmap/common/smalltux_fire.png >+share/games/supertux2/images/worldmap/common/smalltux_ice.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/castlemap_overlay_full.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/images/worldmap/halloween/darkness.png >+share/games/supertux2/images/worldmap/halloween/home.png >+share/games/supertux2/images/worldmap/halloween/roads.png >+share/games/supertux2/images/worldmap/halloween/scarecrow.png >+share/games/supertux2/images/worldmap/halloween/splash1.png >+share/games/supertux2/images/worldmap/halloween/splash2.png >+share/games/supertux2/images/worldmap/halloween/splash3.png >+share/games/supertux2/images/worldmap/halloween/tiles.png >+share/games/supertux2/images/worldmap/halloween/tree1.png >+share/games/supertux2/images/worldmap/halloween/tree2.png >+share/games/supertux2/images/worldmap/ice/cave_cracks.png >+share/games/supertux2/images/worldmap/ice/crystal.png >+share/games/supertux2/images/worldmap/ice/icecave.png >+share/games/supertux2/images/worldmap/ice/land.png >+share/games/supertux2/images/worldmap/ice/mountain.png >+share/games/supertux2/images/worldmap/ice/thin_ice.png >+share/games/supertux2/images/worldmap/ice/woodconcave.png >+share/games/supertux2/images/worldmap/ice/woodconvex.png >+share/games/supertux2/images/worldmap/shared/bridge.png >+share/games/supertux2/images/worldmap/shared/castle.png >+share/games/supertux2/images/worldmap/shared/invisible_paths-editor.png >+share/games/supertux2/images/worldmap/shared/invisible_paths.png >+share/games/supertux2/images/worldmap/shared/pier.png >+share/games/supertux2/images/worldmap/shared/roads.png >+share/games/supertux2/images/worldmap/shared/shallow_water.png >+share/games/supertux2/images/worldmap/shared/surf-01.png >+share/games/supertux2/images/worldmap/shared/surf-02.png >+share/games/supertux2/images/worldmap/shared/surf-03.png >+share/games/supertux2/images/worldmap/shared/surf-04.png >+share/games/supertux2/images/worldmap/shared/water_01.png >+share/games/supertux2/images/worldmap/shared/water_02.png >+share/games/supertux2/images/worldmap/shared/water_03.png >+share/games/supertux2/images/worldmap/shared/water_04.png >+share/games/supertux2/images/worldmap/shared/water_05.png >+share/games/supertux2/images/worldmap/shared/water_06.png >+share/games/supertux2/images/worldmap/shared/water_07.png >+share/games/supertux2/images/worldmap/shared/water_08.png >+share/games/supertux2/images/worldmap/shared/water_09.png >+share/games/supertux2/images/worldmap/shared/water_10.png >+share/games/supertux2/images/worldmap/shared/water_11.png >+share/games/supertux2/images/worldmap/shared/water_12.png >+share/games/supertux2/images/worldmap/shared/water_13.png >+share/games/supertux2/images/worldmap/shared/water_14.png >+share/games/supertux2/images/worldmap/shared/water_15.png >+share/games/supertux2/images/worldmap/shared/water_16.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/ar.po >+share/games/supertux2/levels/bonus1/az.po >+share/games/supertux2/levels/bonus1/be.po >+share/games/supertux2/levels/bonus1/bg.po >+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/br.po >+share/games/supertux2/levels/bonus1/ca.po >+share/games/supertux2/levels/bonus1/cmn.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/el.po >+share/games/supertux2/levels/bonus1/eo.po >+share/games/supertux2/levels/bonus1/es.po >+share/games/supertux2/levels/bonus1/et.po >+share/games/supertux2/levels/bonus1/extro.txt >+share/games/supertux2/levels/bonus1/fi.po >+share/games/supertux2/levels/bonus1/fr.po >+share/games/supertux2/levels/bonus1/he.po >+share/games/supertux2/levels/bonus1/hi_IN.po >+share/games/supertux2/levels/bonus1/hr.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/ja.po >+share/games/supertux2/levels/bonus1/jbo.po >+share/games/supertux2/levels/bonus1/km.po >+share/games/supertux2/levels/bonus1/ko.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/ml.po >+share/games/supertux2/levels/bonus1/nb.po >+share/games/supertux2/levels/bonus1/ne.po >+share/games/supertux2/levels/bonus1/nl.po >+share/games/supertux2/levels/bonus1/nn.po >+share/games/supertux2/levels/bonus1/pl.po >+share/games/supertux2/levels/bonus1/pt.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/sk.po >+share/games/supertux2/levels/bonus1/sl.po >+share/games/supertux2/levels/bonus1/sq.po >+share/games/supertux2/levels/bonus1/sr.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/tr.po >+share/games/supertux2/levels/bonus1/uk.po >+share/games/supertux2/levels/bonus1/uz.po >+share/games/supertux2/levels/bonus1/vi.po >+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/bonus1/zh_TW.po >+share/games/supertux2/levels/bonus2/ar.po >+share/games/supertux2/levels/bonus2/az.po >+share/games/supertux2/levels/bonus2/be.po >+share/games/supertux2/levels/bonus2/bg.po >+share/games/supertux2/levels/bonus2/br.po >+share/games/supertux2/levels/bonus2/ca.po >+share/games/supertux2/levels/bonus2/cmn.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/el.po >+share/games/supertux2/levels/bonus2/eo.po >+share/games/supertux2/levels/bonus2/es.po >+share/games/supertux2/levels/bonus2/et.po >+share/games/supertux2/levels/bonus2/extro.txt >+share/games/supertux2/levels/bonus2/fi.po >+share/games/supertux2/levels/bonus2/fr.po >+share/games/supertux2/levels/bonus2/he.po >+share/games/supertux2/levels/bonus2/hi_IN.po >+share/games/supertux2/levels/bonus2/hr.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/ja.po >+share/games/supertux2/levels/bonus2/jbo.po >+share/games/supertux2/levels/bonus2/km.po >+share/games/supertux2/levels/bonus2/ko.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/ml.po >+share/games/supertux2/levels/bonus2/nb.po >+share/games/supertux2/levels/bonus2/ne.po >+share/games/supertux2/levels/bonus2/nl.po >+share/games/supertux2/levels/bonus2/nn.po >+share/games/supertux2/levels/bonus2/pl.po >+share/games/supertux2/levels/bonus2/pt.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/sk.po >+share/games/supertux2/levels/bonus2/sl.po >+share/games/supertux2/levels/bonus2/sq.po >+share/games/supertux2/levels/bonus2/sr.po >+share/games/supertux2/levels/bonus2/sv.po >+share/games/supertux2/levels/bonus2/tr.po >+share/games/supertux2/levels/bonus2/uk.po >+share/games/supertux2/levels/bonus2/uz.po >+share/games/supertux2/levels/bonus2/vi.po >+share/games/supertux2/levels/bonus2/worldmap.stwm >+share/games/supertux2/levels/bonus2/zh_CN.po >+share/games/supertux2/levels/bonus2/zh_TW.po >+share/games/supertux2/levels/bonus3/-89-2_degrees.stl >+share/games/supertux2/levels/bonus3/Global_Warming.stl >+share/games/supertux2/levels/bonus3/One Night in the Sky.stl >+share/games/supertux2/levels/bonus3/abandoned_castle.stl >+share/games/supertux2/levels/bonus3/another_cold_day.stl >+share/games/supertux2/levels/bonus3/antarctic_rain.stl >+share/games/supertux2/levels/bonus3/ar.po >+share/games/supertux2/levels/bonus3/az.po >+share/games/supertux2/levels/bonus3/be.po >+share/games/supertux2/levels/bonus3/bg.po >+share/games/supertux2/levels/bonus3/br.po >+share/games/supertux2/levels/bonus3/but_no_one_can_stop_it.stl >+share/games/supertux2/levels/bonus3/ca.po >+share/games/supertux2/levels/bonus3/cant_climb_higher_clouds.stl >+share/games/supertux2/levels/bonus3/castle_light+darkness-v3.stl >+share/games/supertux2/levels/bonus3/cave_run.stl >+share/games/supertux2/levels/bonus3/cavern_v2.stl >+share/games/supertux2/levels/bonus3/changelog.txt >+share/games/supertux2/levels/bonus3/cmn.po >+share/games/supertux2/levels/bonus3/coconut_fortress.stl >+share/games/supertux2/levels/bonus3/credits.txt >+share/games/supertux2/levels/bonus3/crystal sunset.stl >+share/games/supertux2/levels/bonus3/crystal.stl >+share/games/supertux2/levels/bonus3/crystal_beauty.stl >+share/games/supertux2/levels/bonus3/crystal_cataclysm.stl >+share/games/supertux2/levels/bonus3/crystalfields.stl >+share/games/supertux2/levels/bonus3/cs.po >+share/games/supertux2/levels/bonus3/da.po >+share/games/supertux2/levels/bonus3/dark_castle-v2.stl >+share/games/supertux2/levels/bonus3/dark_castle.stl >+share/games/supertux2/levels/bonus3/de.po >+share/games/supertux2/levels/bonus3/deep_deeper.stl >+share/games/supertux2/levels/bonus3/deepest.stl >+share/games/supertux2/levels/bonus3/default.nut >+share/games/supertux2/levels/bonus3/dungeon_island/dungeon1.stl >+share/games/supertux2/levels/bonus3/dungeon_island/dungeon2.stl >+share/games/supertux2/levels/bonus3/dungeon_island/going_down.stl >+share/games/supertux2/levels/bonus3/el.po >+share/games/supertux2/levels/bonus3/entering_castle.stl >+share/games/supertux2/levels/bonus3/eo.po >+share/games/supertux2/levels/bonus3/es.po >+share/games/supertux2/levels/bonus3/et.po >+share/games/supertux2/levels/bonus3/fi.po >+share/games/supertux2/levels/bonus3/flowers.stl >+share/games/supertux2/levels/bonus3/fr.po >+share/games/supertux2/levels/bonus3/glaciers.stl >+share/games/supertux2/levels/bonus3/hanging roof.stl >+share/games/supertux2/levels/bonus3/he.po >+share/games/supertux2/levels/bonus3/hi_IN.po >+share/games/supertux2/levels/bonus3/hilly_landscape.stl >+share/games/supertux2/levels/bonus3/hr.po >+share/games/supertux2/levels/bonus3/hu.po >+share/games/supertux2/levels/bonus3/in_the_spring.stl >+share/games/supertux2/levels/bonus3/info >+share/games/supertux2/levels/bonus3/it.po >+share/games/supertux2/levels/bonus3/its_getting_unfinishable.stl >+share/games/supertux2/levels/bonus3/ja.po >+share/games/supertux2/levels/bonus3/jbo.po >+share/games/supertux2/levels/bonus3/km.po >+share/games/supertux2/levels/bonus3/ko.po >+share/games/supertux2/levels/bonus3/light_in_the_darkness.stl >+share/games/supertux2/levels/bonus3/lt.po >+share/games/supertux2/levels/bonus3/ml.po >+share/games/supertux2/levels/bonus3/nb.po >+share/games/supertux2/levels/bonus3/ne.po >+share/games/supertux2/levels/bonus3/niv-1.1.stl >+share/games/supertux2/levels/bonus3/niv-2.1.stl >+share/games/supertux2/levels/bonus3/niv-3.stl >+share/games/supertux2/levels/bonus3/nl.po >+share/games/supertux2/levels/bonus3/nn.po >+share/games/supertux2/levels/bonus3/over_the_ocean.stl >+share/games/supertux2/levels/bonus3/pinksnow.stl >+share/games/supertux2/levels/bonus3/pl.po >+share/games/supertux2/levels/bonus3/pt.po >+share/games/supertux2/levels/bonus3/pt_BR.po >+share/games/supertux2/levels/bonus3/red_alert_forest.stl >+share/games/supertux2/levels/bonus3/ro.po >+share/games/supertux2/levels/bonus3/ru.po >+share/games/supertux2/levels/bonus3/sever_escape.stl >+share/games/supertux2/levels/bonus3/shakespeare-rain.stl >+share/games/supertux2/levels/bonus3/shakespeare-rain_antarctic.stl >+share/games/supertux2/levels/bonus3/sk.po >+share/games/supertux2/levels/bonus3/sl.po >+share/games/supertux2/levels/bonus3/snowy_hill.stl >+share/games/supertux2/levels/bonus3/sq.po >+share/games/supertux2/levels/bonus3/sr.po >+share/games/supertux2/levels/bonus3/sv.po >+share/games/supertux2/levels/bonus3/three_frosty_icebergs.stl >+share/games/supertux2/levels/bonus3/tr.po >+share/games/supertux2/levels/bonus3/uk.po >+share/games/supertux2/levels/bonus3/under ice.stl >+share/games/supertux2/levels/bonus3/uz.po >+share/games/supertux2/levels/bonus3/vi.po >+share/games/supertux2/levels/bonus3/worldmap.stwm >+share/games/supertux2/levels/bonus3/zh_CN.po >+share/games/supertux2/levels/bonus3/zh_TW.po >+share/games/supertux2/levels/halloween2014/ar.po >+share/games/supertux2/levels/halloween2014/az.po >+share/games/supertux2/levels/halloween2014/be.po >+share/games/supertux2/levels/halloween2014/bg.po >+share/games/supertux2/levels/halloween2014/br.po >+share/games/supertux2/levels/halloween2014/ca.po >+share/games/supertux2/levels/halloween2014/cmn.po >+share/games/supertux2/levels/halloween2014/cs.po >+share/games/supertux2/levels/halloween2014/da.po >+share/games/supertux2/levels/halloween2014/de.po >+share/games/supertux2/levels/halloween2014/el.po >+share/games/supertux2/levels/halloween2014/eo.po >+share/games/supertux2/levels/halloween2014/es.po >+share/games/supertux2/levels/halloween2014/et.po >+share/games/supertux2/levels/halloween2014/fi.po >+share/games/supertux2/levels/halloween2014/fr.po >+share/games/supertux2/levels/halloween2014/halloween1.stl >+share/games/supertux2/levels/halloween2014/halloween2.stl >+share/games/supertux2/levels/halloween2014/halloween3.stl >+share/games/supertux2/levels/halloween2014/he.po >+share/games/supertux2/levels/halloween2014/hi_IN.po >+share/games/supertux2/levels/halloween2014/hr.po >+share/games/supertux2/levels/halloween2014/hu.po >+share/games/supertux2/levels/halloween2014/info >+share/games/supertux2/levels/halloween2014/intro.stl >+share/games/supertux2/levels/halloween2014/intro.txt >+share/games/supertux2/levels/halloween2014/it.po >+share/games/supertux2/levels/halloween2014/ja.po >+share/games/supertux2/levels/halloween2014/jbo.po >+share/games/supertux2/levels/halloween2014/km.po >+share/games/supertux2/levels/halloween2014/ko.po >+share/games/supertux2/levels/halloween2014/lt.po >+share/games/supertux2/levels/halloween2014/ml.po >+share/games/supertux2/levels/halloween2014/mound.stl >+share/games/supertux2/levels/halloween2014/nb.po >+share/games/supertux2/levels/halloween2014/ne.po >+share/games/supertux2/levels/halloween2014/nl.po >+share/games/supertux2/levels/halloween2014/nn.po >+share/games/supertux2/levels/halloween2014/outro.stl >+share/games/supertux2/levels/halloween2014/outro.txt >+share/games/supertux2/levels/halloween2014/pl.po >+share/games/supertux2/levels/halloween2014/pools.stl >+share/games/supertux2/levels/halloween2014/pt.po >+share/games/supertux2/levels/halloween2014/pt_BR.po >+share/games/supertux2/levels/halloween2014/ro.po >+share/games/supertux2/levels/halloween2014/ru.po >+share/games/supertux2/levels/halloween2014/sk.po >+share/games/supertux2/levels/halloween2014/sl.po >+share/games/supertux2/levels/halloween2014/sq.po >+share/games/supertux2/levels/halloween2014/sr.po >+share/games/supertux2/levels/halloween2014/sv.po >+share/games/supertux2/levels/halloween2014/tr.po >+share/games/supertux2/levels/halloween2014/uk.po >+share/games/supertux2/levels/halloween2014/uz.po >+share/games/supertux2/levels/halloween2014/vi.po >+share/games/supertux2/levels/halloween2014/worldmap.stwm >+share/games/supertux2/levels/halloween2014/zh_CN.po >+share/games/supertux2/levels/halloween2014/zh_TW.po >+share/games/supertux2/levels/incubator/Angry Stone vs. YOU.stl >+share/games/supertux2/levels/incubator/Castle #1.stl >+share/games/supertux2/levels/incubator/Missingno.stl >+share/games/supertux2/levels/incubator/NewIcelevel1.stl >+share/games/supertux2/levels/incubator/NewIcelevel2.stl >+share/games/supertux2/levels/incubator/NewIcelevel3.stl >+share/games/supertux2/levels/incubator/NewIcelevel4.stl >+share/games/supertux2/levels/incubator/NewIcelevel5.stl >+share/games/supertux2/levels/incubator/Nice Ice.stl >+share/games/supertux2/levels/incubator/SP33DRUN.stl >+share/games/supertux2/levels/incubator/ar.po >+share/games/supertux2/levels/incubator/az.po >+share/games/supertux2/levels/incubator/be.po >+share/games/supertux2/levels/incubator/bg.po >+share/games/supertux2/levels/incubator/br.po >+share/games/supertux2/levels/incubator/ca.po >+share/games/supertux2/levels/incubator/cave_run.stl >+share/games/supertux2/levels/incubator/cherry_frosting.stl >+share/games/supertux2/levels/incubator/cmn.po >+share/games/supertux2/levels/incubator/cs.po >+share/games/supertux2/levels/incubator/cube_garden.stl >+share/games/supertux2/levels/incubator/da.po >+share/games/supertux2/levels/incubator/de.po >+share/games/supertux2/levels/incubator/el.po >+share/games/supertux2/levels/incubator/eo.po >+share/games/supertux2/levels/incubator/es.po >+share/games/supertux2/levels/incubator/et.po >+share/games/supertux2/levels/incubator/fall_kugelblitz.stl >+share/games/supertux2/levels/incubator/fi.po >+share/games/supertux2/levels/incubator/fr.po >+share/games/supertux2/levels/incubator/frozen_fissure.stl >+share/games/supertux2/levels/incubator/he.po >+share/games/supertux2/levels/incubator/hi_IN.po >+share/games/supertux2/levels/incubator/hr.po >+share/games/supertux2/levels/incubator/hu.po >+share/games/supertux2/levels/incubator/hungry_tux.stl >+share/games/supertux2/levels/incubator/ice_mountain.nut >+share/games/supertux2/levels/incubator/ice_mountain.stl >+share/games/supertux2/levels/incubator/in_the_mountain.stl >+share/games/supertux2/levels/incubator/info >+share/games/supertux2/levels/incubator/into_dark.stl >+share/games/supertux2/levels/incubator/it.po >+share/games/supertux2/levels/incubator/ja.po >+share/games/supertux2/levels/incubator/jagged_path.stl >+share/games/supertux2/levels/incubator/jbo.po >+share/games/supertux2/levels/incubator/km.po >+share/games/supertux2/levels/incubator/ko.po >+share/games/supertux2/levels/incubator/let_us_snow.stl >+share/games/supertux2/levels/incubator/long.stl >+share/games/supertux2/levels/incubator/lt.po >+share/games/supertux2/levels/incubator/midnight_crossing.stl >+share/games/supertux2/levels/incubator/ml.po >+share/games/supertux2/levels/incubator/mountain_climbing.stl >+share/games/supertux2/levels/incubator/nb.po >+share/games/supertux2/levels/incubator/ne.po >+share/games/supertux2/levels/incubator/nl.po >+share/games/supertux2/levels/incubator/nn.po >+share/games/supertux2/levels/incubator/not_so_long.stl >+share/games/supertux2/levels/incubator/obstaclecourse.stl >+share/games/supertux2/levels/incubator/pipeline.stl >+share/games/supertux2/levels/incubator/pl.po >+share/games/supertux2/levels/incubator/primed.stl >+share/games/supertux2/levels/incubator/pt.po >+share/games/supertux2/levels/incubator/pt_BR.po >+share/games/supertux2/levels/incubator/ro.po >+share/games/supertux2/levels/incubator/ru.po >+share/games/supertux2/levels/incubator/sk.po >+share/games/supertux2/levels/incubator/sl.po >+share/games/supertux2/levels/incubator/sq.po >+share/games/supertux2/levels/incubator/sr.po >+share/games/supertux2/levels/incubator/sv.po >+share/games/supertux2/levels/incubator/tr.po >+share/games/supertux2/levels/incubator/uk.po >+share/games/supertux2/levels/incubator/uz.po >+share/games/supertux2/levels/incubator/vi.po >+share/games/supertux2/levels/incubator/worldmap.stwm >+share/games/supertux2/levels/incubator/zh_CN.po >+share/games/supertux2/levels/incubator/zh_TW.po >+share/games/supertux2/levels/misc/da.po >+share/games/supertux2/levels/misc/hu.po >+share/games/supertux2/levels/misc/menu.stl >+share/games/supertux2/levels/misc/menu_christmas.stl >+share/games/supertux2/levels/misc/menu_final.stl >+share/games/supertux2/levels/misc/nb.po >+share/games/supertux2/levels/misc/nn.po >+share/games/supertux2/levels/misc/pt.po >+share/games/supertux2/levels/misc/pt_BR.po >+share/games/supertux2/levels/misc/sl.po >+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/Fork_in_the_Road.stl >+share/games/supertux2/levels/world1/ar.po >+share/games/supertux2/levels/world1/az.po >+share/games/supertux2/levels/world1/be.po >+share/games/supertux2/levels/world1/bg.po >+share/games/supertux2/levels/world1/bonus.stl >+share/games/supertux2/levels/world1/br.po >+share/games/supertux2/levels/world1/ca.po >+share/games/supertux2/levels/world1/cmn.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/el.po >+share/games/supertux2/levels/world1/eo.po >+share/games/supertux2/levels/world1/es.po >+share/games/supertux2/levels/world1/et.po >+share/games/supertux2/levels/world1/fi.po >+share/games/supertux2/levels/world1/fr.po >+share/games/supertux2/levels/world1/he.po >+share/games/supertux2/levels/world1/hi_IN.po >+share/games/supertux2/levels/world1/hr.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/it.po >+share/games/supertux2/levels/world1/ja.po >+share/games/supertux2/levels/world1/jbo.po >+share/games/supertux2/levels/world1/km.po >+share/games/supertux2/levels/world1/ko.po >+share/games/supertux2/levels/world1/lt.po >+share/games/supertux2/levels/world1/ml.po >+share/games/supertux2/levels/world1/nb.po >+share/games/supertux2/levels/world1/ne.po >+share/games/supertux2/levels/world1/nl.po >+share/games/supertux2/levels/world1/nn.po >+share/games/supertux2/levels/world1/pl.po >+share/games/supertux2/levels/world1/pt.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/sk.po >+share/games/supertux2/levels/world1/sl.po >+share/games/supertux2/levels/world1/sq.po >+share/games/supertux2/levels/world1/sr.po >+share/games/supertux2/levels/world1/sv.po >+share/games/supertux2/levels/world1/tr.po >+share/games/supertux2/levels/world1/uk.po >+share/games/supertux2/levels/world1/underground.nut >+share/games/supertux2/levels/world1/uz.po >+share/games/supertux2/levels/world1/vi.po >+share/games/supertux2/levels/world1/worldmap.stwm >+share/games/supertux2/levels/world1/zh_CN.po >+share/games/supertux2/levels/world1/zh_TW.po >+share/games/supertux2/levels/world2/Bouncy_Coils.stl >+share/games/supertux2/levels/world2/Castle_Entrance.stl >+share/games/supertux2/levels/world2/CounterCurrent.stl >+share/games/supertux2/levels/world2/Crumbling_Path.stl >+share/games/supertux2/levels/world2/Duct_Ape.stl >+share/games/supertux2/levels/world2/El_Castillo.stl >+share/games/supertux2/levels/world2/Find_Big_Fish.stl >+share/games/supertux2/levels/world2/Going_Underground.stl >+share/games/supertux2/levels/world2/Kneep_Deep.stl >+share/games/supertux2/levels/world2/Little_Venice.stl >+share/games/supertux2/levels/world2/Mouldy_Grotto.stl >+share/games/supertux2/levels/world2/Penguin_Grow_Trees.stl >+share/games/supertux2/levels/world2/Rabbit_Hole.stl >+share/games/supertux2/levels/world2/Silent_Walls.stl >+share/games/supertux2/levels/world2/Three_Sheets.stl >+share/games/supertux2/levels/world2/Treasure_Skies.stl >+share/games/supertux2/levels/world2/Tree_Fortress.stl >+share/games/supertux2/levels/world2/Tux_Builder.stl >+share/games/supertux2/levels/world2/Two_Towers.stl >+share/games/supertux2/levels/world2/Up_and_Down.stl >+share/games/supertux2/levels/world2/Walking_Leaves.stl >+share/games/supertux2/levels/world2/Welcome_Forest.stl >+share/games/supertux2/levels/world2/ar.po >+share/games/supertux2/levels/world2/az.po >+share/games/supertux2/levels/world2/be.po >+share/games/supertux2/levels/world2/bg.po >+share/games/supertux2/levels/world2/br.po >+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/christophD.stl >+share/games/supertux2/levels/world2/cmn.po >+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/el.po >+share/games/supertux2/levels/world2/eo.po >+share/games/supertux2/levels/world2/es.po >+share/games/supertux2/levels/world2/et.po >+share/games/supertux2/levels/world2/fi.po >+share/games/supertux2/levels/world2/forest1-grumbel.stl >+share/games/supertux2/levels/world2/fr.po >+share/games/supertux2/levels/world2/ghostly.stl >+share/games/supertux2/levels/world2/he.po >+share/games/supertux2/levels/world2/hi_IN.po >+share/games/supertux2/levels/world2/hr.po >+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/ja.po >+share/games/supertux2/levels/world2/jbo.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/km.po >+share/games/supertux2/levels/world2/ko.po >+share/games/supertux2/levels/world2/level1.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/ml.po >+share/games/supertux2/levels/world2/nb.po >+share/games/supertux2/levels/world2/ne.po >+share/games/supertux2/levels/world2/nl.po >+share/games/supertux2/levels/world2/nn.po >+share/games/supertux2/levels/world2/owls_revenge.stl >+share/games/supertux2/levels/world2/pl.po >+share/games/supertux2/levels/world2/pt.po >+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/sk.po >+share/games/supertux2/levels/world2/sl.po >+share/games/supertux2/levels/world2/sq.po >+share/games/supertux2/levels/world2/sr.po >+share/games/supertux2/levels/world2/sv.po >+share/games/supertux2/levels/world2/tr.po >+share/games/supertux2/levels/world2/uk.po >+share/games/supertux2/levels/world2/underconstruction.stl >+share/games/supertux2/levels/world2/uz.po >+share/games/supertux2/levels/world2/vi.po >+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/levels/world2/zh_TW.po >+share/games/supertux2/locale/ar.po >+share/games/supertux2/locale/az.po >+share/games/supertux2/locale/be.po >+share/games/supertux2/locale/bg.po >+share/games/supertux2/locale/br.po >+share/games/supertux2/locale/ca.po >+share/games/supertux2/locale/cmn.po >+share/games/supertux2/locale/cs.po >+share/games/supertux2/locale/da.po >+share/games/supertux2/locale/de.po >+share/games/supertux2/locale/el.po >+share/games/supertux2/locale/eo.po >+share/games/supertux2/locale/es.po >+share/games/supertux2/locale/et.po >+share/games/supertux2/locale/fi.po >+share/games/supertux2/locale/fr.po >+share/games/supertux2/locale/he.po >+share/games/supertux2/locale/hi_IN.po >+share/games/supertux2/locale/hr.po >+share/games/supertux2/locale/hu.po >+share/games/supertux2/locale/it.po >+share/games/supertux2/locale/ja.po >+share/games/supertux2/locale/jbo.po >+share/games/supertux2/locale/km.po >+share/games/supertux2/locale/ko.po >+share/games/supertux2/locale/lt.po >+share/games/supertux2/locale/ml.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/sk.po >+share/games/supertux2/locale/sl.po >+share/games/supertux2/locale/sq.po >+share/games/supertux2/locale/sr.po >+share/games/supertux2/locale/sv.po >+share/games/supertux2/locale/tr.po >+share/games/supertux2/locale/uk.po >+share/games/supertux2/locale/uz.po >+share/games/supertux2/locale/vi.po >+share/games/supertux2/locale/zh_CN.po >+share/games/supertux2/locale/zh_TW.po >+share/games/supertux2/music/airship_remix.music >+share/games/supertux2/music/airship_remix.ogg >+share/games/supertux2/music/battle_theme.music >+share/games/supertux2/music/battle_theme.ogg >+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/christmas_theme.music >+share/games/supertux2/music/christmas_theme.ogg >+share/games/supertux2/music/clavelian_march.music >+share/games/supertux2/music/clavelian_march.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/halloween_1.music >+share/games/supertux2/music/halloween_1.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/voc-boss.music >+share/games/supertux2/music/voc-boss.ogg >+share/games/supertux2/music/voc-dark.music >+share/games/supertux2/music/voc-dark.ogg >+share/games/supertux2/music/voc-daytime.music >+share/games/supertux2/music/voc-daytime.ogg >+share/games/supertux2/music/voc-daytime2.music >+share/games/supertux2/music/voc-daytime2.ogg >+share/games/supertux2/music/voc-night.music >+share/games/supertux2/music/voc-night.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/coin2.ogg >+share/games/supertux2/sounds/cracking.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/firecracker.ogg >+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/flop.ogg >+share/games/supertux2/sounds/grow.ogg >+share/games/supertux2/sounds/grunts.ogg >+share/games/supertux2/sounds/gulp.wav >+share/games/supertux2/sounds/hop.ogg >+share/games/supertux2/sounds/hurt.wav >+share/games/supertux2/sounds/iceblock_bump.wav >+share/games/supertux2/sounds/icecrash.ogg >+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/normalize.sh >+share/games/supertux2/sounds/phone.wav >+share/games/supertux2/sounds/pop.ogg >+share/games/supertux2/sounds/pshit.ogg >+share/games/supertux2/sounds/rain.wav >+share/games/supertux2/sounds/savebell2.wav >+share/games/supertux2/sounds/savebell_low.wav >+share/games/supertux2/sounds/saw.wav >+share/games/supertux2/sounds/shoot.wav >+share/games/supertux2/sounds/sizzle.ogg >+share/games/supertux2/sounds/skid.wav >+share/games/supertux2/sounds/splash.ogg >+share/games/supertux2/sounds/splash.wav >+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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 205686
: 164802
Working