diff options
author | miwi <miwi@FreeBSD.org> | 2009-03-01 04:18:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-03-01 04:18:14 +0800 |
commit | 6fb12d887c656bcee322259eb9137e700c7c9003 (patch) | |
tree | f14e33ff000195ac406220bf9f71635b22ca03af /games/xblast | |
parent | 70b277f4a881a651dd65f5bfb9d1b87a4ac8f275 (diff) | |
download | freebsd-ports-gnome-6fb12d887c656bcee322259eb9137e700c7c9003.tar.gz freebsd-ports-gnome-6fb12d887c656bcee322259eb9137e700c7c9003.tar.zst freebsd-ports-gnome-6fb12d887c656bcee322259eb9137e700c7c9003.zip |
- Update to 2.10.4
PR: 131837
Submitted by: Ports Fury
Diffstat (limited to 'games/xblast')
-rw-r--r-- | games/xblast/Makefile | 130 | ||||
-rw-r--r-- | games/xblast/distinfo | 24 | ||||
-rw-r--r-- | games/xblast/files/patch-aa | 11 | ||||
-rw-r--r-- | games/xblast/files/patch-ab | 36 | ||||
-rw-r--r-- | games/xblast/files/patch-ac | 17 | ||||
-rw-r--r-- | games/xblast/files/re-image | 1 | ||||
-rw-r--r-- | games/xblast/files/re-level | 1 | ||||
-rw-r--r-- | games/xblast/files/re-sounds | 1 | ||||
-rw-r--r-- | games/xblast/pkg-plist | 5388 |
9 files changed, 2965 insertions, 2644 deletions
diff --git a/games/xblast/Makefile b/games/xblast/Makefile index 8ceba34f7014..40db514e68bf 100644 --- a/games/xblast/Makefile +++ b/games/xblast/Makefile @@ -6,56 +6,118 @@ # PORTNAME= xblast -PORTVERSION= 2.9.22 -PORTREVISION= 1 +PORTVERSION= 2.10.4 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= xblast -.ifdef (WITHOUT_SOUND) -PKGNAMESUFFIX= -nosound -.endif +MASTER_SITES= SF DISTFILES= ${DISTNAME}${EXTRACT_SUFX} -DISTFILES+= image.tar.gz -DISTFILES+= level.tar.gz -.ifndef (WITHOUT_SOUND) -DISTFILES+= sounds.tar.gz +DISTFILES+= ${IMAGES_DISTNAME}${EXTRACT_SUFX} +DISTFILES+= ${LEVELS_DISTNAME}${EXTRACT_SUFX} +DISTFILES+= ${MODELS_DISTNAME}${EXTRACT_SUFX} +.if !defined(WITHOUT_SOUND) +DISTFILES+= ${MUSICS_DISTNAME}${EXTRACT_SUFX} +DISTFILES+= ${SOUNDS_DISTNAME}${EXTRACT_SUFX} .endif DIST_SUBDIR= xblast MAINTAINER= ports@FreeBSD.org COMMENT= Multi-player real-time strategy game for X11 -CFLAGS+= -DGAME_DATADIR='\"${DATADIR}\"' -.ifndef (WITHOUT_SOUND) -CFLAGS+= -DXBLAST_SOUND +WANT_SDL= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ARGS= --enable-admin +MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \ + AUTOMAKE="${TRUE}" + +MAN6= xblast.6 + +DATADIR= ${PREFIX}/share/XBlast-TNT + +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib + +FONTSDIR= ${LOCALBASE}/lib/X11/fonts/bitstream-vera + +IMAGES_DISTNAME=images-2005-01-06 +LEVELS_DISTNAME=levels-2005-01-06 +MODELS_DISTNAME=models-2005-01-06 +MUSICS_DISTNAME=musics-2005-01-06 +SOUNDS_DISTNAME=sounds + +.if defined(WITHOUT_NLS) +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " +.else +USE_GETTEXT= yes +PLIST_SUB+= NLS="" .endif -USE_IMAKE= yes -.ifndef (WITHOUT_SOUND) -ALL_TARGET= all xbsndsrv + +.if defined(WITHOUT_SDL) +USE_XORG= ice x11 +CONFIGURE_ARGS+= --disable-sdl +PLIST_SUB+= NOSDL="" +.else +RUN_DEPENDS+= ${FONTSDIR}/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera +USE_SDL+= gfx image mixer net ttf sdl +CONFIGURE_ARGS+= --enable-sdl +PLIST_SUB+= NOSDL="@comment " .endif -MAN1= xblast.1 -.ifndef (WITHOUT_SOUND) -PLIST_SUB+= WITH_SOUND="" + +.if defined(WITHOUT_SOUND) && defined(WITHOUT_SDL) +PKGNAMESUFFIX= -nosound +CONFIGURE_ARGS+= --disable-sound +PLIST_SUB+= SOUND="@comment " .else -PLIST_SUB+= WITH_SOUND="@comment " +CONFIGURE_ARGS+= --enable-sound +PLIST_SUB+= SOUND="" .endif -.ifndef (WITHOUT_SOUND) -SOUNDS= sounds +.if defined(WITH_SMPF) +CONFIGURE_ARGS+= --enable-SMPF .endif -post-install: -.ifndef (WITHOUT_SOUND) - ${INSTALL_PROGRAM} ${WRKSRC}/xbsndsrv ${PREFIX}/bin +post-patch: + @${REINPLACE_CMD} -e 's|/games/|/|g ; \ + /-ggdb/d' ${WRKSRC}/configure + @${REINPLACE_CMD} -e \ + 's|$$(game_datadir)/locale|$$(prefix)/share/locale|g ; \ + s|^xblast_LDADD =.*$$|xblast_LDADD = $$(LIBINTL)|g' \ + ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e \ + 's|"Vera.ttf"|"${FONTSDIR}/Vera.ttf"|g' ${WRKSRC}/sdl_text.c + +do-install: + cd ${WRKSRC} && ${INSTALL_PROGRAM} xblast ${PREFIX}/bin/xblast +.if defined(WITHOUT_SDL) && !defined(WITHOUT_SOUND) + cd ${WRKSRC} && ${INSTALL_PROGRAM} xbsndsrv ${PREFIX}/bin/xbsndsrv .endif - ${MKDIR} ${DATADIR} -.for d in image level ${SOUNDS} - cd ${WRKDIR}; \ - ${FIND} $d -type d | (cd ${DATADIR}; ${XARGS} ${MKDIR}); \ - ${FIND} $d -type f | ${EGREP} -f ${FILESDIR}/re-${d} | \ - while read f; do \ - ${INSTALL_DATA} $$f ${DATADIR}/$$f; \ - done + cd ${WRKSRC} && ${INSTALL_MAN} xblast.man ${MAN6PREFIX}/man/man6/xblast.6 +.if !defined(WITHOUT_NLS) +.for lang in de fr + @${MKDIR} ${PREFIX}/share/locale/${lang}/LC_MESSAGES + cd ${WRKSRC}/po && ${INSTALL_DATA} ${lang}.gmo \ + ${PREFIX}/share/locale/${lang}/LC_MESSAGES/xblast.mo .endfor +.endif + @${MKDIR} ${DATADIR}/image + @(${TAR} -C ${WRKDIR}/${IMAGES_DISTNAME} --exclude "Imakefile" \ + -cf - . | ${TAR} -C ${DATADIR}/image --unlink -xf -) + @${MKDIR} ${DATADIR}/level + @(${TAR} -C ${WRKDIR}/${LEVELS_DISTNAME} --exclude "Imakefile" \ + -cf - . | ${TAR} -C ${DATADIR}/level --unlink -xf -) + @${MKDIR} ${DATADIR}/image/sprite + @(${TAR} -C ${WRKDIR}/${MODELS_DISTNAME} --exclude "Imakefile" \ + -cf - . | ${TAR} -C ${DATADIR}/image/sprite --unlink -xf -) +.if !defined(WITHOUT_SOUND) + @${MKDIR} ${DATADIR}/sounds + @(${TAR} -C ${WRKDIR}/${MUSICS_DISTNAME} --exclude "Imakefile" \ + -cf - . | ${TAR} -C ${DATADIR}/sounds --unlink -xf -) + @(${TAR} -C ${WRKDIR}/${SOUNDS_DISTNAME} --exclude "Imakefile" \ + -cf - . | ${TAR} -C ${DATADIR}/sounds --unlink -xf -) +.endif + @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR} + @${FIND} ${DATADIR} -type d -exec ${CHMOD} 755 {} \; + @${FIND} ${DATADIR} -type f -exec ${CHMOD} ${SHAREMODE} {} \; .include <bsd.port.mk> diff --git a/games/xblast/distinfo b/games/xblast/distinfo index 41869566c4f0..d1da6cf3635f 100644 --- a/games/xblast/distinfo +++ b/games/xblast/distinfo @@ -1,12 +1,18 @@ -MD5 (xblast/xblast-2.9.22.tar.gz) = 658e91e053e9d7ff78979688325c806a -SHA256 (xblast/xblast-2.9.22.tar.gz) = fc6b4ace1172a7734a72e4a64c5658654cfe1ecaee25afd7c86cc97ac3ae69ee -SIZE (xblast/xblast-2.9.22.tar.gz) = 4969378 -MD5 (xblast/image.tar.gz) = 479c0de348c18bcfa6f3718729930400 -SHA256 (xblast/image.tar.gz) = 0b225c79dccc03ca8444df3d2e8d1336390133d178138d7243750e599f16b625 -SIZE (xblast/image.tar.gz) = 4643000 -MD5 (xblast/level.tar.gz) = 4c4a4a121dc2381534d5d3f7b5ca59f5 -SHA256 (xblast/level.tar.gz) = ea007ae28aae6371d76a0c9ab6f31960eabb32121538ebfa888c5ddb7af1337e -SIZE (xblast/level.tar.gz) = 267681 +MD5 (xblast/xblast-2.10.4.tar.gz) = eca7620c34ab49bb62fa8ef01f73b2f3 +SHA256 (xblast/xblast-2.10.4.tar.gz) = 93cd7c47ff83e00655605fcbec6a031f75d170d7eb467b85bcbe6c1733bcc213 +SIZE (xblast/xblast-2.10.4.tar.gz) = 684965 +MD5 (xblast/images-2005-01-06.tar.gz) = f92d0965c759695e6a18310f885c6f40 +SHA256 (xblast/images-2005-01-06.tar.gz) = 24b627af1d4884fa39cbfb4ad2d953661aa5283f96ee678137ba554b67423542 +SIZE (xblast/images-2005-01-06.tar.gz) = 860830 +MD5 (xblast/levels-2005-01-06.tar.gz) = ea6277af0e97ad7eaea09370f4fe55ba +SHA256 (xblast/levels-2005-01-06.tar.gz) = af145dcb40c94e07953f3a12adf2ab67411428b31a0446df3df7c91d5f26075a +SIZE (xblast/levels-2005-01-06.tar.gz) = 283353 +MD5 (xblast/models-2005-01-06.tar.gz) = 887e84c9e7844823e3c8b59e63e8859b +SHA256 (xblast/models-2005-01-06.tar.gz) = daed0d50c0371afe187159c7692d7d26d124e80e9c3208043d83a5b6ca610f77 +SIZE (xblast/models-2005-01-06.tar.gz) = 1738564 +MD5 (xblast/musics-2005-01-06.tar.gz) = e721a2e448f81ca83d9a0a772251f611 +SHA256 (xblast/musics-2005-01-06.tar.gz) = 42a45b074925755d7d2a0effb9a59e9e3874f92a7aa9e10bb90f98eeb11cbc61 +SIZE (xblast/musics-2005-01-06.tar.gz) = 5317575 MD5 (xblast/sounds.tar.gz) = 809c27f1002ad4d7aa836e083f52a199 SHA256 (xblast/sounds.tar.gz) = 310c89592139df617e6e981ab5bf3bfca84a7778d5191334bda8eb069c924b61 SIZE (xblast/sounds.tar.gz) = 1612625 diff --git a/games/xblast/files/patch-aa b/games/xblast/files/patch-aa deleted file mode 100644 index 1854da2fcee7..000000000000 --- a/games/xblast/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Imakefile.orig Wed Jul 7 12:52:58 2004 -+++ Imakefile Tue Dec 28 17:53:45 2004 -@@ -72,3 +72,8 @@ - - AllTarget(xblast) - ComplexProgramTarget(xblast) -+ -+SRCS2 = xbsndsrv.c -+OBJS2 = xbsndsrv.o -+ -+NormalProgramTarget(xbsndsrv,$(OBJS2),,,) diff --git a/games/xblast/files/patch-ab b/games/xblast/files/patch-ab deleted file mode 100644 index 936b9edee17c..000000000000 --- a/games/xblast/files/patch-ab +++ /dev/null @@ -1,36 +0,0 @@ ---- xbsndsrv.c.orig Wed Jul 7 12:53:13 2004 -+++ xbsndsrv.c Thu Dec 30 21:45:25 2004 -@@ -43,7 +43,7 @@ - #include <sys/ioctl.h> - #include <sys/time.h> - #ifdef __FreeBSD__ --#include <machine/soundcard.h> -+#include <sys/soundcard.h> - #else - #include <linux/soundcard.h> - #endif -@@ -723,16 +723,23 @@ - int n; - struct timeval tv; - fd_set rs; -+ fd_set es; - - while(1) - { - tv.tv_sec = tv.tv_usec = 0; - FD_ZERO(&rs); - FD_SET(0, &rs); -+ FD_ZERO(&es); -+ FD_SET(0, &es); - -- if (select(1, &rs, NULL, NULL, &tv) > 0 && FD_ISSET(0, &rs)) -+ if (select(1, &rs, NULL, &es, &tv) > 0 && FD_ISSET(0, &rs)) - { - n = read(0, command_buff, 8); -+ if ((n == 0) && FD_ISSET(0, &es)) { -+ fprintf(stderr, "Parent was killed, bailing out ...\n"); -+ exit(0); -+ } - cmd = command_buff; - /* there are commands in the pipe */ - while (n > 0) diff --git a/games/xblast/files/patch-ac b/games/xblast/files/patch-ac deleted file mode 100644 index a332d803e498..000000000000 --- a/games/xblast/files/patch-ac +++ /dev/null @@ -1,17 +0,0 @@ ---- xblast.c.orig Wed Jul 7 12:53:41 2004 -+++ xblast.c Thu Dec 30 12:42:51 2004 -@@ -84,12 +84,12 @@ - XBPlayerHost hostType; - XBBool autoCentral; - XBBool nsound; -+ - autoCentral = XBFalse; - nsound = XBFalse; - #ifndef WMS -- int i; - if(argc>1){ -- i=1; -+ int i=1; - while(i<argc){ - if(0==strcmp("-central",argv[i])) { - diff --git a/games/xblast/files/re-image b/games/xblast/files/re-image deleted file mode 100644 index 9c795ee84941..000000000000 --- a/games/xblast/files/re-image +++ /dev/null @@ -1 +0,0 @@ -\.(epm|pbm|ppm)$ diff --git a/games/xblast/files/re-level b/games/xblast/files/re-level deleted file mode 100644 index a71f5a59b38c..000000000000 --- a/games/xblast/files/re-level +++ /dev/null @@ -1 +0,0 @@ -\.(xal|ppm)$ diff --git a/games/xblast/files/re-sounds b/games/xblast/files/re-sounds deleted file mode 100644 index 916220b0d42f..000000000000 --- a/games/xblast/files/re-sounds +++ /dev/null @@ -1 +0,0 @@ -\.(raw)$ diff --git a/games/xblast/pkg-plist b/games/xblast/pkg-plist index 5035f36b2581..7985ff4e79aa 100644 --- a/games/xblast/pkg-plist +++ b/games/xblast/pkg-plist @@ -1,2535 +1,2855 @@ bin/xblast -%%WITH_SOUND%%bin/xbsndsrv -share/xblast/image/block/EPFL_stop.ppm -share/xblast/image/block/air_pump.ppm -share/xblast/image/block/bomb.ppm -share/xblast/image/block/bomb_floor.ppm -share/xblast/image/block/bomb_floor_X.ppm -share/xblast/image/block/bomb_floor_black.ppm -share/xblast/image/block/bomb_floor_black_X.ppm -share/xblast/image/block/book_shelf.ppm -share/xblast/image/block/box.ppm -share/xblast/image/block/brick_O.ppm -share/xblast/image/block/bricks.ppm -share/xblast/image/block/button_floor.ppm -share/xblast/image/block/button_floor_S.ppm -share/xblast/image/block/button_floor_X.ppm -share/xblast/image/block/check.ppm -share/xblast/image/block/check_X.ppm -share/xblast/image/block/cheese.ppm -share/xblast/image/block/chess_floor.ppm -share/xblast/image/block/chess_floor_S.ppm -share/xblast/image/block/chess_floor_X.ppm -share/xblast/image/block/chess_sphere.ppm -share/xblast/image/block/chess_sphere_O.ppm -share/xblast/image/block/chest.ppm -share/xblast/image/block/chest_O.ppm -share/xblast/image/block/city_free.ppm -share/xblast/image/block/city_free_S.ppm -share/xblast/image/block/city_free_X.ppm -share/xblast/image/block/city_rip.ppm -share/xblast/image/block/city_rip_R.ppm -share/xblast/image/block/cloak.ppm -share/xblast/image/block/construction.ppm -share/xblast/image/block/control_alpha.ppm -share/xblast/image/block/control_num.ppm -share/xblast/image/block/d_world.ppm -share/xblast/image/block/d_world_extra.ppm -share/xblast/image/block/daleif.ppm -share/xblast/image/block/dark_block.ppm -share/xblast/image/block/dark_block_R.ppm -share/xblast/image/block/dark_block_X.ppm -share/xblast/image/block/dark_house.ppm -share/xblast/image/block/dark_house_R.ppm -share/xblast/image/block/dark_way.ppm -share/xblast/image/block/dark_way_S.ppm -share/xblast/image/block/dark_way_X.ppm -share/xblast/image/block/display.ppm -share/xblast/image/block/doom.ppm -share/xblast/image/block/double_bomb.ppm -share/xblast/image/block/downarrow.ppm -share/xblast/image/block/electrify.ppm -share/xblast/image/block/evilgrail.ppm -share/xblast/image/block/expl0f.ppm -share/xblast/image/block/extra.ppm -share/xblast/image/block/extra_O.ppm -share/xblast/image/block/extraelectrify.ppm -share/xblast/image/block/extraghost.ppm -share/xblast/image/block/extrathrough.ppm -share/xblast/image/block/fart.ppm -share/xblast/image/block/firecracker.ppm -share/xblast/image/block/flowers.ppm -share/xblast/image/block/frogger.ppm -share/xblast/image/block/ghost.ppm -share/xblast/image/block/ghost_X.ppm -share/xblast/image/block/ghost_ci.ppm -share/xblast/image/block/ghost_ci_R.ppm -share/xblast/image/block/ghost_sq.ppm -share/xblast/image/block/ghost_sq_R.ppm -share/xblast/image/block/hex.ppm -share/xblast/image/block/hex_X.ppm -share/xblast/image/block/hex_extra.ppm -share/xblast/image/block/hex_extra_O.ppm -share/xblast/image/block/hex_wall.ppm -share/xblast/image/block/hole_floor.ppm -share/xblast/image/block/hole_floor_X.ppm -share/xblast/image/block/holygrail.ppm -share/xblast/image/block/ignite.ppm -share/xblast/image/block/invincible.ppm -share/xblast/image/block/iron_floor.ppm -share/xblast/image/block/iron_floor_S.ppm -share/xblast/image/block/iron_floor_X.ppm -share/xblast/image/block/jizz.ppm -share/xblast/image/block/jizz_extra.ppm -share/xblast/image/block/jizz_extra_O.ppm -share/xblast/image/block/jump.ppm -share/xblast/image/block/karo_dark.ppm -share/xblast/image/block/karo_dark_S.ppm -share/xblast/image/block/karo_dark_X.ppm -share/xblast/image/block/karo_light.ppm -share/xblast/image/block/karo_light_S.ppm -share/xblast/image/block/karo_light_X.ppm -share/xblast/image/block/kick_bomb.ppm -share/xblast/image/block/lego_black.ppm -share/xblast/image/block/lego_black_O.ppm -share/xblast/image/block/lego_floor.ppm -share/xblast/image/block/lego_floor_S.ppm -share/xblast/image/block/lego_floor_X.ppm -share/xblast/image/block/lego_white.ppm -share/xblast/image/block/life.ppm -share/xblast/image/block/light_house.ppm -share/xblast/image/block/light_house_O.ppm -share/xblast/image/block/mayhem.ppm -share/xblast/image/block/menu_bottom.ppm -share/xblast/image/block/menu_center.ppm -share/xblast/image/block/menu_join.ppm -share/xblast/image/block/menu_left.ppm -share/xblast/image/block/menu_left_down.ppm -share/xblast/image/block/menu_left_up.ppm -share/xblast/image/block/menu_list_center.ppm -share/xblast/image/block/menu_list_join.ppm -share/xblast/image/block/menu_list_left.ppm -share/xblast/image/block/menu_list_right.ppm -share/xblast/image/block/menu_podest.ppm -share/xblast/image/block/menu_right.ppm -share/xblast/image/block/menu_right_down.ppm -share/xblast/image/block/menu_right_up.ppm -share/xblast/image/block/menu_top.ppm -share/xblast/image/block/menu_vertical.ppm -share/xblast/image/block/mines.ppm -share/xblast/image/block/mines_b.ppm -share/xblast/image/block/morph.ppm -share/xblast/image/block/mr_beam_bear.ppm -share/xblast/image/block/mr_beam_bear_O.ppm -share/xblast/image/block/mr_beam_free.ppm -share/xblast/image/block/mr_beam_free_X.ppm -share/xblast/image/block/mr_beam_tv.ppm -share/xblast/image/block/multiple.ppm -share/xblast/image/block/napalm.ppm -share/xblast/image/block/nin_1.ppm -share/xblast/image/block/nin_2.ppm -share/xblast/image/block/peace.ppm -share/xblast/image/block/phantom.ppm -share/xblast/image/block/phoenix.ppm -share/xblast/image/block/poison.ppm -share/xblast/image/block/pow.ppm -share/xblast/image/block/pumpkin.ppm -share/xblast/image/block/pumpkin_O.ppm -share/xblast/image/block/pyramid.ppm -share/xblast/image/block/pyramid_R.ppm -share/xblast/image/block/q3a_beam.ppm -share/xblast/image/block/r_i_p.ppm -share/xblast/image/block/r_i_p_R.ppm -share/xblast/image/block/radio_active.ppm -share/xblast/image/block/range.ppm -share/xblast/image/block/remote_control.ppm -share/xblast/image/block/rock_floor.ppm -share/xblast/image/block/rock_floor_S.ppm -share/xblast/image/block/rock_floor_X.ppm -share/xblast/image/block/score_drop.ppm -share/xblast/image/block/score_floor.ppm -share/xblast/image/block/score_left_down.ppm -share/xblast/image/block/score_left_up.ppm -share/xblast/image/block/score_mid_down.ppm -share/xblast/image/block/score_mid_up.ppm -share/xblast/image/block/score_pipe_begin.ppm -share/xblast/image/block/score_pipe_end.ppm -share/xblast/image/block/score_pipe_floor.ppm -share/xblast/image/block/score_pipe_mid.ppm -share/xblast/image/block/score_right_down.ppm -share/xblast/image/block/score_right_up.ppm -share/xblast/image/block/score_step.ppm -share/xblast/image/block/search.ppm -share/xblast/image/block/slow.ppm -share/xblast/image/block/smiley.ppm -share/xblast/image/block/smiley_O.ppm -share/xblast/image/block/snipe.ppm -share/xblast/image/block/speed.ppm -share/xblast/image/block/sphere_dark.ppm -share/xblast/image/block/sphere_half.ppm -share/xblast/image/block/sphere_half_S.ppm -share/xblast/image/block/sphere_half_X.ppm -share/xblast/image/block/sphere_light.ppm -share/xblast/image/block/sphere_light_O.ppm -share/xblast/image/block/stars.ppm -share/xblast/image/block/steal.ppm -share/xblast/image/block/swapcolor.ppm -share/xblast/image/block/swapposition.ppm -share/xblast/image/block/swastika.ppm -share/xblast/image/block/swastika_O.ppm -share/xblast/image/block/syringe.ppm -share/xblast/image/block/temple.ppm -share/xblast/image/block/three_bomb.ppm -share/xblast/image/block/trap.ppm -share/xblast/image/block/triangle_bomb.ppm -share/xblast/image/block/unknown-file.pbm -share/xblast/image/block/unknown-file.ppm -share/xblast/image/block/uparrow.ppm -share/xblast/image/block/wall.ppm -share/xblast/image/block/wall_R.ppm -share/xblast/image/block/weight.ppm -share/xblast/image/block/weight_R.ppm -share/xblast/image/block/win_95_logo.ppm -share/xblast/image/block/x_files.ppm -share/xblast/image/block/x_files_R.ppm -share/xblast/image/block/zoso_extra.ppm -share/xblast/image/block/zoso_extra_O.ppm -share/xblast/image/explosion/bomb_0.pbm -share/xblast/image/explosion/bomb_0.ppm -share/xblast/image/explosion/bomb_1.pbm -share/xblast/image/explosion/bomb_1.ppm -share/xblast/image/explosion/bomb_10.pbm -share/xblast/image/explosion/bomb_10.ppm -share/xblast/image/explosion/bomb_11.pbm -share/xblast/image/explosion/bomb_11.ppm -share/xblast/image/explosion/bomb_12.pbm -share/xblast/image/explosion/bomb_12.ppm -share/xblast/image/explosion/bomb_13.pbm -share/xblast/image/explosion/bomb_13.ppm -share/xblast/image/explosion/bomb_14.pbm -share/xblast/image/explosion/bomb_14.ppm -share/xblast/image/explosion/bomb_15.pbm -share/xblast/image/explosion/bomb_15.ppm -share/xblast/image/explosion/bomb_2.pbm -share/xblast/image/explosion/bomb_2.ppm -share/xblast/image/explosion/bomb_3.pbm -share/xblast/image/explosion/bomb_3.ppm -share/xblast/image/explosion/bomb_4.pbm -share/xblast/image/explosion/bomb_4.ppm -share/xblast/image/explosion/bomb_5.pbm -share/xblast/image/explosion/bomb_5.ppm -share/xblast/image/explosion/bomb_6.pbm -share/xblast/image/explosion/bomb_6.ppm -share/xblast/image/explosion/bomb_7.pbm -share/xblast/image/explosion/bomb_7.ppm -share/xblast/image/explosion/bomb_8.pbm -share/xblast/image/explosion/bomb_8.ppm -share/xblast/image/explosion/bomb_9.pbm -share/xblast/image/explosion/bomb_9.ppm -share/xblast/image/explosion/bomb_x.pbm -share/xblast/image/explosion/bomb_x.ppm -share/xblast/image/explosion/expl.pbm -share/xblast/image/explosion/expl.ppm -share/xblast/image/explosion/expl00.pbm -share/xblast/image/explosion/expl00.ppm -share/xblast/image/explosion/expl00_mask.pbm -share/xblast/image/explosion/expl01.pbm -share/xblast/image/explosion/expl01.ppm -share/xblast/image/explosion/expl01_mask.pbm -share/xblast/image/explosion/expl02.pbm -share/xblast/image/explosion/expl02.ppm -share/xblast/image/explosion/expl02_mask.pbm -share/xblast/image/explosion/expl03.pbm -share/xblast/image/explosion/expl03.ppm -share/xblast/image/explosion/expl03_mask.pbm -share/xblast/image/explosion/expl04.pbm -share/xblast/image/explosion/expl04.ppm -share/xblast/image/explosion/expl04_mask.pbm -share/xblast/image/explosion/expl05.pbm -share/xblast/image/explosion/expl05.ppm -share/xblast/image/explosion/expl05_mask.pbm -share/xblast/image/explosion/expl06.pbm -share/xblast/image/explosion/expl06.ppm -share/xblast/image/explosion/expl06_mask.pbm -share/xblast/image/explosion/expl07.pbm -share/xblast/image/explosion/expl07.ppm -share/xblast/image/explosion/expl07_mask.pbm -share/xblast/image/explosion/expl08.pbm -share/xblast/image/explosion/expl08.ppm -share/xblast/image/explosion/expl08_mask.pbm -share/xblast/image/explosion/expl09.pbm -share/xblast/image/explosion/expl09.ppm -share/xblast/image/explosion/expl09_mask.pbm -share/xblast/image/explosion/expl0a.pbm -share/xblast/image/explosion/expl0a.ppm -share/xblast/image/explosion/expl0a_mask.pbm -share/xblast/image/explosion/expl0b.pbm -share/xblast/image/explosion/expl0b.ppm -share/xblast/image/explosion/expl0b_mask.pbm -share/xblast/image/explosion/expl0c.pbm -share/xblast/image/explosion/expl0c.ppm -share/xblast/image/explosion/expl0c_mask.pbm -share/xblast/image/explosion/expl0d.pbm -share/xblast/image/explosion/expl0d.ppm -share/xblast/image/explosion/expl0d_mask.pbm -share/xblast/image/explosion/expl0e.pbm -share/xblast/image/explosion/expl0e.ppm -share/xblast/image/explosion/expl0e_mask.pbm -share/xblast/image/explosion/expl0f.pbm -share/xblast/image/explosion/expl0f.ppm -share/xblast/image/explosion/expl0f_mask.pbm -share/xblast/image/explosion/expl10.pbm -share/xblast/image/explosion/expl10.ppm -share/xblast/image/explosion/mini_0.pbm -share/xblast/image/explosion/mini_0.ppm -share/xblast/image/explosion/mini_1.pbm -share/xblast/image/explosion/mini_1.ppm -share/xblast/image/explosion/mini_10.pbm -share/xblast/image/explosion/mini_10.ppm -share/xblast/image/explosion/mini_11.pbm -share/xblast/image/explosion/mini_11.ppm -share/xblast/image/explosion/mini_12.pbm -share/xblast/image/explosion/mini_12.ppm -share/xblast/image/explosion/mini_13.pbm -share/xblast/image/explosion/mini_13.ppm -share/xblast/image/explosion/mini_14.pbm -share/xblast/image/explosion/mini_14.ppm -share/xblast/image/explosion/mini_15.pbm -share/xblast/image/explosion/mini_15.ppm -share/xblast/image/explosion/mini_2.pbm -share/xblast/image/explosion/mini_2.ppm -share/xblast/image/explosion/mini_3.pbm -share/xblast/image/explosion/mini_3.ppm -share/xblast/image/explosion/mini_4.pbm -share/xblast/image/explosion/mini_4.ppm -share/xblast/image/explosion/mini_5.pbm -share/xblast/image/explosion/mini_5.ppm -share/xblast/image/explosion/mini_6.pbm -share/xblast/image/explosion/mini_6.ppm -share/xblast/image/explosion/mini_7.pbm -share/xblast/image/explosion/mini_7.ppm -share/xblast/image/explosion/mini_8.pbm -share/xblast/image/explosion/mini_8.ppm -share/xblast/image/explosion/mini_9.pbm -share/xblast/image/explosion/mini_9.ppm -share/xblast/image/explosion/mini_x.pbm -share/xblast/image/explosion/mini_x.ppm -share/xblast/image/misc/color.ppm -share/xblast/image/misc/icon_abort.pbm -share/xblast/image/misc/icon_abort.ppm -share/xblast/image/misc/icon_color.pbm -share/xblast/image/misc/icon_color.ppm -share/xblast/image/misc/icon_default.pbm -share/xblast/image/misc/icon_default.ppm -share/xblast/image/misc/icon_led_off.pbm -share/xblast/image/misc/icon_led_off.ppm -share/xblast/image/misc/icon_led_on.pbm -share/xblast/image/misc/icon_led_on.ppm -share/xblast/image/misc/text_bg.ppm -share/xblast/image/misc/text_fg.ppm -share/xblast/image/misc/title.ppm -share/xblast/image/score/led_off.ppm -share/xblast/image/score/led_on.ppm -share/xblast/image/score/player.epm -share/xblast/image/score/player_abort.epm -share/xblast/image/score/player_dead.epm -share/xblast/image/score/player_sick.epm -share/xblast/image/score/player_sick_abort.epm -share/xblast/image/score/text_left.ppm -share/xblast/image/score/text_middle.ppm -share/xblast/image/score/text_right.ppm -share/xblast/image/score/tile_void.ppm -share/xblast/image/sprite/cowboy_B.epm -share/xblast/image/sprite/cowboy_B.pbm -share/xblast/image/sprite/cowboy_DD.epm -share/xblast/image/sprite/cowboy_DD.pbm -share/xblast/image/sprite/cowboy_DL.epm -share/xblast/image/sprite/cowboy_DL.pbm -share/xblast/image/sprite/cowboy_DR.epm -share/xblast/image/sprite/cowboy_DR.pbm -share/xblast/image/sprite/cowboy_DU.epm -share/xblast/image/sprite/cowboy_DU.pbm -share/xblast/image/sprite/cowboy_D_0.epm -share/xblast/image/sprite/cowboy_D_0.pbm -share/xblast/image/sprite/cowboy_D_1.epm -share/xblast/image/sprite/cowboy_D_1.pbm -share/xblast/image/sprite/cowboy_D_2.epm -share/xblast/image/sprite/cowboy_D_2.pbm -share/xblast/image/sprite/cowboy_D_3.epm -share/xblast/image/sprite/cowboy_D_3.pbm -share/xblast/image/sprite/cowboy_D_S.epm -share/xblast/image/sprite/cowboy_D_S.pbm -share/xblast/image/sprite/cowboy_L.epm -share/xblast/image/sprite/cowboy_L.pbm -share/xblast/image/sprite/cowboy_L1.epm -share/xblast/image/sprite/cowboy_L1.pbm -share/xblast/image/sprite/cowboy_L2.epm -share/xblast/image/sprite/cowboy_L2.pbm -share/xblast/image/sprite/cowboy_L_0.epm -share/xblast/image/sprite/cowboy_L_0.pbm -share/xblast/image/sprite/cowboy_L_1.epm -share/xblast/image/sprite/cowboy_L_1.pbm -share/xblast/image/sprite/cowboy_L_2.epm -share/xblast/image/sprite/cowboy_L_2.pbm -share/xblast/image/sprite/cowboy_L_3.epm -share/xblast/image/sprite/cowboy_L_3.pbm -share/xblast/image/sprite/cowboy_L_S.epm -share/xblast/image/sprite/cowboy_L_S.pbm -share/xblast/image/sprite/cowboy_R_0.epm -share/xblast/image/sprite/cowboy_R_0.pbm -share/xblast/image/sprite/cowboy_R_1.epm -share/xblast/image/sprite/cowboy_R_1.pbm -share/xblast/image/sprite/cowboy_R_2.epm -share/xblast/image/sprite/cowboy_R_2.pbm -share/xblast/image/sprite/cowboy_R_3.epm -share/xblast/image/sprite/cowboy_R_3.pbm -share/xblast/image/sprite/cowboy_R_S.epm -share/xblast/image/sprite/cowboy_R_S.pbm -share/xblast/image/sprite/cowboy_U_0.epm -share/xblast/image/sprite/cowboy_U_0.pbm -share/xblast/image/sprite/cowboy_U_1.epm -share/xblast/image/sprite/cowboy_U_1.pbm -share/xblast/image/sprite/cowboy_U_2.epm -share/xblast/image/sprite/cowboy_U_2.pbm -share/xblast/image/sprite/cowboy_U_3.epm -share/xblast/image/sprite/cowboy_U_3.pbm -share/xblast/image/sprite/cowboy_U_S.epm -share/xblast/image/sprite/cowboy_U_S.pbm -share/xblast/image/sprite/cowboy_W.epm -share/xblast/image/sprite/cowboy_W.pbm -share/xblast/image/sprite/cowboy_W2.epm -share/xblast/image/sprite/cowboy_W2.pbm -share/xblast/image/sprite/cowboy_W3.epm -share/xblast/image/sprite/cowboy_W3.pbm -share/xblast/image/sprite/fat_B.epm -share/xblast/image/sprite/fat_B.pbm -share/xblast/image/sprite/fat_DD.epm -share/xblast/image/sprite/fat_DD.pbm -share/xblast/image/sprite/fat_DL.epm -share/xblast/image/sprite/fat_DL.pbm -share/xblast/image/sprite/fat_DR.epm -share/xblast/image/sprite/fat_DR.pbm -share/xblast/image/sprite/fat_DU.epm -share/xblast/image/sprite/fat_DU.pbm -share/xblast/image/sprite/fat_D_0.epm -share/xblast/image/sprite/fat_D_0.pbm -share/xblast/image/sprite/fat_D_1.epm -share/xblast/image/sprite/fat_D_1.pbm -share/xblast/image/sprite/fat_D_2.epm -share/xblast/image/sprite/fat_D_2.pbm -share/xblast/image/sprite/fat_D_3.epm -share/xblast/image/sprite/fat_D_3.pbm -share/xblast/image/sprite/fat_D_S.epm -share/xblast/image/sprite/fat_D_S.pbm -share/xblast/image/sprite/fat_L.epm -share/xblast/image/sprite/fat_L.pbm -share/xblast/image/sprite/fat_L1.epm -share/xblast/image/sprite/fat_L1.pbm -share/xblast/image/sprite/fat_L2.epm -share/xblast/image/sprite/fat_L2.pbm -share/xblast/image/sprite/fat_L_0.epm -share/xblast/image/sprite/fat_L_0.pbm -share/xblast/image/sprite/fat_L_1.epm -share/xblast/image/sprite/fat_L_1.pbm -share/xblast/image/sprite/fat_L_2.epm -share/xblast/image/sprite/fat_L_2.pbm -share/xblast/image/sprite/fat_L_3.epm -share/xblast/image/sprite/fat_L_3.pbm -share/xblast/image/sprite/fat_L_S.epm -share/xblast/image/sprite/fat_L_S.pbm -share/xblast/image/sprite/fat_R_0.epm -share/xblast/image/sprite/fat_R_0.pbm -share/xblast/image/sprite/fat_R_1.epm -share/xblast/image/sprite/fat_R_1.pbm -share/xblast/image/sprite/fat_R_2.epm -share/xblast/image/sprite/fat_R_2.pbm -share/xblast/image/sprite/fat_R_3.epm -share/xblast/image/sprite/fat_R_3.pbm -share/xblast/image/sprite/fat_R_S.epm -share/xblast/image/sprite/fat_R_S.pbm -share/xblast/image/sprite/fat_U_0.epm -share/xblast/image/sprite/fat_U_0.pbm -share/xblast/image/sprite/fat_U_1.epm -share/xblast/image/sprite/fat_U_1.pbm -share/xblast/image/sprite/fat_U_2.epm -share/xblast/image/sprite/fat_U_2.pbm -share/xblast/image/sprite/fat_U_3.epm -share/xblast/image/sprite/fat_U_3.pbm -share/xblast/image/sprite/fat_U_S.epm -share/xblast/image/sprite/fat_U_S.pbm -share/xblast/image/sprite/fat_W.epm -share/xblast/image/sprite/fat_W.pbm -share/xblast/image/sprite/fat_W2.epm -share/xblast/image/sprite/fat_W2.pbm -share/xblast/image/sprite/fat_W3.epm -share/xblast/image/sprite/fat_W3.pbm -share/xblast/image/sprite/felix_B.epm -share/xblast/image/sprite/felix_B.pbm -share/xblast/image/sprite/felix_DD.epm -share/xblast/image/sprite/felix_DD.pbm -share/xblast/image/sprite/felix_DL.epm -share/xblast/image/sprite/felix_DL.pbm -share/xblast/image/sprite/felix_DR.epm -share/xblast/image/sprite/felix_DR.pbm -share/xblast/image/sprite/felix_DU.epm -share/xblast/image/sprite/felix_DU.pbm -share/xblast/image/sprite/felix_D_0.epm -share/xblast/image/sprite/felix_D_0.pbm -share/xblast/image/sprite/felix_D_1.epm -share/xblast/image/sprite/felix_D_1.pbm -share/xblast/image/sprite/felix_D_2.epm -share/xblast/image/sprite/felix_D_2.pbm -share/xblast/image/sprite/felix_D_3.epm -share/xblast/image/sprite/felix_D_3.pbm -share/xblast/image/sprite/felix_D_S.epm -share/xblast/image/sprite/felix_D_S.pbm -share/xblast/image/sprite/felix_L.epm -share/xblast/image/sprite/felix_L.pbm -share/xblast/image/sprite/felix_L1.epm -share/xblast/image/sprite/felix_L1.pbm -share/xblast/image/sprite/felix_L2.epm -share/xblast/image/sprite/felix_L2.pbm -share/xblast/image/sprite/felix_L_0.epm -share/xblast/image/sprite/felix_L_0.pbm -share/xblast/image/sprite/felix_L_1.epm -share/xblast/image/sprite/felix_L_1.pbm -share/xblast/image/sprite/felix_L_2.epm -share/xblast/image/sprite/felix_L_2.pbm -share/xblast/image/sprite/felix_L_3.epm -share/xblast/image/sprite/felix_L_3.pbm -share/xblast/image/sprite/felix_L_S.epm -share/xblast/image/sprite/felix_L_S.pbm -share/xblast/image/sprite/felix_R_0.epm -share/xblast/image/sprite/felix_R_0.pbm -share/xblast/image/sprite/felix_R_1.epm -share/xblast/image/sprite/felix_R_1.pbm -share/xblast/image/sprite/felix_R_2.epm -share/xblast/image/sprite/felix_R_2.pbm -share/xblast/image/sprite/felix_R_3.epm -share/xblast/image/sprite/felix_R_3.pbm -share/xblast/image/sprite/felix_R_S.epm -share/xblast/image/sprite/felix_R_S.pbm -share/xblast/image/sprite/felix_U_0.epm -share/xblast/image/sprite/felix_U_0.pbm -share/xblast/image/sprite/felix_U_1.epm -share/xblast/image/sprite/felix_U_1.pbm -share/xblast/image/sprite/felix_U_2.epm -share/xblast/image/sprite/felix_U_2.pbm -share/xblast/image/sprite/felix_U_3.epm -share/xblast/image/sprite/felix_U_3.pbm -share/xblast/image/sprite/felix_U_S.epm -share/xblast/image/sprite/felix_U_S.pbm -share/xblast/image/sprite/felix_W.epm -share/xblast/image/sprite/felix_W.pbm -share/xblast/image/sprite/felix_W2.epm -share/xblast/image/sprite/felix_W2.pbm -share/xblast/image/sprite/felix_W3.epm -share/xblast/image/sprite/felix_W3.pbm -share/xblast/image/sprite/girl_B.epm -share/xblast/image/sprite/girl_B.pbm -share/xblast/image/sprite/girl_DD.epm -share/xblast/image/sprite/girl_DD.pbm -share/xblast/image/sprite/girl_DL.epm -share/xblast/image/sprite/girl_DL.pbm -share/xblast/image/sprite/girl_DR.epm -share/xblast/image/sprite/girl_DR.pbm -share/xblast/image/sprite/girl_DU.epm -share/xblast/image/sprite/girl_DU.pbm -share/xblast/image/sprite/girl_D_0.epm -share/xblast/image/sprite/girl_D_0.pbm -share/xblast/image/sprite/girl_D_1.epm -share/xblast/image/sprite/girl_D_1.pbm -share/xblast/image/sprite/girl_D_2.epm -share/xblast/image/sprite/girl_D_2.pbm -share/xblast/image/sprite/girl_D_3.epm -share/xblast/image/sprite/girl_D_3.pbm -share/xblast/image/sprite/girl_D_S.epm -share/xblast/image/sprite/girl_D_S.pbm -share/xblast/image/sprite/girl_L.epm -share/xblast/image/sprite/girl_L.pbm -share/xblast/image/sprite/girl_L1.epm -share/xblast/image/sprite/girl_L1.pbm -share/xblast/image/sprite/girl_L2.epm -share/xblast/image/sprite/girl_L2.pbm -share/xblast/image/sprite/girl_L_0.epm -share/xblast/image/sprite/girl_L_0.pbm -share/xblast/image/sprite/girl_L_1.epm -share/xblast/image/sprite/girl_L_1.pbm -share/xblast/image/sprite/girl_L_2.epm -share/xblast/image/sprite/girl_L_2.pbm -share/xblast/image/sprite/girl_L_3.epm -share/xblast/image/sprite/girl_L_3.pbm -share/xblast/image/sprite/girl_L_S.epm -share/xblast/image/sprite/girl_L_S.pbm -share/xblast/image/sprite/girl_R_0.epm -share/xblast/image/sprite/girl_R_0.pbm -share/xblast/image/sprite/girl_R_1.epm -share/xblast/image/sprite/girl_R_1.pbm -share/xblast/image/sprite/girl_R_2.epm -share/xblast/image/sprite/girl_R_2.pbm -share/xblast/image/sprite/girl_R_3.epm -share/xblast/image/sprite/girl_R_3.pbm -share/xblast/image/sprite/girl_R_S.epm -share/xblast/image/sprite/girl_R_S.pbm -share/xblast/image/sprite/girl_U_0.epm -share/xblast/image/sprite/girl_U_0.pbm -share/xblast/image/sprite/girl_U_1.epm -share/xblast/image/sprite/girl_U_1.pbm -share/xblast/image/sprite/girl_U_2.epm -share/xblast/image/sprite/girl_U_2.pbm -share/xblast/image/sprite/girl_U_3.epm -share/xblast/image/sprite/girl_U_3.pbm -share/xblast/image/sprite/girl_U_S.epm -share/xblast/image/sprite/girl_U_S.pbm -share/xblast/image/sprite/girl_W.epm -share/xblast/image/sprite/girl_W.pbm -share/xblast/image/sprite/girl_W2.epm -share/xblast/image/sprite/girl_W2.pbm -share/xblast/image/sprite/girl_W3.epm -share/xblast/image/sprite/girl_W3.pbm -share/xblast/image/sprite/golem_B.epm -share/xblast/image/sprite/golem_B.pbm -share/xblast/image/sprite/golem_DD.epm -share/xblast/image/sprite/golem_DD.pbm -share/xblast/image/sprite/golem_DL.epm -share/xblast/image/sprite/golem_DL.pbm -share/xblast/image/sprite/golem_DR.epm -share/xblast/image/sprite/golem_DR.pbm -share/xblast/image/sprite/golem_DU.epm -share/xblast/image/sprite/golem_DU.pbm -share/xblast/image/sprite/golem_D_0.epm -share/xblast/image/sprite/golem_D_0.pbm -share/xblast/image/sprite/golem_D_1.epm -share/xblast/image/sprite/golem_D_1.pbm -share/xblast/image/sprite/golem_D_2.epm -share/xblast/image/sprite/golem_D_2.pbm -share/xblast/image/sprite/golem_D_3.epm -share/xblast/image/sprite/golem_D_3.pbm -share/xblast/image/sprite/golem_D_S.epm -share/xblast/image/sprite/golem_D_S.pbm -share/xblast/image/sprite/golem_L.epm -share/xblast/image/sprite/golem_L.pbm -share/xblast/image/sprite/golem_L1.epm -share/xblast/image/sprite/golem_L1.pbm -share/xblast/image/sprite/golem_L2.epm -share/xblast/image/sprite/golem_L2.pbm -share/xblast/image/sprite/golem_L_0.epm -share/xblast/image/sprite/golem_L_0.pbm -share/xblast/image/sprite/golem_L_1.epm -share/xblast/image/sprite/golem_L_1.pbm -share/xblast/image/sprite/golem_L_2.epm -share/xblast/image/sprite/golem_L_2.pbm -share/xblast/image/sprite/golem_L_3.epm -share/xblast/image/sprite/golem_L_3.pbm -share/xblast/image/sprite/golem_L_S.epm -share/xblast/image/sprite/golem_L_S.pbm -share/xblast/image/sprite/golem_R_0.epm -share/xblast/image/sprite/golem_R_0.pbm -share/xblast/image/sprite/golem_R_1.epm -share/xblast/image/sprite/golem_R_1.pbm -share/xblast/image/sprite/golem_R_2.epm -share/xblast/image/sprite/golem_R_2.pbm -share/xblast/image/sprite/golem_R_3.epm -share/xblast/image/sprite/golem_R_3.pbm -share/xblast/image/sprite/golem_R_S.epm -share/xblast/image/sprite/golem_R_S.pbm -share/xblast/image/sprite/golem_U_0.epm -share/xblast/image/sprite/golem_U_0.pbm -share/xblast/image/sprite/golem_U_1.epm -share/xblast/image/sprite/golem_U_1.pbm -share/xblast/image/sprite/golem_U_2.epm -share/xblast/image/sprite/golem_U_2.pbm -share/xblast/image/sprite/golem_U_3.epm -share/xblast/image/sprite/golem_U_3.pbm -share/xblast/image/sprite/golem_U_S.epm -share/xblast/image/sprite/golem_U_S.pbm -share/xblast/image/sprite/golem_W.epm -share/xblast/image/sprite/golem_W.pbm -share/xblast/image/sprite/golem_W2.epm -share/xblast/image/sprite/golem_W2.pbm -share/xblast/image/sprite/golem_W3.epm -share/xblast/image/sprite/golem_W3.pbm -share/xblast/image/sprite/insect_B.epm -share/xblast/image/sprite/insect_B.pbm -share/xblast/image/sprite/insect_DD.epm -share/xblast/image/sprite/insect_DD.pbm -share/xblast/image/sprite/insect_DL.epm -share/xblast/image/sprite/insect_DL.pbm -share/xblast/image/sprite/insect_DR.epm -share/xblast/image/sprite/insect_DR.pbm -share/xblast/image/sprite/insect_DU.epm -share/xblast/image/sprite/insect_DU.pbm -share/xblast/image/sprite/insect_D_0.epm -share/xblast/image/sprite/insect_D_0.pbm -share/xblast/image/sprite/insect_D_1.epm -share/xblast/image/sprite/insect_D_1.pbm -share/xblast/image/sprite/insect_D_2.epm -share/xblast/image/sprite/insect_D_2.pbm -share/xblast/image/sprite/insect_D_3.epm -share/xblast/image/sprite/insect_D_3.pbm -share/xblast/image/sprite/insect_D_S.epm -share/xblast/image/sprite/insect_D_S.pbm -share/xblast/image/sprite/insect_L.epm -share/xblast/image/sprite/insect_L.pbm -share/xblast/image/sprite/insect_L1.epm -share/xblast/image/sprite/insect_L1.pbm -share/xblast/image/sprite/insect_L2.epm -share/xblast/image/sprite/insect_L2.pbm -share/xblast/image/sprite/insect_L_0.epm -share/xblast/image/sprite/insect_L_0.pbm -share/xblast/image/sprite/insect_L_1.epm -share/xblast/image/sprite/insect_L_1.pbm -share/xblast/image/sprite/insect_L_2.epm -share/xblast/image/sprite/insect_L_2.pbm -share/xblast/image/sprite/insect_L_3.epm -share/xblast/image/sprite/insect_L_3.pbm -share/xblast/image/sprite/insect_L_S.epm -share/xblast/image/sprite/insect_L_S.pbm -share/xblast/image/sprite/insect_R_0.epm -share/xblast/image/sprite/insect_R_0.pbm -share/xblast/image/sprite/insect_R_1.epm -share/xblast/image/sprite/insect_R_1.pbm -share/xblast/image/sprite/insect_R_2.epm -share/xblast/image/sprite/insect_R_2.pbm -share/xblast/image/sprite/insect_R_3.epm -share/xblast/image/sprite/insect_R_3.pbm -share/xblast/image/sprite/insect_R_S.epm -share/xblast/image/sprite/insect_R_S.pbm -share/xblast/image/sprite/insect_U_0.epm -share/xblast/image/sprite/insect_U_0.pbm -share/xblast/image/sprite/insect_U_1.epm -share/xblast/image/sprite/insect_U_1.pbm -share/xblast/image/sprite/insect_U_2.epm -share/xblast/image/sprite/insect_U_2.pbm -share/xblast/image/sprite/insect_U_3.epm -share/xblast/image/sprite/insect_U_3.pbm -share/xblast/image/sprite/insect_U_S.epm -share/xblast/image/sprite/insect_U_S.pbm -share/xblast/image/sprite/insect_W.epm -share/xblast/image/sprite/insect_W.pbm -share/xblast/image/sprite/insect_W2.epm -share/xblast/image/sprite/insect_W2.pbm -share/xblast/image/sprite/insect_W3.epm -share/xblast/image/sprite/insect_W3.pbm -share/xblast/image/sprite/jedi_B.epm -share/xblast/image/sprite/jedi_B.pbm -share/xblast/image/sprite/jedi_DD.epm -share/xblast/image/sprite/jedi_DD.pbm -share/xblast/image/sprite/jedi_DL.epm -share/xblast/image/sprite/jedi_DL.pbm -share/xblast/image/sprite/jedi_DR.epm -share/xblast/image/sprite/jedi_DR.pbm -share/xblast/image/sprite/jedi_DU.epm -share/xblast/image/sprite/jedi_DU.pbm -share/xblast/image/sprite/jedi_D_0.epm -share/xblast/image/sprite/jedi_D_0.pbm -share/xblast/image/sprite/jedi_D_1.epm -share/xblast/image/sprite/jedi_D_1.pbm -share/xblast/image/sprite/jedi_D_2.epm -share/xblast/image/sprite/jedi_D_2.pbm -share/xblast/image/sprite/jedi_D_3.epm -share/xblast/image/sprite/jedi_D_3.pbm -share/xblast/image/sprite/jedi_D_S.epm -share/xblast/image/sprite/jedi_D_S.pbm -share/xblast/image/sprite/jedi_L.epm -share/xblast/image/sprite/jedi_L.pbm -share/xblast/image/sprite/jedi_L1.epm -share/xblast/image/sprite/jedi_L1.pbm -share/xblast/image/sprite/jedi_L2.epm -share/xblast/image/sprite/jedi_L2.pbm -share/xblast/image/sprite/jedi_L_0.epm -share/xblast/image/sprite/jedi_L_0.pbm -share/xblast/image/sprite/jedi_L_1.epm -share/xblast/image/sprite/jedi_L_1.pbm -share/xblast/image/sprite/jedi_L_2.epm -share/xblast/image/sprite/jedi_L_2.pbm -share/xblast/image/sprite/jedi_L_3.epm -share/xblast/image/sprite/jedi_L_3.pbm -share/xblast/image/sprite/jedi_L_S.epm -share/xblast/image/sprite/jedi_L_S.pbm -share/xblast/image/sprite/jedi_R_0.epm -share/xblast/image/sprite/jedi_R_0.pbm -share/xblast/image/sprite/jedi_R_1.epm -share/xblast/image/sprite/jedi_R_1.pbm -share/xblast/image/sprite/jedi_R_2.epm -share/xblast/image/sprite/jedi_R_2.pbm -share/xblast/image/sprite/jedi_R_3.epm -share/xblast/image/sprite/jedi_R_3.pbm -share/xblast/image/sprite/jedi_R_S.epm -share/xblast/image/sprite/jedi_R_S.pbm -share/xblast/image/sprite/jedi_U_0.epm -share/xblast/image/sprite/jedi_U_0.pbm -share/xblast/image/sprite/jedi_U_1.epm -share/xblast/image/sprite/jedi_U_1.pbm -share/xblast/image/sprite/jedi_U_2.epm -share/xblast/image/sprite/jedi_U_2.pbm -share/xblast/image/sprite/jedi_U_3.epm -share/xblast/image/sprite/jedi_U_3.pbm -share/xblast/image/sprite/jedi_U_S.epm -share/xblast/image/sprite/jedi_U_S.pbm -share/xblast/image/sprite/jedi_W.epm -share/xblast/image/sprite/jedi_W.pbm -share/xblast/image/sprite/jedi_W2.epm -share/xblast/image/sprite/jedi_W2.pbm -share/xblast/image/sprite/jedi_W3.epm -share/xblast/image/sprite/jedi_W3.pbm -share/xblast/image/sprite/mecha_B.epm -share/xblast/image/sprite/mecha_B.pbm -share/xblast/image/sprite/mecha_DD.epm -share/xblast/image/sprite/mecha_DD.pbm -share/xblast/image/sprite/mecha_DL.epm -share/xblast/image/sprite/mecha_DL.pbm -share/xblast/image/sprite/mecha_DR.epm -share/xblast/image/sprite/mecha_DR.pbm -share/xblast/image/sprite/mecha_DU.epm -share/xblast/image/sprite/mecha_DU.pbm -share/xblast/image/sprite/mecha_D_0.epm -share/xblast/image/sprite/mecha_D_0.pbm -share/xblast/image/sprite/mecha_D_1.epm -share/xblast/image/sprite/mecha_D_1.pbm -share/xblast/image/sprite/mecha_D_2.epm -share/xblast/image/sprite/mecha_D_2.pbm -share/xblast/image/sprite/mecha_D_3.epm -share/xblast/image/sprite/mecha_D_3.pbm -share/xblast/image/sprite/mecha_D_S.epm -share/xblast/image/sprite/mecha_D_S.pbm -share/xblast/image/sprite/mecha_L.epm -share/xblast/image/sprite/mecha_L.pbm -share/xblast/image/sprite/mecha_L1.epm -share/xblast/image/sprite/mecha_L1.pbm -share/xblast/image/sprite/mecha_L2.epm -share/xblast/image/sprite/mecha_L2.pbm -share/xblast/image/sprite/mecha_L_0.epm -share/xblast/image/sprite/mecha_L_0.pbm -share/xblast/image/sprite/mecha_L_1.epm -share/xblast/image/sprite/mecha_L_1.pbm -share/xblast/image/sprite/mecha_L_2.epm -share/xblast/image/sprite/mecha_L_2.pbm -share/xblast/image/sprite/mecha_L_3.epm -share/xblast/image/sprite/mecha_L_3.pbm -share/xblast/image/sprite/mecha_L_S.epm -share/xblast/image/sprite/mecha_L_S.pbm -share/xblast/image/sprite/mecha_R_0.epm -share/xblast/image/sprite/mecha_R_0.pbm -share/xblast/image/sprite/mecha_R_1.epm -share/xblast/image/sprite/mecha_R_1.pbm -share/xblast/image/sprite/mecha_R_2.epm -share/xblast/image/sprite/mecha_R_2.pbm -share/xblast/image/sprite/mecha_R_3.epm -share/xblast/image/sprite/mecha_R_3.pbm -share/xblast/image/sprite/mecha_R_S.epm -share/xblast/image/sprite/mecha_R_S.pbm -share/xblast/image/sprite/mecha_U_0.epm -share/xblast/image/sprite/mecha_U_0.pbm -share/xblast/image/sprite/mecha_U_1.epm -share/xblast/image/sprite/mecha_U_1.pbm -share/xblast/image/sprite/mecha_U_2.epm -share/xblast/image/sprite/mecha_U_2.pbm -share/xblast/image/sprite/mecha_U_3.epm -share/xblast/image/sprite/mecha_U_3.pbm -share/xblast/image/sprite/mecha_U_S.epm -share/xblast/image/sprite/mecha_U_S.pbm -share/xblast/image/sprite/mecha_W.epm -share/xblast/image/sprite/mecha_W.pbm -share/xblast/image/sprite/mecha_W2.epm -share/xblast/image/sprite/mecha_W2.pbm -share/xblast/image/sprite/mecha_W3.epm -share/xblast/image/sprite/mecha_W3.pbm -share/xblast/image/sprite/morph.pbm -share/xblast/image/sprite/morph.ppm -share/xblast/image/sprite/normal_B.epm -share/xblast/image/sprite/normal_B.pbm -share/xblast/image/sprite/normal_DD.epm -share/xblast/image/sprite/normal_DD.pbm -share/xblast/image/sprite/normal_DL.epm -share/xblast/image/sprite/normal_DL.pbm -share/xblast/image/sprite/normal_DR.epm -share/xblast/image/sprite/normal_DR.pbm -share/xblast/image/sprite/normal_DU.epm -share/xblast/image/sprite/normal_DU.pbm -share/xblast/image/sprite/normal_D_0.epm -share/xblast/image/sprite/normal_D_0.pbm -share/xblast/image/sprite/normal_D_1.epm -share/xblast/image/sprite/normal_D_1.pbm -share/xblast/image/sprite/normal_D_2.epm -share/xblast/image/sprite/normal_D_2.pbm -share/xblast/image/sprite/normal_D_3.epm -share/xblast/image/sprite/normal_D_3.pbm -share/xblast/image/sprite/normal_D_S.epm -share/xblast/image/sprite/normal_D_S.pbm -share/xblast/image/sprite/normal_L.epm -share/xblast/image/sprite/normal_L.pbm -share/xblast/image/sprite/normal_L1.epm -share/xblast/image/sprite/normal_L1.pbm -share/xblast/image/sprite/normal_L2.epm -share/xblast/image/sprite/normal_L2.pbm -share/xblast/image/sprite/normal_L_0.epm -share/xblast/image/sprite/normal_L_0.pbm -share/xblast/image/sprite/normal_L_1.epm -share/xblast/image/sprite/normal_L_1.pbm -share/xblast/image/sprite/normal_L_2.epm -share/xblast/image/sprite/normal_L_2.pbm -share/xblast/image/sprite/normal_L_3.epm -share/xblast/image/sprite/normal_L_3.pbm -share/xblast/image/sprite/normal_L_S.epm -share/xblast/image/sprite/normal_L_S.pbm -share/xblast/image/sprite/normal_R_0.epm -share/xblast/image/sprite/normal_R_0.pbm -share/xblast/image/sprite/normal_R_1.epm -share/xblast/image/sprite/normal_R_1.pbm -share/xblast/image/sprite/normal_R_2.epm -share/xblast/image/sprite/normal_R_2.pbm -share/xblast/image/sprite/normal_R_3.epm -share/xblast/image/sprite/normal_R_3.pbm -share/xblast/image/sprite/normal_R_S.epm -share/xblast/image/sprite/normal_R_S.pbm -share/xblast/image/sprite/normal_U_0.epm -share/xblast/image/sprite/normal_U_0.pbm -share/xblast/image/sprite/normal_U_1.epm -share/xblast/image/sprite/normal_U_1.pbm -share/xblast/image/sprite/normal_U_2.epm -share/xblast/image/sprite/normal_U_2.pbm -share/xblast/image/sprite/normal_U_3.epm -share/xblast/image/sprite/normal_U_3.pbm -share/xblast/image/sprite/normal_U_S.epm -share/xblast/image/sprite/normal_U_S.pbm -share/xblast/image/sprite/normal_W.epm -share/xblast/image/sprite/normal_W.pbm -share/xblast/image/sprite/normal_W2.epm -share/xblast/image/sprite/normal_W2.pbm -share/xblast/image/sprite/normal_W3.epm -share/xblast/image/sprite/normal_W3.pbm -share/xblast/image/sprite/ping_B.epm -share/xblast/image/sprite/ping_B.pbm -share/xblast/image/sprite/ping_DD.epm -share/xblast/image/sprite/ping_DD.pbm -share/xblast/image/sprite/ping_DL.epm -share/xblast/image/sprite/ping_DL.pbm -share/xblast/image/sprite/ping_DR.epm -share/xblast/image/sprite/ping_DR.pbm -share/xblast/image/sprite/ping_DU.epm -share/xblast/image/sprite/ping_DU.pbm -share/xblast/image/sprite/ping_D_0.epm -share/xblast/image/sprite/ping_D_0.pbm -share/xblast/image/sprite/ping_D_1.epm -share/xblast/image/sprite/ping_D_1.pbm -share/xblast/image/sprite/ping_D_2.epm -share/xblast/image/sprite/ping_D_2.pbm -share/xblast/image/sprite/ping_D_3.epm -share/xblast/image/sprite/ping_D_3.pbm -share/xblast/image/sprite/ping_D_S.epm -share/xblast/image/sprite/ping_D_S.pbm -share/xblast/image/sprite/ping_L.epm -share/xblast/image/sprite/ping_L.pbm -share/xblast/image/sprite/ping_L1.epm -share/xblast/image/sprite/ping_L1.pbm -share/xblast/image/sprite/ping_L2.epm -share/xblast/image/sprite/ping_L2.pbm -share/xblast/image/sprite/ping_L_0.epm -share/xblast/image/sprite/ping_L_0.pbm -share/xblast/image/sprite/ping_L_1.epm -share/xblast/image/sprite/ping_L_1.pbm -share/xblast/image/sprite/ping_L_2.epm -share/xblast/image/sprite/ping_L_2.pbm -share/xblast/image/sprite/ping_L_3.epm -share/xblast/image/sprite/ping_L_3.pbm -share/xblast/image/sprite/ping_L_S.epm -share/xblast/image/sprite/ping_L_S.pbm -share/xblast/image/sprite/ping_R_0.epm -share/xblast/image/sprite/ping_R_0.pbm -share/xblast/image/sprite/ping_R_1.epm -share/xblast/image/sprite/ping_R_1.pbm -share/xblast/image/sprite/ping_R_2.epm -share/xblast/image/sprite/ping_R_2.pbm -share/xblast/image/sprite/ping_R_3.epm -share/xblast/image/sprite/ping_R_3.pbm -share/xblast/image/sprite/ping_R_S.epm -share/xblast/image/sprite/ping_R_S.pbm -share/xblast/image/sprite/ping_U_0.epm -share/xblast/image/sprite/ping_U_0.pbm -share/xblast/image/sprite/ping_U_1.epm -share/xblast/image/sprite/ping_U_1.pbm -share/xblast/image/sprite/ping_U_2.epm -share/xblast/image/sprite/ping_U_2.pbm -share/xblast/image/sprite/ping_U_3.epm -share/xblast/image/sprite/ping_U_3.pbm -share/xblast/image/sprite/ping_U_S.epm -share/xblast/image/sprite/ping_U_S.pbm -share/xblast/image/sprite/ping_W.epm -share/xblast/image/sprite/ping_W.pbm -share/xblast/image/sprite/ping_W2.epm -share/xblast/image/sprite/ping_W2.pbm -share/xblast/image/sprite/ping_W3.epm -share/xblast/image/sprite/ping_W3.pbm -share/xblast/image/sprite/punk_B.epm -share/xblast/image/sprite/punk_B.pbm -share/xblast/image/sprite/punk_DD.epm -share/xblast/image/sprite/punk_DD.pbm -share/xblast/image/sprite/punk_DL.epm -share/xblast/image/sprite/punk_DL.pbm -share/xblast/image/sprite/punk_DR.epm -share/xblast/image/sprite/punk_DR.pbm -share/xblast/image/sprite/punk_DU.epm -share/xblast/image/sprite/punk_DU.pbm -share/xblast/image/sprite/punk_D_0.epm -share/xblast/image/sprite/punk_D_0.pbm -share/xblast/image/sprite/punk_D_1.epm -share/xblast/image/sprite/punk_D_1.pbm -share/xblast/image/sprite/punk_D_2.epm -share/xblast/image/sprite/punk_D_2.pbm -share/xblast/image/sprite/punk_D_3.epm -share/xblast/image/sprite/punk_D_3.pbm -share/xblast/image/sprite/punk_D_S.epm -share/xblast/image/sprite/punk_D_S.pbm -share/xblast/image/sprite/punk_L.epm -share/xblast/image/sprite/punk_L.pbm -share/xblast/image/sprite/punk_L1.epm -share/xblast/image/sprite/punk_L1.pbm -share/xblast/image/sprite/punk_L2.epm -share/xblast/image/sprite/punk_L2.pbm -share/xblast/image/sprite/punk_L_0.epm -share/xblast/image/sprite/punk_L_0.pbm -share/xblast/image/sprite/punk_L_1.epm -share/xblast/image/sprite/punk_L_1.pbm -share/xblast/image/sprite/punk_L_2.epm -share/xblast/image/sprite/punk_L_2.pbm -share/xblast/image/sprite/punk_L_3.epm -share/xblast/image/sprite/punk_L_3.pbm -share/xblast/image/sprite/punk_L_S.epm -share/xblast/image/sprite/punk_L_S.pbm -share/xblast/image/sprite/punk_R_0.epm -share/xblast/image/sprite/punk_R_0.pbm -share/xblast/image/sprite/punk_R_1.epm -share/xblast/image/sprite/punk_R_1.pbm -share/xblast/image/sprite/punk_R_2.epm -share/xblast/image/sprite/punk_R_2.pbm -share/xblast/image/sprite/punk_R_3.epm -share/xblast/image/sprite/punk_R_3.pbm -share/xblast/image/sprite/punk_R_S.epm -share/xblast/image/sprite/punk_R_S.pbm -share/xblast/image/sprite/punk_U_0.epm -share/xblast/image/sprite/punk_U_0.pbm -share/xblast/image/sprite/punk_U_1.epm -share/xblast/image/sprite/punk_U_1.pbm -share/xblast/image/sprite/punk_U_2.epm -share/xblast/image/sprite/punk_U_2.pbm -share/xblast/image/sprite/punk_U_3.epm -share/xblast/image/sprite/punk_U_3.pbm -share/xblast/image/sprite/punk_U_S.epm -share/xblast/image/sprite/punk_U_S.pbm -share/xblast/image/sprite/punk_W.epm -share/xblast/image/sprite/punk_W.pbm -share/xblast/image/sprite/punk_W2.epm -share/xblast/image/sprite/punk_W2.pbm -share/xblast/image/sprite/punk_W3.epm -share/xblast/image/sprite/punk_W3.pbm -share/xblast/image/sprite/skel_D.pbm -share/xblast/image/sprite/skel_D.ppm -share/xblast/image/sprite/skel_L.pbm -share/xblast/image/sprite/skel_L.ppm -share/xblast/image/sprite/skel_R.pbm -share/xblast/image/sprite/skel_R.ppm -share/xblast/image/sprite/skel_U.pbm -share/xblast/image/sprite/skel_U.ppm -share/xblast/image/sprite/skull_B.epm -share/xblast/image/sprite/skull_B.pbm -share/xblast/image/sprite/skull_DD.epm -share/xblast/image/sprite/skull_DD.pbm -share/xblast/image/sprite/skull_DL.epm -share/xblast/image/sprite/skull_DL.pbm -share/xblast/image/sprite/skull_DR.epm -share/xblast/image/sprite/skull_DR.pbm -share/xblast/image/sprite/skull_DU.epm -share/xblast/image/sprite/skull_DU.pbm -share/xblast/image/sprite/skull_D_0.epm -share/xblast/image/sprite/skull_D_0.pbm -share/xblast/image/sprite/skull_D_1.epm -share/xblast/image/sprite/skull_D_1.pbm -share/xblast/image/sprite/skull_D_2.epm -share/xblast/image/sprite/skull_D_2.pbm -share/xblast/image/sprite/skull_D_3.epm -share/xblast/image/sprite/skull_D_3.pbm -share/xblast/image/sprite/skull_D_S.epm -share/xblast/image/sprite/skull_D_S.pbm -share/xblast/image/sprite/skull_L.epm -share/xblast/image/sprite/skull_L.pbm -share/xblast/image/sprite/skull_L1.epm -share/xblast/image/sprite/skull_L1.pbm -share/xblast/image/sprite/skull_L2.epm -share/xblast/image/sprite/skull_L2.pbm -share/xblast/image/sprite/skull_L_0.epm -share/xblast/image/sprite/skull_L_0.pbm -share/xblast/image/sprite/skull_L_1.epm -share/xblast/image/sprite/skull_L_1.pbm -share/xblast/image/sprite/skull_L_2.epm -share/xblast/image/sprite/skull_L_2.pbm -share/xblast/image/sprite/skull_L_3.epm -share/xblast/image/sprite/skull_L_3.pbm -share/xblast/image/sprite/skull_L_S.epm -share/xblast/image/sprite/skull_L_S.pbm -share/xblast/image/sprite/skull_R_0.epm -share/xblast/image/sprite/skull_R_0.pbm -share/xblast/image/sprite/skull_R_1.epm -share/xblast/image/sprite/skull_R_1.pbm -share/xblast/image/sprite/skull_R_2.epm -share/xblast/image/sprite/skull_R_2.pbm -share/xblast/image/sprite/skull_R_3.epm -share/xblast/image/sprite/skull_R_3.pbm -share/xblast/image/sprite/skull_R_S.epm -share/xblast/image/sprite/skull_R_S.pbm -share/xblast/image/sprite/skull_U_0.epm -share/xblast/image/sprite/skull_U_0.pbm -share/xblast/image/sprite/skull_U_1.epm -share/xblast/image/sprite/skull_U_1.pbm -share/xblast/image/sprite/skull_U_2.epm -share/xblast/image/sprite/skull_U_2.pbm -share/xblast/image/sprite/skull_U_3.epm -share/xblast/image/sprite/skull_U_3.pbm -share/xblast/image/sprite/skull_U_S.epm -share/xblast/image/sprite/skull_U_S.pbm -share/xblast/image/sprite/skull_W.epm -share/xblast/image/sprite/skull_W.pbm -share/xblast/image/sprite/skull_W2.epm -share/xblast/image/sprite/skull_W2.pbm -share/xblast/image/sprite/skull_W3.epm -share/xblast/image/sprite/skull_W3.pbm -share/xblast/image/sprite/sticky_B.epm -share/xblast/image/sprite/sticky_B.pbm -share/xblast/image/sprite/sticky_DD.epm -share/xblast/image/sprite/sticky_DD.pbm -share/xblast/image/sprite/sticky_DL.epm -share/xblast/image/sprite/sticky_DL.pbm -share/xblast/image/sprite/sticky_DR.epm -share/xblast/image/sprite/sticky_DR.pbm -share/xblast/image/sprite/sticky_DU.epm -share/xblast/image/sprite/sticky_DU.pbm -share/xblast/image/sprite/sticky_D_0.epm -share/xblast/image/sprite/sticky_D_0.pbm -share/xblast/image/sprite/sticky_D_1.epm -share/xblast/image/sprite/sticky_D_1.pbm -share/xblast/image/sprite/sticky_D_2.epm -share/xblast/image/sprite/sticky_D_2.pbm -share/xblast/image/sprite/sticky_D_3.epm -share/xblast/image/sprite/sticky_D_3.pbm -share/xblast/image/sprite/sticky_D_S.epm -share/xblast/image/sprite/sticky_D_S.pbm -share/xblast/image/sprite/sticky_L.epm -share/xblast/image/sprite/sticky_L.pbm -share/xblast/image/sprite/sticky_L1.epm -share/xblast/image/sprite/sticky_L1.pbm -share/xblast/image/sprite/sticky_L2.epm -share/xblast/image/sprite/sticky_L2.pbm -share/xblast/image/sprite/sticky_L_0.epm -share/xblast/image/sprite/sticky_L_0.pbm -share/xblast/image/sprite/sticky_L_1.epm -share/xblast/image/sprite/sticky_L_1.pbm -share/xblast/image/sprite/sticky_L_2.epm -share/xblast/image/sprite/sticky_L_2.pbm -share/xblast/image/sprite/sticky_L_3.epm -share/xblast/image/sprite/sticky_L_3.pbm -share/xblast/image/sprite/sticky_L_S.epm -share/xblast/image/sprite/sticky_L_S.pbm -share/xblast/image/sprite/sticky_R_0.epm -share/xblast/image/sprite/sticky_R_0.pbm -share/xblast/image/sprite/sticky_R_1.epm -share/xblast/image/sprite/sticky_R_1.pbm -share/xblast/image/sprite/sticky_R_2.epm -share/xblast/image/sprite/sticky_R_2.pbm -share/xblast/image/sprite/sticky_R_3.epm -share/xblast/image/sprite/sticky_R_3.pbm -share/xblast/image/sprite/sticky_R_S.epm -share/xblast/image/sprite/sticky_R_S.pbm -share/xblast/image/sprite/sticky_U_0.epm -share/xblast/image/sprite/sticky_U_0.pbm -share/xblast/image/sprite/sticky_U_1.epm -share/xblast/image/sprite/sticky_U_1.pbm -share/xblast/image/sprite/sticky_U_2.epm -share/xblast/image/sprite/sticky_U_2.pbm -share/xblast/image/sprite/sticky_U_3.epm -share/xblast/image/sprite/sticky_U_3.pbm -share/xblast/image/sprite/sticky_U_S.epm -share/xblast/image/sprite/sticky_U_S.pbm -share/xblast/image/sprite/sticky_W.epm -share/xblast/image/sprite/sticky_W.pbm -share/xblast/image/sprite/sticky_W2.epm -share/xblast/image/sprite/sticky_W2.pbm -share/xblast/image/sprite/sticky_W3.epm -share/xblast/image/sprite/sticky_W3.pbm -share/xblast/image/sprite/tall_B.epm -share/xblast/image/sprite/tall_B.pbm -share/xblast/image/sprite/tall_DD.epm -share/xblast/image/sprite/tall_DD.pbm -share/xblast/image/sprite/tall_DL.epm -share/xblast/image/sprite/tall_DL.pbm -share/xblast/image/sprite/tall_DR.epm -share/xblast/image/sprite/tall_DR.pbm -share/xblast/image/sprite/tall_DU.epm -share/xblast/image/sprite/tall_DU.pbm -share/xblast/image/sprite/tall_D_0.epm -share/xblast/image/sprite/tall_D_0.pbm -share/xblast/image/sprite/tall_D_1.epm -share/xblast/image/sprite/tall_D_1.pbm -share/xblast/image/sprite/tall_D_2.epm -share/xblast/image/sprite/tall_D_2.pbm -share/xblast/image/sprite/tall_D_3.epm -share/xblast/image/sprite/tall_D_3.pbm -share/xblast/image/sprite/tall_D_S.epm -share/xblast/image/sprite/tall_D_S.pbm -share/xblast/image/sprite/tall_L.epm -share/xblast/image/sprite/tall_L.pbm -share/xblast/image/sprite/tall_L1.epm -share/xblast/image/sprite/tall_L1.pbm -share/xblast/image/sprite/tall_L2.epm -share/xblast/image/sprite/tall_L2.pbm -share/xblast/image/sprite/tall_L_0.epm -share/xblast/image/sprite/tall_L_0.pbm -share/xblast/image/sprite/tall_L_1.epm -share/xblast/image/sprite/tall_L_1.pbm -share/xblast/image/sprite/tall_L_2.epm -share/xblast/image/sprite/tall_L_2.pbm -share/xblast/image/sprite/tall_L_3.epm -share/xblast/image/sprite/tall_L_3.pbm -share/xblast/image/sprite/tall_L_S.epm -share/xblast/image/sprite/tall_L_S.pbm -share/xblast/image/sprite/tall_R_0.epm -share/xblast/image/sprite/tall_R_0.pbm -share/xblast/image/sprite/tall_R_1.epm -share/xblast/image/sprite/tall_R_1.pbm -share/xblast/image/sprite/tall_R_2.epm -share/xblast/image/sprite/tall_R_2.pbm -share/xblast/image/sprite/tall_R_3.epm -share/xblast/image/sprite/tall_R_3.pbm -share/xblast/image/sprite/tall_R_S.epm -share/xblast/image/sprite/tall_R_S.pbm -share/xblast/image/sprite/tall_U_0.epm -share/xblast/image/sprite/tall_U_0.pbm -share/xblast/image/sprite/tall_U_1.epm -share/xblast/image/sprite/tall_U_1.pbm -share/xblast/image/sprite/tall_U_2.epm -share/xblast/image/sprite/tall_U_2.pbm -share/xblast/image/sprite/tall_U_3.epm -share/xblast/image/sprite/tall_U_3.pbm -share/xblast/image/sprite/tall_U_S.epm -share/xblast/image/sprite/tall_U_S.pbm -share/xblast/image/sprite/tall_W.epm -share/xblast/image/sprite/tall_W.pbm -share/xblast/image/sprite/tall_W2.epm -share/xblast/image/sprite/tall_W2.pbm -share/xblast/image/sprite/tall_W3.epm -share/xblast/image/sprite/tall_W3.pbm -share/xblast/image/sprite/tutorial_B.epm -share/xblast/image/sprite/tutorial_B.pbm -share/xblast/image/sprite/tutorial_DD.epm -share/xblast/image/sprite/tutorial_DD.pbm -share/xblast/image/sprite/tutorial_DL.epm -share/xblast/image/sprite/tutorial_DL.pbm -share/xblast/image/sprite/tutorial_DR.epm -share/xblast/image/sprite/tutorial_DR.pbm -share/xblast/image/sprite/tutorial_DU.epm -share/xblast/image/sprite/tutorial_DU.pbm -share/xblast/image/sprite/tutorial_D_0.epm -share/xblast/image/sprite/tutorial_D_0.pbm -share/xblast/image/sprite/tutorial_D_1.epm -share/xblast/image/sprite/tutorial_D_1.pbm -share/xblast/image/sprite/tutorial_D_2.epm -share/xblast/image/sprite/tutorial_D_2.pbm -share/xblast/image/sprite/tutorial_D_3.epm -share/xblast/image/sprite/tutorial_D_3.pbm -share/xblast/image/sprite/tutorial_D_S.epm -share/xblast/image/sprite/tutorial_D_S.pbm -share/xblast/image/sprite/tutorial_L.epm -share/xblast/image/sprite/tutorial_L.pbm -share/xblast/image/sprite/tutorial_L1.epm -share/xblast/image/sprite/tutorial_L1.pbm -share/xblast/image/sprite/tutorial_L2.epm -share/xblast/image/sprite/tutorial_L2.pbm -share/xblast/image/sprite/tutorial_L_0.epm -share/xblast/image/sprite/tutorial_L_0.pbm -share/xblast/image/sprite/tutorial_L_1.epm -share/xblast/image/sprite/tutorial_L_1.pbm -share/xblast/image/sprite/tutorial_L_2.epm -share/xblast/image/sprite/tutorial_L_2.pbm -share/xblast/image/sprite/tutorial_L_3.epm -share/xblast/image/sprite/tutorial_L_3.pbm -share/xblast/image/sprite/tutorial_L_S.epm -share/xblast/image/sprite/tutorial_L_S.pbm -share/xblast/image/sprite/tutorial_R_0.epm -share/xblast/image/sprite/tutorial_R_0.pbm -share/xblast/image/sprite/tutorial_R_1.epm -share/xblast/image/sprite/tutorial_R_1.pbm -share/xblast/image/sprite/tutorial_R_2.epm -share/xblast/image/sprite/tutorial_R_2.pbm -share/xblast/image/sprite/tutorial_R_3.epm -share/xblast/image/sprite/tutorial_R_3.pbm -share/xblast/image/sprite/tutorial_R_S.epm -share/xblast/image/sprite/tutorial_R_S.pbm -share/xblast/image/sprite/tutorial_U_0.epm -share/xblast/image/sprite/tutorial_U_0.pbm -share/xblast/image/sprite/tutorial_U_1.epm -share/xblast/image/sprite/tutorial_U_1.pbm -share/xblast/image/sprite/tutorial_U_2.epm -share/xblast/image/sprite/tutorial_U_2.pbm -share/xblast/image/sprite/tutorial_U_3.epm -share/xblast/image/sprite/tutorial_U_3.pbm -share/xblast/image/sprite/tutorial_U_S.epm -share/xblast/image/sprite/tutorial_U_S.pbm -share/xblast/image/sprite/tutorial_W.epm -share/xblast/image/sprite/tutorial_W.pbm -share/xblast/image/sprite/tutorial_W2.epm -share/xblast/image/sprite/tutorial_W2.pbm -share/xblast/image/sprite/tutorial_W3.epm -share/xblast/image/sprite/tutorial_W3.pbm -share/xblast/image/sprite/wuschel_B.epm -share/xblast/image/sprite/wuschel_B.pbm -share/xblast/image/sprite/wuschel_DD.epm -share/xblast/image/sprite/wuschel_DD.pbm -share/xblast/image/sprite/wuschel_DL.epm -share/xblast/image/sprite/wuschel_DL.pbm -share/xblast/image/sprite/wuschel_DR.epm -share/xblast/image/sprite/wuschel_DR.pbm -share/xblast/image/sprite/wuschel_DU.epm -share/xblast/image/sprite/wuschel_DU.pbm -share/xblast/image/sprite/wuschel_D_0.epm -share/xblast/image/sprite/wuschel_D_0.pbm -share/xblast/image/sprite/wuschel_D_1.epm -share/xblast/image/sprite/wuschel_D_1.pbm -share/xblast/image/sprite/wuschel_D_2.epm -share/xblast/image/sprite/wuschel_D_2.pbm -share/xblast/image/sprite/wuschel_D_3.epm -share/xblast/image/sprite/wuschel_D_3.pbm -share/xblast/image/sprite/wuschel_D_S.epm -share/xblast/image/sprite/wuschel_D_S.pbm -share/xblast/image/sprite/wuschel_L.epm -share/xblast/image/sprite/wuschel_L.pbm -share/xblast/image/sprite/wuschel_L1.epm -share/xblast/image/sprite/wuschel_L1.pbm -share/xblast/image/sprite/wuschel_L2.epm -share/xblast/image/sprite/wuschel_L2.pbm -share/xblast/image/sprite/wuschel_L_0.epm -share/xblast/image/sprite/wuschel_L_0.pbm -share/xblast/image/sprite/wuschel_L_1.epm -share/xblast/image/sprite/wuschel_L_1.pbm -share/xblast/image/sprite/wuschel_L_2.epm -share/xblast/image/sprite/wuschel_L_2.pbm -share/xblast/image/sprite/wuschel_L_3.epm -share/xblast/image/sprite/wuschel_L_3.pbm -share/xblast/image/sprite/wuschel_L_S.epm -share/xblast/image/sprite/wuschel_L_S.pbm -share/xblast/image/sprite/wuschel_R_0.epm -share/xblast/image/sprite/wuschel_R_0.pbm -share/xblast/image/sprite/wuschel_R_1.epm -share/xblast/image/sprite/wuschel_R_1.pbm -share/xblast/image/sprite/wuschel_R_2.epm -share/xblast/image/sprite/wuschel_R_2.pbm -share/xblast/image/sprite/wuschel_R_3.epm -share/xblast/image/sprite/wuschel_R_3.pbm -share/xblast/image/sprite/wuschel_R_S.epm -share/xblast/image/sprite/wuschel_R_S.pbm -share/xblast/image/sprite/wuschel_U_0.epm -share/xblast/image/sprite/wuschel_U_0.pbm -share/xblast/image/sprite/wuschel_U_1.epm -share/xblast/image/sprite/wuschel_U_1.pbm -share/xblast/image/sprite/wuschel_U_2.epm -share/xblast/image/sprite/wuschel_U_2.pbm -share/xblast/image/sprite/wuschel_U_3.epm -share/xblast/image/sprite/wuschel_U_3.pbm -share/xblast/image/sprite/wuschel_U_S.epm -share/xblast/image/sprite/wuschel_U_S.pbm -share/xblast/image/sprite/wuschel_W.epm -share/xblast/image/sprite/wuschel_W.pbm -share/xblast/image/sprite/wuschel_W2.epm -share/xblast/image/sprite/wuschel_W2.pbm -share/xblast/image/sprite/wuschel_W3.epm -share/xblast/image/sprite/wuschel_W3.pbm -share/xblast/image/sprite/wusel_B.epm -share/xblast/image/sprite/wusel_B.pbm -share/xblast/image/sprite/wusel_DD.epm -share/xblast/image/sprite/wusel_DD.pbm -share/xblast/image/sprite/wusel_DL.epm -share/xblast/image/sprite/wusel_DL.pbm -share/xblast/image/sprite/wusel_DR.epm -share/xblast/image/sprite/wusel_DR.pbm -share/xblast/image/sprite/wusel_DU.epm -share/xblast/image/sprite/wusel_DU.pbm -share/xblast/image/sprite/wusel_D_0.epm -share/xblast/image/sprite/wusel_D_0.pbm -share/xblast/image/sprite/wusel_D_1.epm -share/xblast/image/sprite/wusel_D_1.pbm -share/xblast/image/sprite/wusel_D_2.epm -share/xblast/image/sprite/wusel_D_2.pbm -share/xblast/image/sprite/wusel_D_3.epm -share/xblast/image/sprite/wusel_D_3.pbm -share/xblast/image/sprite/wusel_D_S.epm -share/xblast/image/sprite/wusel_D_S.pbm -share/xblast/image/sprite/wusel_L.epm -share/xblast/image/sprite/wusel_L.pbm -share/xblast/image/sprite/wusel_L1.epm -share/xblast/image/sprite/wusel_L1.pbm -share/xblast/image/sprite/wusel_L2.epm -share/xblast/image/sprite/wusel_L2.pbm -share/xblast/image/sprite/wusel_L_0.epm -share/xblast/image/sprite/wusel_L_0.pbm -share/xblast/image/sprite/wusel_L_1.epm -share/xblast/image/sprite/wusel_L_1.pbm -share/xblast/image/sprite/wusel_L_2.epm -share/xblast/image/sprite/wusel_L_2.pbm -share/xblast/image/sprite/wusel_L_3.epm -share/xblast/image/sprite/wusel_L_3.pbm -share/xblast/image/sprite/wusel_L_S.epm -share/xblast/image/sprite/wusel_L_S.pbm -share/xblast/image/sprite/wusel_R_0.epm -share/xblast/image/sprite/wusel_R_0.pbm -share/xblast/image/sprite/wusel_R_1.epm -share/xblast/image/sprite/wusel_R_1.pbm -share/xblast/image/sprite/wusel_R_2.epm -share/xblast/image/sprite/wusel_R_2.pbm -share/xblast/image/sprite/wusel_R_3.epm -share/xblast/image/sprite/wusel_R_3.pbm -share/xblast/image/sprite/wusel_R_S.epm -share/xblast/image/sprite/wusel_R_S.pbm -share/xblast/image/sprite/wusel_U_0.epm -share/xblast/image/sprite/wusel_U_0.pbm -share/xblast/image/sprite/wusel_U_1.epm -share/xblast/image/sprite/wusel_U_1.pbm -share/xblast/image/sprite/wusel_U_2.epm -share/xblast/image/sprite/wusel_U_2.pbm -share/xblast/image/sprite/wusel_U_3.epm -share/xblast/image/sprite/wusel_U_3.pbm -share/xblast/image/sprite/wusel_U_S.epm -share/xblast/image/sprite/wusel_U_S.pbm -share/xblast/image/sprite/wusel_W.epm -share/xblast/image/sprite/wusel_W.pbm -share/xblast/image/sprite/wusel_W2.epm -share/xblast/image/sprite/wusel_W2.pbm -share/xblast/image/sprite/wusel_W3.epm -share/xblast/image/sprite/wusel_W3.pbm -share/xblast/image/sprite/xmas_B.epm -share/xblast/image/sprite/xmas_B.pbm -share/xblast/image/sprite/xmas_DD.epm -share/xblast/image/sprite/xmas_DD.pbm -share/xblast/image/sprite/xmas_DL.epm -share/xblast/image/sprite/xmas_DL.pbm -share/xblast/image/sprite/xmas_DR.epm -share/xblast/image/sprite/xmas_DR.pbm -share/xblast/image/sprite/xmas_DU.epm -share/xblast/image/sprite/xmas_DU.pbm -share/xblast/image/sprite/xmas_D_0.epm -share/xblast/image/sprite/xmas_D_0.pbm -share/xblast/image/sprite/xmas_D_1.epm -share/xblast/image/sprite/xmas_D_1.pbm -share/xblast/image/sprite/xmas_D_2.epm -share/xblast/image/sprite/xmas_D_2.pbm -share/xblast/image/sprite/xmas_D_3.epm -share/xblast/image/sprite/xmas_D_3.pbm -share/xblast/image/sprite/xmas_D_S.epm -share/xblast/image/sprite/xmas_D_S.pbm -share/xblast/image/sprite/xmas_L.epm -share/xblast/image/sprite/xmas_L.pbm -share/xblast/image/sprite/xmas_L1.epm -share/xblast/image/sprite/xmas_L1.pbm -share/xblast/image/sprite/xmas_L2.epm -share/xblast/image/sprite/xmas_L2.pbm -share/xblast/image/sprite/xmas_L_0.epm -share/xblast/image/sprite/xmas_L_0.pbm -share/xblast/image/sprite/xmas_L_1.epm -share/xblast/image/sprite/xmas_L_1.pbm -share/xblast/image/sprite/xmas_L_2.epm -share/xblast/image/sprite/xmas_L_2.pbm -share/xblast/image/sprite/xmas_L_3.epm -share/xblast/image/sprite/xmas_L_3.pbm -share/xblast/image/sprite/xmas_L_S.epm -share/xblast/image/sprite/xmas_L_S.pbm -share/xblast/image/sprite/xmas_R_0.epm -share/xblast/image/sprite/xmas_R_0.pbm -share/xblast/image/sprite/xmas_R_1.epm -share/xblast/image/sprite/xmas_R_1.pbm -share/xblast/image/sprite/xmas_R_2.epm -share/xblast/image/sprite/xmas_R_2.pbm -share/xblast/image/sprite/xmas_R_3.epm -share/xblast/image/sprite/xmas_R_3.pbm -share/xblast/image/sprite/xmas_R_S.epm -share/xblast/image/sprite/xmas_R_S.pbm -share/xblast/image/sprite/xmas_U_0.epm -share/xblast/image/sprite/xmas_U_0.pbm -share/xblast/image/sprite/xmas_U_1.epm -share/xblast/image/sprite/xmas_U_1.pbm -share/xblast/image/sprite/xmas_U_2.epm -share/xblast/image/sprite/xmas_U_2.pbm -share/xblast/image/sprite/xmas_U_3.epm -share/xblast/image/sprite/xmas_U_3.pbm -share/xblast/image/sprite/xmas_U_S.epm -share/xblast/image/sprite/xmas_U_S.pbm -share/xblast/image/sprite/xmas_W.epm -share/xblast/image/sprite/xmas_W.pbm -share/xblast/image/sprite/xmas_W2.epm -share/xblast/image/sprite/xmas_W2.pbm -share/xblast/image/sprite/xmas_W3.epm -share/xblast/image/sprite/xmas_W3.pbm -share/xblast/image/sprite/zombie.pbm -share/xblast/image/sprite/zombie.ppm -share/xblast/level/321NOWhere.xal -share/xblast/level/3Protectbombs.xal -share/xblast/level/3_2_1_contact.xal -share/xblast/level/3d_world.xal -share/xblast/level/AThreeByThreeHell.xal -share/xblast/level/Aberlour.xal -share/xblast/level/Agoraphobia.xal -share/xblast/level/Agoraphobia2.xal -share/xblast/level/Ahahahah2.xal -share/xblast/level/AimRight3.xal -share/xblast/level/Aisle.xal -share/xblast/level/AllBeingEqual.xal -share/xblast/level/Alleys.xal -share/xblast/level/AlleysII.xal -share/xblast/level/Ambush.xal -share/xblast/level/Ambush2.xal -share/xblast/level/AnotherBigFurnace.xal -share/xblast/level/AreYouDown.xal -share/xblast/level/Arena.xal -share/xblast/level/Arena2.xal -share/xblast/level/AssHole.xal -share/xblast/level/BORNDEAD.xal -share/xblast/level/Backdraft.xal -share/xblast/level/Behind.xal -share/xblast/level/BigBang.xal -share/xblast/level/BlackHandHill.xal -share/xblast/level/Blitz.xal -share/xblast/level/Blue.xal -share/xblast/level/BlueberryPie.xal -share/xblast/level/Bock34.xal -share/xblast/level/Bock56.xal -share/xblast/level/BombColumn.xal -share/xblast/level/BombRow.xal -share/xblast/level/Boom.xal -share/xblast/level/Boxer.xal -share/xblast/level/BrownLevel.xal -share/xblast/level/Burnbaby.xal -share/xblast/level/ButterflyII.xal -share/xblast/level/CClub.xal -share/xblast/level/CROMCHIER.xal -share/xblast/level/CenterMaster.xal -share/xblast/level/Cestlourde.xal -share/xblast/level/ChaosFart.xal -share/xblast/level/Checkers.xal -share/xblast/level/Cheese.xal -share/xblast/level/ChercheRex.xal -share/xblast/level/ChooseYourWeapons.xal -share/xblast/level/ChristineSCages.xal -share/xblast/level/ClockwiseChaos.xal -share/xblast/level/CloseCall.xal -share/xblast/level/Collision.xal -share/xblast/level/ColoredTeleportation.xal -share/xblast/level/Comb.xal -share/xblast/level/ComboTown.xal -share/xblast/level/ContinuesThrough.xal -share/xblast/level/Corrida.xal -share/xblast/level/CoupDePute.xal -share/xblast/level/CrazyDiggers.xal -share/xblast/level/CrazyWorld.xal -share/xblast/level/Crossfire.xal -share/xblast/level/Crossfire2.xal -share/xblast/level/Curtain.xal -share/xblast/level/Daleif.xal -share/xblast/level/DaleifJustice.xal -share/xblast/level/DangerousTemptation.xal -share/xblast/level/DarkAvenger.xal -share/xblast/level/DarkCryptLevel.xal -share/xblast/level/DarkStreet.xal -share/xblast/level/DeathValley.xal -share/xblast/level/DestructionDerby.xal -share/xblast/level/Destructor.xal -share/xblast/level/DevNull.xal -share/xblast/level/DiagonalExpl.xal -share/xblast/level/DiagonalPower.xal -share/xblast/level/Diarrhea.xal -share/xblast/level/Distance.xal -share/xblast/level/Division.xal -share/xblast/level/DoomLike.xal -share/xblast/level/Drunk.xal -share/xblast/level/DualFights.xal -share/xblast/level/EUHOA.xal -share/xblast/level/Edinbourgh.xal -share/xblast/level/ElectrifyThem.xal -share/xblast/level/EuhHide.xal -share/xblast/level/Everblasting.xal -share/xblast/level/Evil2.xal -share/xblast/level/ExperimentalArea.xal -share/xblast/level/Explode.xal -share/xblast/level/ExtraGhost.xal -share/xblast/level/ExtraLife.xal -share/xblast/level/Fartmania.xal -share/xblast/level/FirecrackerGeschubse.xal -share/xblast/level/Five.xal -share/xblast/level/FlamesOfFury.xal -share/xblast/level/Flying.xal -share/xblast/level/FocalPoint.xal -share/xblast/level/Football.xal -share/xblast/level/FourCourners.xal -share/xblast/level/Fragile.xal -share/xblast/level/Framework.xal -share/xblast/level/FryEm.xal -share/xblast/level/FuckingSebastian.xal -share/xblast/level/FullPowerRingOFire.xal -share/xblast/level/FullPowerTeleport.xal -share/xblast/level/FullPowerWithoutLifeExtra.xal -share/xblast/level/FungusKick.xal -share/xblast/level/GITBB.xal -share/xblast/level/GameOfLife.xal -share/xblast/level/Genocide.xal -share/xblast/level/GetTheGrail.xal -share/xblast/level/GetTheMoment.xal -share/xblast/level/GetTheMoment2.xal -share/xblast/level/GetTheNapalm.xal -share/xblast/level/GetToTheBorderAndBack.xal -share/xblast/level/GhostDance.xal -share/xblast/level/GhostGarden.xal -share/xblast/level/Ghostbusters.xal -share/xblast/level/Glases.xal -share/xblast/level/GlasetSurprise.xal -share/xblast/level/GoFart.xal -share/xblast/level/GrabtharsHammer.xal -share/xblast/level/GrabtharsHammer2.xal -share/xblast/level/GranatenGeschubse.xal -share/xblast/level/GrandSchloederSchwarz.xal -share/xblast/level/Greed.xal -share/xblast/level/GrenadeFungusKick.xal -share/xblast/level/GrenadeKick.xal -share/xblast/level/GrenadePower.xal -share/xblast/level/GrenadeSnooker.xal -share/xblast/level/GrenadesAndVoidBlocks.xal -share/xblast/level/GrenadierSStew.xal -share/xblast/level/GyrosPyros.xal -share/xblast/level/GyrosPyros2.xal -share/xblast/level/HallwaysXB.xal -share/xblast/level/Halvgardering.xal -share/xblast/level/Hammer.xal -share/xblast/level/Handboll.xal -share/xblast/level/HardWork.xal -share/xblast/level/Hatch.xal -share/xblast/level/HaveYouGotFire.xal -share/xblast/level/Heineken.xal -share/xblast/level/HellOWien.xal -share/xblast/level/HellOnEarth.xal -share/xblast/level/Hemohes.xal -share/xblast/level/HideAndKill.xal -share/xblast/level/HideAndSnipe.xal -share/xblast/level/Highway.xal -share/xblast/level/HitHim.xal -share/xblast/level/HitmanHall.xal -share/xblast/level/HolyGrails.xal -share/xblast/level/Hospital.xal -share/xblast/level/HotRain.xal -share/xblast/level/HumanBomb.xal -share/xblast/level/HumanBombs.xal -share/xblast/level/IceRinkLevel.xal -share/xblast/level/ImprobableButPossible.xal -share/xblast/level/Inferno.xal -share/xblast/level/Initials.xal -share/xblast/level/InsideOutside.xal -share/xblast/level/Invisible.xal -share/xblast/level/InvisibleShots.xal -share/xblast/level/JailBrake.xal -share/xblast/level/JoBurg.xal -share/xblast/level/JudgementDayII.xal -share/xblast/level/Jump.xal -share/xblast/level/JumpII.xal -share/xblast/level/JumpinJackFlash.xal -share/xblast/level/KickHold.xal -share/xblast/level/KickNRun.xal -share/xblast/level/Kickpicker.xal -share/xblast/level/Kickshelter.xal -share/xblast/level/KingXBresse.xal -share/xblast/level/Klondike.xal -share/xblast/level/Kreuz.xal -share/xblast/level/KrissKross.xal -share/xblast/level/Kuopio.xal -share/xblast/level/LAreneDesInfos.xal -share/xblast/level/LaBiblio.xal -share/xblast/level/LabyrintheZone.xal -share/xblast/level/LeBonMoiEtLeTruand.xal -share/xblast/level/LeFort.xal -share/xblast/level/LeKosovo.xal -share/xblast/level/LeftToRight.xal -share/xblast/level/LegoCave.xal -share/xblast/level/LegoClassic.xal -share/xblast/level/LevelTemplate.xal -share/xblast/level/LevelX.xal -share/xblast/level/Levelkenntnis.xal -share/xblast/level/LongAndNarrow.xal -share/xblast/level/LongAndNarrow2.xal -share/xblast/level/LongAndNarrow3.xal -share/xblast/level/LongAndNarrow4.xal -share/xblast/level/LotsOfBombs.xal -share/xblast/level/LotsOfBombs2.xal -share/xblast/level/LotsOfBombs3.xal -share/xblast/level/LotsOfBombs4.xal -share/xblast/level/LotsOfBombs5.xal -share/xblast/level/LuckyBomb.xal -share/xblast/level/LuckyCharms.xal -share/xblast/level/MVOL.xal -share/xblast/level/MacDonaldSElectrify.xal -share/xblast/level/Maclaurins.xal -share/xblast/level/MazeInMotion.xal -share/xblast/level/MazeInMotionIIRushHour.xal -share/xblast/level/MegaRemote.xal -share/xblast/level/Memento.xal -share/xblast/level/Minesweeper.xal -share/xblast/level/MinesweeperS.xal -share/xblast/level/MoiJVeuxPasTriangulation.xal -share/xblast/level/MorphOrDie.xal -share/xblast/level/Morphissimo.xal -share/xblast/level/MovingDeath.xal -share/xblast/level/MultiBombsLevel.xal -share/xblast/level/Multiplicity.xal -share/xblast/level/Mutant.xal -share/xblast/level/NapalmSnooker.xal -share/xblast/level/NewKidsAroundTheBlock.xal -share/xblast/level/NewKidsAroundTheBlock2.xal -share/xblast/level/NewYorkCity.xal -share/xblast/level/NoExitFromHell.xal -share/xblast/level/NoRemorse.xal -share/xblast/level/NoSymmie.xal -share/xblast/level/NoWay.xal -share/xblast/level/NowhereToShrinkFullPLegoLand.xal -share/xblast/level/Nuclear.xal -share/xblast/level/OhShit.xal -share/xblast/level/OldGlen.xal -share/xblast/level/OmpaOmpa.xal -share/xblast/level/OneBombLevel.xal -share/xblast/level/OneMoreExplosion.xal -share/xblast/level/Overkill.xal -share/xblast/level/PanicRoom.xal -share/xblast/level/PanzergrenadierSchleifmann.xal -share/xblast/level/ParallelII.xal -share/xblast/level/PetersArrgghh.xal -share/xblast/level/PetersBattlefield.xal -share/xblast/level/PetersBattlefield2.xal -share/xblast/level/PetersBlackHandHill.xal -share/xblast/level/PetersBricklayerSAnger.xal -share/xblast/level/PetersCaveIn.xal -share/xblast/level/PetersCocuLandII.xal -share/xblast/level/PetersEsquive.xal -share/xblast/level/PetersFantasyLand.xal -share/xblast/level/PetersHallOfSnooker.xal -share/xblast/level/PetersHallways.xal -share/xblast/level/PetersHotStuff.xal -share/xblast/level/PetersInsideOutside.xal -share/xblast/level/PetersJudgementDay.xal -share/xblast/level/PetersLegoCave.xal -share/xblast/level/PetersNewKidsOnTheBlock.xal -share/xblast/level/PetersOmeletDeFromage.xal -share/xblast/level/PetersPotLuck.xal -share/xblast/level/PetersVoidHazard.xal -share/xblast/level/PetersWallbanger.xal -share/xblast/level/PetersWhenIWasYourAgeWithKick.xal -share/xblast/level/PhantomLand.xal -share/xblast/level/Phoenix.xal -share/xblast/level/Pi.xal -share/xblast/level/PinkII.xal -share/xblast/level/PinkLevel.xal -share/xblast/level/PinkShrink.xal -share/xblast/level/PinkShrink2.xal -share/xblast/level/PlusPlus5.xal -share/xblast/level/PoisonedTeaParty.xal -share/xblast/level/Polyvoyage.xal -share/xblast/level/Powerblast.xal -share/xblast/level/PumpAndRunAway.xal -share/xblast/level/PureHell.xal -share/xblast/level/Pursuit.xal -share/xblast/level/Querfeuer1.xal -share/xblast/level/Querfeuer2.xal -share/xblast/level/Querfeuer3.xal -share/xblast/level/Querfeuer4.xal -share/xblast/level/Querfeuer5.xal -share/xblast/level/Quick.xal -share/xblast/level/Quiz.xal -share/xblast/level/QuoVadis.xal -share/xblast/level/Rain.xal -share/xblast/level/RebuildTheMaze.xal -share/xblast/level/Reconstructor.xal -share/xblast/level/RedAlert.xal -share/xblast/level/RedOrYellow.xal -share/xblast/level/RedOrYellowII.xal -share/xblast/level/RemoteControlledFullPower.xal -share/xblast/level/RenovationKill.xal -share/xblast/level/ReturnToSender.xal -share/xblast/level/ReturnToSender2.xal -share/xblast/level/RexCherche.xal -share/xblast/level/RightSide.xal -share/xblast/level/RightSide2.xal -share/xblast/level/RingOfDeath.xal -share/xblast/level/RingOfFire.xal -share/xblast/level/RockAroundTheClock.xal -share/xblast/level/Rotatetildeath.xal -share/xblast/level/RoundAndRound.xal -share/xblast/level/RunNacher.xal -share/xblast/level/RunningCrualRebounds.xal -share/xblast/level/Runway.xal -share/xblast/level/SOBEIT.xal -share/xblast/level/SafeBox.xal -share/xblast/level/Scissor.xal -share/xblast/level/SearchForGrails.xal -share/xblast/level/SearchingGrailSpiral.xal -share/xblast/level/ShanghaiNoon.xal -share/xblast/level/ShortBombs.xal -share/xblast/level/ShortBombs2.xal -share/xblast/level/ShrinkAndExpand.xal -share/xblast/level/SicknessTestLevel.xal -share/xblast/level/SmilingFace.xal -share/xblast/level/Snake.xal -share/xblast/level/SnipeAndRun.xal -share/xblast/level/SnipeAndRunn.xal -share/xblast/level/SnookerAisle.xal -share/xblast/level/SnookerCave.xal -share/xblast/level/SnookerCaveLongFuse.xal -share/xblast/level/Snookerpump.xal -share/xblast/level/SpaceBalls.xal -share/xblast/level/Spawner.xal -share/xblast/level/SpeedTrack.xal -share/xblast/level/Spinner.xal -share/xblast/level/Spirello.xal -share/xblast/level/Spirello2.xal -share/xblast/level/Split.xal -share/xblast/level/Squares.xal -share/xblast/level/StayPut.xal -share/xblast/level/Steal.xal -share/xblast/level/StealAndKill.xal -share/xblast/level/StillTrying.xal -share/xblast/level/StopIt.xal -share/xblast/level/Stopperitis.xal -share/xblast/level/StreetsOfHell.xal -share/xblast/level/Suck.xal -share/xblast/level/SummaCumLaude.xal -share/xblast/level/SuperFrog.xal -share/xblast/level/SuperSTop.xal -share/xblast/level/SuperSnipe.xal -share/xblast/level/SuperSteal.xal -share/xblast/level/Surprise.xal -share/xblast/level/SurvivalOfTheFittest2.xal -share/xblast/level/SwapColor.xal -share/xblast/level/SwapPosition.xal -share/xblast/level/SwingingInTheRain.xal -share/xblast/level/THECenter.xal -share/xblast/level/TeddybearChamber.xal -share/xblast/level/TheBigBanana.xal -share/xblast/level/TheBombexpert.xal -share/xblast/level/TheBox.xal -share/xblast/level/TheDucks.xal -share/xblast/level/TheEscape.xal -share/xblast/level/TheInvincibleShrinker.xal -share/xblast/level/TheKickContest.xal -share/xblast/level/TheMask.xal -share/xblast/level/ThePaddock.xal -share/xblast/level/TheRing.xal -share/xblast/level/TheRiver.xal -share/xblast/level/TheSnookerAlley.xal -share/xblast/level/TheTacticalOne.xal -share/xblast/level/TheTacticalOne2.xal -share/xblast/level/TheTunnel.xal -share/xblast/level/ThreeInARow.xal -share/xblast/level/ThreeInARow2.xal -share/xblast/level/Tigers.xal -share/xblast/level/TinyWorld.xal -share/xblast/level/TooHardForMe.xal -share/xblast/level/ToraBora.xal -share/xblast/level/Touch.xal -share/xblast/level/Toxic.xal -share/xblast/level/Traffic.xal -share/xblast/level/Trap.xal -share/xblast/level/TrapLand.xal -share/xblast/level/TrappedOnTheLeft.xal -share/xblast/level/TriangleTraffic.xal -share/xblast/level/Triangles.xal -share/xblast/level/TropPuissantII.xal -share/xblast/level/Turtles.xal -share/xblast/level/TwoFaces.xal -share/xblast/level/Ueberraschungsei.xal -share/xblast/level/Unholy.xal -share/xblast/level/UpAroundTheBend.xal -share/xblast/level/UpNDown.xal -share/xblast/level/UpNDown2.xal -share/xblast/level/Upstairs.xal -share/xblast/level/VoidBlocks1.xal -share/xblast/level/VoidBlocks2.xal -share/xblast/level/VoidBlocks3.xal -share/xblast/level/VoidBlocks4.xal -share/xblast/level/VoidLabyrinth.xal -share/xblast/level/VousAvezDitFromage.xal -share/xblast/level/WaitForExtraLife.xal -share/xblast/level/WaitingForTheExtras.xal -share/xblast/level/Weapons.xal -share/xblast/level/WhereCanIHide.xal -share/xblast/level/Whimsy.xal -share/xblast/level/WhoSGotBalls.xal -share/xblast/level/X.xal -share/xblast/level/XBlast1997.xal -share/xblast/level/XBlost.xal -share/xblast/level/XLotto.xal -share/xblast/level/XTra.xal -share/xblast/level/Xmas.xal -share/xblast/level/YinYangLevel.xal -share/xblast/level/Yobaaaaaa.xal -share/xblast/level/YouAllGottaDie.xal -share/xblast/level/YouCanRunButYouCanTHide.xal -share/xblast/level/ZQLast.xal -share/xblast/level/Zipper.xal -share/xblast/level/ahahahah.xal -share/xblast/level/aimatthecenter.xal -share/xblast/level/aimright.xal -share/xblast/level/aimright2.xal -share/xblast/level/airrebounds.xal -share/xblast/level/all_good_things.xal -share/xblast/level/allerretourfatal.xal -share/xblast/level/amazingblaze.xal -share/xblast/level/anti_gravity.xal -share/xblast/level/anti_gravity2.xal -share/xblast/level/anti_mitch.xal -share/xblast/level/anti_personnal_mines.xal -share/xblast/level/aqua.xal -share/xblast/level/aroundtheclock.xal -share/xblast/level/arrgghh.xal -share/xblast/level/asteroids.xal -share/xblast/level/asymmetrix.xal -share/xblast/level/atmosphere.xal -share/xblast/level/atomicdance.xal -share/xblast/level/balloon.xal -share/xblast/level/banthebonuses.xal -share/xblast/level/barricade.xal -share/xblast/level/battlefield.xal -share/xblast/level/beamania.xal -share/xblast/level/belucky.xal -share/xblast/level/benito.xal -share/xblast/level/bermudatriangle.xal -share/xblast/level/beverycareful.xal -share/xblast/level/bfart.xal -share/xblast/level/black_zone.xal -share/xblast/level/blackend.xal -share/xblast/level/blast_o_morph.xal -share/xblast/level/blast_o_snipe.xal -share/xblast/level/blastaway.xal -share/xblast/level/blastersindahood.xal -share/xblast/level/blind.xal -share/xblast/level/blockmaster.xal -share/xblast/level/blow.xal -share/xblast/level/bluetooth.xal -share/xblast/level/boem.xal -share/xblast/level/boing.xal -share/xblast/level/bomb_a_la_surprise.xal -share/xblast/level/bomb_junk.xal -share/xblast/level/bomb_laboratory.xal -share/xblast/level/bombboxes.xal -share/xblast/level/bombbuffet.xal -share/xblast/level/bombeaters.xal -share/xblast/level/bombing.xal -share/xblast/level/bombsaway.xal -share/xblast/level/bombsrange.xal -share/xblast/level/bonzomshell.xal -share/xblast/level/boobytrap.xal -share/xblast/level/boostyworld.xal -share/xblast/level/born_to_be_killed.xal -share/xblast/level/boum.xal -share/xblast/level/bounchyworld.xal -share/xblast/level/bouncy_bouncy.xal -share/xblast/level/bowl.xal -share/xblast/level/breakandblast.xal -share/xblast/level/bricklayer_s_anger.xal -share/xblast/level/bricks_with_extra_fries.xal -share/xblast/level/bsquare.xal -share/xblast/level/butterfly.xal -share/xblast/level/cadeau.xal -share/xblast/level/caged.xal -share/xblast/level/candy_land.xal -share/xblast/level/carnage.xal -share/xblast/level/castle.xal -share/xblast/level/castle_death_part_1.xal -share/xblast/level/catwalk.xal -share/xblast/level/cave_in.xal -share/xblast/level/center.xal -share/xblast/level/chain_reaction.xal -share/xblast/level/chaos.xal -share/xblast/level/chaosa.xal -share/xblast/level/checkmate.xal -share/xblast/level/cheese.ppm -share/xblast/level/chillyland.xal -share/xblast/level/chipsetcahuetes.xal -share/xblast/level/choupachoups.xal -share/xblast/level/christinesdungeon.xal -share/xblast/level/christmas1999.xal -share/xblast/level/circle_jerk.xal -share/xblast/level/clockwise.xal -share/xblast/level/clockwise_but_you_walk_wrong.xal -share/xblast/level/clockwisecirculation.xal -share/xblast/level/clockwork.xal -share/xblast/level/close_quarters.xal -share/xblast/level/closeencounters.xal -share/xblast/level/closet_psycho.xal -share/xblast/level/coculand.xal -share/xblast/level/commando.xal -share/xblast/level/confusion.xal -share/xblast/level/contact_sports.xal -share/xblast/level/cooperation.xal -share/xblast/level/corsica2.xal -share/xblast/level/cotesauvage.xal -share/xblast/level/coursforrest.xal -share/xblast/level/creeping_death.xal -share/xblast/level/crimsonhorizon.xal -share/xblast/level/cross_of_doom.xal -share/xblast/level/crual_rebounds.xal -share/xblast/level/crualreboundsii.xal -share/xblast/level/custardslaststand.xal -share/xblast/level/d_oh.xal -share/xblast/level/daleif1.xal -share/xblast/level/deadwarrant.xal -share/xblast/level/death_match.xal -share/xblast/level/deathinthemiddle.xal -share/xblast/level/deathseparateeastfromwest.xal -share/xblast/level/deconnepas.xal -share/xblast/level/deep_forest.xal -share/xblast/level/deep_forest_2_graal_quest.xal -share/xblast/level/demolition_man.xal -share/xblast/level/desert_storm.xal -share/xblast/level/deuxlignesunsurvivant.xal -share/xblast/level/diehard.xal -share/xblast/level/dig_dug_nostalgy.xal -share/xblast/level/digmout.xal -share/xblast/level/disabled.xal -share/xblast/level/disease.xal -share/xblast/level/disguise.xal -share/xblast/level/diver.xal -share/xblast/level/doh.xal -share/xblast/level/dontbeill.xal -share/xblast/level/donthide.xal -share/xblast/level/doom.xal -share/xblast/level/doomsday.xal -share/xblast/level/double_crown.xal -share/xblast/level/dropkick.xal -share/xblast/level/drugaddicts.xal -share/xblast/level/duel.xal -share/xblast/level/duel_in_the_sun.xal -share/xblast/level/dungeon_master.xal -share/xblast/level/easytohide.xal -share/xblast/level/eden.xal -share/xblast/level/egg.xal -share/xblast/level/egyptian.xal -share/xblast/level/emperorofmouls.xal -share/xblast/level/england.xal -share/xblast/level/enoughbombsforeveryone.xal -share/xblast/level/enterthedragon.xal -share/xblast/level/epfltest.xal -share/xblast/level/eraser.xal -share/xblast/level/erikaetlesrobots.xal -share/xblast/level/etmoicestgringo.xal -share/xblast/level/euryclee.xal -share/xblast/level/evil.xal -share/xblast/level/faceoff.xal -share/xblast/level/falgundsworld2.xal -share/xblast/level/fallingcurtain.xal -share/xblast/level/fantasy_land.xal -share/xblast/level/fart.xal -share/xblast/level/fast_boum.xal -share/xblast/level/fatviscousandpermanent.xal -share/xblast/level/feel_free.xal -share/xblast/level/fightaroundthecheese.xal -share/xblast/level/fightforyourright.xal -share/xblast/level/findyourway.xal -share/xblast/level/fiotteland.xal -share/xblast/level/fire.xal -share/xblast/level/firecracker_surprise.xal -share/xblast/level/fireforget.xal -share/xblast/level/flower_power.xal -share/xblast/level/fofolle.xal -share/xblast/level/footwork.xal -share/xblast/level/footworkii.xal -share/xblast/level/fortress.xal -share/xblast/level/four_corners.xal -share/xblast/level/fourcornersii.xal -share/xblast/level/fourcornersiii.xal -share/xblast/level/fourfold.xal -share/xblast/level/freekick.xal -share/xblast/level/frogger.xal -share/xblast/level/fuckingmarco.xal -share/xblast/level/full_power_farters.xal -share/xblast/level/full_power_level.xal -share/xblast/level/full_power_level1.xal -share/xblast/level/full_power_level_ii.xal -share/xblast/level/full_power_level_iii.xal -share/xblast/level/full_power_snookers.xal -share/xblast/level/fullblast.xal -share/xblast/level/fullcontact.xal -share/xblast/level/fungus_fun.xal -share/xblast/level/funinthedark.xal -share/xblast/level/g_force.xal -share/xblast/level/gauntlet.xal -share/xblast/level/gavage.xal -share/xblast/level/get_your_kit_out.xal -share/xblast/level/getoutofthismaze.xal -share/xblast/level/gforce.xal -share/xblast/level/ghb.xal -share/xblast/level/ghb_2.xal -share/xblast/level/ghostintheshrink.xal -share/xblast/level/ghosttown.xal -share/xblast/level/give_it_a_shot.xal -share/xblast/level/givemeanx.xal -share/xblast/level/gogetthemtiger.xal -share/xblast/level/goingroundandround.xal -share/xblast/level/gooutandplay.xal -share/xblast/level/gorigth.xal -share/xblast/level/graal_quest.xal -share/xblast/level/grailmaster.xal -share/xblast/level/gravitation.xal -share/xblast/level/gravitation_is_back.xal -share/xblast/level/gravitational_rotation.xal -share/xblast/level/gravitlamanque.xal -share/xblast/level/gravity.xal -share/xblast/level/green.xal -share/xblast/level/grenada.xal -share/xblast/level/grenade_duel.xal -share/xblast/level/grisblast.xal -share/xblast/level/grisvardsnightmare.xal -share/xblast/level/grisvardsnightmareii.xal -share/xblast/level/groupofdeath.xal -share/xblast/level/grownkill.xal -share/xblast/level/grownkillii.xal -share/xblast/level/gunfight.xal -share/xblast/level/hall_of_snooker.xal -share/xblast/level/hallowe_en.xal -share/xblast/level/hallways.xal -share/xblast/level/happydeath.xal -share/xblast/level/happyface.xal -share/xblast/level/haunted_house.xal -share/xblast/level/hauntedhell.xal -share/xblast/level/hbblast.xal -share/xblast/level/hell_diver.xal -share/xblast/level/hexagon_excitation.xal -share/xblast/level/hexagon_flowers.xal -share/xblast/level/hexagonhell.xal -share/xblast/level/hide_n_seek.xal -share/xblast/level/hit_and_run.xal -share/xblast/level/ho_chi_mayhem.xal -share/xblast/level/holdit.xal -share/xblast/level/holyrenovation.xal -share/xblast/level/holyshit.xal -share/xblast/level/hot_stuff.xal -share/xblast/level/hotstuffii.xal -share/xblast/level/hourglass.xal -share/xblast/level/hunted.xal -share/xblast/level/hunter.xal -share/xblast/level/huntinghighlow.xal -share/xblast/level/hurryupbeforeshroops.xal -share/xblast/level/i_can_smell_that_from_here.xal -share/xblast/level/iceberg_droit_devant.xal -share/xblast/level/iceland.xal -share/xblast/level/icerunner.xal -share/xblast/level/illusion.xal -share/xblast/level/ilssonttousmalades.xal -share/xblast/level/immobilisationfatale.xal -share/xblast/level/indiana_jones.xal -share/xblast/level/indigestion.xal -share/xblast/level/inesc.xal -share/xblast/level/insideout.xal -share/xblast/level/inv_x_ible.xal -share/xblast/level/invaderordefender.xal -share/xblast/level/invertability.xal -share/xblast/level/invisible_man.xal -share/xblast/level/invisiblemorph.xal -share/xblast/level/invisiblocks.xal -share/xblast/level/islandofhope.xal -share/xblast/level/itll_grow_on_you.xal -share/xblast/level/j_ai_froid_aux_pieds.xal -share/xblast/level/jackylevel.xal -share/xblast/level/jaune.xal -share/xblast/level/je_m_appelle_rico.xal -share/xblast/level/jedi_power.xal -share/xblast/level/jedi_power_ii.xal -share/xblast/level/jedipoweriii.xal -share/xblast/level/judgement_day.xal -share/xblast/level/justdoit.xal -share/xblast/level/kaboom.xal -share/xblast/level/kaboum_contact_party.xal -share/xblast/level/keep_your_eye_on_the_bomb.xal -share/xblast/level/kick.xal -share/xblast/level/kickagain.xal -share/xblast/level/kill.xal -share/xblast/level/kingofmoullevels.xal -share/xblast/level/kingofthehuitres.xal -share/xblast/level/kingoftheoysters.xal -share/xblast/level/kmnrsrtten.xal -share/xblast/level/knowyourplace.xal -share/xblast/level/la_boom.xal -share/xblast/level/la_mine.xal -share/xblast/level/la_ruee_vers_l_or.xal -share/xblast/level/labyrinth_blast.xal -share/xblast/level/lacorniche.xal -share/xblast/level/lacueillettedestomates.xal -share/xblast/level/ladder.xal -share/xblast/level/lamer.xal -share/xblast/level/lecachot.xal -share/xblast/level/legoland.xal -share/xblast/level/legoland2x.xal -share/xblast/level/legoworld.xal -share/xblast/level/lesportesdelamort.xal -share/xblast/level/level_sue.xal -share/xblast/level/life_race.xal -share/xblast/level/lifeisenought3.xal -share/xblast/level/liferace.xal -share/xblast/level/lightskyblue.xal -share/xblast/level/lives.xal -share/xblast/level/long_way.xal -share/xblast/level/longway.xal -share/xblast/level/lookaround.xal -share/xblast/level/loria.xal -share/xblast/level/losange_losange.xal -share/xblast/level/losange_over_excitation.xal -share/xblast/level/losangeoverexcitationii.xal -share/xblast/level/lotsofexplosion.xal -share/xblast/level/luciferspiral.xal -share/xblast/level/luckyluke.xal -share/xblast/level/mac_donald_s.xal -share/xblast/level/madness.xal -share/xblast/level/magic.xal -share/xblast/level/magnum44.xal -share/xblast/level/marcvictims.xal -share/xblast/level/masquerade.xal -share/xblast/level/mastersland.xal -share/xblast/level/maybe.xal -share/xblast/level/mayhem.xal -share/xblast/level/mayhemmania.xal -share/xblast/level/maze_runner.xal -share/xblast/level/mazeworld.xal -share/xblast/level/megablast.xal -share/xblast/level/megablast2.xal -share/xblast/level/melttheweights.xal -share/xblast/level/metal_world.xal -share/xblast/level/metalworld.xal -share/xblast/level/mexicanjumpingbeans.xal -share/xblast/level/michelson.xal -share/xblast/level/middleisyoursalvation.xal -share/xblast/level/mind_games.xal -share/xblast/level/miracleofmodernscience.xal -share/xblast/level/miragewalls.xal -share/xblast/level/mlevel.xal -share/xblast/level/moonreversi.xal -share/xblast/level/moonwalking.xal -share/xblast/level/more_mayhem.xal -share/xblast/level/mort.xal -share/xblast/level/mr_beam.xal -share/xblast/level/murcassant.xal -share/xblast/level/napalm_justice.xal -share/xblast/level/napalmcrazy.xal -share/xblast/level/napalmgardens.xal -share/xblast/level/napalmloop.xal -share/xblast/level/napalmmorphing.xal -share/xblast/level/narf.xal -share/xblast/level/narrowlittlesecretroom.xal -share/xblast/level/nasty.xal -share/xblast/level/nasty_pasty.xal -share/xblast/level/nin_world.xal -share/xblast/level/ninja_warriors.xal -share/xblast/level/noisyjeannot.xal -share/xblast/level/nonalinthewind.xal -share/xblast/level/nooo_f_ing_walls.xal -share/xblast/level/nothing_short_of_warfare.xal -share/xblast/level/nowhere_to_run.xal -share/xblast/level/nowhere_to_run_ii.xal -share/xblast/level/nowyoudie.xal -share/xblast/level/oeufsdepaques.xal -share/xblast/level/oldfaithful.xal -share/xblast/level/omeletdefromage.xal -share/xblast/level/open_warfare.xal -share/xblast/level/opportunisme.xal -share/xblast/level/out_of_control.xal -share/xblast/level/out_of_the_frying_pan.xal -share/xblast/level/pandemonium.xal -share/xblast/level/panzergrenadierzwei.xal -share/xblast/level/paradise_city.xal -share/xblast/level/parallel_world.xal -share/xblast/level/pastousalafois.xal -share/xblast/level/peppercorn.xal -share/xblast/level/perfecttiming.xal -share/xblast/level/phantom.xal -share/xblast/level/pinball_dreams.xal -share/xblast/level/pinion.xal -share/xblast/level/pink.xal -share/xblast/level/pinkrabbit.xal -share/xblast/level/pipedream.xal -share/xblast/level/pizza.xal -share/xblast/level/placardabalai.xal -share/xblast/level/placardabalai2.xal -share/xblast/level/playground.xal -share/xblast/level/plus.xal -share/xblast/level/plus_plus_2.xal -share/xblast/level/plus_plus_3.xal -share/xblast/level/plusplus4.xal -share/xblast/level/plusplusmoutz.xal -share/xblast/level/plusplusmoutz1.xal -share/xblast/level/poisonedarea.xal -share/xblast/level/popcorn.xal -share/xblast/level/pot_luck.xal -share/xblast/level/power.xal -share/xblast/level/powerupsinthemiddle.xal -share/xblast/level/psychological_warfare.xal -share/xblast/level/psychose.xal -share/xblast/level/psykogroupycocainecrazy.xal -share/xblast/level/pyramid.xal -share/xblast/level/pyromania.xal -share/xblast/level/pythagorus_theorem.xal -share/xblast/level/quadrilateral_excitation.xal -share/xblast/level/quarter.xal -share/xblast/level/quefaitlapolice.xal -share/xblast/level/quelecielestbas.xal -share/xblast/level/quickdraw.xal -share/xblast/level/random.xal -share/xblast/level/random_field.xal -share/xblast/level/rapiddeath.xal -share/xblast/level/raymasters.xal -share/xblast/level/reconstruction.xal -share/xblast/level/rectangle.xal -share/xblast/level/reincocloned.xal -share/xblast/level/remembernokicking.xal -share/xblast/level/remote_quest.xal -share/xblast/level/remotesnow.xal -share/xblast/level/renew.xal -share/xblast/level/renovation_man.xal -share/xblast/level/renovation_master.xal -share/xblast/level/restrictedzonetapettelandiv.xal -share/xblast/level/revive.xal -share/xblast/level/rhombus.xal -share/xblast/level/rightcurve.xal -share/xblast/level/robbslevel.xal -share/xblast/level/rolandgarros.xal -share/xblast/level/round.xal -share/xblast/level/rows.xal -share/xblast/level/rubber_bombs.xal -share/xblast/level/run.xal -share/xblast/level/runfortherc.xal -share/xblast/level/running_man.xal -share/xblast/level/running_man_ii.xal -share/xblast/level/running_man_iia.xal -share/xblast/level/runrunlittlexblaster.xal -share/xblast/level/savage_shrinking_world.xal -share/xblast/level/save_your_dream.xal -share/xblast/level/scottie.xal -share/xblast/level/scramblezone.xal -share/xblast/level/screw_him.xal -share/xblast/level/search.xal -share/xblast/level/seek_n_destroy.xal -share/xblast/level/seethepattern.xal -share/xblast/level/semilocalcommunication.xal -share/xblast/level/serbocroate.xal -share/xblast/level/shrinking_arena.xal -share/xblast/level/shrinking_world.xal -share/xblast/level/shrinkmania.xal -share/xblast/level/sky_show.xal -share/xblast/level/slimdryandtrainee.xal -share/xblast/level/smile.xal -share/xblast/level/smile_and_die.xal -share/xblast/level/smileii.xal -share/xblast/level/snapshot_level.xal -share/xblast/level/sneakattack.xal -share/xblast/level/snooker.xal -share/xblast/level/snow_brothers.xal -share/xblast/level/snowflake.xal -share/xblast/level/snowland.xal -share/xblast/level/soccerfield.xal -share/xblast/level/someboms.xal -share/xblast/level/space_head.xal -share/xblast/level/sphere.xal -share/xblast/level/spider_web.xal -share/xblast/level/spiderworld.xal -share/xblast/level/spindizzy.xal -share/xblast/level/spiral.xal -share/xblast/level/spiral_ways.xal -share/xblast/level/split_decision.xal -share/xblast/level/spooky.xal -share/xblast/level/squaredancing.xal -share/xblast/level/squash.xal -share/xblast/level/star_hazzard.xal -share/xblast/level/star_wars.xal -share/xblast/level/starstruck.xal -share/xblast/level/stayinalive.xal -share/xblast/level/stochasticpolicy.xal -share/xblast/level/stoned.xal -share/xblast/level/stop.xal -share/xblast/level/stormy.xal -share/xblast/level/stunning.xal -share/xblast/level/stunning_renovation.xal -share/xblast/level/stunningyoustunningme.xal -share/xblast/level/suddendeath.xal -share/xblast/level/suicide.xal -share/xblast/level/superballs.xal -share/xblast/level/survival_of_the_fittest.xal -share/xblast/level/survivalofthemorphest.xal -share/xblast/level/survivor.xal -share/xblast/level/swapcol.xal -share/xblast/level/swappos.xal -share/xblast/level/swastika.xal -share/xblast/level/take_care_of_yourself.xal -share/xblast/level/takeafriendwithyou.xal -share/xblast/level/takecover.xal -share/xblast/level/tall_poppy.xal -share/xblast/level/tamachan.xal -share/xblast/level/tapettelandiii.xal -share/xblast/level/taramsrevenge.xal -share/xblast/level/teamwork.xal -share/xblast/level/teatime.xal -share/xblast/level/telecom.xal -share/xblast/level/teleportland.xal -share/xblast/level/temple_of_doom.xal -share/xblast/level/terroristattack.xal -share/xblast/level/tetris_land.xal -share/xblast/level/the_cave.xal -share/xblast/level/the_downward_spiral.xal -share/xblast/level/the_focal_point.xal -share/xblast/level/the_fundamental_error.xal -share/xblast/level/the_great_escape.xal -share/xblast/level/the_holy_grail.xal -share/xblast/level/the_hustler.xal -share/xblast/level/the_mega_bomberman_level.xal -share/xblast/level/the_neutral_zone.xal -share/xblast/level/the_not_so_holy_hand_grenade.xal -share/xblast/level/the_shafts.xal -share/xblast/level/the_xblast_level.xal -share/xblast/level/theembrace.xal -share/xblast/level/thefungusexpertandthedead.xal -share/xblast/level/thefungusgeneralandthedead.xal -share/xblast/level/thefungusmasterandthedead.xal -share/xblast/level/thegoodandthebad.xal -share/xblast/level/thehiddenandthedead.xal -share/xblast/level/thehourglass.xal -share/xblast/level/thelostcity.xal -share/xblast/level/theluckyandthedead.xal -share/xblast/level/thepusher.xal -share/xblast/level/thequickandthedead.xal -share/xblast/level/therandomandthedead.xal -share/xblast/level/theretourofsun.xal -share/xblast/level/thescrambledandthedead.xal -share/xblast/level/thetunnels.xal -share/xblast/level/three_times_the_pleasure.xal -share/xblast/level/tic_tac_toe.xal -share/xblast/level/timeisoftheessence.xal -share/xblast/level/titlemoutz.xal -share/xblast/level/tntsmugglers.xal -share/xblast/level/tobeamornottobeam.xal -share/xblast/level/toosicktobetrue.xal -share/xblast/level/tornado.xal -share/xblast/level/tournicotitournicoton.xal -share/xblast/level/tous_aux_abris.xal -share/xblast/level/toutencarton.xal -share/xblast/level/trainfun.xal -share/xblast/level/transformation.xal -share/xblast/level/treasure_hunt.xal -share/xblast/level/trench_warfare.xal -share/xblast/level/triangle_city.xal -share/xblast/level/triangleandrows.xal -share/xblast/level/trickyrunner.xal -share/xblast/level/trickywalls.xal -share/xblast/level/trop_puissant.xal -share/xblast/level/troppuissant.xal -share/xblast/level/trust_no_one.xal -share/xblast/level/try_it_and_see.xal -share/xblast/level/tubes.xal -share/xblast/level/turtle.xal -share/xblast/level/tv_star_wannabe.xal -share/xblast/level/two_be_two.xal -share/xblast/level/uptheygo.xal -share/xblast/level/variations.xal -share/xblast/level/villavictoria.xal -share/xblast/level/virus.xal -share/xblast/level/vivazapatta.xal -share/xblast/level/voidhazard.xal -share/xblast/level/voidie.xal -share/xblast/level/voidnightmare.xal -share/xblast/level/vrendsvallenplanb.xal -share/xblast/level/walls_or_not.xal -share/xblast/level/warning.xal -share/xblast/level/watch_out.xal -share/xblast/level/watch_that_banana.xal -share/xblast/level/watchthebirdie.xal -share/xblast/level/waterworld.xal -share/xblast/level/welcomeincorsica.xal -share/xblast/level/what_the_f_is_this.xal -share/xblast/level/when_i_was_your_age.xal -share/xblast/level/wherearethey.xal -share/xblast/level/whererumrmagoo.xal -share/xblast/level/windows_95.xal -share/xblast/level/withoutthestars.xal -share/xblast/level/woiii.xal -share/xblast/level/wonderwheel.xal -share/xblast/level/worldwideblast.xal -share/xblast/level/would_ya_likes_t_be_some_junkie.xal -share/xblast/level/wumpusworld.xal -share/xblast/level/xbclassical.xal -share/xblast/level/xblast_2000.xal -share/xblast/level/xblast_2001.xal -share/xblast/level/xblast_3000.xal -share/xblast/level/xblastlevels.xal -share/xblast/level/xfile.xal -share/xblast/level/xmorph.xal -share/xblast/level/y2k.xal -share/xblast/level/yellowbeans.xal -share/xblast/level/yellowfever.xal -share/xblast/level/yippee_map.xal -share/xblast/level/yomland.xal -share/xblast/level/ypsilon.xal -share/xblast/level/zero_infinity.xal -share/xblast/level/zigzag.xal -share/xblast/level/zoso_world.xal -%%WITH_SOUND%%share/xblast/sounds/xb_app2.raw -%%WITH_SOUND%%share/xblast/sounds/xb_appl.raw -%%WITH_SOUND%%share/xblast/sounds/xb_bad.raw -%%WITH_SOUND%%share/xblast/sounds/xb_bombmorph.raw -%%WITH_SOUND%%share/xblast/sounds/xb_butt.raw -%%WITH_SOUND%%share/xblast/sounds/xb_cmpnd.raw -%%WITH_SOUND%%share/xblast/sounds/xb_dead.raw -%%WITH_SOUND%%share/xblast/sounds/xb_drop.raw -%%WITH_SOUND%%share/xblast/sounds/xb_expl.raw -%%WITH_SOUND%%share/xblast/sounds/xb_haunt.raw -%%WITH_SOUND%%share/xblast/sounds/xb_intro.raw -%%WITH_SOUND%%share/xblast/sounds/xb_kick.raw -%%WITH_SOUND%%share/xblast/sounds/xb_nvis.raw -%%WITH_SOUND%%share/xblast/sounds/xb_nvnc.raw -%%WITH_SOUND%%share/xblast/sounds/xb_ouch.raw -%%WITH_SOUND%%share/xblast/sounds/xb_pump.raw -%%WITH_SOUND%%share/xblast/sounds/xb_shoot.raw -%%WITH_SOUND%%share/xblast/sounds/xb_spbmb.raw -%%WITH_SOUND%%share/xblast/sounds/xb_spir.raw -%%WITH_SOUND%%share/xblast/sounds/xb_stun.raw -%%WITH_SOUND%%share/xblast/sounds/xb_warn.raw -%%WITH_SOUND%%share/xblast/sounds/xb_whrl.raw -%%WITH_SOUND%%share/xblast/sounds/xb_won.raw -%%WITH_SOUND%%share/xblast/sounds/xbcloak.raw -%%WITH_SOUND%%share/xblast/sounds/xbcloakx.raw -%%WITH_SOUND%%share/xblast/sounds/xbdcloak.raw -%%WITH_SOUND%%share/xblast/sounds/xbfast.raw -%%WITH_SOUND%%share/xblast/sounds/xbfin.raw -%%WITH_SOUND%%share/xblast/sounds/xbfire.raw -%%WITH_SOUND%%share/xblast/sounds/xbholy.raw -%%WITH_SOUND%%share/xblast/sounds/xbinj.raw -%%WITH_SOUND%%share/xblast/sounds/xblife.raw -%%WITH_SOUND%%share/xblast/sounds/xbmbmb.raw -%%WITH_SOUND%%share/xblast/sounds/xbnbmb.raw -%%WITH_SOUND%%share/xblast/sounds/xbnkick.raw -%%WITH_SOUND%%share/xblast/sounds/xbnpmp.raw -%%WITH_SOUND%%share/xblast/sounds/xbnrc.raw -%%WITH_SOUND%%share/xblast/sounds/xbntel.raw -%%WITH_SOUND%%share/xblast/sounds/xbslay.raw -%%WITH_SOUND%%share/xblast/sounds/xbslide.raw -%%WITH_SOUND%%share/xblast/sounds/xbslow.raw -%%WITH_SOUND%%share/xblast/sounds/xbstep1.raw -%%WITH_SOUND%%share/xblast/sounds/xbstep2.raw -%%WITH_SOUND%%share/xblast/sounds/xbstep3.raw -%%WITH_SOUND%%share/xblast/sounds/xbstep4.raw -%%WITH_SOUND%%share/xblast/sounds/xbstep5.raw -%%WITH_SOUND%%share/xblast/sounds/xbstep6.raw -%%WITH_SOUND%%share/xblast/sounds/xbtele.raw -%%WITH_SOUND%%share/xblast/sounds/xbtele1.raw -%%WITH_SOUND%%share/xblast/sounds/xbtele2.raw -%%WITH_SOUND%%@dirrm share/xblast/sounds -@dirrm share/xblast/level -@dirrm share/xblast/image/sprite -@dirrm share/xblast/image/score -@dirrm share/xblast/image/misc -@dirrm share/xblast/image/explosion -@dirrm share/xblast/image/block -@dirrm share/xblast/image -@dirrm share/xblast +%%NOSDL%%%%SOUND%%bin/xbsndsrv +%%NLS%%share/locale/de/LC_MESSAGES/xblast.mo +%%NLS%%share/locale/fr/LC_MESSAGES/xblast.mo +%%DATADIR%%/image/block/EPFL_stop.ppm +%%DATADIR%%/image/block/air_pump.ppm +%%DATADIR%%/image/block/bomb.ppm +%%DATADIR%%/image/block/bomb_floor.ppm +%%DATADIR%%/image/block/bomb_floor_X.ppm +%%DATADIR%%/image/block/bomb_floor_black.ppm +%%DATADIR%%/image/block/bomb_floor_black_X.ppm +%%DATADIR%%/image/block/book_shelf.ppm +%%DATADIR%%/image/block/box.ppm +%%DATADIR%%/image/block/brick_O.ppm +%%DATADIR%%/image/block/bricks.ppm +%%DATADIR%%/image/block/button_floor.ppm +%%DATADIR%%/image/block/button_floor_S.ppm +%%DATADIR%%/image/block/button_floor_X.ppm +%%DATADIR%%/image/block/check.ppm +%%DATADIR%%/image/block/check_X.ppm +%%DATADIR%%/image/block/cheese.ppm +%%DATADIR%%/image/block/chess_floor.ppm +%%DATADIR%%/image/block/chess_floor_S.ppm +%%DATADIR%%/image/block/chess_floor_X.ppm +%%DATADIR%%/image/block/chess_sphere.ppm +%%DATADIR%%/image/block/chess_sphere_O.ppm +%%DATADIR%%/image/block/chest.ppm +%%DATADIR%%/image/block/chest_O.ppm +%%DATADIR%%/image/block/city_free.ppm +%%DATADIR%%/image/block/city_free_S.ppm +%%DATADIR%%/image/block/city_free_X.ppm +%%DATADIR%%/image/block/city_rip.ppm +%%DATADIR%%/image/block/city_rip_R.ppm +%%DATADIR%%/image/block/cloak.ppm +%%DATADIR%%/image/block/construction.ppm +%%DATADIR%%/image/block/control_alpha.ppm +%%DATADIR%%/image/block/control_num.ppm +%%DATADIR%%/image/block/d_world.ppm +%%DATADIR%%/image/block/d_world_extra.ppm +%%DATADIR%%/image/block/daleif.ppm +%%DATADIR%%/image/block/dark_block.ppm +%%DATADIR%%/image/block/dark_block_R.ppm +%%DATADIR%%/image/block/dark_block_X.ppm +%%DATADIR%%/image/block/dark_house.ppm +%%DATADIR%%/image/block/dark_house_R.ppm +%%DATADIR%%/image/block/dark_way.ppm +%%DATADIR%%/image/block/dark_way_S.ppm +%%DATADIR%%/image/block/dark_way_X.ppm +%%DATADIR%%/image/block/display.ppm +%%DATADIR%%/image/block/doom.ppm +%%DATADIR%%/image/block/double_bomb.ppm +%%DATADIR%%/image/block/downarrow.ppm +%%DATADIR%%/image/block/electrify.ppm +%%DATADIR%%/image/block/evilgrail.ppm +%%DATADIR%%/image/block/expl0f.ppm +%%DATADIR%%/image/block/extra.ppm +%%DATADIR%%/image/block/extra_O.ppm +%%DATADIR%%/image/block/extraelectrify.ppm +%%DATADIR%%/image/block/extraghost.ppm +%%DATADIR%%/image/block/extrathrough.ppm +%%DATADIR%%/image/block/fart.ppm +%%DATADIR%%/image/block/firecracker.ppm +%%DATADIR%%/image/block/flowers.ppm +%%DATADIR%%/image/block/frogger.ppm +%%DATADIR%%/image/block/ghost.ppm +%%DATADIR%%/image/block/ghost_X.ppm +%%DATADIR%%/image/block/ghost_ci.ppm +%%DATADIR%%/image/block/ghost_ci_R.ppm +%%DATADIR%%/image/block/ghost_sq.ppm +%%DATADIR%%/image/block/ghost_sq_R.ppm +%%DATADIR%%/image/block/hex.ppm +%%DATADIR%%/image/block/hex_X.ppm +%%DATADIR%%/image/block/hex_extra.ppm +%%DATADIR%%/image/block/hex_extra_O.ppm +%%DATADIR%%/image/block/hex_wall.ppm +%%DATADIR%%/image/block/hole_floor.ppm +%%DATADIR%%/image/block/hole_floor_X.ppm +%%DATADIR%%/image/block/holygrail.ppm +%%DATADIR%%/image/block/ignite.ppm +%%DATADIR%%/image/block/invincible.ppm +%%DATADIR%%/image/block/iron_floor.ppm +%%DATADIR%%/image/block/iron_floor_S.ppm +%%DATADIR%%/image/block/iron_floor_X.ppm +%%DATADIR%%/image/block/jizz.ppm +%%DATADIR%%/image/block/jizz_extra.ppm +%%DATADIR%%/image/block/jizz_extra_O.ppm +%%DATADIR%%/image/block/jump.ppm +%%DATADIR%%/image/block/karo_dark.ppm +%%DATADIR%%/image/block/karo_dark_S.ppm +%%DATADIR%%/image/block/karo_dark_X.ppm +%%DATADIR%%/image/block/karo_light.ppm +%%DATADIR%%/image/block/karo_light_S.ppm +%%DATADIR%%/image/block/karo_light_X.ppm +%%DATADIR%%/image/block/kick_bomb.ppm +%%DATADIR%%/image/block/lego_black.ppm +%%DATADIR%%/image/block/lego_black_O.ppm +%%DATADIR%%/image/block/lego_floor.ppm +%%DATADIR%%/image/block/lego_floor_S.ppm +%%DATADIR%%/image/block/lego_floor_X.ppm +%%DATADIR%%/image/block/lego_white.ppm +%%DATADIR%%/image/block/life.ppm +%%DATADIR%%/image/block/light_house.ppm +%%DATADIR%%/image/block/light_house_O.ppm +%%DATADIR%%/image/block/mayhem.ppm +%%DATADIR%%/image/block/menu_bottom.ppm +%%DATADIR%%/image/block/menu_center.ppm +%%DATADIR%%/image/block/menu_join.ppm +%%DATADIR%%/image/block/menu_left.ppm +%%DATADIR%%/image/block/menu_left_down.ppm +%%DATADIR%%/image/block/menu_left_up.ppm +%%DATADIR%%/image/block/menu_list_center.ppm +%%DATADIR%%/image/block/menu_list_join.ppm +%%DATADIR%%/image/block/menu_list_left.ppm +%%DATADIR%%/image/block/menu_list_right.ppm +%%DATADIR%%/image/block/menu_podest.ppm +%%DATADIR%%/image/block/menu_right.ppm +%%DATADIR%%/image/block/menu_right_down.ppm +%%DATADIR%%/image/block/menu_right_up.ppm +%%DATADIR%%/image/block/menu_top.ppm +%%DATADIR%%/image/block/menu_vertical.ppm +%%DATADIR%%/image/block/mines.ppm +%%DATADIR%%/image/block/mines_b.ppm +%%DATADIR%%/image/block/morph.ppm +%%DATADIR%%/image/block/mr_beam_bear.ppm +%%DATADIR%%/image/block/mr_beam_bear_O.ppm +%%DATADIR%%/image/block/mr_beam_free.ppm +%%DATADIR%%/image/block/mr_beam_free_X.ppm +%%DATADIR%%/image/block/mr_beam_tv.ppm +%%DATADIR%%/image/block/multiple.ppm +%%DATADIR%%/image/block/napalm.ppm +%%DATADIR%%/image/block/nin_1.ppm +%%DATADIR%%/image/block/nin_2.ppm +%%DATADIR%%/image/block/peace.ppm +%%DATADIR%%/image/block/phantom.ppm +%%DATADIR%%/image/block/phoenix.ppm +%%DATADIR%%/image/block/poison.ppm +%%DATADIR%%/image/block/pow.ppm +%%DATADIR%%/image/block/pumpkin.ppm +%%DATADIR%%/image/block/pumpkin_O.ppm +%%DATADIR%%/image/block/pyramid.ppm +%%DATADIR%%/image/block/pyramid_R.ppm +%%DATADIR%%/image/block/q3a_beam.ppm +%%DATADIR%%/image/block/r_i_p.ppm +%%DATADIR%%/image/block/r_i_p_R.ppm +%%DATADIR%%/image/block/radio_active.ppm +%%DATADIR%%/image/block/range.ppm +%%DATADIR%%/image/block/remote_control.ppm +%%DATADIR%%/image/block/rock_floor.ppm +%%DATADIR%%/image/block/rock_floor_S.ppm +%%DATADIR%%/image/block/rock_floor_X.ppm +%%DATADIR%%/image/block/score_drop.ppm +%%DATADIR%%/image/block/score_floor.ppm +%%DATADIR%%/image/block/score_left_down.ppm +%%DATADIR%%/image/block/score_left_up.ppm +%%DATADIR%%/image/block/score_mid_down.ppm +%%DATADIR%%/image/block/score_mid_up.ppm +%%DATADIR%%/image/block/score_pipe_begin.ppm +%%DATADIR%%/image/block/score_pipe_end.ppm +%%DATADIR%%/image/block/score_pipe_floor.ppm +%%DATADIR%%/image/block/score_pipe_mid.ppm +%%DATADIR%%/image/block/score_right_down.ppm +%%DATADIR%%/image/block/score_right_up.ppm +%%DATADIR%%/image/block/score_step.ppm +%%DATADIR%%/image/block/search.ppm +%%DATADIR%%/image/block/slow.ppm +%%DATADIR%%/image/block/smiley.ppm +%%DATADIR%%/image/block/smiley_O.ppm +%%DATADIR%%/image/block/snipe.ppm +%%DATADIR%%/image/block/speed.ppm +%%DATADIR%%/image/block/sphere_dark.ppm +%%DATADIR%%/image/block/sphere_half.ppm +%%DATADIR%%/image/block/sphere_half_S.ppm +%%DATADIR%%/image/block/sphere_half_X.ppm +%%DATADIR%%/image/block/sphere_light.ppm +%%DATADIR%%/image/block/sphere_light_O.ppm +%%DATADIR%%/image/block/stars.ppm +%%DATADIR%%/image/block/steal.ppm +%%DATADIR%%/image/block/swapcolor.ppm +%%DATADIR%%/image/block/swapposition.ppm +%%DATADIR%%/image/block/swastika.ppm +%%DATADIR%%/image/block/swastika_O.ppm +%%DATADIR%%/image/block/syringe.ppm +%%DATADIR%%/image/block/temple.ppm +%%DATADIR%%/image/block/three_bomb.ppm +%%DATADIR%%/image/block/trap.ppm +%%DATADIR%%/image/block/triangle_bomb.ppm +%%DATADIR%%/image/block/unknown-file.pbm +%%DATADIR%%/image/block/unknown-file.ppm +%%DATADIR%%/image/block/uparrow.ppm +%%DATADIR%%/image/block/wall.ppm +%%DATADIR%%/image/block/wall_R.ppm +%%DATADIR%%/image/block/weight.ppm +%%DATADIR%%/image/block/weight_R.ppm +%%DATADIR%%/image/block/win_95_logo.ppm +%%DATADIR%%/image/block/x_files.ppm +%%DATADIR%%/image/block/x_files_R.ppm +%%DATADIR%%/image/block/xmas_b.ppm +%%DATADIR%%/image/block/xmas_r.ppm +%%DATADIR%%/image/block/xmas_s.ppm +%%DATADIR%%/image/block/xmas_t.ppm +%%DATADIR%%/image/block/zoso_extra.ppm +%%DATADIR%%/image/block/zoso_extra_O.ppm +%%DATADIR%%/image/explosion/bomb_0.pbm +%%DATADIR%%/image/explosion/bomb_0.ppm +%%DATADIR%%/image/explosion/bomb_1.pbm +%%DATADIR%%/image/explosion/bomb_1.ppm +%%DATADIR%%/image/explosion/bomb_10.pbm +%%DATADIR%%/image/explosion/bomb_10.ppm +%%DATADIR%%/image/explosion/bomb_11.pbm +%%DATADIR%%/image/explosion/bomb_11.ppm +%%DATADIR%%/image/explosion/bomb_12.pbm +%%DATADIR%%/image/explosion/bomb_12.ppm +%%DATADIR%%/image/explosion/bomb_13.pbm +%%DATADIR%%/image/explosion/bomb_13.ppm +%%DATADIR%%/image/explosion/bomb_14.pbm +%%DATADIR%%/image/explosion/bomb_14.ppm +%%DATADIR%%/image/explosion/bomb_15.pbm +%%DATADIR%%/image/explosion/bomb_15.ppm +%%DATADIR%%/image/explosion/bomb_2.pbm +%%DATADIR%%/image/explosion/bomb_2.ppm +%%DATADIR%%/image/explosion/bomb_3.pbm +%%DATADIR%%/image/explosion/bomb_3.ppm +%%DATADIR%%/image/explosion/bomb_4.pbm +%%DATADIR%%/image/explosion/bomb_4.ppm +%%DATADIR%%/image/explosion/bomb_5.pbm +%%DATADIR%%/image/explosion/bomb_5.ppm +%%DATADIR%%/image/explosion/bomb_6.pbm +%%DATADIR%%/image/explosion/bomb_6.ppm +%%DATADIR%%/image/explosion/bomb_7.pbm +%%DATADIR%%/image/explosion/bomb_7.ppm +%%DATADIR%%/image/explosion/bomb_8.pbm +%%DATADIR%%/image/explosion/bomb_8.ppm +%%DATADIR%%/image/explosion/bomb_9.pbm +%%DATADIR%%/image/explosion/bomb_9.ppm +%%DATADIR%%/image/explosion/bomb_x.pbm +%%DATADIR%%/image/explosion/bomb_x.ppm +%%DATADIR%%/image/explosion/expl.pbm +%%DATADIR%%/image/explosion/expl.pos +%%DATADIR%%/image/explosion/expl.ppm +%%DATADIR%%/image/explosion/expl00.pbm +%%DATADIR%%/image/explosion/expl00.ppm +%%DATADIR%%/image/explosion/expl00_mask.pbm +%%DATADIR%%/image/explosion/expl01.pbm +%%DATADIR%%/image/explosion/expl01.ppm +%%DATADIR%%/image/explosion/expl01_mask.pbm +%%DATADIR%%/image/explosion/expl02.pbm +%%DATADIR%%/image/explosion/expl02.ppm +%%DATADIR%%/image/explosion/expl02_mask.pbm +%%DATADIR%%/image/explosion/expl03.pbm +%%DATADIR%%/image/explosion/expl03.ppm +%%DATADIR%%/image/explosion/expl03_mask.pbm +%%DATADIR%%/image/explosion/expl04.pbm +%%DATADIR%%/image/explosion/expl04.ppm +%%DATADIR%%/image/explosion/expl04_mask.pbm +%%DATADIR%%/image/explosion/expl05.pbm +%%DATADIR%%/image/explosion/expl05.ppm +%%DATADIR%%/image/explosion/expl05_mask.pbm +%%DATADIR%%/image/explosion/expl06.pbm +%%DATADIR%%/image/explosion/expl06.ppm +%%DATADIR%%/image/explosion/expl06_mask.pbm +%%DATADIR%%/image/explosion/expl07.pbm +%%DATADIR%%/image/explosion/expl07.ppm +%%DATADIR%%/image/explosion/expl07_mask.pbm +%%DATADIR%%/image/explosion/expl08.pbm +%%DATADIR%%/image/explosion/expl08.ppm +%%DATADIR%%/image/explosion/expl08_mask.pbm +%%DATADIR%%/image/explosion/expl09.pbm +%%DATADIR%%/image/explosion/expl09.ppm +%%DATADIR%%/image/explosion/expl09_mask.pbm +%%DATADIR%%/image/explosion/expl0a.pbm +%%DATADIR%%/image/explosion/expl0a.ppm +%%DATADIR%%/image/explosion/expl0a_mask.pbm +%%DATADIR%%/image/explosion/expl0b.pbm +%%DATADIR%%/image/explosion/expl0b.ppm +%%DATADIR%%/image/explosion/expl0b_mask.pbm +%%DATADIR%%/image/explosion/expl0c.pbm +%%DATADIR%%/image/explosion/expl0c.ppm +%%DATADIR%%/image/explosion/expl0c_mask.pbm +%%DATADIR%%/image/explosion/expl0d.pbm +%%DATADIR%%/image/explosion/expl0d.ppm +%%DATADIR%%/image/explosion/expl0d_mask.pbm +%%DATADIR%%/image/explosion/expl0e.pbm +%%DATADIR%%/image/explosion/expl0e.ppm +%%DATADIR%%/image/explosion/expl0e_mask.pbm +%%DATADIR%%/image/explosion/expl0f.pbm +%%DATADIR%%/image/explosion/expl0f.ppm +%%DATADIR%%/image/explosion/expl0f_mask.pbm +%%DATADIR%%/image/explosion/expl10.pbm +%%DATADIR%%/image/explosion/expl10.ppm +%%DATADIR%%/image/explosion/mini_0.pbm +%%DATADIR%%/image/explosion/mini_0.ppm +%%DATADIR%%/image/explosion/mini_1.pbm +%%DATADIR%%/image/explosion/mini_1.ppm +%%DATADIR%%/image/explosion/mini_10.pbm +%%DATADIR%%/image/explosion/mini_10.ppm +%%DATADIR%%/image/explosion/mini_11.pbm +%%DATADIR%%/image/explosion/mini_11.ppm +%%DATADIR%%/image/explosion/mini_12.pbm +%%DATADIR%%/image/explosion/mini_12.ppm +%%DATADIR%%/image/explosion/mini_13.pbm +%%DATADIR%%/image/explosion/mini_13.ppm +%%DATADIR%%/image/explosion/mini_14.pbm +%%DATADIR%%/image/explosion/mini_14.ppm +%%DATADIR%%/image/explosion/mini_15.pbm +%%DATADIR%%/image/explosion/mini_15.ppm +%%DATADIR%%/image/explosion/mini_2.pbm +%%DATADIR%%/image/explosion/mini_2.ppm +%%DATADIR%%/image/explosion/mini_3.pbm +%%DATADIR%%/image/explosion/mini_3.ppm +%%DATADIR%%/image/explosion/mini_4.pbm +%%DATADIR%%/image/explosion/mini_4.ppm +%%DATADIR%%/image/explosion/mini_5.pbm +%%DATADIR%%/image/explosion/mini_5.ppm +%%DATADIR%%/image/explosion/mini_6.pbm +%%DATADIR%%/image/explosion/mini_6.ppm +%%DATADIR%%/image/explosion/mini_7.pbm +%%DATADIR%%/image/explosion/mini_7.ppm +%%DATADIR%%/image/explosion/mini_8.pbm +%%DATADIR%%/image/explosion/mini_8.ppm +%%DATADIR%%/image/explosion/mini_9.pbm +%%DATADIR%%/image/explosion/mini_9.ppm +%%DATADIR%%/image/explosion/mini_x.pbm +%%DATADIR%%/image/explosion/mini_x.ppm +%%DATADIR%%/image/misc/color.ppm +%%DATADIR%%/image/misc/icon_abort.pbm +%%DATADIR%%/image/misc/icon_abort.ppm +%%DATADIR%%/image/misc/icon_color.pbm +%%DATADIR%%/image/misc/icon_color.ppm +%%DATADIR%%/image/misc/icon_default.pbm +%%DATADIR%%/image/misc/icon_default.ppm +%%DATADIR%%/image/misc/icon_led_off.pbm +%%DATADIR%%/image/misc/icon_led_off.ppm +%%DATADIR%%/image/misc/icon_led_on.pbm +%%DATADIR%%/image/misc/icon_led_on.ppm +%%DATADIR%%/image/misc/text_bg.ppm +%%DATADIR%%/image/misc/text_fg.ppm +%%DATADIR%%/image/misc/title.ppm +%%DATADIR%%/image/score/led_off.ppm +%%DATADIR%%/image/score/led_on.ppm +%%DATADIR%%/image/score/player.epm +%%DATADIR%%/image/score/player_abort.epm +%%DATADIR%%/image/score/player_dead.epm +%%DATADIR%%/image/score/player_sick.epm +%%DATADIR%%/image/score/player_sick_abort.epm +%%DATADIR%%/image/score/text_left.ppm +%%DATADIR%%/image/score/text_middle.ppm +%%DATADIR%%/image/score/text_right.ppm +%%DATADIR%%/image/score/tile_void.ppm +%%DATADIR%%/image/sprite/cowboy_B.epm +%%DATADIR%%/image/sprite/cowboy_B.pbm +%%DATADIR%%/image/sprite/cowboy_DD.epm +%%DATADIR%%/image/sprite/cowboy_DD.pbm +%%DATADIR%%/image/sprite/cowboy_DL.epm +%%DATADIR%%/image/sprite/cowboy_DL.pbm +%%DATADIR%%/image/sprite/cowboy_DR.epm +%%DATADIR%%/image/sprite/cowboy_DR.pbm +%%DATADIR%%/image/sprite/cowboy_DU.epm +%%DATADIR%%/image/sprite/cowboy_DU.pbm +%%DATADIR%%/image/sprite/cowboy_D_0.epm +%%DATADIR%%/image/sprite/cowboy_D_0.pbm +%%DATADIR%%/image/sprite/cowboy_D_1.epm +%%DATADIR%%/image/sprite/cowboy_D_1.pbm +%%DATADIR%%/image/sprite/cowboy_D_2.epm +%%DATADIR%%/image/sprite/cowboy_D_2.pbm +%%DATADIR%%/image/sprite/cowboy_D_3.epm +%%DATADIR%%/image/sprite/cowboy_D_3.pbm +%%DATADIR%%/image/sprite/cowboy_D_S.epm +%%DATADIR%%/image/sprite/cowboy_D_S.pbm +%%DATADIR%%/image/sprite/cowboy_L.epm +%%DATADIR%%/image/sprite/cowboy_L.pbm +%%DATADIR%%/image/sprite/cowboy_L1.epm +%%DATADIR%%/image/sprite/cowboy_L1.pbm +%%DATADIR%%/image/sprite/cowboy_L2.epm +%%DATADIR%%/image/sprite/cowboy_L2.pbm +%%DATADIR%%/image/sprite/cowboy_L_0.epm +%%DATADIR%%/image/sprite/cowboy_L_0.pbm +%%DATADIR%%/image/sprite/cowboy_L_1.epm +%%DATADIR%%/image/sprite/cowboy_L_1.pbm +%%DATADIR%%/image/sprite/cowboy_L_2.epm +%%DATADIR%%/image/sprite/cowboy_L_2.pbm +%%DATADIR%%/image/sprite/cowboy_L_3.epm +%%DATADIR%%/image/sprite/cowboy_L_3.pbm +%%DATADIR%%/image/sprite/cowboy_L_S.epm +%%DATADIR%%/image/sprite/cowboy_L_S.pbm +%%DATADIR%%/image/sprite/cowboy_R_0.epm +%%DATADIR%%/image/sprite/cowboy_R_0.pbm +%%DATADIR%%/image/sprite/cowboy_R_1.epm +%%DATADIR%%/image/sprite/cowboy_R_1.pbm +%%DATADIR%%/image/sprite/cowboy_R_2.epm +%%DATADIR%%/image/sprite/cowboy_R_2.pbm +%%DATADIR%%/image/sprite/cowboy_R_3.epm +%%DATADIR%%/image/sprite/cowboy_R_3.pbm +%%DATADIR%%/image/sprite/cowboy_R_S.epm +%%DATADIR%%/image/sprite/cowboy_R_S.pbm +%%DATADIR%%/image/sprite/cowboy_U_0.epm +%%DATADIR%%/image/sprite/cowboy_U_0.pbm +%%DATADIR%%/image/sprite/cowboy_U_1.epm +%%DATADIR%%/image/sprite/cowboy_U_1.pbm +%%DATADIR%%/image/sprite/cowboy_U_2.epm +%%DATADIR%%/image/sprite/cowboy_U_2.pbm +%%DATADIR%%/image/sprite/cowboy_U_3.epm +%%DATADIR%%/image/sprite/cowboy_U_3.pbm +%%DATADIR%%/image/sprite/cowboy_U_S.epm +%%DATADIR%%/image/sprite/cowboy_U_S.pbm +%%DATADIR%%/image/sprite/cowboy_W.epm +%%DATADIR%%/image/sprite/cowboy_W.pbm +%%DATADIR%%/image/sprite/cowboy_W2.epm +%%DATADIR%%/image/sprite/cowboy_W2.pbm +%%DATADIR%%/image/sprite/cowboy_W3.epm +%%DATADIR%%/image/sprite/cowboy_W3.pbm +%%DATADIR%%/image/sprite/fat_B.epm +%%DATADIR%%/image/sprite/fat_B.pbm +%%DATADIR%%/image/sprite/fat_DD.epm +%%DATADIR%%/image/sprite/fat_DD.pbm +%%DATADIR%%/image/sprite/fat_DL.epm +%%DATADIR%%/image/sprite/fat_DL.pbm +%%DATADIR%%/image/sprite/fat_DR.epm +%%DATADIR%%/image/sprite/fat_DR.pbm +%%DATADIR%%/image/sprite/fat_DU.epm +%%DATADIR%%/image/sprite/fat_DU.pbm +%%DATADIR%%/image/sprite/fat_D_0.epm +%%DATADIR%%/image/sprite/fat_D_0.pbm +%%DATADIR%%/image/sprite/fat_D_1.epm +%%DATADIR%%/image/sprite/fat_D_1.pbm +%%DATADIR%%/image/sprite/fat_D_2.epm +%%DATADIR%%/image/sprite/fat_D_2.pbm +%%DATADIR%%/image/sprite/fat_D_3.epm +%%DATADIR%%/image/sprite/fat_D_3.pbm +%%DATADIR%%/image/sprite/fat_D_S.epm +%%DATADIR%%/image/sprite/fat_D_S.pbm +%%DATADIR%%/image/sprite/fat_L.epm +%%DATADIR%%/image/sprite/fat_L.pbm +%%DATADIR%%/image/sprite/fat_L1.epm +%%DATADIR%%/image/sprite/fat_L1.pbm +%%DATADIR%%/image/sprite/fat_L2.epm +%%DATADIR%%/image/sprite/fat_L2.pbm +%%DATADIR%%/image/sprite/fat_L_0.epm +%%DATADIR%%/image/sprite/fat_L_0.pbm +%%DATADIR%%/image/sprite/fat_L_1.epm +%%DATADIR%%/image/sprite/fat_L_1.pbm +%%DATADIR%%/image/sprite/fat_L_2.epm +%%DATADIR%%/image/sprite/fat_L_2.pbm +%%DATADIR%%/image/sprite/fat_L_3.epm +%%DATADIR%%/image/sprite/fat_L_3.pbm +%%DATADIR%%/image/sprite/fat_L_S.epm +%%DATADIR%%/image/sprite/fat_L_S.pbm +%%DATADIR%%/image/sprite/fat_R_0.epm +%%DATADIR%%/image/sprite/fat_R_0.pbm +%%DATADIR%%/image/sprite/fat_R_1.epm +%%DATADIR%%/image/sprite/fat_R_1.pbm +%%DATADIR%%/image/sprite/fat_R_2.epm +%%DATADIR%%/image/sprite/fat_R_2.pbm +%%DATADIR%%/image/sprite/fat_R_3.epm +%%DATADIR%%/image/sprite/fat_R_3.pbm +%%DATADIR%%/image/sprite/fat_R_S.epm +%%DATADIR%%/image/sprite/fat_R_S.pbm +%%DATADIR%%/image/sprite/fat_U_0.epm +%%DATADIR%%/image/sprite/fat_U_0.pbm +%%DATADIR%%/image/sprite/fat_U_1.epm +%%DATADIR%%/image/sprite/fat_U_1.pbm +%%DATADIR%%/image/sprite/fat_U_2.epm +%%DATADIR%%/image/sprite/fat_U_2.pbm +%%DATADIR%%/image/sprite/fat_U_3.epm +%%DATADIR%%/image/sprite/fat_U_3.pbm +%%DATADIR%%/image/sprite/fat_U_S.epm +%%DATADIR%%/image/sprite/fat_U_S.pbm +%%DATADIR%%/image/sprite/fat_W.epm +%%DATADIR%%/image/sprite/fat_W.pbm +%%DATADIR%%/image/sprite/fat_W2.epm +%%DATADIR%%/image/sprite/fat_W2.pbm +%%DATADIR%%/image/sprite/fat_W3.epm +%%DATADIR%%/image/sprite/fat_W3.pbm +%%DATADIR%%/image/sprite/felix_B.epm +%%DATADIR%%/image/sprite/felix_B.pbm +%%DATADIR%%/image/sprite/felix_DD.epm +%%DATADIR%%/image/sprite/felix_DD.pbm +%%DATADIR%%/image/sprite/felix_DL.epm +%%DATADIR%%/image/sprite/felix_DL.pbm +%%DATADIR%%/image/sprite/felix_DR.epm +%%DATADIR%%/image/sprite/felix_DR.pbm +%%DATADIR%%/image/sprite/felix_DU.epm +%%DATADIR%%/image/sprite/felix_DU.pbm +%%DATADIR%%/image/sprite/felix_D_0.epm +%%DATADIR%%/image/sprite/felix_D_0.pbm +%%DATADIR%%/image/sprite/felix_D_1.epm +%%DATADIR%%/image/sprite/felix_D_1.pbm +%%DATADIR%%/image/sprite/felix_D_2.epm +%%DATADIR%%/image/sprite/felix_D_2.pbm +%%DATADIR%%/image/sprite/felix_D_3.epm +%%DATADIR%%/image/sprite/felix_D_3.pbm +%%DATADIR%%/image/sprite/felix_D_S.epm +%%DATADIR%%/image/sprite/felix_D_S.pbm +%%DATADIR%%/image/sprite/felix_L.epm +%%DATADIR%%/image/sprite/felix_L.pbm +%%DATADIR%%/image/sprite/felix_L1.epm +%%DATADIR%%/image/sprite/felix_L1.pbm +%%DATADIR%%/image/sprite/felix_L2.epm +%%DATADIR%%/image/sprite/felix_L2.pbm +%%DATADIR%%/image/sprite/felix_L_0.epm +%%DATADIR%%/image/sprite/felix_L_0.pbm +%%DATADIR%%/image/sprite/felix_L_1.epm +%%DATADIR%%/image/sprite/felix_L_1.pbm +%%DATADIR%%/image/sprite/felix_L_2.epm +%%DATADIR%%/image/sprite/felix_L_2.pbm +%%DATADIR%%/image/sprite/felix_L_3.epm +%%DATADIR%%/image/sprite/felix_L_3.pbm +%%DATADIR%%/image/sprite/felix_L_S.epm +%%DATADIR%%/image/sprite/felix_L_S.pbm +%%DATADIR%%/image/sprite/felix_R_0.epm +%%DATADIR%%/image/sprite/felix_R_0.pbm +%%DATADIR%%/image/sprite/felix_R_1.epm +%%DATADIR%%/image/sprite/felix_R_1.pbm +%%DATADIR%%/image/sprite/felix_R_2.epm +%%DATADIR%%/image/sprite/felix_R_2.pbm +%%DATADIR%%/image/sprite/felix_R_3.epm +%%DATADIR%%/image/sprite/felix_R_3.pbm +%%DATADIR%%/image/sprite/felix_R_S.epm +%%DATADIR%%/image/sprite/felix_R_S.pbm +%%DATADIR%%/image/sprite/felix_U_0.epm +%%DATADIR%%/image/sprite/felix_U_0.pbm +%%DATADIR%%/image/sprite/felix_U_1.epm +%%DATADIR%%/image/sprite/felix_U_1.pbm +%%DATADIR%%/image/sprite/felix_U_2.epm +%%DATADIR%%/image/sprite/felix_U_2.pbm +%%DATADIR%%/image/sprite/felix_U_3.epm +%%DATADIR%%/image/sprite/felix_U_3.pbm +%%DATADIR%%/image/sprite/felix_U_S.epm +%%DATADIR%%/image/sprite/felix_U_S.pbm +%%DATADIR%%/image/sprite/felix_W.epm +%%DATADIR%%/image/sprite/felix_W.pbm +%%DATADIR%%/image/sprite/felix_W2.epm +%%DATADIR%%/image/sprite/felix_W2.pbm +%%DATADIR%%/image/sprite/felix_W3.epm +%%DATADIR%%/image/sprite/felix_W3.pbm +%%DATADIR%%/image/sprite/girl_B.epm +%%DATADIR%%/image/sprite/girl_B.pbm +%%DATADIR%%/image/sprite/girl_DD.epm +%%DATADIR%%/image/sprite/girl_DD.pbm +%%DATADIR%%/image/sprite/girl_DL.epm +%%DATADIR%%/image/sprite/girl_DL.pbm +%%DATADIR%%/image/sprite/girl_DR.epm +%%DATADIR%%/image/sprite/girl_DR.pbm +%%DATADIR%%/image/sprite/girl_DU.epm +%%DATADIR%%/image/sprite/girl_DU.pbm +%%DATADIR%%/image/sprite/girl_D_0.epm +%%DATADIR%%/image/sprite/girl_D_0.pbm +%%DATADIR%%/image/sprite/girl_D_1.epm +%%DATADIR%%/image/sprite/girl_D_1.pbm +%%DATADIR%%/image/sprite/girl_D_2.epm +%%DATADIR%%/image/sprite/girl_D_2.pbm +%%DATADIR%%/image/sprite/girl_D_3.epm +%%DATADIR%%/image/sprite/girl_D_3.pbm +%%DATADIR%%/image/sprite/girl_D_S.epm +%%DATADIR%%/image/sprite/girl_D_S.pbm +%%DATADIR%%/image/sprite/girl_L.epm +%%DATADIR%%/image/sprite/girl_L.pbm +%%DATADIR%%/image/sprite/girl_L1.epm +%%DATADIR%%/image/sprite/girl_L1.pbm +%%DATADIR%%/image/sprite/girl_L2.epm +%%DATADIR%%/image/sprite/girl_L2.pbm +%%DATADIR%%/image/sprite/girl_L_0.epm +%%DATADIR%%/image/sprite/girl_L_0.pbm +%%DATADIR%%/image/sprite/girl_L_1.epm +%%DATADIR%%/image/sprite/girl_L_1.pbm +%%DATADIR%%/image/sprite/girl_L_2.epm +%%DATADIR%%/image/sprite/girl_L_2.pbm +%%DATADIR%%/image/sprite/girl_L_3.epm +%%DATADIR%%/image/sprite/girl_L_3.pbm +%%DATADIR%%/image/sprite/girl_L_S.epm +%%DATADIR%%/image/sprite/girl_L_S.pbm +%%DATADIR%%/image/sprite/girl_R_0.epm +%%DATADIR%%/image/sprite/girl_R_0.pbm +%%DATADIR%%/image/sprite/girl_R_1.epm +%%DATADIR%%/image/sprite/girl_R_1.pbm +%%DATADIR%%/image/sprite/girl_R_2.epm +%%DATADIR%%/image/sprite/girl_R_2.pbm +%%DATADIR%%/image/sprite/girl_R_3.epm +%%DATADIR%%/image/sprite/girl_R_3.pbm +%%DATADIR%%/image/sprite/girl_R_S.epm +%%DATADIR%%/image/sprite/girl_R_S.pbm +%%DATADIR%%/image/sprite/girl_U_0.epm +%%DATADIR%%/image/sprite/girl_U_0.pbm +%%DATADIR%%/image/sprite/girl_U_1.epm +%%DATADIR%%/image/sprite/girl_U_1.pbm +%%DATADIR%%/image/sprite/girl_U_2.epm +%%DATADIR%%/image/sprite/girl_U_2.pbm +%%DATADIR%%/image/sprite/girl_U_3.epm +%%DATADIR%%/image/sprite/girl_U_3.pbm +%%DATADIR%%/image/sprite/girl_U_S.epm +%%DATADIR%%/image/sprite/girl_U_S.pbm +%%DATADIR%%/image/sprite/girl_W.epm +%%DATADIR%%/image/sprite/girl_W.pbm +%%DATADIR%%/image/sprite/girl_W2.epm +%%DATADIR%%/image/sprite/girl_W2.pbm +%%DATADIR%%/image/sprite/girl_W3.epm +%%DATADIR%%/image/sprite/girl_W3.pbm +%%DATADIR%%/image/sprite/golem_B.epm +%%DATADIR%%/image/sprite/golem_B.pbm +%%DATADIR%%/image/sprite/golem_DD.epm +%%DATADIR%%/image/sprite/golem_DD.pbm +%%DATADIR%%/image/sprite/golem_DL.epm +%%DATADIR%%/image/sprite/golem_DL.pbm +%%DATADIR%%/image/sprite/golem_DR.epm +%%DATADIR%%/image/sprite/golem_DR.pbm +%%DATADIR%%/image/sprite/golem_DU.epm +%%DATADIR%%/image/sprite/golem_DU.pbm +%%DATADIR%%/image/sprite/golem_D_0.epm +%%DATADIR%%/image/sprite/golem_D_0.pbm +%%DATADIR%%/image/sprite/golem_D_1.epm +%%DATADIR%%/image/sprite/golem_D_1.pbm +%%DATADIR%%/image/sprite/golem_D_2.epm +%%DATADIR%%/image/sprite/golem_D_2.pbm +%%DATADIR%%/image/sprite/golem_D_3.epm +%%DATADIR%%/image/sprite/golem_D_3.pbm +%%DATADIR%%/image/sprite/golem_D_S.epm +%%DATADIR%%/image/sprite/golem_D_S.pbm +%%DATADIR%%/image/sprite/golem_L.epm +%%DATADIR%%/image/sprite/golem_L.pbm +%%DATADIR%%/image/sprite/golem_L1.epm +%%DATADIR%%/image/sprite/golem_L1.pbm +%%DATADIR%%/image/sprite/golem_L2.epm +%%DATADIR%%/image/sprite/golem_L2.pbm +%%DATADIR%%/image/sprite/golem_L_0.epm +%%DATADIR%%/image/sprite/golem_L_0.pbm +%%DATADIR%%/image/sprite/golem_L_1.epm +%%DATADIR%%/image/sprite/golem_L_1.pbm +%%DATADIR%%/image/sprite/golem_L_2.epm +%%DATADIR%%/image/sprite/golem_L_2.pbm +%%DATADIR%%/image/sprite/golem_L_3.epm +%%DATADIR%%/image/sprite/golem_L_3.pbm +%%DATADIR%%/image/sprite/golem_L_S.epm +%%DATADIR%%/image/sprite/golem_L_S.pbm +%%DATADIR%%/image/sprite/golem_R_0.epm +%%DATADIR%%/image/sprite/golem_R_0.pbm +%%DATADIR%%/image/sprite/golem_R_1.epm +%%DATADIR%%/image/sprite/golem_R_1.pbm +%%DATADIR%%/image/sprite/golem_R_2.epm +%%DATADIR%%/image/sprite/golem_R_2.pbm +%%DATADIR%%/image/sprite/golem_R_3.epm +%%DATADIR%%/image/sprite/golem_R_3.pbm +%%DATADIR%%/image/sprite/golem_R_S.epm +%%DATADIR%%/image/sprite/golem_R_S.pbm +%%DATADIR%%/image/sprite/golem_U_0.epm +%%DATADIR%%/image/sprite/golem_U_0.pbm +%%DATADIR%%/image/sprite/golem_U_1.epm +%%DATADIR%%/image/sprite/golem_U_1.pbm +%%DATADIR%%/image/sprite/golem_U_2.epm +%%DATADIR%%/image/sprite/golem_U_2.pbm +%%DATADIR%%/image/sprite/golem_U_3.epm +%%DATADIR%%/image/sprite/golem_U_3.pbm +%%DATADIR%%/image/sprite/golem_U_S.epm +%%DATADIR%%/image/sprite/golem_U_S.pbm +%%DATADIR%%/image/sprite/golem_W.epm +%%DATADIR%%/image/sprite/golem_W.pbm +%%DATADIR%%/image/sprite/golem_W2.epm +%%DATADIR%%/image/sprite/golem_W2.pbm +%%DATADIR%%/image/sprite/golem_W3.epm +%%DATADIR%%/image/sprite/golem_W3.pbm +%%DATADIR%%/image/sprite/iceman_B.epm +%%DATADIR%%/image/sprite/iceman_B.pbm +%%DATADIR%%/image/sprite/iceman_DD.epm +%%DATADIR%%/image/sprite/iceman_DD.pbm +%%DATADIR%%/image/sprite/iceman_DL.epm +%%DATADIR%%/image/sprite/iceman_DL.pbm +%%DATADIR%%/image/sprite/iceman_DR.epm +%%DATADIR%%/image/sprite/iceman_DR.pbm +%%DATADIR%%/image/sprite/iceman_DU.epm +%%DATADIR%%/image/sprite/iceman_DU.pbm +%%DATADIR%%/image/sprite/iceman_D_0.epm +%%DATADIR%%/image/sprite/iceman_D_0.pbm +%%DATADIR%%/image/sprite/iceman_D_1.epm +%%DATADIR%%/image/sprite/iceman_D_1.pbm +%%DATADIR%%/image/sprite/iceman_D_2.epm +%%DATADIR%%/image/sprite/iceman_D_2.pbm +%%DATADIR%%/image/sprite/iceman_D_3.epm +%%DATADIR%%/image/sprite/iceman_D_3.pbm +%%DATADIR%%/image/sprite/iceman_D_S.epm +%%DATADIR%%/image/sprite/iceman_D_S.pbm +%%DATADIR%%/image/sprite/iceman_L.epm +%%DATADIR%%/image/sprite/iceman_L.pbm +%%DATADIR%%/image/sprite/iceman_L1.epm +%%DATADIR%%/image/sprite/iceman_L1.pbm +%%DATADIR%%/image/sprite/iceman_L2.epm +%%DATADIR%%/image/sprite/iceman_L2.pbm +%%DATADIR%%/image/sprite/iceman_L_0.epm +%%DATADIR%%/image/sprite/iceman_L_0.pbm +%%DATADIR%%/image/sprite/iceman_L_1.epm +%%DATADIR%%/image/sprite/iceman_L_1.pbm +%%DATADIR%%/image/sprite/iceman_L_2.epm +%%DATADIR%%/image/sprite/iceman_L_2.pbm +%%DATADIR%%/image/sprite/iceman_L_3.epm +%%DATADIR%%/image/sprite/iceman_L_3.pbm +%%DATADIR%%/image/sprite/iceman_L_S.epm +%%DATADIR%%/image/sprite/iceman_L_S.pbm +%%DATADIR%%/image/sprite/iceman_R_0.epm +%%DATADIR%%/image/sprite/iceman_R_0.pbm +%%DATADIR%%/image/sprite/iceman_R_1.epm +%%DATADIR%%/image/sprite/iceman_R_1.pbm +%%DATADIR%%/image/sprite/iceman_R_2.epm +%%DATADIR%%/image/sprite/iceman_R_2.pbm +%%DATADIR%%/image/sprite/iceman_R_3.epm +%%DATADIR%%/image/sprite/iceman_R_3.pbm +%%DATADIR%%/image/sprite/iceman_R_S.epm +%%DATADIR%%/image/sprite/iceman_R_S.pbm +%%DATADIR%%/image/sprite/iceman_U_0.epm +%%DATADIR%%/image/sprite/iceman_U_0.pbm +%%DATADIR%%/image/sprite/iceman_U_1.epm +%%DATADIR%%/image/sprite/iceman_U_1.pbm +%%DATADIR%%/image/sprite/iceman_U_2.epm +%%DATADIR%%/image/sprite/iceman_U_2.pbm +%%DATADIR%%/image/sprite/iceman_U_3.epm +%%DATADIR%%/image/sprite/iceman_U_3.pbm +%%DATADIR%%/image/sprite/iceman_U_S.epm +%%DATADIR%%/image/sprite/iceman_U_S.pbm +%%DATADIR%%/image/sprite/iceman_W.epm +%%DATADIR%%/image/sprite/iceman_W.pbm +%%DATADIR%%/image/sprite/iceman_W2.epm +%%DATADIR%%/image/sprite/iceman_W2.pbm +%%DATADIR%%/image/sprite/iceman_W3.epm +%%DATADIR%%/image/sprite/iceman_W3.pbm +%%DATADIR%%/image/sprite/insect_B.epm +%%DATADIR%%/image/sprite/insect_B.pbm +%%DATADIR%%/image/sprite/insect_DD.epm +%%DATADIR%%/image/sprite/insect_DD.pbm +%%DATADIR%%/image/sprite/insect_DL.epm +%%DATADIR%%/image/sprite/insect_DL.pbm +%%DATADIR%%/image/sprite/insect_DR.epm +%%DATADIR%%/image/sprite/insect_DR.pbm +%%DATADIR%%/image/sprite/insect_DU.epm +%%DATADIR%%/image/sprite/insect_DU.pbm +%%DATADIR%%/image/sprite/insect_D_0.epm +%%DATADIR%%/image/sprite/insect_D_0.pbm +%%DATADIR%%/image/sprite/insect_D_1.epm +%%DATADIR%%/image/sprite/insect_D_1.pbm +%%DATADIR%%/image/sprite/insect_D_2.epm +%%DATADIR%%/image/sprite/insect_D_2.pbm +%%DATADIR%%/image/sprite/insect_D_3.epm +%%DATADIR%%/image/sprite/insect_D_3.pbm +%%DATADIR%%/image/sprite/insect_D_S.epm +%%DATADIR%%/image/sprite/insect_D_S.pbm +%%DATADIR%%/image/sprite/insect_L.epm +%%DATADIR%%/image/sprite/insect_L.pbm +%%DATADIR%%/image/sprite/insect_L1.epm +%%DATADIR%%/image/sprite/insect_L1.pbm +%%DATADIR%%/image/sprite/insect_L2.epm +%%DATADIR%%/image/sprite/insect_L2.pbm +%%DATADIR%%/image/sprite/insect_L_0.epm +%%DATADIR%%/image/sprite/insect_L_0.pbm +%%DATADIR%%/image/sprite/insect_L_1.epm +%%DATADIR%%/image/sprite/insect_L_1.pbm +%%DATADIR%%/image/sprite/insect_L_2.epm +%%DATADIR%%/image/sprite/insect_L_2.pbm +%%DATADIR%%/image/sprite/insect_L_3.epm +%%DATADIR%%/image/sprite/insect_L_3.pbm +%%DATADIR%%/image/sprite/insect_L_S.epm +%%DATADIR%%/image/sprite/insect_L_S.pbm +%%DATADIR%%/image/sprite/insect_R_0.epm +%%DATADIR%%/image/sprite/insect_R_0.pbm +%%DATADIR%%/image/sprite/insect_R_1.epm +%%DATADIR%%/image/sprite/insect_R_1.pbm +%%DATADIR%%/image/sprite/insect_R_2.epm +%%DATADIR%%/image/sprite/insect_R_2.pbm +%%DATADIR%%/image/sprite/insect_R_3.epm +%%DATADIR%%/image/sprite/insect_R_3.pbm +%%DATADIR%%/image/sprite/insect_R_S.epm +%%DATADIR%%/image/sprite/insect_R_S.pbm +%%DATADIR%%/image/sprite/insect_U_0.epm +%%DATADIR%%/image/sprite/insect_U_0.pbm +%%DATADIR%%/image/sprite/insect_U_1.epm +%%DATADIR%%/image/sprite/insect_U_1.pbm +%%DATADIR%%/image/sprite/insect_U_2.epm +%%DATADIR%%/image/sprite/insect_U_2.pbm +%%DATADIR%%/image/sprite/insect_U_3.epm +%%DATADIR%%/image/sprite/insect_U_3.pbm +%%DATADIR%%/image/sprite/insect_U_S.epm +%%DATADIR%%/image/sprite/insect_U_S.pbm +%%DATADIR%%/image/sprite/insect_W.epm +%%DATADIR%%/image/sprite/insect_W.pbm +%%DATADIR%%/image/sprite/insect_W2.epm +%%DATADIR%%/image/sprite/insect_W2.pbm +%%DATADIR%%/image/sprite/insect_W3.epm +%%DATADIR%%/image/sprite/insect_W3.pbm +%%DATADIR%%/image/sprite/jedi_B.epm +%%DATADIR%%/image/sprite/jedi_B.pbm +%%DATADIR%%/image/sprite/jedi_DD.epm +%%DATADIR%%/image/sprite/jedi_DD.pbm +%%DATADIR%%/image/sprite/jedi_DL.epm +%%DATADIR%%/image/sprite/jedi_DL.pbm +%%DATADIR%%/image/sprite/jedi_DR.epm +%%DATADIR%%/image/sprite/jedi_DR.pbm +%%DATADIR%%/image/sprite/jedi_DU.epm +%%DATADIR%%/image/sprite/jedi_DU.pbm +%%DATADIR%%/image/sprite/jedi_D_0.epm +%%DATADIR%%/image/sprite/jedi_D_0.pbm +%%DATADIR%%/image/sprite/jedi_D_1.epm +%%DATADIR%%/image/sprite/jedi_D_1.pbm +%%DATADIR%%/image/sprite/jedi_D_2.epm +%%DATADIR%%/image/sprite/jedi_D_2.pbm +%%DATADIR%%/image/sprite/jedi_D_3.epm +%%DATADIR%%/image/sprite/jedi_D_3.pbm +%%DATADIR%%/image/sprite/jedi_D_S.epm +%%DATADIR%%/image/sprite/jedi_D_S.pbm +%%DATADIR%%/image/sprite/jedi_L.epm +%%DATADIR%%/image/sprite/jedi_L.pbm +%%DATADIR%%/image/sprite/jedi_L1.epm +%%DATADIR%%/image/sprite/jedi_L1.pbm +%%DATADIR%%/image/sprite/jedi_L2.epm +%%DATADIR%%/image/sprite/jedi_L2.pbm +%%DATADIR%%/image/sprite/jedi_L_0.epm +%%DATADIR%%/image/sprite/jedi_L_0.pbm +%%DATADIR%%/image/sprite/jedi_L_1.epm +%%DATADIR%%/image/sprite/jedi_L_1.pbm +%%DATADIR%%/image/sprite/jedi_L_2.epm +%%DATADIR%%/image/sprite/jedi_L_2.pbm +%%DATADIR%%/image/sprite/jedi_L_3.epm +%%DATADIR%%/image/sprite/jedi_L_3.pbm +%%DATADIR%%/image/sprite/jedi_L_S.epm +%%DATADIR%%/image/sprite/jedi_L_S.pbm +%%DATADIR%%/image/sprite/jedi_R_0.epm +%%DATADIR%%/image/sprite/jedi_R_0.pbm +%%DATADIR%%/image/sprite/jedi_R_1.epm +%%DATADIR%%/image/sprite/jedi_R_1.pbm +%%DATADIR%%/image/sprite/jedi_R_2.epm +%%DATADIR%%/image/sprite/jedi_R_2.pbm +%%DATADIR%%/image/sprite/jedi_R_3.epm +%%DATADIR%%/image/sprite/jedi_R_3.pbm +%%DATADIR%%/image/sprite/jedi_R_S.epm +%%DATADIR%%/image/sprite/jedi_R_S.pbm +%%DATADIR%%/image/sprite/jedi_U_0.epm +%%DATADIR%%/image/sprite/jedi_U_0.pbm +%%DATADIR%%/image/sprite/jedi_U_1.epm +%%DATADIR%%/image/sprite/jedi_U_1.pbm +%%DATADIR%%/image/sprite/jedi_U_2.epm +%%DATADIR%%/image/sprite/jedi_U_2.pbm +%%DATADIR%%/image/sprite/jedi_U_3.epm +%%DATADIR%%/image/sprite/jedi_U_3.pbm +%%DATADIR%%/image/sprite/jedi_U_S.epm +%%DATADIR%%/image/sprite/jedi_U_S.pbm +%%DATADIR%%/image/sprite/jedi_W.epm +%%DATADIR%%/image/sprite/jedi_W.pbm +%%DATADIR%%/image/sprite/jedi_W2.epm +%%DATADIR%%/image/sprite/jedi_W2.pbm +%%DATADIR%%/image/sprite/jedi_W3.epm +%%DATADIR%%/image/sprite/jedi_W3.pbm +%%DATADIR%%/image/sprite/kenny_B.epm +%%DATADIR%%/image/sprite/kenny_B.pbm +%%DATADIR%%/image/sprite/kenny_DD.epm +%%DATADIR%%/image/sprite/kenny_DD.pbm +%%DATADIR%%/image/sprite/kenny_DL.epm +%%DATADIR%%/image/sprite/kenny_DL.pbm +%%DATADIR%%/image/sprite/kenny_DR.epm +%%DATADIR%%/image/sprite/kenny_DR.pbm +%%DATADIR%%/image/sprite/kenny_DU.epm +%%DATADIR%%/image/sprite/kenny_DU.pbm +%%DATADIR%%/image/sprite/kenny_D_0.epm +%%DATADIR%%/image/sprite/kenny_D_0.pbm +%%DATADIR%%/image/sprite/kenny_D_1.epm +%%DATADIR%%/image/sprite/kenny_D_1.pbm +%%DATADIR%%/image/sprite/kenny_D_2.epm +%%DATADIR%%/image/sprite/kenny_D_2.pbm +%%DATADIR%%/image/sprite/kenny_D_3.epm +%%DATADIR%%/image/sprite/kenny_D_3.pbm +%%DATADIR%%/image/sprite/kenny_D_S.epm +%%DATADIR%%/image/sprite/kenny_D_S.pbm +%%DATADIR%%/image/sprite/kenny_L.epm +%%DATADIR%%/image/sprite/kenny_L.pbm +%%DATADIR%%/image/sprite/kenny_L1.epm +%%DATADIR%%/image/sprite/kenny_L1.pbm +%%DATADIR%%/image/sprite/kenny_L2.epm +%%DATADIR%%/image/sprite/kenny_L2.pbm +%%DATADIR%%/image/sprite/kenny_L_0.epm +%%DATADIR%%/image/sprite/kenny_L_0.pbm +%%DATADIR%%/image/sprite/kenny_L_1.epm +%%DATADIR%%/image/sprite/kenny_L_1.pbm +%%DATADIR%%/image/sprite/kenny_L_2.epm +%%DATADIR%%/image/sprite/kenny_L_2.pbm +%%DATADIR%%/image/sprite/kenny_L_3.epm +%%DATADIR%%/image/sprite/kenny_L_3.pbm +%%DATADIR%%/image/sprite/kenny_L_S.epm +%%DATADIR%%/image/sprite/kenny_L_S.pbm +%%DATADIR%%/image/sprite/kenny_R_0.epm +%%DATADIR%%/image/sprite/kenny_R_0.pbm +%%DATADIR%%/image/sprite/kenny_R_1.epm +%%DATADIR%%/image/sprite/kenny_R_1.pbm +%%DATADIR%%/image/sprite/kenny_R_2.epm +%%DATADIR%%/image/sprite/kenny_R_2.pbm +%%DATADIR%%/image/sprite/kenny_R_3.epm +%%DATADIR%%/image/sprite/kenny_R_3.pbm +%%DATADIR%%/image/sprite/kenny_R_S.epm +%%DATADIR%%/image/sprite/kenny_R_S.pbm +%%DATADIR%%/image/sprite/kenny_U_0.epm +%%DATADIR%%/image/sprite/kenny_U_0.pbm +%%DATADIR%%/image/sprite/kenny_U_1.epm +%%DATADIR%%/image/sprite/kenny_U_1.pbm +%%DATADIR%%/image/sprite/kenny_U_2.epm +%%DATADIR%%/image/sprite/kenny_U_2.pbm +%%DATADIR%%/image/sprite/kenny_U_3.epm +%%DATADIR%%/image/sprite/kenny_U_3.pbm +%%DATADIR%%/image/sprite/kenny_U_S.epm +%%DATADIR%%/image/sprite/kenny_U_S.pbm +%%DATADIR%%/image/sprite/kenny_W.epm +%%DATADIR%%/image/sprite/kenny_W.pbm +%%DATADIR%%/image/sprite/kenny_W2.epm +%%DATADIR%%/image/sprite/kenny_W2.pbm +%%DATADIR%%/image/sprite/kenny_W3.epm +%%DATADIR%%/image/sprite/kenny_W3.pbm +%%DATADIR%%/image/sprite/mecha_B.epm +%%DATADIR%%/image/sprite/mecha_B.pbm +%%DATADIR%%/image/sprite/mecha_DD.epm +%%DATADIR%%/image/sprite/mecha_DD.pbm +%%DATADIR%%/image/sprite/mecha_DL.epm +%%DATADIR%%/image/sprite/mecha_DL.pbm +%%DATADIR%%/image/sprite/mecha_DR.epm +%%DATADIR%%/image/sprite/mecha_DR.pbm +%%DATADIR%%/image/sprite/mecha_DU.epm +%%DATADIR%%/image/sprite/mecha_DU.pbm +%%DATADIR%%/image/sprite/mecha_D_0.epm +%%DATADIR%%/image/sprite/mecha_D_0.pbm +%%DATADIR%%/image/sprite/mecha_D_1.epm +%%DATADIR%%/image/sprite/mecha_D_1.pbm +%%DATADIR%%/image/sprite/mecha_D_2.epm +%%DATADIR%%/image/sprite/mecha_D_2.pbm +%%DATADIR%%/image/sprite/mecha_D_3.epm +%%DATADIR%%/image/sprite/mecha_D_3.pbm +%%DATADIR%%/image/sprite/mecha_D_S.epm +%%DATADIR%%/image/sprite/mecha_D_S.pbm +%%DATADIR%%/image/sprite/mecha_L.epm +%%DATADIR%%/image/sprite/mecha_L.pbm +%%DATADIR%%/image/sprite/mecha_L1.epm +%%DATADIR%%/image/sprite/mecha_L1.pbm +%%DATADIR%%/image/sprite/mecha_L2.epm +%%DATADIR%%/image/sprite/mecha_L2.pbm +%%DATADIR%%/image/sprite/mecha_L_0.epm +%%DATADIR%%/image/sprite/mecha_L_0.pbm +%%DATADIR%%/image/sprite/mecha_L_1.epm +%%DATADIR%%/image/sprite/mecha_L_1.pbm +%%DATADIR%%/image/sprite/mecha_L_2.epm +%%DATADIR%%/image/sprite/mecha_L_2.pbm +%%DATADIR%%/image/sprite/mecha_L_3.epm +%%DATADIR%%/image/sprite/mecha_L_3.pbm +%%DATADIR%%/image/sprite/mecha_L_S.epm +%%DATADIR%%/image/sprite/mecha_L_S.pbm +%%DATADIR%%/image/sprite/mecha_R_0.epm +%%DATADIR%%/image/sprite/mecha_R_0.pbm +%%DATADIR%%/image/sprite/mecha_R_1.epm +%%DATADIR%%/image/sprite/mecha_R_1.pbm +%%DATADIR%%/image/sprite/mecha_R_2.epm +%%DATADIR%%/image/sprite/mecha_R_2.pbm +%%DATADIR%%/image/sprite/mecha_R_3.epm +%%DATADIR%%/image/sprite/mecha_R_3.pbm +%%DATADIR%%/image/sprite/mecha_R_S.epm +%%DATADIR%%/image/sprite/mecha_R_S.pbm +%%DATADIR%%/image/sprite/mecha_U_0.epm +%%DATADIR%%/image/sprite/mecha_U_0.pbm +%%DATADIR%%/image/sprite/mecha_U_1.epm +%%DATADIR%%/image/sprite/mecha_U_1.pbm +%%DATADIR%%/image/sprite/mecha_U_2.epm +%%DATADIR%%/image/sprite/mecha_U_2.pbm +%%DATADIR%%/image/sprite/mecha_U_3.epm +%%DATADIR%%/image/sprite/mecha_U_3.pbm +%%DATADIR%%/image/sprite/mecha_U_S.epm +%%DATADIR%%/image/sprite/mecha_U_S.pbm +%%DATADIR%%/image/sprite/mecha_W.epm +%%DATADIR%%/image/sprite/mecha_W.pbm +%%DATADIR%%/image/sprite/mecha_W2.epm +%%DATADIR%%/image/sprite/mecha_W2.pbm +%%DATADIR%%/image/sprite/mecha_W3.epm +%%DATADIR%%/image/sprite/mecha_W3.pbm +%%DATADIR%%/image/sprite/morph.pbm +%%DATADIR%%/image/sprite/morph.ppm +%%DATADIR%%/image/sprite/normal_B.epm +%%DATADIR%%/image/sprite/normal_B.pbm +%%DATADIR%%/image/sprite/normal_DD.epm +%%DATADIR%%/image/sprite/normal_DD.pbm +%%DATADIR%%/image/sprite/normal_DL.epm +%%DATADIR%%/image/sprite/normal_DL.pbm +%%DATADIR%%/image/sprite/normal_DR.epm +%%DATADIR%%/image/sprite/normal_DR.pbm +%%DATADIR%%/image/sprite/normal_DU.epm +%%DATADIR%%/image/sprite/normal_DU.pbm +%%DATADIR%%/image/sprite/normal_D_0.epm +%%DATADIR%%/image/sprite/normal_D_0.pbm +%%DATADIR%%/image/sprite/normal_D_1.epm +%%DATADIR%%/image/sprite/normal_D_1.pbm +%%DATADIR%%/image/sprite/normal_D_2.epm +%%DATADIR%%/image/sprite/normal_D_2.pbm +%%DATADIR%%/image/sprite/normal_D_3.epm +%%DATADIR%%/image/sprite/normal_D_3.pbm +%%DATADIR%%/image/sprite/normal_D_S.epm +%%DATADIR%%/image/sprite/normal_D_S.pbm +%%DATADIR%%/image/sprite/normal_L.epm +%%DATADIR%%/image/sprite/normal_L.pbm +%%DATADIR%%/image/sprite/normal_L1.epm +%%DATADIR%%/image/sprite/normal_L1.pbm +%%DATADIR%%/image/sprite/normal_L2.epm +%%DATADIR%%/image/sprite/normal_L2.pbm +%%DATADIR%%/image/sprite/normal_L_0.epm +%%DATADIR%%/image/sprite/normal_L_0.pbm +%%DATADIR%%/image/sprite/normal_L_1.epm +%%DATADIR%%/image/sprite/normal_L_1.pbm +%%DATADIR%%/image/sprite/normal_L_2.epm +%%DATADIR%%/image/sprite/normal_L_2.pbm +%%DATADIR%%/image/sprite/normal_L_3.epm +%%DATADIR%%/image/sprite/normal_L_3.pbm +%%DATADIR%%/image/sprite/normal_L_S.epm +%%DATADIR%%/image/sprite/normal_L_S.pbm +%%DATADIR%%/image/sprite/normal_R_0.epm +%%DATADIR%%/image/sprite/normal_R_0.pbm +%%DATADIR%%/image/sprite/normal_R_1.epm +%%DATADIR%%/image/sprite/normal_R_1.pbm +%%DATADIR%%/image/sprite/normal_R_2.epm +%%DATADIR%%/image/sprite/normal_R_2.pbm +%%DATADIR%%/image/sprite/normal_R_3.epm +%%DATADIR%%/image/sprite/normal_R_3.pbm +%%DATADIR%%/image/sprite/normal_R_S.epm +%%DATADIR%%/image/sprite/normal_R_S.pbm +%%DATADIR%%/image/sprite/normal_U_0.epm +%%DATADIR%%/image/sprite/normal_U_0.pbm +%%DATADIR%%/image/sprite/normal_U_1.epm +%%DATADIR%%/image/sprite/normal_U_1.pbm +%%DATADIR%%/image/sprite/normal_U_2.epm +%%DATADIR%%/image/sprite/normal_U_2.pbm +%%DATADIR%%/image/sprite/normal_U_3.epm +%%DATADIR%%/image/sprite/normal_U_3.pbm +%%DATADIR%%/image/sprite/normal_U_S.epm +%%DATADIR%%/image/sprite/normal_U_S.pbm +%%DATADIR%%/image/sprite/normal_W.epm +%%DATADIR%%/image/sprite/normal_W.pbm +%%DATADIR%%/image/sprite/normal_W2.epm +%%DATADIR%%/image/sprite/normal_W2.pbm +%%DATADIR%%/image/sprite/normal_W3.epm +%%DATADIR%%/image/sprite/normal_W3.pbm +%%DATADIR%%/image/sprite/ping_B.epm +%%DATADIR%%/image/sprite/ping_B.pbm +%%DATADIR%%/image/sprite/ping_DD.epm +%%DATADIR%%/image/sprite/ping_DD.pbm +%%DATADIR%%/image/sprite/ping_DL.epm +%%DATADIR%%/image/sprite/ping_DL.pbm +%%DATADIR%%/image/sprite/ping_DR.epm +%%DATADIR%%/image/sprite/ping_DR.pbm +%%DATADIR%%/image/sprite/ping_DU.epm +%%DATADIR%%/image/sprite/ping_DU.pbm +%%DATADIR%%/image/sprite/ping_D_0.epm +%%DATADIR%%/image/sprite/ping_D_0.pbm +%%DATADIR%%/image/sprite/ping_D_1.epm +%%DATADIR%%/image/sprite/ping_D_1.pbm +%%DATADIR%%/image/sprite/ping_D_2.epm +%%DATADIR%%/image/sprite/ping_D_2.pbm +%%DATADIR%%/image/sprite/ping_D_3.epm +%%DATADIR%%/image/sprite/ping_D_3.pbm +%%DATADIR%%/image/sprite/ping_D_S.epm +%%DATADIR%%/image/sprite/ping_D_S.pbm +%%DATADIR%%/image/sprite/ping_L.epm +%%DATADIR%%/image/sprite/ping_L.pbm +%%DATADIR%%/image/sprite/ping_L1.epm +%%DATADIR%%/image/sprite/ping_L1.pbm +%%DATADIR%%/image/sprite/ping_L2.epm +%%DATADIR%%/image/sprite/ping_L2.pbm +%%DATADIR%%/image/sprite/ping_L_0.epm +%%DATADIR%%/image/sprite/ping_L_0.pbm +%%DATADIR%%/image/sprite/ping_L_1.epm +%%DATADIR%%/image/sprite/ping_L_1.pbm +%%DATADIR%%/image/sprite/ping_L_2.epm +%%DATADIR%%/image/sprite/ping_L_2.pbm +%%DATADIR%%/image/sprite/ping_L_3.epm +%%DATADIR%%/image/sprite/ping_L_3.pbm +%%DATADIR%%/image/sprite/ping_L_S.epm +%%DATADIR%%/image/sprite/ping_L_S.pbm +%%DATADIR%%/image/sprite/ping_R_0.epm +%%DATADIR%%/image/sprite/ping_R_0.pbm +%%DATADIR%%/image/sprite/ping_R_1.epm +%%DATADIR%%/image/sprite/ping_R_1.pbm +%%DATADIR%%/image/sprite/ping_R_2.epm +%%DATADIR%%/image/sprite/ping_R_2.pbm +%%DATADIR%%/image/sprite/ping_R_3.epm +%%DATADIR%%/image/sprite/ping_R_3.pbm +%%DATADIR%%/image/sprite/ping_R_S.epm +%%DATADIR%%/image/sprite/ping_R_S.pbm +%%DATADIR%%/image/sprite/ping_U_0.epm +%%DATADIR%%/image/sprite/ping_U_0.pbm +%%DATADIR%%/image/sprite/ping_U_1.epm +%%DATADIR%%/image/sprite/ping_U_1.pbm +%%DATADIR%%/image/sprite/ping_U_2.epm +%%DATADIR%%/image/sprite/ping_U_2.pbm +%%DATADIR%%/image/sprite/ping_U_3.epm +%%DATADIR%%/image/sprite/ping_U_3.pbm +%%DATADIR%%/image/sprite/ping_U_S.epm +%%DATADIR%%/image/sprite/ping_U_S.pbm +%%DATADIR%%/image/sprite/ping_W.epm +%%DATADIR%%/image/sprite/ping_W.pbm +%%DATADIR%%/image/sprite/ping_W2.epm +%%DATADIR%%/image/sprite/ping_W2.pbm +%%DATADIR%%/image/sprite/ping_W3.epm +%%DATADIR%%/image/sprite/ping_W3.pbm +%%DATADIR%%/image/sprite/punk_B.epm +%%DATADIR%%/image/sprite/punk_B.pbm +%%DATADIR%%/image/sprite/punk_DD.epm +%%DATADIR%%/image/sprite/punk_DD.pbm +%%DATADIR%%/image/sprite/punk_DL.epm +%%DATADIR%%/image/sprite/punk_DL.pbm +%%DATADIR%%/image/sprite/punk_DR.epm +%%DATADIR%%/image/sprite/punk_DR.pbm +%%DATADIR%%/image/sprite/punk_DU.epm +%%DATADIR%%/image/sprite/punk_DU.pbm +%%DATADIR%%/image/sprite/punk_D_0.epm +%%DATADIR%%/image/sprite/punk_D_0.pbm +%%DATADIR%%/image/sprite/punk_D_1.epm +%%DATADIR%%/image/sprite/punk_D_1.pbm +%%DATADIR%%/image/sprite/punk_D_2.epm +%%DATADIR%%/image/sprite/punk_D_2.pbm +%%DATADIR%%/image/sprite/punk_D_3.epm +%%DATADIR%%/image/sprite/punk_D_3.pbm +%%DATADIR%%/image/sprite/punk_D_S.epm +%%DATADIR%%/image/sprite/punk_D_S.pbm +%%DATADIR%%/image/sprite/punk_L.epm +%%DATADIR%%/image/sprite/punk_L.pbm +%%DATADIR%%/image/sprite/punk_L1.epm +%%DATADIR%%/image/sprite/punk_L1.pbm +%%DATADIR%%/image/sprite/punk_L2.epm +%%DATADIR%%/image/sprite/punk_L2.pbm +%%DATADIR%%/image/sprite/punk_L_0.epm +%%DATADIR%%/image/sprite/punk_L_0.pbm +%%DATADIR%%/image/sprite/punk_L_1.epm +%%DATADIR%%/image/sprite/punk_L_1.pbm +%%DATADIR%%/image/sprite/punk_L_2.epm +%%DATADIR%%/image/sprite/punk_L_2.pbm +%%DATADIR%%/image/sprite/punk_L_3.epm +%%DATADIR%%/image/sprite/punk_L_3.pbm +%%DATADIR%%/image/sprite/punk_L_S.epm +%%DATADIR%%/image/sprite/punk_L_S.pbm +%%DATADIR%%/image/sprite/punk_R_0.epm +%%DATADIR%%/image/sprite/punk_R_0.pbm +%%DATADIR%%/image/sprite/punk_R_1.epm +%%DATADIR%%/image/sprite/punk_R_1.pbm +%%DATADIR%%/image/sprite/punk_R_2.epm +%%DATADIR%%/image/sprite/punk_R_2.pbm +%%DATADIR%%/image/sprite/punk_R_3.epm +%%DATADIR%%/image/sprite/punk_R_3.pbm +%%DATADIR%%/image/sprite/punk_R_S.epm +%%DATADIR%%/image/sprite/punk_R_S.pbm +%%DATADIR%%/image/sprite/punk_U_0.epm +%%DATADIR%%/image/sprite/punk_U_0.pbm +%%DATADIR%%/image/sprite/punk_U_1.epm +%%DATADIR%%/image/sprite/punk_U_1.pbm +%%DATADIR%%/image/sprite/punk_U_2.epm +%%DATADIR%%/image/sprite/punk_U_2.pbm +%%DATADIR%%/image/sprite/punk_U_3.epm +%%DATADIR%%/image/sprite/punk_U_3.pbm +%%DATADIR%%/image/sprite/punk_U_S.epm +%%DATADIR%%/image/sprite/punk_U_S.pbm +%%DATADIR%%/image/sprite/punk_W.epm +%%DATADIR%%/image/sprite/punk_W.pbm +%%DATADIR%%/image/sprite/punk_W2.epm +%%DATADIR%%/image/sprite/punk_W2.pbm +%%DATADIR%%/image/sprite/punk_W3.epm +%%DATADIR%%/image/sprite/punk_W3.pbm +%%DATADIR%%/image/sprite/skel_D.pbm +%%DATADIR%%/image/sprite/skel_D.ppm +%%DATADIR%%/image/sprite/skel_L.pbm +%%DATADIR%%/image/sprite/skel_L.ppm +%%DATADIR%%/image/sprite/skel_R.pbm +%%DATADIR%%/image/sprite/skel_R.ppm +%%DATADIR%%/image/sprite/skel_U.pbm +%%DATADIR%%/image/sprite/skel_U.ppm +%%DATADIR%%/image/sprite/skull_B.epm +%%DATADIR%%/image/sprite/skull_B.pbm +%%DATADIR%%/image/sprite/skull_DD.epm +%%DATADIR%%/image/sprite/skull_DD.pbm +%%DATADIR%%/image/sprite/skull_DL.epm +%%DATADIR%%/image/sprite/skull_DL.pbm +%%DATADIR%%/image/sprite/skull_DR.epm +%%DATADIR%%/image/sprite/skull_DR.pbm +%%DATADIR%%/image/sprite/skull_DU.epm +%%DATADIR%%/image/sprite/skull_DU.pbm +%%DATADIR%%/image/sprite/skull_D_0.epm +%%DATADIR%%/image/sprite/skull_D_0.pbm +%%DATADIR%%/image/sprite/skull_D_1.epm +%%DATADIR%%/image/sprite/skull_D_1.pbm +%%DATADIR%%/image/sprite/skull_D_2.epm +%%DATADIR%%/image/sprite/skull_D_2.pbm +%%DATADIR%%/image/sprite/skull_D_3.epm +%%DATADIR%%/image/sprite/skull_D_3.pbm +%%DATADIR%%/image/sprite/skull_D_S.epm +%%DATADIR%%/image/sprite/skull_D_S.pbm +%%DATADIR%%/image/sprite/skull_L.epm +%%DATADIR%%/image/sprite/skull_L.pbm +%%DATADIR%%/image/sprite/skull_L1.epm +%%DATADIR%%/image/sprite/skull_L1.pbm +%%DATADIR%%/image/sprite/skull_L2.epm +%%DATADIR%%/image/sprite/skull_L2.pbm +%%DATADIR%%/image/sprite/skull_L_0.epm +%%DATADIR%%/image/sprite/skull_L_0.pbm +%%DATADIR%%/image/sprite/skull_L_1.epm +%%DATADIR%%/image/sprite/skull_L_1.pbm +%%DATADIR%%/image/sprite/skull_L_2.epm +%%DATADIR%%/image/sprite/skull_L_2.pbm +%%DATADIR%%/image/sprite/skull_L_3.epm +%%DATADIR%%/image/sprite/skull_L_3.pbm +%%DATADIR%%/image/sprite/skull_L_S.epm +%%DATADIR%%/image/sprite/skull_L_S.pbm +%%DATADIR%%/image/sprite/skull_R_0.epm +%%DATADIR%%/image/sprite/skull_R_0.pbm +%%DATADIR%%/image/sprite/skull_R_1.epm +%%DATADIR%%/image/sprite/skull_R_1.pbm +%%DATADIR%%/image/sprite/skull_R_2.epm +%%DATADIR%%/image/sprite/skull_R_2.pbm +%%DATADIR%%/image/sprite/skull_R_3.epm +%%DATADIR%%/image/sprite/skull_R_3.pbm +%%DATADIR%%/image/sprite/skull_R_S.epm +%%DATADIR%%/image/sprite/skull_R_S.pbm +%%DATADIR%%/image/sprite/skull_U_0.epm +%%DATADIR%%/image/sprite/skull_U_0.pbm +%%DATADIR%%/image/sprite/skull_U_1.epm +%%DATADIR%%/image/sprite/skull_U_1.pbm +%%DATADIR%%/image/sprite/skull_U_2.epm +%%DATADIR%%/image/sprite/skull_U_2.pbm +%%DATADIR%%/image/sprite/skull_U_3.epm +%%DATADIR%%/image/sprite/skull_U_3.pbm +%%DATADIR%%/image/sprite/skull_U_S.epm +%%DATADIR%%/image/sprite/skull_U_S.pbm +%%DATADIR%%/image/sprite/skull_W.epm +%%DATADIR%%/image/sprite/skull_W.pbm +%%DATADIR%%/image/sprite/skull_W2.epm +%%DATADIR%%/image/sprite/skull_W2.pbm +%%DATADIR%%/image/sprite/skull_W3.epm +%%DATADIR%%/image/sprite/skull_W3.pbm +%%DATADIR%%/image/sprite/sprite.pos +%%DATADIR%%/image/sprite/sticky_B.epm +%%DATADIR%%/image/sprite/sticky_B.pbm +%%DATADIR%%/image/sprite/sticky_DD.epm +%%DATADIR%%/image/sprite/sticky_DD.pbm +%%DATADIR%%/image/sprite/sticky_DL.epm +%%DATADIR%%/image/sprite/sticky_DL.pbm +%%DATADIR%%/image/sprite/sticky_DR.epm +%%DATADIR%%/image/sprite/sticky_DR.pbm +%%DATADIR%%/image/sprite/sticky_DU.epm +%%DATADIR%%/image/sprite/sticky_DU.pbm +%%DATADIR%%/image/sprite/sticky_D_0.epm +%%DATADIR%%/image/sprite/sticky_D_0.pbm +%%DATADIR%%/image/sprite/sticky_D_1.epm +%%DATADIR%%/image/sprite/sticky_D_1.pbm +%%DATADIR%%/image/sprite/sticky_D_2.epm +%%DATADIR%%/image/sprite/sticky_D_2.pbm +%%DATADIR%%/image/sprite/sticky_D_3.epm +%%DATADIR%%/image/sprite/sticky_D_3.pbm +%%DATADIR%%/image/sprite/sticky_D_S.epm +%%DATADIR%%/image/sprite/sticky_D_S.pbm +%%DATADIR%%/image/sprite/sticky_L.epm +%%DATADIR%%/image/sprite/sticky_L.pbm +%%DATADIR%%/image/sprite/sticky_L1.epm +%%DATADIR%%/image/sprite/sticky_L1.pbm +%%DATADIR%%/image/sprite/sticky_L2.epm +%%DATADIR%%/image/sprite/sticky_L2.pbm +%%DATADIR%%/image/sprite/sticky_L_0.epm +%%DATADIR%%/image/sprite/sticky_L_0.pbm +%%DATADIR%%/image/sprite/sticky_L_1.epm +%%DATADIR%%/image/sprite/sticky_L_1.pbm +%%DATADIR%%/image/sprite/sticky_L_2.epm +%%DATADIR%%/image/sprite/sticky_L_2.pbm +%%DATADIR%%/image/sprite/sticky_L_3.epm +%%DATADIR%%/image/sprite/sticky_L_3.pbm +%%DATADIR%%/image/sprite/sticky_L_S.epm +%%DATADIR%%/image/sprite/sticky_L_S.pbm +%%DATADIR%%/image/sprite/sticky_R_0.epm +%%DATADIR%%/image/sprite/sticky_R_0.pbm +%%DATADIR%%/image/sprite/sticky_R_1.epm +%%DATADIR%%/image/sprite/sticky_R_1.pbm +%%DATADIR%%/image/sprite/sticky_R_2.epm +%%DATADIR%%/image/sprite/sticky_R_2.pbm +%%DATADIR%%/image/sprite/sticky_R_3.epm +%%DATADIR%%/image/sprite/sticky_R_3.pbm +%%DATADIR%%/image/sprite/sticky_R_S.epm +%%DATADIR%%/image/sprite/sticky_R_S.pbm +%%DATADIR%%/image/sprite/sticky_U_0.epm +%%DATADIR%%/image/sprite/sticky_U_0.pbm +%%DATADIR%%/image/sprite/sticky_U_1.epm +%%DATADIR%%/image/sprite/sticky_U_1.pbm +%%DATADIR%%/image/sprite/sticky_U_2.epm +%%DATADIR%%/image/sprite/sticky_U_2.pbm +%%DATADIR%%/image/sprite/sticky_U_3.epm +%%DATADIR%%/image/sprite/sticky_U_3.pbm +%%DATADIR%%/image/sprite/sticky_U_S.epm +%%DATADIR%%/image/sprite/sticky_U_S.pbm +%%DATADIR%%/image/sprite/sticky_W.epm +%%DATADIR%%/image/sprite/sticky_W.pbm +%%DATADIR%%/image/sprite/sticky_W2.epm +%%DATADIR%%/image/sprite/sticky_W2.pbm +%%DATADIR%%/image/sprite/sticky_W3.epm +%%DATADIR%%/image/sprite/sticky_W3.pbm +%%DATADIR%%/image/sprite/tall_B.epm +%%DATADIR%%/image/sprite/tall_B.pbm +%%DATADIR%%/image/sprite/tall_DD.epm +%%DATADIR%%/image/sprite/tall_DD.pbm +%%DATADIR%%/image/sprite/tall_DL.epm +%%DATADIR%%/image/sprite/tall_DL.pbm +%%DATADIR%%/image/sprite/tall_DR.epm +%%DATADIR%%/image/sprite/tall_DR.pbm +%%DATADIR%%/image/sprite/tall_DU.epm +%%DATADIR%%/image/sprite/tall_DU.pbm +%%DATADIR%%/image/sprite/tall_D_0.epm +%%DATADIR%%/image/sprite/tall_D_0.pbm +%%DATADIR%%/image/sprite/tall_D_1.epm +%%DATADIR%%/image/sprite/tall_D_1.pbm +%%DATADIR%%/image/sprite/tall_D_2.epm +%%DATADIR%%/image/sprite/tall_D_2.pbm +%%DATADIR%%/image/sprite/tall_D_3.epm +%%DATADIR%%/image/sprite/tall_D_3.pbm +%%DATADIR%%/image/sprite/tall_D_S.epm +%%DATADIR%%/image/sprite/tall_D_S.pbm +%%DATADIR%%/image/sprite/tall_L.epm +%%DATADIR%%/image/sprite/tall_L.pbm +%%DATADIR%%/image/sprite/tall_L1.epm +%%DATADIR%%/image/sprite/tall_L1.pbm +%%DATADIR%%/image/sprite/tall_L2.epm +%%DATADIR%%/image/sprite/tall_L2.pbm +%%DATADIR%%/image/sprite/tall_L_0.epm +%%DATADIR%%/image/sprite/tall_L_0.pbm +%%DATADIR%%/image/sprite/tall_L_1.epm +%%DATADIR%%/image/sprite/tall_L_1.pbm +%%DATADIR%%/image/sprite/tall_L_2.epm +%%DATADIR%%/image/sprite/tall_L_2.pbm +%%DATADIR%%/image/sprite/tall_L_3.epm +%%DATADIR%%/image/sprite/tall_L_3.pbm +%%DATADIR%%/image/sprite/tall_L_S.epm +%%DATADIR%%/image/sprite/tall_L_S.pbm +%%DATADIR%%/image/sprite/tall_R_0.epm +%%DATADIR%%/image/sprite/tall_R_0.pbm +%%DATADIR%%/image/sprite/tall_R_1.epm +%%DATADIR%%/image/sprite/tall_R_1.pbm +%%DATADIR%%/image/sprite/tall_R_2.epm +%%DATADIR%%/image/sprite/tall_R_2.pbm +%%DATADIR%%/image/sprite/tall_R_3.epm +%%DATADIR%%/image/sprite/tall_R_3.pbm +%%DATADIR%%/image/sprite/tall_R_S.epm +%%DATADIR%%/image/sprite/tall_R_S.pbm +%%DATADIR%%/image/sprite/tall_U_0.epm +%%DATADIR%%/image/sprite/tall_U_0.pbm +%%DATADIR%%/image/sprite/tall_U_1.epm +%%DATADIR%%/image/sprite/tall_U_1.pbm +%%DATADIR%%/image/sprite/tall_U_2.epm +%%DATADIR%%/image/sprite/tall_U_2.pbm +%%DATADIR%%/image/sprite/tall_U_3.epm +%%DATADIR%%/image/sprite/tall_U_3.pbm +%%DATADIR%%/image/sprite/tall_U_S.epm +%%DATADIR%%/image/sprite/tall_U_S.pbm +%%DATADIR%%/image/sprite/tall_W.epm +%%DATADIR%%/image/sprite/tall_W.pbm +%%DATADIR%%/image/sprite/tall_W2.epm +%%DATADIR%%/image/sprite/tall_W2.pbm +%%DATADIR%%/image/sprite/tall_W3.epm +%%DATADIR%%/image/sprite/tall_W3.pbm +%%DATADIR%%/image/sprite/tutorial_B.epm +%%DATADIR%%/image/sprite/tutorial_B.pbm +%%DATADIR%%/image/sprite/tutorial_DD.epm +%%DATADIR%%/image/sprite/tutorial_DD.pbm +%%DATADIR%%/image/sprite/tutorial_DL.epm +%%DATADIR%%/image/sprite/tutorial_DL.pbm +%%DATADIR%%/image/sprite/tutorial_DR.epm +%%DATADIR%%/image/sprite/tutorial_DR.pbm +%%DATADIR%%/image/sprite/tutorial_DU.epm +%%DATADIR%%/image/sprite/tutorial_DU.pbm +%%DATADIR%%/image/sprite/tutorial_D_0.epm +%%DATADIR%%/image/sprite/tutorial_D_0.pbm +%%DATADIR%%/image/sprite/tutorial_D_1.epm +%%DATADIR%%/image/sprite/tutorial_D_1.pbm +%%DATADIR%%/image/sprite/tutorial_D_2.epm +%%DATADIR%%/image/sprite/tutorial_D_2.pbm +%%DATADIR%%/image/sprite/tutorial_D_3.epm +%%DATADIR%%/image/sprite/tutorial_D_3.pbm +%%DATADIR%%/image/sprite/tutorial_D_S.epm +%%DATADIR%%/image/sprite/tutorial_D_S.pbm +%%DATADIR%%/image/sprite/tutorial_L.epm +%%DATADIR%%/image/sprite/tutorial_L.pbm +%%DATADIR%%/image/sprite/tutorial_L1.epm +%%DATADIR%%/image/sprite/tutorial_L1.pbm +%%DATADIR%%/image/sprite/tutorial_L2.epm +%%DATADIR%%/image/sprite/tutorial_L2.pbm +%%DATADIR%%/image/sprite/tutorial_L_0.epm +%%DATADIR%%/image/sprite/tutorial_L_0.pbm +%%DATADIR%%/image/sprite/tutorial_L_1.epm +%%DATADIR%%/image/sprite/tutorial_L_1.pbm +%%DATADIR%%/image/sprite/tutorial_L_2.epm +%%DATADIR%%/image/sprite/tutorial_L_2.pbm +%%DATADIR%%/image/sprite/tutorial_L_3.epm +%%DATADIR%%/image/sprite/tutorial_L_3.pbm +%%DATADIR%%/image/sprite/tutorial_L_S.epm +%%DATADIR%%/image/sprite/tutorial_L_S.pbm +%%DATADIR%%/image/sprite/tutorial_R_0.epm +%%DATADIR%%/image/sprite/tutorial_R_0.pbm +%%DATADIR%%/image/sprite/tutorial_R_1.epm +%%DATADIR%%/image/sprite/tutorial_R_1.pbm +%%DATADIR%%/image/sprite/tutorial_R_2.epm +%%DATADIR%%/image/sprite/tutorial_R_2.pbm +%%DATADIR%%/image/sprite/tutorial_R_3.epm +%%DATADIR%%/image/sprite/tutorial_R_3.pbm +%%DATADIR%%/image/sprite/tutorial_R_S.epm +%%DATADIR%%/image/sprite/tutorial_R_S.pbm +%%DATADIR%%/image/sprite/tutorial_U_0.epm +%%DATADIR%%/image/sprite/tutorial_U_0.pbm +%%DATADIR%%/image/sprite/tutorial_U_1.epm +%%DATADIR%%/image/sprite/tutorial_U_1.pbm +%%DATADIR%%/image/sprite/tutorial_U_2.epm +%%DATADIR%%/image/sprite/tutorial_U_2.pbm +%%DATADIR%%/image/sprite/tutorial_U_3.epm +%%DATADIR%%/image/sprite/tutorial_U_3.pbm +%%DATADIR%%/image/sprite/tutorial_U_S.epm +%%DATADIR%%/image/sprite/tutorial_U_S.pbm +%%DATADIR%%/image/sprite/tutorial_W.epm +%%DATADIR%%/image/sprite/tutorial_W.pbm +%%DATADIR%%/image/sprite/tutorial_W2.epm +%%DATADIR%%/image/sprite/tutorial_W2.pbm +%%DATADIR%%/image/sprite/tutorial_W3.epm +%%DATADIR%%/image/sprite/tutorial_W3.pbm +%%DATADIR%%/image/sprite/wuschel_B.epm +%%DATADIR%%/image/sprite/wuschel_B.pbm +%%DATADIR%%/image/sprite/wuschel_DD.epm +%%DATADIR%%/image/sprite/wuschel_DD.pbm +%%DATADIR%%/image/sprite/wuschel_DL.epm +%%DATADIR%%/image/sprite/wuschel_DL.pbm +%%DATADIR%%/image/sprite/wuschel_DR.epm +%%DATADIR%%/image/sprite/wuschel_DR.pbm +%%DATADIR%%/image/sprite/wuschel_DU.epm +%%DATADIR%%/image/sprite/wuschel_DU.pbm +%%DATADIR%%/image/sprite/wuschel_D_0.epm +%%DATADIR%%/image/sprite/wuschel_D_0.pbm +%%DATADIR%%/image/sprite/wuschel_D_1.epm +%%DATADIR%%/image/sprite/wuschel_D_1.pbm +%%DATADIR%%/image/sprite/wuschel_D_2.epm +%%DATADIR%%/image/sprite/wuschel_D_2.pbm +%%DATADIR%%/image/sprite/wuschel_D_3.epm +%%DATADIR%%/image/sprite/wuschel_D_3.pbm +%%DATADIR%%/image/sprite/wuschel_D_S.epm +%%DATADIR%%/image/sprite/wuschel_D_S.pbm +%%DATADIR%%/image/sprite/wuschel_L.epm +%%DATADIR%%/image/sprite/wuschel_L.pbm +%%DATADIR%%/image/sprite/wuschel_L1.epm +%%DATADIR%%/image/sprite/wuschel_L1.pbm +%%DATADIR%%/image/sprite/wuschel_L2.epm +%%DATADIR%%/image/sprite/wuschel_L2.pbm +%%DATADIR%%/image/sprite/wuschel_L_0.epm +%%DATADIR%%/image/sprite/wuschel_L_0.pbm +%%DATADIR%%/image/sprite/wuschel_L_1.epm +%%DATADIR%%/image/sprite/wuschel_L_1.pbm +%%DATADIR%%/image/sprite/wuschel_L_2.epm +%%DATADIR%%/image/sprite/wuschel_L_2.pbm +%%DATADIR%%/image/sprite/wuschel_L_3.epm +%%DATADIR%%/image/sprite/wuschel_L_3.pbm +%%DATADIR%%/image/sprite/wuschel_L_S.epm +%%DATADIR%%/image/sprite/wuschel_L_S.pbm +%%DATADIR%%/image/sprite/wuschel_R_0.epm +%%DATADIR%%/image/sprite/wuschel_R_0.pbm +%%DATADIR%%/image/sprite/wuschel_R_1.epm +%%DATADIR%%/image/sprite/wuschel_R_1.pbm +%%DATADIR%%/image/sprite/wuschel_R_2.epm +%%DATADIR%%/image/sprite/wuschel_R_2.pbm +%%DATADIR%%/image/sprite/wuschel_R_3.epm +%%DATADIR%%/image/sprite/wuschel_R_3.pbm +%%DATADIR%%/image/sprite/wuschel_R_S.epm +%%DATADIR%%/image/sprite/wuschel_R_S.pbm +%%DATADIR%%/image/sprite/wuschel_U_0.epm +%%DATADIR%%/image/sprite/wuschel_U_0.pbm +%%DATADIR%%/image/sprite/wuschel_U_1.epm +%%DATADIR%%/image/sprite/wuschel_U_1.pbm +%%DATADIR%%/image/sprite/wuschel_U_2.epm +%%DATADIR%%/image/sprite/wuschel_U_2.pbm +%%DATADIR%%/image/sprite/wuschel_U_3.epm +%%DATADIR%%/image/sprite/wuschel_U_3.pbm +%%DATADIR%%/image/sprite/wuschel_U_S.epm +%%DATADIR%%/image/sprite/wuschel_U_S.pbm +%%DATADIR%%/image/sprite/wuschel_W.epm +%%DATADIR%%/image/sprite/wuschel_W.pbm +%%DATADIR%%/image/sprite/wuschel_W2.epm +%%DATADIR%%/image/sprite/wuschel_W2.pbm +%%DATADIR%%/image/sprite/wuschel_W3.epm +%%DATADIR%%/image/sprite/wuschel_W3.pbm +%%DATADIR%%/image/sprite/wusel_B.epm +%%DATADIR%%/image/sprite/wusel_B.pbm +%%DATADIR%%/image/sprite/wusel_DD.epm +%%DATADIR%%/image/sprite/wusel_DD.pbm +%%DATADIR%%/image/sprite/wusel_DL.epm +%%DATADIR%%/image/sprite/wusel_DL.pbm +%%DATADIR%%/image/sprite/wusel_DR.epm +%%DATADIR%%/image/sprite/wusel_DR.pbm +%%DATADIR%%/image/sprite/wusel_DU.epm +%%DATADIR%%/image/sprite/wusel_DU.pbm +%%DATADIR%%/image/sprite/wusel_D_0.epm +%%DATADIR%%/image/sprite/wusel_D_0.pbm +%%DATADIR%%/image/sprite/wusel_D_1.epm +%%DATADIR%%/image/sprite/wusel_D_1.pbm +%%DATADIR%%/image/sprite/wusel_D_2.epm +%%DATADIR%%/image/sprite/wusel_D_2.pbm +%%DATADIR%%/image/sprite/wusel_D_3.epm +%%DATADIR%%/image/sprite/wusel_D_3.pbm +%%DATADIR%%/image/sprite/wusel_D_S.epm +%%DATADIR%%/image/sprite/wusel_D_S.pbm +%%DATADIR%%/image/sprite/wusel_L.epm +%%DATADIR%%/image/sprite/wusel_L.pbm +%%DATADIR%%/image/sprite/wusel_L1.epm +%%DATADIR%%/image/sprite/wusel_L1.pbm +%%DATADIR%%/image/sprite/wusel_L2.epm +%%DATADIR%%/image/sprite/wusel_L2.pbm +%%DATADIR%%/image/sprite/wusel_L_0.epm +%%DATADIR%%/image/sprite/wusel_L_0.pbm +%%DATADIR%%/image/sprite/wusel_L_1.epm +%%DATADIR%%/image/sprite/wusel_L_1.pbm +%%DATADIR%%/image/sprite/wusel_L_2.epm +%%DATADIR%%/image/sprite/wusel_L_2.pbm +%%DATADIR%%/image/sprite/wusel_L_3.epm +%%DATADIR%%/image/sprite/wusel_L_3.pbm +%%DATADIR%%/image/sprite/wusel_L_S.epm +%%DATADIR%%/image/sprite/wusel_L_S.pbm +%%DATADIR%%/image/sprite/wusel_R_0.epm +%%DATADIR%%/image/sprite/wusel_R_0.pbm +%%DATADIR%%/image/sprite/wusel_R_1.epm +%%DATADIR%%/image/sprite/wusel_R_1.pbm +%%DATADIR%%/image/sprite/wusel_R_2.epm +%%DATADIR%%/image/sprite/wusel_R_2.pbm +%%DATADIR%%/image/sprite/wusel_R_3.epm +%%DATADIR%%/image/sprite/wusel_R_3.pbm +%%DATADIR%%/image/sprite/wusel_R_S.epm +%%DATADIR%%/image/sprite/wusel_R_S.pbm +%%DATADIR%%/image/sprite/wusel_U_0.epm +%%DATADIR%%/image/sprite/wusel_U_0.pbm +%%DATADIR%%/image/sprite/wusel_U_1.epm +%%DATADIR%%/image/sprite/wusel_U_1.pbm +%%DATADIR%%/image/sprite/wusel_U_2.epm +%%DATADIR%%/image/sprite/wusel_U_2.pbm +%%DATADIR%%/image/sprite/wusel_U_3.epm +%%DATADIR%%/image/sprite/wusel_U_3.pbm +%%DATADIR%%/image/sprite/wusel_U_S.epm +%%DATADIR%%/image/sprite/wusel_U_S.pbm +%%DATADIR%%/image/sprite/wusel_W.epm +%%DATADIR%%/image/sprite/wusel_W.pbm +%%DATADIR%%/image/sprite/wusel_W2.epm +%%DATADIR%%/image/sprite/wusel_W2.pbm +%%DATADIR%%/image/sprite/wusel_W3.epm +%%DATADIR%%/image/sprite/wusel_W3.pbm +%%DATADIR%%/image/sprite/xmas_B.epm +%%DATADIR%%/image/sprite/xmas_B.pbm +%%DATADIR%%/image/sprite/xmas_DD.epm +%%DATADIR%%/image/sprite/xmas_DD.pbm +%%DATADIR%%/image/sprite/xmas_DL.epm +%%DATADIR%%/image/sprite/xmas_DL.pbm +%%DATADIR%%/image/sprite/xmas_DR.epm +%%DATADIR%%/image/sprite/xmas_DR.pbm +%%DATADIR%%/image/sprite/xmas_DU.epm +%%DATADIR%%/image/sprite/xmas_DU.pbm +%%DATADIR%%/image/sprite/xmas_D_0.epm +%%DATADIR%%/image/sprite/xmas_D_0.pbm +%%DATADIR%%/image/sprite/xmas_D_1.epm +%%DATADIR%%/image/sprite/xmas_D_1.pbm +%%DATADIR%%/image/sprite/xmas_D_2.epm +%%DATADIR%%/image/sprite/xmas_D_2.pbm +%%DATADIR%%/image/sprite/xmas_D_3.epm +%%DATADIR%%/image/sprite/xmas_D_3.pbm +%%DATADIR%%/image/sprite/xmas_D_S.epm +%%DATADIR%%/image/sprite/xmas_D_S.pbm +%%DATADIR%%/image/sprite/xmas_L.epm +%%DATADIR%%/image/sprite/xmas_L.pbm +%%DATADIR%%/image/sprite/xmas_L1.epm +%%DATADIR%%/image/sprite/xmas_L1.pbm +%%DATADIR%%/image/sprite/xmas_L2.epm +%%DATADIR%%/image/sprite/xmas_L2.pbm +%%DATADIR%%/image/sprite/xmas_L_0.epm +%%DATADIR%%/image/sprite/xmas_L_0.pbm +%%DATADIR%%/image/sprite/xmas_L_1.epm +%%DATADIR%%/image/sprite/xmas_L_1.pbm +%%DATADIR%%/image/sprite/xmas_L_2.epm +%%DATADIR%%/image/sprite/xmas_L_2.pbm +%%DATADIR%%/image/sprite/xmas_L_3.epm +%%DATADIR%%/image/sprite/xmas_L_3.pbm +%%DATADIR%%/image/sprite/xmas_L_S.epm +%%DATADIR%%/image/sprite/xmas_L_S.pbm +%%DATADIR%%/image/sprite/xmas_R_0.epm +%%DATADIR%%/image/sprite/xmas_R_0.pbm +%%DATADIR%%/image/sprite/xmas_R_1.epm +%%DATADIR%%/image/sprite/xmas_R_1.pbm +%%DATADIR%%/image/sprite/xmas_R_2.epm +%%DATADIR%%/image/sprite/xmas_R_2.pbm +%%DATADIR%%/image/sprite/xmas_R_3.epm +%%DATADIR%%/image/sprite/xmas_R_3.pbm +%%DATADIR%%/image/sprite/xmas_R_S.epm +%%DATADIR%%/image/sprite/xmas_R_S.pbm +%%DATADIR%%/image/sprite/xmas_U_0.epm +%%DATADIR%%/image/sprite/xmas_U_0.pbm +%%DATADIR%%/image/sprite/xmas_U_1.epm +%%DATADIR%%/image/sprite/xmas_U_1.pbm +%%DATADIR%%/image/sprite/xmas_U_2.epm +%%DATADIR%%/image/sprite/xmas_U_2.pbm +%%DATADIR%%/image/sprite/xmas_U_3.epm +%%DATADIR%%/image/sprite/xmas_U_3.pbm +%%DATADIR%%/image/sprite/xmas_U_S.epm +%%DATADIR%%/image/sprite/xmas_U_S.pbm +%%DATADIR%%/image/sprite/xmas_W.epm +%%DATADIR%%/image/sprite/xmas_W.pbm +%%DATADIR%%/image/sprite/xmas_W2.epm +%%DATADIR%%/image/sprite/xmas_W2.pbm +%%DATADIR%%/image/sprite/xmas_W3.epm +%%DATADIR%%/image/sprite/xmas_W3.pbm +%%DATADIR%%/image/sprite/zombie.pbm +%%DATADIR%%/image/sprite/zombie.ppm +%%DATADIR%%/level/321NOWhere.xal +%%DATADIR%%/level/321Partez.xal +%%DATADIR%%/level/3_2_1_contact.xal +%%DATADIR%%/level/3d_world.xal +%%DATADIR%%/level/APactWithEvil.xal +%%DATADIR%%/level/AThreeByThreeHell.xal +%%DATADIR%%/level/Aberlour.xal +%%DATADIR%%/level/Agoraphobia.xal +%%DATADIR%%/level/Agoraphobia2.xal +%%DATADIR%%/level/Ahahahah2.xal +%%DATADIR%%/level/AimRight3.xal +%%DATADIR%%/level/Aisle.xal +%%DATADIR%%/level/AllBeingEqual.xal +%%DATADIR%%/level/AllGoodThings.xal +%%DATADIR%%/level/Alleys.xal +%%DATADIR%%/level/AmazingBlaze.xal +%%DATADIR%%/level/Ambush.xal +%%DATADIR%%/level/Ambush2.xal +%%DATADIR%%/level/AnotherBigFurnace.xal +%%DATADIR%%/level/AntiGravity.xal +%%DATADIR%%/level/AntiGravity3.xal +%%DATADIR%%/level/AntiMitch.xal +%%DATADIR%%/level/AntiPersonnalMines.xal +%%DATADIR%%/level/AreYouDown.xal +%%DATADIR%%/level/Arena.xal +%%DATADIR%%/level/Arena2.xal +%%DATADIR%%/level/AssHole.xal +%%DATADIR%%/level/Atmosphere.xal +%%DATADIR%%/level/BORNDEAD.xal +%%DATADIR%%/level/Backdraft.xal +%%DATADIR%%/level/Battlefield.xal +%%DATADIR%%/level/Behind.xal +%%DATADIR%%/level/BigBang.xal +%%DATADIR%%/level/BiggerThanOthers.xal +%%DATADIR%%/level/BlackHandHill.xal +%%DATADIR%%/level/BlackZone.xal +%%DATADIR%%/level/BlackZone2.xal +%%DATADIR%%/level/BlastAway.xal +%%DATADIR%%/level/BlastOMorph.xal +%%DATADIR%%/level/BlastersInDaHood.xal +%%DATADIR%%/level/Blitz.xal +%%DATADIR%%/level/Blue.xal +%%DATADIR%%/level/BlueberryPie.xal +%%DATADIR%%/level/Bluetooth.xal +%%DATADIR%%/level/Bock34.xal +%%DATADIR%%/level/Bock56.xal +%%DATADIR%%/level/BombALaSurprise.xal +%%DATADIR%%/level/BombBoxes.xal +%%DATADIR%%/level/BombBuffet.xal +%%DATADIR%%/level/BombColumn.xal +%%DATADIR%%/level/BombJunk.xal +%%DATADIR%%/level/BombRow.xal +%%DATADIR%%/level/Boom.xal +%%DATADIR%%/level/BoostyWorld.xal +%%DATADIR%%/level/BornToBeKilled.xal +%%DATADIR%%/level/BounchyWorld.xal +%%DATADIR%%/level/BouncyBouncy.xal +%%DATADIR%%/level/Boxer.xal +%%DATADIR%%/level/BricklayerSAnger.xal +%%DATADIR%%/level/BricksWithExtraFries.xal +%%DATADIR%%/level/BrownLevel.xal +%%DATADIR%%/level/Burnbaby.xal +%%DATADIR%%/level/ButterflyII.xal +%%DATADIR%%/level/CClub.xal +%%DATADIR%%/level/CROMCHIER.xal +%%DATADIR%%/level/CandyLand.xal +%%DATADIR%%/level/CastePartDeath1.xal +%%DATADIR%%/level/CastlePartDeath1.xal +%%DATADIR%%/level/CaveIn.xal +%%DATADIR%%/level/Center.xal +%%DATADIR%%/level/CenterMaster.xal +%%DATADIR%%/level/Cestlourde.xal +%%DATADIR%%/level/ChainReaction.xal +%%DATADIR%%/level/Changeling.xal +%%DATADIR%%/level/ChaosFart.xal +%%DATADIR%%/level/Checkers.xal +%%DATADIR%%/level/Cheese.xal +%%DATADIR%%/level/ChercheRex.xal +%%DATADIR%%/level/ChooseYourWeapons.xal +%%DATADIR%%/level/ChristineSCages.xal +%%DATADIR%%/level/ChristineSDungeon.xal +%%DATADIR%%/level/ClockwiseButYouWalkWrong.xal +%%DATADIR%%/level/ClockwiseChaos.xal +%%DATADIR%%/level/CloseCall.xal +%%DATADIR%%/level/CloseQuarters.xal +%%DATADIR%%/level/ClosetPsycho.xal +%%DATADIR%%/level/CocuLandII.xal +%%DATADIR%%/level/Collision.xal +%%DATADIR%%/level/ColoredTeleportation.xal +%%DATADIR%%/level/Comb.xal +%%DATADIR%%/level/ComboTown.xal +%%DATADIR%%/level/ContactSports.xal +%%DATADIR%%/level/ContinuesThrough.xal +%%DATADIR%%/level/Corrida.xal +%%DATADIR%%/level/CoupDePute.xal +%%DATADIR%%/level/CrazyDiggers.xal +%%DATADIR%%/level/CrazyWorld.xal +%%DATADIR%%/level/Crazywalking.xal +%%DATADIR%%/level/CreepingDeath.xal +%%DATADIR%%/level/CrimsonHorizon.xal +%%DATADIR%%/level/CrossOfDoom.xal +%%DATADIR%%/level/Crossfire.xal +%%DATADIR%%/level/Crossfire2.xal +%%DATADIR%%/level/CrualRebounds.xal +%%DATADIR%%/level/Curtain.xal +%%DATADIR%%/level/DaleifJustice.xal +%%DATADIR%%/level/DangerousTemptation.xal +%%DATADIR%%/level/DarkAvenger.xal +%%DATADIR%%/level/DarkCryptLevel.xal +%%DATADIR%%/level/DarkStreet.xal +%%DATADIR%%/level/DeathValley.xal +%%DATADIR%%/level/DeepForest.xal +%%DATADIR%%/level/DeepForest2GraalQuest.xal +%%DATADIR%%/level/DesertStorm.xal +%%DATADIR%%/level/DestructionDerby.xal +%%DATADIR%%/level/Destructor.xal +%%DATADIR%%/level/DevNull.xal +%%DATADIR%%/level/Dexpot1.xal +%%DATADIR%%/level/Dexpot10.xal +%%DATADIR%%/level/Dexpot11.xal +%%DATADIR%%/level/Dexpot12.xal +%%DATADIR%%/level/Dexpot13.xal +%%DATADIR%%/level/Dexpot14.xal +%%DATADIR%%/level/Dexpot15.xal +%%DATADIR%%/level/Dexpot16.xal +%%DATADIR%%/level/Dexpot17.xal +%%DATADIR%%/level/Dexpot18.xal +%%DATADIR%%/level/Dexpot2.xal +%%DATADIR%%/level/Dexpot3.xal +%%DATADIR%%/level/Dexpot4.xal +%%DATADIR%%/level/Dexpot5.xal +%%DATADIR%%/level/Dexpot6.xal +%%DATADIR%%/level/Dexpot7.xal +%%DATADIR%%/level/Dexpot8.xal +%%DATADIR%%/level/Dexpot9.xal +%%DATADIR%%/level/DiagonalPower.xal +%%DATADIR%%/level/Diarrhea.xal +%%DATADIR%%/level/DigDugNostalgy.xal +%%DATADIR%%/level/Distance.xal +%%DATADIR%%/level/Division.xal +%%DATADIR%%/level/DoomLike.xal +%%DATADIR%%/level/DoomedToBomb.xal +%%DATADIR%%/level/DoubleCrown.xal +%%DATADIR%%/level/Drunk.xal +%%DATADIR%%/level/DualFights.xal +%%DATADIR%%/level/Duel1.xal +%%DATADIR%%/level/DuelInTheSun.xal +%%DATADIR%%/level/DungeonMaster.xal +%%DATADIR%%/level/EUHOA.xal +%%DATADIR%%/level/Edinbourgh.xal +%%DATADIR%%/level/ElectrifyThem.xal +%%DATADIR%%/level/EraserII.xal +%%DATADIR%%/level/EuhHide.xal +%%DATADIR%%/level/Everblasting.xal +%%DATADIR%%/level/Evil2.xal +%%DATADIR%%/level/ExperimentalArea.xal +%%DATADIR%%/level/Explode.xal +%%DATADIR%%/level/ExtraGhost.xal +%%DATADIR%%/level/ExtraLife.xal +%%DATADIR%%/level/FalgundSWorld.xal +%%DATADIR%%/level/FallingCurtain.xal +%%DATADIR%%/level/FallingDown.xal +%%DATADIR%%/level/FantasyLand.xal +%%DATADIR%%/level/Fartmania.xal +%%DATADIR%%/level/FastBoum.xal +%%DATADIR%%/level/FieldOfDeath.xal +%%DATADIR%%/level/FightForYourRightII.xal +%%DATADIR%%/level/FigureEight.xal +%%DATADIR%%/level/FirecrackerGeschubse.xal +%%DATADIR%%/level/FirecrackerSurprise.xal +%%DATADIR%%/level/Five.xal +%%DATADIR%%/level/FlamesOfFury.xal +%%DATADIR%%/level/FlowerPower.xal +%%DATADIR%%/level/Flying.xal +%%DATADIR%%/level/FocalPoint.xal +%%DATADIR%%/level/Football.xal +%%DATADIR%%/level/FourCorners.xal +%%DATADIR%%/level/FourCourners.xal +%%DATADIR%%/level/Fragile.xal +%%DATADIR%%/level/Framework.xal +%%DATADIR%%/level/FryEm.xal +%%DATADIR%%/level/FuckingSebastian.xal +%%DATADIR%%/level/FullBlast.xal +%%DATADIR%%/level/FullPowerFarters.xal +%%DATADIR%%/level/FullPowerLevel.xal +%%DATADIR%%/level/FullPowerLevelII.xal +%%DATADIR%%/level/FullPowerRingOFire.xal +%%DATADIR%%/level/FullPowerTeleport.xal +%%DATADIR%%/level/FullPowerWithoutLifeExtra.xal +%%DATADIR%%/level/FullShortPower.xal +%%DATADIR%%/level/FungusFun.xal +%%DATADIR%%/level/FungusKick.xal +%%DATADIR%%/level/GHB.xal +%%DATADIR%%/level/GHB2.xal +%%DATADIR%%/level/GITBB.xal +%%DATADIR%%/level/GITBB2.xal +%%DATADIR%%/level/GameOfLife.xal +%%DATADIR%%/level/Genocide.xal +%%DATADIR%%/level/GetTheGrail.xal +%%DATADIR%%/level/GetTheMoment.xal +%%DATADIR%%/level/GetTheMoment2.xal +%%DATADIR%%/level/GetTheNapalm.xal +%%DATADIR%%/level/GetToTheBorderAndBack.xal +%%DATADIR%%/level/GetYourKitOut.xal +%%DATADIR%%/level/GhostDance.xal +%%DATADIR%%/level/GhostGarden.xal +%%DATADIR%%/level/GhostInTheShrinkII.xal +%%DATADIR%%/level/GhostTown.xal +%%DATADIR%%/level/Ghostbusters.xal +%%DATADIR%%/level/Glases.xal +%%DATADIR%%/level/GlasetSurprise.xal +%%DATADIR%%/level/GoFart.xal +%%DATADIR%%/level/GraalQuest.xal +%%DATADIR%%/level/GrabtharsHammer.xal +%%DATADIR%%/level/GrabtharsHammer2.xal +%%DATADIR%%/level/GranatenGeschubse.xal +%%DATADIR%%/level/GrandSchloederSchwarz.xal +%%DATADIR%%/level/GravitationIsBack.xal +%%DATADIR%%/level/GravitationalRotation.xal +%%DATADIR%%/level/Greed.xal +%%DATADIR%%/level/GrenadeDuel.xal +%%DATADIR%%/level/GrenadeFungusKick.xal +%%DATADIR%%/level/GrenadeKick.xal +%%DATADIR%%/level/GrenadePower.xal +%%DATADIR%%/level/GrenadeSnooker.xal +%%DATADIR%%/level/GrenadesAndVoidBlocks.xal +%%DATADIR%%/level/GrenadierSStew.xal +%%DATADIR%%/level/GringoII.xal +%%DATADIR%%/level/GroupOfDeath.xal +%%DATADIR%%/level/GrowNKillII.xal +%%DATADIR%%/level/GyrosPyros.xal +%%DATADIR%%/level/GyrosPyros2.xal +%%DATADIR%%/level/HallOfSnooker.xal +%%DATADIR%%/level/HalloweEn.xal +%%DATADIR%%/level/HallwaysXB.xal +%%DATADIR%%/level/Halvgardering.xal +%%DATADIR%%/level/Hammer.xal +%%DATADIR%%/level/Handboll.xal +%%DATADIR%%/level/HappyFace.xal +%%DATADIR%%/level/HardWork.xal +%%DATADIR%%/level/Hatch.xal +%%DATADIR%%/level/HauntedHell.xal +%%DATADIR%%/level/HauntedHouse.xal +%%DATADIR%%/level/HaveYouGotFire.xal +%%DATADIR%%/level/Heineken.xal +%%DATADIR%%/level/HellOWien.xal +%%DATADIR%%/level/HellOnEarth.xal +%%DATADIR%%/level/Hemohes.xal +%%DATADIR%%/level/HexagonExcitation.xal +%%DATADIR%%/level/HexagonFlowers.xal +%%DATADIR%%/level/HexagonHell.xal +%%DATADIR%%/level/HideAndKill.xal +%%DATADIR%%/level/HideNSeek.xal +%%DATADIR%%/level/Highway.xal +%%DATADIR%%/level/HitHim.xal +%%DATADIR%%/level/HitmanHall.xal +%%DATADIR%%/level/HolyGrails.xal +%%DATADIR%%/level/Hospital.xal +%%DATADIR%%/level/HotRain.xal +%%DATADIR%%/level/HotStuff.xal +%%DATADIR%%/level/HumanBomb.xal +%%DATADIR%%/level/HumanBombs.xal +%%DATADIR%%/level/ICanSmellThatFromHere.xal +%%DATADIR%%/level/IceRinkLevel.xal +%%DATADIR%%/level/IceRunner.xal +%%DATADIR%%/level/IcebergDroitDevant.xal +%%DATADIR%%/level/ImprobableButPossible.xal +%%DATADIR%%/level/IndianaJones.xal +%%DATADIR%%/level/Inferno.xal +%%DATADIR%%/level/Initials.xal +%%DATADIR%%/level/InsideOutside.xal +%%DATADIR%%/level/Invisible.xal +%%DATADIR%%/level/InvisibleMan.xal +%%DATADIR%%/level/InvisibleShots.xal +%%DATADIR%%/level/JAiFroidAuxPieds.xal +%%DATADIR%%/level/JailBrake.xal +%%DATADIR%%/level/JeMAppelleRico.xal +%%DATADIR%%/level/JediPower.xal +%%DATADIR%%/level/JediPowerII.xal +%%DATADIR%%/level/JoBurg.xal +%%DATADIR%%/level/JudgementDay.xal +%%DATADIR%%/level/JudgementDayII.xal +%%DATADIR%%/level/Jump.xal +%%DATADIR%%/level/JumpII.xal +%%DATADIR%%/level/JumpinJackFlash.xal +%%DATADIR%%/level/JunkieRace.xal +%%DATADIR%%/level/KMnRsrTten.xal +%%DATADIR%%/level/KaboumContactParty.xal +%%DATADIR%%/level/KeepYourEyeOnTheBomb.xal +%%DATADIR%%/level/KickHold.xal +%%DATADIR%%/level/KickNRun.xal +%%DATADIR%%/level/Kickpicker.xal +%%DATADIR%%/level/Kickshelter.xal +%%DATADIR%%/level/KingXBresse.xal +%%DATADIR%%/level/Klondike.xal +%%DATADIR%%/level/Kreuz.xal +%%DATADIR%%/level/KrissKross.xal +%%DATADIR%%/level/Kuopio.xal +%%DATADIR%%/level/LAreneDesInfos.xal +%%DATADIR%%/level/LaBiblio.xal +%%DATADIR%%/level/LaBiblio3.xal +%%DATADIR%%/level/LaBoom.xal +%%DATADIR%%/level/LaMine.xal +%%DATADIR%%/level/LaRueeVersLOr.xal +%%DATADIR%%/level/Lab1.xal +%%DATADIR%%/level/LabyrinthBlast.xal +%%DATADIR%%/level/LabyrintheZone.xal +%%DATADIR%%/level/LeBonMoiEtLeTruand.xal +%%DATADIR%%/level/LeFort.xal +%%DATADIR%%/level/LeKosovo.xal +%%DATADIR%%/level/LeftToRight.xal +%%DATADIR%%/level/LegoCave.xal +%%DATADIR%%/level/LegoClassic.xal +%%DATADIR%%/level/LevelTemplate.xal +%%DATADIR%%/level/LevelTemplate2.xal +%%DATADIR%%/level/LevelX.xal +%%DATADIR%%/level/Levelkenntnis.xal +%%DATADIR%%/level/LightSkyBlue.xal +%%DATADIR%%/level/LongAndNarrow.xal +%%DATADIR%%/level/LongAndNarrow2.xal +%%DATADIR%%/level/LongAndNarrow3.xal +%%DATADIR%%/level/LongAndNarrow4.xal +%%DATADIR%%/level/LosangeLosange.xal +%%DATADIR%%/level/LosangeOverExcitation.xal +%%DATADIR%%/level/LotsOfBombs.xal +%%DATADIR%%/level/LotsOfBombs2.xal +%%DATADIR%%/level/LotsOfBombs3.xal +%%DATADIR%%/level/LotsOfBombs4.xal +%%DATADIR%%/level/LotsOfBombs5.xal +%%DATADIR%%/level/LuckyBomb.xal +%%DATADIR%%/level/LuckyCharms.xal +%%DATADIR%%/level/MVOL.xal +%%DATADIR%%/level/MacDonaldS.xal +%%DATADIR%%/level/MacDonaldSElectrify.xal +%%DATADIR%%/level/MacDonaldSTHROUGH.xal +%%DATADIR%%/level/Maclaurins.xal +%%DATADIR%%/level/Masquerade.xal +%%DATADIR%%/level/MayhemMania.xal +%%DATADIR%%/level/MazeInMotion.xal +%%DATADIR%%/level/MazeInMotionIIRushHour.xal +%%DATADIR%%/level/MazeRunner.xal +%%DATADIR%%/level/MegaBlast.xal +%%DATADIR%%/level/MegaBlast2.xal +%%DATADIR%%/level/MegaRemote.xal +%%DATADIR%%/level/Memento.xal +%%DATADIR%%/level/Michelson2.xal +%%DATADIR%%/level/MindGames.xal +%%DATADIR%%/level/Minesweeper.xal +%%DATADIR%%/level/MinesweeperS.xal +%%DATADIR%%/level/MiracleOfModernScience.xal +%%DATADIR%%/level/MoiJVeuxPasTriangulation.xal +%%DATADIR%%/level/MorphOrDie.xal +%%DATADIR%%/level/Morphissimo.xal +%%DATADIR%%/level/MovingDeath.xal +%%DATADIR%%/level/MrBeam.xal +%%DATADIR%%/level/MultiBombsLevel.xal +%%DATADIR%%/level/Multiplicity.xal +%%DATADIR%%/level/Mutant.xal +%%DATADIR%%/level/NapalmGardens.xal +%%DATADIR%%/level/NapalmJustice.xal +%%DATADIR%%/level/NapalmSnooker.xal +%%DATADIR%%/level/NewKidsAroundTheBlock.xal +%%DATADIR%%/level/NewKidsAroundTheBlock2.xal +%%DATADIR%%/level/NewYorkCity.xal +%%DATADIR%%/level/NoExitFromHell.xal +%%DATADIR%%/level/NoRemorse.xal +%%DATADIR%%/level/NoSymmie.xal +%%DATADIR%%/level/NoWay.xal +%%DATADIR%%/level/NoooFIngWalls.xal +%%DATADIR%%/level/NothingShortOfWarfare.xal +%%DATADIR%%/level/NowhereToRun.xal +%%DATADIR%%/level/NowhereToRunII.xal +%%DATADIR%%/level/NowhereToShrinkFullPLegoLand.xal +%%DATADIR%%/level/Nuclear.xal +%%DATADIR%%/level/OhShit.xal +%%DATADIR%%/level/OldFaithful.xal +%%DATADIR%%/level/OldGlen.xal +%%DATADIR%%/level/OmpaOmpa.xal +%%DATADIR%%/level/OneBombLevel.xal +%%DATADIR%%/level/OneMoreExplosion.xal +%%DATADIR%%/level/OpenWarfare.xal +%%DATADIR%%/level/OutOfControl.xal +%%DATADIR%%/level/OutOfTheFryingPan.xal +%%DATADIR%%/level/OuterSurprise.xal +%%DATADIR%%/level/Overkill.xal +%%DATADIR%%/level/PanicRoom.xal +%%DATADIR%%/level/PanzergrenadierSchleifmann.xal +%%DATADIR%%/level/ParadiseCity.xal +%%DATADIR%%/level/ParallelII.xal +%%DATADIR%%/level/ParallelWorld.xal +%%DATADIR%%/level/PetersArrgghh.xal +%%DATADIR%%/level/PetersBattlefield.xal +%%DATADIR%%/level/PetersBattlefield2.xal +%%DATADIR%%/level/PetersBlackHandHill.xal +%%DATADIR%%/level/PetersBricklayerSAnger.xal +%%DATADIR%%/level/PetersCaveIn.xal +%%DATADIR%%/level/PetersCocuLandII.xal +%%DATADIR%%/level/PetersEsquive.xal +%%DATADIR%%/level/PetersFantasyLand.xal +%%DATADIR%%/level/PetersHallOfSnooker.xal +%%DATADIR%%/level/PetersHallways.xal +%%DATADIR%%/level/PetersHotStuff.xal +%%DATADIR%%/level/PetersInsideOutside.xal +%%DATADIR%%/level/PetersJudgementDay.xal +%%DATADIR%%/level/PetersLegoCave.xal +%%DATADIR%%/level/PetersNewKidsOnTheBlock.xal +%%DATADIR%%/level/PetersOmeletDeFromage.xal +%%DATADIR%%/level/PetersPotLuck.xal +%%DATADIR%%/level/PetersVoidHazard.xal +%%DATADIR%%/level/PetersWallbanger.xal +%%DATADIR%%/level/PetersWhenIWasYourAgeWithKick.xal +%%DATADIR%%/level/PhantomLand.xal +%%DATADIR%%/level/Phoenix.xal +%%DATADIR%%/level/Pi.xal +%%DATADIR%%/level/PinballDreams.xal +%%DATADIR%%/level/PinkII.xal +%%DATADIR%%/level/PinkLevel.xal +%%DATADIR%%/level/PinkShrink.xal +%%DATADIR%%/level/PinkShrink2.xal +%%DATADIR%%/level/Playground.xal +%%DATADIR%%/level/PlusPlus2.xal +%%DATADIR%%/level/PlusPlus3.xal +%%DATADIR%%/level/PlusPlus4.xal +%%DATADIR%%/level/PlusPlus5.xal +%%DATADIR%%/level/PoisonedTeaParty.xal +%%DATADIR%%/level/Polyvoyage.xal +%%DATADIR%%/level/PotLuck.xal +%%DATADIR%%/level/Powerblast.xal +%%DATADIR%%/level/PsychologicalWarfare.xal +%%DATADIR%%/level/PumpAndRunAway.xal +%%DATADIR%%/level/PureHell.xal +%%DATADIR%%/level/Pursuit.xal +%%DATADIR%%/level/Pyroman.xal +%%DATADIR%%/level/Querfeuer1.xal +%%DATADIR%%/level/Querfeuer2.xal +%%DATADIR%%/level/Querfeuer3.xal +%%DATADIR%%/level/Querfeuer4.xal +%%DATADIR%%/level/Querfeuer5.xal +%%DATADIR%%/level/Quick.xal +%%DATADIR%%/level/Quiz.xal +%%DATADIR%%/level/QuoVadis.xal +%%DATADIR%%/level/Rain.xal +%%DATADIR%%/level/RebuildTheMaze.xal +%%DATADIR%%/level/Reconstructor.xal +%%DATADIR%%/level/Rectangle.xal +%%DATADIR%%/level/RedAlert.xal +%%DATADIR%%/level/RedOrYellow.xal +%%DATADIR%%/level/RedOrYellowII.xal +%%DATADIR%%/level/RemoteControlledFullPower.xal +%%DATADIR%%/level/RemoteQuest.xal +%%DATADIR%%/level/RenovationKill.xal +%%DATADIR%%/level/RenovationMaster.xal +%%DATADIR%%/level/Reshape.xal +%%DATADIR%%/level/RestrictedZoneTapetteLandIV.xal +%%DATADIR%%/level/ReturnToSender.xal +%%DATADIR%%/level/ReturnToSender2.xal +%%DATADIR%%/level/RevivalOfTheFittest.xal +%%DATADIR%%/level/RexCherche.xal +%%DATADIR%%/level/RightSide.xal +%%DATADIR%%/level/RightSide2.xal +%%DATADIR%%/level/RingOfDeath.xal +%%DATADIR%%/level/RingOfFire.xal +%%DATADIR%%/level/RockAroundTheClock.xal +%%DATADIR%%/level/RolandGarros.xal +%%DATADIR%%/level/Rotatetildeath.xal +%%DATADIR%%/level/RoundAndRound.xal +%%DATADIR%%/level/RubberBombs.xal +%%DATADIR%%/level/Run.xal +%%DATADIR%%/level/RunForIt.xal +%%DATADIR%%/level/RunNacher.xal +%%DATADIR%%/level/RunningCrualRebounds.xal +%%DATADIR%%/level/RunningMan.xal +%%DATADIR%%/level/RunningManII.xal +%%DATADIR%%/level/Runway.xal +%%DATADIR%%/level/SOBEIT.xal +%%DATADIR%%/level/SafeBox.xal +%%DATADIR%%/level/Scissor.xal +%%DATADIR%%/level/ScrambleZone.xal +%%DATADIR%%/level/ScrewHim.xal +%%DATADIR%%/level/SearchForGrails.xal +%%DATADIR%%/level/SearchingGrailSpiral.xal +%%DATADIR%%/level/SeekNDestroy.xal +%%DATADIR%%/level/ShanghaiNoon.xal +%%DATADIR%%/level/ShortBombs.xal +%%DATADIR%%/level/ShortBombs2.xal +%%DATADIR%%/level/ShrinkAndExpand.xal +%%DATADIR%%/level/ShrinkMania.xal +%%DATADIR%%/level/ShrinkingArena.xal +%%DATADIR%%/level/ShrinkingWorld.xal +%%DATADIR%%/level/SicknessTestLevel.xal +%%DATADIR%%/level/SkyShow.xal +%%DATADIR%%/level/SmileAndDie.xal +%%DATADIR%%/level/SmilingFace.xal +%%DATADIR%%/level/Snake.xal +%%DATADIR%%/level/SnapshotLevel.xal +%%DATADIR%%/level/SnookerAisle.xal +%%DATADIR%%/level/SnookerCave.xal +%%DATADIR%%/level/SnookerCaveLongFuse.xal +%%DATADIR%%/level/Snookerpump.xal +%%DATADIR%%/level/SnowBrothers.xal +%%DATADIR%%/level/SoccerField.xal +%%DATADIR%%/level/SpaceBalls.xal +%%DATADIR%%/level/SpaceHead.xal +%%DATADIR%%/level/Spawner.xal +%%DATADIR%%/level/SpeedTrack.xal +%%DATADIR%%/level/SpiderWeb.xal +%%DATADIR%%/level/SpiderWorld.xal +%%DATADIR%%/level/Spinner.xal +%%DATADIR%%/level/SpiralWays.xal +%%DATADIR%%/level/Spirello.xal +%%DATADIR%%/level/Spirello2.xal +%%DATADIR%%/level/Split.xal +%%DATADIR%%/level/SplitDecision.xal +%%DATADIR%%/level/Squares.xal +%%DATADIR%%/level/StarHazzard.xal +%%DATADIR%%/level/Starstruck.xal +%%DATADIR%%/level/StayPut.xal +%%DATADIR%%/level/Steal.xal +%%DATADIR%%/level/StealAndKill.xal +%%DATADIR%%/level/StillTrying.xal +%%DATADIR%%/level/StopIt.xal +%%DATADIR%%/level/Stopperitis.xal +%%DATADIR%%/level/StreetsOfHell.xal +%%DATADIR%%/level/StunningRenovation.xal +%%DATADIR%%/level/Suck.xal +%%DATADIR%%/level/SuddenDeath.xal +%%DATADIR%%/level/SummaCumLaude.xal +%%DATADIR%%/level/Super66.xal +%%DATADIR%%/level/SuperFrog.xal +%%DATADIR%%/level/SuperSTop.xal +%%DATADIR%%/level/SuperSnipe.xal +%%DATADIR%%/level/SuperSteal.xal +%%DATADIR%%/level/Supermarket.xal +%%DATADIR%%/level/Surprise.xal +%%DATADIR%%/level/SurvivalOfTheFittest.xal +%%DATADIR%%/level/SurvivalOfTheFittest2.xal +%%DATADIR%%/level/SwapColor.xal +%%DATADIR%%/level/SwapPosition.xal +%%DATADIR%%/level/SwingingInTheRain.xal +%%DATADIR%%/level/THECenter.xal +%%DATADIR%%/level/TVStarWannabe.xal +%%DATADIR%%/level/TallPoppy.xal +%%DATADIR%%/level/TeddybearChamber.xal +%%DATADIR%%/level/TeleShrink.xal +%%DATADIR%%/level/TempleOfDoom.xal +%%DATADIR%%/level/Test.xal +%%DATADIR%%/level/Test1.xal +%%DATADIR%%/level/TetrisLand.xal +%%DATADIR%%/level/ThatSucks.xal +%%DATADIR%%/level/TheAllSeeingBombs.xal +%%DATADIR%%/level/TheBigBanana.xal +%%DATADIR%%/level/TheBombexpert.xal +%%DATADIR%%/level/TheBox.xal +%%DATADIR%%/level/TheDucks.xal +%%DATADIR%%/level/TheEmbrace.xal +%%DATADIR%%/level/TheEscape.xal +%%DATADIR%%/level/TheFundamentalError.xal +%%DATADIR%%/level/TheGreatEscape.xal +%%DATADIR%%/level/TheHolyGrail.xal +%%DATADIR%%/level/TheHourglass.xal +%%DATADIR%%/level/TheInvincibleShrinker.xal +%%DATADIR%%/level/TheKickContest.xal +%%DATADIR%%/level/TheMask.xal +%%DATADIR%%/level/ThePaddock.xal +%%DATADIR%%/level/TheRing.xal +%%DATADIR%%/level/TheRiver.xal +%%DATADIR%%/level/TheSnookerAlley.xal +%%DATADIR%%/level/TheTacticalOne.xal +%%DATADIR%%/level/TheTacticalOne2.xal +%%DATADIR%%/level/TheTunnel.xal +%%DATADIR%%/level/TheTunnels.xal +%%DATADIR%%/level/ThreeInARow.xal +%%DATADIR%%/level/ThreeInARow2.xal +%%DATADIR%%/level/TicTacToe.xal +%%DATADIR%%/level/Tigers.xal +%%DATADIR%%/level/TinyWorld.xal +%%DATADIR%%/level/TitleBombenhagel.xal +%%DATADIR%%/level/TitleMoutz.xal +%%DATADIR%%/level/TooHardForMe.xal +%%DATADIR%%/level/ToraBora.xal +%%DATADIR%%/level/Touch.xal +%%DATADIR%%/level/TousAuxAbris.xal +%%DATADIR%%/level/TousAuxAbris2.xal +%%DATADIR%%/level/Toxic.xal +%%DATADIR%%/level/Traffic.xal +%%DATADIR%%/level/Transformation.xal +%%DATADIR%%/level/Trap.xal +%%DATADIR%%/level/TrapLand.xal +%%DATADIR%%/level/TrappedOnTheLeft.xal +%%DATADIR%%/level/TreasureHunt.xal +%%DATADIR%%/level/TrenchWarfare.xal +%%DATADIR%%/level/TriangleTraffic.xal +%%DATADIR%%/level/Triangles.xal +%%DATADIR%%/level/TrickyRunner.xal +%%DATADIR%%/level/TrickyWalls.xal +%%DATADIR%%/level/Triple.xal +%%DATADIR%%/level/TryItAndSee.xal +%%DATADIR%%/level/TwoBeTwo.xal +%%DATADIR%%/level/TwoFaces.xal +%%DATADIR%%/level/Ueberraschungsei.xal +%%DATADIR%%/level/Unholy.xal +%%DATADIR%%/level/UpAroundTheBend.xal +%%DATADIR%%/level/UpNDown.xal +%%DATADIR%%/level/UpNDown2.xal +%%DATADIR%%/level/Upstairs.xal +%%DATADIR%%/level/VRendsvallenPlanB.xal +%%DATADIR%%/level/Variations.xal +%%DATADIR%%/level/VillaVictoria.xal +%%DATADIR%%/level/VoidBlocks1.xal +%%DATADIR%%/level/VoidBlocks2.xal +%%DATADIR%%/level/VoidBlocks3.xal +%%DATADIR%%/level/VoidBlocks4.xal +%%DATADIR%%/level/VoidHazard.xal +%%DATADIR%%/level/VoidLabyrinth.xal +%%DATADIR%%/level/VousAvezDitFromage.xal +%%DATADIR%%/level/WaitForExtraLife.xal +%%DATADIR%%/level/WaitingForTheExtras.xal +%%DATADIR%%/level/WallsOrNot.xal +%%DATADIR%%/level/WatchThatBanana.xal +%%DATADIR%%/level/Waterworld.xal +%%DATADIR%%/level/Weapons.xal +%%DATADIR%%/level/WhatTheFIsThis.xal +%%DATADIR%%/level/WhenIWasYourAge.xal +%%DATADIR%%/level/WhereCanIHide.xal +%%DATADIR%%/level/Whimsy.xal +%%DATADIR%%/level/WhoSGotBalls.xal +%%DATADIR%%/level/WorldWideBlast.xal +%%DATADIR%%/level/WouldYaLikesTBeSomeJunkie.xal +%%DATADIR%%/level/WumpusWorld.xal +%%DATADIR%%/level/X.xal +%%DATADIR%%/level/XBlast1997.xal +%%DATADIR%%/level/XBlast2000.xal +%%DATADIR%%/level/XBlast2004.xal +%%DATADIR%%/level/XBlast3000.xal +%%DATADIR%%/level/XBlost.xal +%%DATADIR%%/level/XLotto.xal +%%DATADIR%%/level/XTra.xal +%%DATADIR%%/level/Xmas.xal +%%DATADIR%%/level/YellowFever.xal +%%DATADIR%%/level/YinYangLevel.xal +%%DATADIR%%/level/Yobaaaaaa.xal +%%DATADIR%%/level/Yomland.xal +%%DATADIR%%/level/YouAllGottaDie.xal +%%DATADIR%%/level/YouCanRunButYouCanTHide.xal +%%DATADIR%%/level/ZQLast.xal +%%DATADIR%%/level/ZeroInfinity.xal +%%DATADIR%%/level/Zipper.xal +%%DATADIR%%/level/ahahahah.xal +%%DATADIR%%/level/aimatthecenter.xal +%%DATADIR%%/level/aimright.xal +%%DATADIR%%/level/aimright2.xal +%%DATADIR%%/level/airrebounds.xal +%%DATADIR%%/level/all_good_things.xal +%%DATADIR%%/level/allerretourfatal.xal +%%DATADIR%%/level/anti_gravity.xal +%%DATADIR%%/level/anti_gravity2.xal +%%DATADIR%%/level/anti_mitch.xal +%%DATADIR%%/level/anti_personnal_mines.xal +%%DATADIR%%/level/aqua.xal +%%DATADIR%%/level/aroundtheclock.xal +%%DATADIR%%/level/arrgghh.xal +%%DATADIR%%/level/asteroids.xal +%%DATADIR%%/level/asymmetrix.xal +%%DATADIR%%/level/atomicdance.xal +%%DATADIR%%/level/balloon.xal +%%DATADIR%%/level/banthebonuses.xal +%%DATADIR%%/level/barricade.xal +%%DATADIR%%/level/beamania.xal +%%DATADIR%%/level/belucky.xal +%%DATADIR%%/level/benito.xal +%%DATADIR%%/level/bermudatriangle.xal +%%DATADIR%%/level/beverycareful.xal +%%DATADIR%%/level/bfart.xal +%%DATADIR%%/level/black_zone.xal +%%DATADIR%%/level/blackend.xal +%%DATADIR%%/level/blast_o_morph.xal +%%DATADIR%%/level/blast_o_snipe.xal +%%DATADIR%%/level/blind.xal +%%DATADIR%%/level/blockmaster.xal +%%DATADIR%%/level/blow.xal +%%DATADIR%%/level/boem.xal +%%DATADIR%%/level/boing.xal +%%DATADIR%%/level/bomb_a_la_surprise.xal +%%DATADIR%%/level/bomb_junk.xal +%%DATADIR%%/level/bomb_laboratory.xal +%%DATADIR%%/level/bombeaters.xal +%%DATADIR%%/level/bombing.xal +%%DATADIR%%/level/bombsaway.xal +%%DATADIR%%/level/bombsrange.xal +%%DATADIR%%/level/bonzomshell.xal +%%DATADIR%%/level/boobytrap.xal +%%DATADIR%%/level/born_to_be_killed.xal +%%DATADIR%%/level/boum.xal +%%DATADIR%%/level/bouncy_bouncy.xal +%%DATADIR%%/level/bowl.xal +%%DATADIR%%/level/breakandblast.xal +%%DATADIR%%/level/bricklayer_s_anger.xal +%%DATADIR%%/level/bricks_with_extra_fries.xal +%%DATADIR%%/level/bsquare.xal +%%DATADIR%%/level/butterfly.xal +%%DATADIR%%/level/cadeau.xal +%%DATADIR%%/level/caged.xal +%%DATADIR%%/level/candy_land.xal +%%DATADIR%%/level/carnage.xal +%%DATADIR%%/level/castle.xal +%%DATADIR%%/level/castle_death_part_1.xal +%%DATADIR%%/level/catwalk.xal +%%DATADIR%%/level/cave_in.xal +%%DATADIR%%/level/chain_reaction.xal +%%DATADIR%%/level/chaos.xal +%%DATADIR%%/level/chaosa.xal +%%DATADIR%%/level/checkmate.xal +%%DATADIR%%/level/chillyland.xal +%%DATADIR%%/level/chipsetcahuetes.xal +%%DATADIR%%/level/choupachoups.xal +%%DATADIR%%/level/christmas1999.xal +%%DATADIR%%/level/circle_jerk.xal +%%DATADIR%%/level/clockwise.xal +%%DATADIR%%/level/clockwise_but_you_walk_wrong.xal +%%DATADIR%%/level/clockwisecirculation.xal +%%DATADIR%%/level/clockwork.xal +%%DATADIR%%/level/close_quarters.xal +%%DATADIR%%/level/closeencounters.xal +%%DATADIR%%/level/closet_psycho.xal +%%DATADIR%%/level/coculand.xal +%%DATADIR%%/level/commando.xal +%%DATADIR%%/level/confusion.xal +%%DATADIR%%/level/contact_sports.xal +%%DATADIR%%/level/cooperation.xal +%%DATADIR%%/level/corsica2.xal +%%DATADIR%%/level/cotesauvage.xal +%%DATADIR%%/level/coursforrest.xal +%%DATADIR%%/level/creeping_death.xal +%%DATADIR%%/level/cross_of_doom.xal +%%DATADIR%%/level/crual_rebounds.xal +%%DATADIR%%/level/crualreboundsii.xal +%%DATADIR%%/level/custardslaststand.xal +%%DATADIR%%/level/d_oh.xal +%%DATADIR%%/level/deadwarrant.xal +%%DATADIR%%/level/death_match.xal +%%DATADIR%%/level/deathinthemiddle.xal +%%DATADIR%%/level/deathseparateeastfromwest.xal +%%DATADIR%%/level/deconnepas.xal +%%DATADIR%%/level/deep_forest.xal +%%DATADIR%%/level/deep_forest_2_graal_quest.xal +%%DATADIR%%/level/demolition_man.xal +%%DATADIR%%/level/desert_storm.xal +%%DATADIR%%/level/deuxlignesunsurvivant.xal +%%DATADIR%%/level/diehard.xal +%%DATADIR%%/level/dig_dug_nostalgy.xal +%%DATADIR%%/level/digmout.xal +%%DATADIR%%/level/disabled.xal +%%DATADIR%%/level/disease.xal +%%DATADIR%%/level/disguise.xal +%%DATADIR%%/level/diver.xal +%%DATADIR%%/level/doh.xal +%%DATADIR%%/level/dontbeill.xal +%%DATADIR%%/level/donthide.xal +%%DATADIR%%/level/doom.xal +%%DATADIR%%/level/doomsday.xal +%%DATADIR%%/level/double_crown.xal +%%DATADIR%%/level/dropkick.xal +%%DATADIR%%/level/drugaddicts.xal +%%DATADIR%%/level/duel.xal +%%DATADIR%%/level/duel_in_the_sun.xal +%%DATADIR%%/level/dungeon_master.xal +%%DATADIR%%/level/easytohide.xal +%%DATADIR%%/level/eden.xal +%%DATADIR%%/level/egg.xal +%%DATADIR%%/level/egyptian.xal +%%DATADIR%%/level/emperorofmouls.xal +%%DATADIR%%/level/england.xal +%%DATADIR%%/level/enoughbombsforeveryone.xal +%%DATADIR%%/level/enterthedragon.xal +%%DATADIR%%/level/epfltest.xal +%%DATADIR%%/level/eraser.xal +%%DATADIR%%/level/erikaetlesrobots.xal +%%DATADIR%%/level/etmoicestgringo.xal +%%DATADIR%%/level/euryclee.xal +%%DATADIR%%/level/evil.xal +%%DATADIR%%/level/faceoff.xal +%%DATADIR%%/level/falgundsworld2.xal +%%DATADIR%%/level/fantasy_land.xal +%%DATADIR%%/level/fart.xal +%%DATADIR%%/level/fast_boum.xal +%%DATADIR%%/level/fatviscousandpermanent.xal +%%DATADIR%%/level/feel_free.xal +%%DATADIR%%/level/fightaroundthecheese.xal +%%DATADIR%%/level/fightforyourright.xal +%%DATADIR%%/level/findyourway.xal +%%DATADIR%%/level/fiotteland.xal +%%DATADIR%%/level/fire.xal +%%DATADIR%%/level/firecracker_surprise.xal +%%DATADIR%%/level/fireforget.xal +%%DATADIR%%/level/flower_power.xal +%%DATADIR%%/level/fofolle.xal +%%DATADIR%%/level/footwork.xal +%%DATADIR%%/level/footworkii.xal +%%DATADIR%%/level/fortress.xal +%%DATADIR%%/level/four_corners.xal +%%DATADIR%%/level/fourcornersii.xal +%%DATADIR%%/level/fourcornersiii.xal +%%DATADIR%%/level/fourfold.xal +%%DATADIR%%/level/freekick.xal +%%DATADIR%%/level/frogger.xal +%%DATADIR%%/level/fuckingmarco.xal +%%DATADIR%%/level/full_power_farters.xal +%%DATADIR%%/level/full_power_level.xal +%%DATADIR%%/level/full_power_level1.xal +%%DATADIR%%/level/full_power_level_ii.xal +%%DATADIR%%/level/full_power_level_iii.xal +%%DATADIR%%/level/full_power_snookers.xal +%%DATADIR%%/level/fullcontact.xal +%%DATADIR%%/level/fungus_fun.xal +%%DATADIR%%/level/funinthedark.xal +%%DATADIR%%/level/g_force.xal +%%DATADIR%%/level/gauntlet.xal +%%DATADIR%%/level/gavage.xal +%%DATADIR%%/level/get_your_kit_out.xal +%%DATADIR%%/level/getoutofthismaze.xal +%%DATADIR%%/level/gforce.xal +%%DATADIR%%/level/ghostintheshrink.xal +%%DATADIR%%/level/give_it_a_shot.xal +%%DATADIR%%/level/givemeanx.xal +%%DATADIR%%/level/gogetthemtiger.xal +%%DATADIR%%/level/goingroundandround.xal +%%DATADIR%%/level/gooutandplay.xal +%%DATADIR%%/level/gorigth.xal +%%DATADIR%%/level/graal_quest.xal +%%DATADIR%%/level/grailmaster.xal +%%DATADIR%%/level/gravitation.xal +%%DATADIR%%/level/gravitation_is_back.xal +%%DATADIR%%/level/gravitational_rotation.xal +%%DATADIR%%/level/gravitlamanque.xal +%%DATADIR%%/level/gravity.xal +%%DATADIR%%/level/green.xal +%%DATADIR%%/level/grenada.xal +%%DATADIR%%/level/grenade_duel.xal +%%DATADIR%%/level/grisblast.xal +%%DATADIR%%/level/grisvardsnightmare.xal +%%DATADIR%%/level/grisvardsnightmareii.xal +%%DATADIR%%/level/grownkill.xal +%%DATADIR%%/level/grownkillii.xal +%%DATADIR%%/level/gunfight.xal +%%DATADIR%%/level/hall_of_snooker.xal +%%DATADIR%%/level/hallowe_en.xal +%%DATADIR%%/level/hallways.xal +%%DATADIR%%/level/happydeath.xal +%%DATADIR%%/level/haunted_house.xal +%%DATADIR%%/level/hbblast.xal +%%DATADIR%%/level/hell_diver.xal +%%DATADIR%%/level/hexagon_excitation.xal +%%DATADIR%%/level/hexagon_flowers.xal +%%DATADIR%%/level/hide_n_seek.xal +%%DATADIR%%/level/hit_and_run.xal +%%DATADIR%%/level/ho_chi_mayhem.xal +%%DATADIR%%/level/holdit.xal +%%DATADIR%%/level/holyrenovation.xal +%%DATADIR%%/level/holyshit.xal +%%DATADIR%%/level/hot_stuff.xal +%%DATADIR%%/level/hotstuffii.xal +%%DATADIR%%/level/hourglass.xal +%%DATADIR%%/level/hunted.xal +%%DATADIR%%/level/hunter.xal +%%DATADIR%%/level/huntinghighlow.xal +%%DATADIR%%/level/hurryupbeforeshroops.xal +%%DATADIR%%/level/i_can_smell_that_from_here.xal +%%DATADIR%%/level/iceberg_droit_devant.xal +%%DATADIR%%/level/iceland.xal +%%DATADIR%%/level/illusion.xal +%%DATADIR%%/level/ilssonttousmalades.xal +%%DATADIR%%/level/immobilisationfatale.xal +%%DATADIR%%/level/indiana_jones.xal +%%DATADIR%%/level/indigestion.xal +%%DATADIR%%/level/inesc.xal +%%DATADIR%%/level/insideout.xal +%%DATADIR%%/level/inv_x_ible.xal +%%DATADIR%%/level/invaderordefender.xal +%%DATADIR%%/level/invertability.xal +%%DATADIR%%/level/invisible_man.xal +%%DATADIR%%/level/invisiblemorph.xal +%%DATADIR%%/level/invisiblocks.xal +%%DATADIR%%/level/invxible.xal +%%DATADIR%%/level/islandofhope.xal +%%DATADIR%%/level/itll_grow_on_you.xal +%%DATADIR%%/level/j_ai_froid_aux_pieds.xal +%%DATADIR%%/level/jackylevel.xal +%%DATADIR%%/level/jaune.xal +%%DATADIR%%/level/je_m_appelle_rico.xal +%%DATADIR%%/level/jedi_power.xal +%%DATADIR%%/level/jedi_power_ii.xal +%%DATADIR%%/level/jedipoweriii.xal +%%DATADIR%%/level/judgement_day.xal +%%DATADIR%%/level/justdoit.xal +%%DATADIR%%/level/kaboom.xal +%%DATADIR%%/level/kaboum_contact_party.xal +%%DATADIR%%/level/keep_your_eye_on_the_bomb.xal +%%DATADIR%%/level/kick.xal +%%DATADIR%%/level/kickagain.xal +%%DATADIR%%/level/kill.xal +%%DATADIR%%/level/kingofmoullevels.xal +%%DATADIR%%/level/kingofthehuitres.xal +%%DATADIR%%/level/kingoftheoysters.xal +%%DATADIR%%/level/knowyourplace.xal +%%DATADIR%%/level/la_boom.xal +%%DATADIR%%/level/la_mine.xal +%%DATADIR%%/level/la_ruee_vers_l_or.xal +%%DATADIR%%/level/labyrinth_blast.xal +%%DATADIR%%/level/lacorniche.xal +%%DATADIR%%/level/lacueillettedestomates.xal +%%DATADIR%%/level/ladder.xal +%%DATADIR%%/level/lamer.xal +%%DATADIR%%/level/lecachot.xal +%%DATADIR%%/level/legoland.xal +%%DATADIR%%/level/legoland2x.xal +%%DATADIR%%/level/legoworld.xal +%%DATADIR%%/level/lesportesdelamort.xal +%%DATADIR%%/level/level_sue.xal +%%DATADIR%%/level/life_race.xal +%%DATADIR%%/level/lifeisenought3.xal +%%DATADIR%%/level/liferace.xal +%%DATADIR%%/level/lives.xal +%%DATADIR%%/level/long_way.xal +%%DATADIR%%/level/longway.xal +%%DATADIR%%/level/lookaround.xal +%%DATADIR%%/level/loria.xal +%%DATADIR%%/level/losange_losange.xal +%%DATADIR%%/level/losange_over_excitation.xal +%%DATADIR%%/level/losangeoverexcitationii.xal +%%DATADIR%%/level/lotsofexplosion.xal +%%DATADIR%%/level/luciferspiral.xal +%%DATADIR%%/level/luckyluke.xal +%%DATADIR%%/level/mac_donald_s.xal +%%DATADIR%%/level/madness.xal +%%DATADIR%%/level/magic.xal +%%DATADIR%%/level/magnum44.xal +%%DATADIR%%/level/marcvictims.xal +%%DATADIR%%/level/mastersland.xal +%%DATADIR%%/level/maybe.xal +%%DATADIR%%/level/mayhem.xal +%%DATADIR%%/level/maze_runner.xal +%%DATADIR%%/level/mazeworld.xal +%%DATADIR%%/level/melttheweights.xal +%%DATADIR%%/level/metal_world.xal +%%DATADIR%%/level/metalworld.xal +%%DATADIR%%/level/mexicanjumpingbeans.xal +%%DATADIR%%/level/michelson.xal +%%DATADIR%%/level/middleisyoursalvation.xal +%%DATADIR%%/level/mind_games.xal +%%DATADIR%%/level/miragewalls.xal +%%DATADIR%%/level/mlevel.xal +%%DATADIR%%/level/moonreversi.xal +%%DATADIR%%/level/moonwalking.xal +%%DATADIR%%/level/more_mayhem.xal +%%DATADIR%%/level/mort.xal +%%DATADIR%%/level/mr_beam.xal +%%DATADIR%%/level/murcassant.xal +%%DATADIR%%/level/napalm_justice.xal +%%DATADIR%%/level/napalmloop.xal +%%DATADIR%%/level/napalmmorphing.xal +%%DATADIR%%/level/narf.xal +%%DATADIR%%/level/narrowlittlesecretroom.xal +%%DATADIR%%/level/nasty.xal +%%DATADIR%%/level/nasty2.xal +%%DATADIR%%/level/nasty_pasty.xal +%%DATADIR%%/level/nin_world.xal +%%DATADIR%%/level/ninja_warriors.xal +%%DATADIR%%/level/noisyjeannot.xal +%%DATADIR%%/level/nonalinthewind.xal +%%DATADIR%%/level/nooo_f_ing_walls.xal +%%DATADIR%%/level/nothing_short_of_warfare.xal +%%DATADIR%%/level/nowhere_to_run.xal +%%DATADIR%%/level/nowhere_to_run_ii.xal +%%DATADIR%%/level/nowyoudie.xal +%%DATADIR%%/level/oeufsdepaques.xal +%%DATADIR%%/level/omeletdefromage.xal +%%DATADIR%%/level/open_warfare.xal +%%DATADIR%%/level/opportunisme.xal +%%DATADIR%%/level/out_of_control.xal +%%DATADIR%%/level/out_of_the_frying_pan.xal +%%DATADIR%%/level/pandemonium.xal +%%DATADIR%%/level/panzergrenadierzwei.xal +%%DATADIR%%/level/paradise_city.xal +%%DATADIR%%/level/parallel_world.xal +%%DATADIR%%/level/pastousalafois.xal +%%DATADIR%%/level/peppercorn.xal +%%DATADIR%%/level/perfecttiming.xal +%%DATADIR%%/level/phantom.xal +%%DATADIR%%/level/pinball_dreams.xal +%%DATADIR%%/level/pinion.xal +%%DATADIR%%/level/pink.xal +%%DATADIR%%/level/pinkrabbit.xal +%%DATADIR%%/level/pipedream.xal +%%DATADIR%%/level/pizza.xal +%%DATADIR%%/level/placardabalai.xal +%%DATADIR%%/level/placardabalai2.xal +%%DATADIR%%/level/plus.xal +%%DATADIR%%/level/plus_plus_2.xal +%%DATADIR%%/level/plus_plus_3.xal +%%DATADIR%%/level/plusplusmoutz.xal +%%DATADIR%%/level/plusplusmoutz1.xal +%%DATADIR%%/level/poisonedarea.xal +%%DATADIR%%/level/popcorn.xal +%%DATADIR%%/level/pot_luck.xal +%%DATADIR%%/level/power.xal +%%DATADIR%%/level/powerupsinthemiddle.xal +%%DATADIR%%/level/psychological_warfare.xal +%%DATADIR%%/level/psychose.xal +%%DATADIR%%/level/psykogroupycocainecrazy.xal +%%DATADIR%%/level/pyramid.xal +%%DATADIR%%/level/pyromania.xal +%%DATADIR%%/level/pythagorus_theorem.xal +%%DATADIR%%/level/quadrilateral_excitation.xal +%%DATADIR%%/level/quarter.xal +%%DATADIR%%/level/quefaitlapolice.xal +%%DATADIR%%/level/quelecielestbas.xal +%%DATADIR%%/level/quickdraw.xal +%%DATADIR%%/level/random.xal +%%DATADIR%%/level/random_field.xal +%%DATADIR%%/level/rapiddeath.xal +%%DATADIR%%/level/raymasters.xal +%%DATADIR%%/level/reconstruction.xal +%%DATADIR%%/level/reconstructîon2.xal +%%DATADIR%%/level/reincocloned.xal +%%DATADIR%%/level/remembernokicking.xal +%%DATADIR%%/level/remote_quest.xal +%%DATADIR%%/level/remotesnow.xal +%%DATADIR%%/level/renew.xal +%%DATADIR%%/level/renovation_man.xal +%%DATADIR%%/level/renovation_master.xal +%%DATADIR%%/level/renovation_master2.xal +%%DATADIR%%/level/revive.xal +%%DATADIR%%/level/rhombus.xal +%%DATADIR%%/level/rightcurve.xal +%%DATADIR%%/level/robbslevel.xal +%%DATADIR%%/level/round.xal +%%DATADIR%%/level/rows.xal +%%DATADIR%%/level/rubber_bombs.xal +%%DATADIR%%/level/runfortherc.xal +%%DATADIR%%/level/running_man.xal +%%DATADIR%%/level/running_man_ii.xal +%%DATADIR%%/level/running_man_iia.xal +%%DATADIR%%/level/runrunlittlexblaster.xal +%%DATADIR%%/level/savage_shrinking_world.xal +%%DATADIR%%/level/save_your_dream.xal +%%DATADIR%%/level/scottie.xal +%%DATADIR%%/level/screw_him.xal +%%DATADIR%%/level/search.xal +%%DATADIR%%/level/seek_n_destroy.xal +%%DATADIR%%/level/seethepattern.xal +%%DATADIR%%/level/semilocalcommunication.xal +%%DATADIR%%/level/serbocroate.xal +%%DATADIR%%/level/shrinking_arena.xal +%%DATADIR%%/level/shrinking_world.xal +%%DATADIR%%/level/sky_show.xal +%%DATADIR%%/level/slimdryandtrainee.xal +%%DATADIR%%/level/smile.xal +%%DATADIR%%/level/smile_and_die.xal +%%DATADIR%%/level/smileii.xal +%%DATADIR%%/level/snapshot_level.xal +%%DATADIR%%/level/sneakattack.xal +%%DATADIR%%/level/snooker.xal +%%DATADIR%%/level/snow_brothers.xal +%%DATADIR%%/level/snowflake.xal +%%DATADIR%%/level/snowland.xal +%%DATADIR%%/level/someboms.xal +%%DATADIR%%/level/space_head.xal +%%DATADIR%%/level/sphere.xal +%%DATADIR%%/level/spider_web.xal +%%DATADIR%%/level/spindizzy.xal +%%DATADIR%%/level/spiral.xal +%%DATADIR%%/level/spiral_ways.xal +%%DATADIR%%/level/split_decision.xal +%%DATADIR%%/level/spooky.xal +%%DATADIR%%/level/squaredancing.xal +%%DATADIR%%/level/squash.xal +%%DATADIR%%/level/star_hazzard.xal +%%DATADIR%%/level/star_wars.xal +%%DATADIR%%/level/stayinalive.xal +%%DATADIR%%/level/stochasticpolicy.xal +%%DATADIR%%/level/stoned.xal +%%DATADIR%%/level/stop.xal +%%DATADIR%%/level/stormy.xal +%%DATADIR%%/level/stunning.xal +%%DATADIR%%/level/stunning_renovation.xal +%%DATADIR%%/level/stunningyoustunningme.xal +%%DATADIR%%/level/suicide.xal +%%DATADIR%%/level/superballs.xal +%%DATADIR%%/level/survival_of_the_fittest.xal +%%DATADIR%%/level/survivalofthemorphest.xal +%%DATADIR%%/level/survivor.xal +%%DATADIR%%/level/swapcol.xal +%%DATADIR%%/level/swappos.xal +%%DATADIR%%/level/swastika.xal +%%DATADIR%%/level/take_care_of_yourself.xal +%%DATADIR%%/level/takeafriendwithyou.xal +%%DATADIR%%/level/takecover.xal +%%DATADIR%%/level/tall_poppy.xal +%%DATADIR%%/level/tamachan.xal +%%DATADIR%%/level/tapettelandiii.xal +%%DATADIR%%/level/taramsrevenge.xal +%%DATADIR%%/level/teamwork.xal +%%DATADIR%%/level/teatime.xal +%%DATADIR%%/level/telecom.xal +%%DATADIR%%/level/teleportland.xal +%%DATADIR%%/level/temple_of_doom.xal +%%DATADIR%%/level/terroristattack.xal +%%DATADIR%%/level/tetris_land.xal +%%DATADIR%%/level/the_cave.xal +%%DATADIR%%/level/the_downward_spiral.xal +%%DATADIR%%/level/the_focal_point.xal +%%DATADIR%%/level/the_fundamental_error.xal +%%DATADIR%%/level/the_great_escape.xal +%%DATADIR%%/level/the_holy_grail.xal +%%DATADIR%%/level/the_hustler.xal +%%DATADIR%%/level/the_mega_bomberman_level.xal +%%DATADIR%%/level/the_neutral_zone.xal +%%DATADIR%%/level/the_not_so_holy_hand_grenade.xal +%%DATADIR%%/level/the_shafts.xal +%%DATADIR%%/level/the_xblast_level.xal +%%DATADIR%%/level/thefungusexpertandthedead.xal +%%DATADIR%%/level/thefungusgeneralandthedead.xal +%%DATADIR%%/level/thefungusmasterandthedead.xal +%%DATADIR%%/level/thegoodandthebad.xal +%%DATADIR%%/level/thehiddenandthedead.xal +%%DATADIR%%/level/thelostcity.xal +%%DATADIR%%/level/theluckyandthedead.xal +%%DATADIR%%/level/thepusher.xal +%%DATADIR%%/level/thequickandthedead.xal +%%DATADIR%%/level/therandomandthedead.xal +%%DATADIR%%/level/theretourofsun.xal +%%DATADIR%%/level/thescrambledandthedead.xal +%%DATADIR%%/level/three_times_the_pleasure.xal +%%DATADIR%%/level/tic_tac_toe.xal +%%DATADIR%%/level/timeisoftheessence.xal +%%DATADIR%%/level/tntsmugglers.xal +%%DATADIR%%/level/tobeamornottobeam.xal +%%DATADIR%%/level/toosicktobetrue.xal +%%DATADIR%%/level/tornado.xal +%%DATADIR%%/level/tournicotitournicoton.xal +%%DATADIR%%/level/tous_aux_abris.xal +%%DATADIR%%/level/toutencarton.xal +%%DATADIR%%/level/trainfun.xal +%%DATADIR%%/level/treasure_hunt.xal +%%DATADIR%%/level/trench_warfare.xal +%%DATADIR%%/level/triangle_city.xal +%%DATADIR%%/level/triangleandrows.xal +%%DATADIR%%/level/trop_puissant.xal +%%DATADIR%%/level/troppuissant.xal +%%DATADIR%%/level/trust_no_one.xal +%%DATADIR%%/level/try_it_and_see.xal +%%DATADIR%%/level/tubes.xal +%%DATADIR%%/level/turtle.xal +%%DATADIR%%/level/tv_star_wannabe.xal +%%DATADIR%%/level/two_be_two.xal +%%DATADIR%%/level/uptheygo.xal +%%DATADIR%%/level/virus.xal +%%DATADIR%%/level/vivazapatta.xal +%%DATADIR%%/level/voidie.xal +%%DATADIR%%/level/voidnightmare.xal +%%DATADIR%%/level/walls_or_not.xal +%%DATADIR%%/level/warning.xal +%%DATADIR%%/level/watch_out.xal +%%DATADIR%%/level/watch_that_banana.xal +%%DATADIR%%/level/watchthebirdie.xal +%%DATADIR%%/level/welcomeincorsica.xal +%%DATADIR%%/level/what_the_f_is_this.xal +%%DATADIR%%/level/when_i_was_your_age.xal +%%DATADIR%%/level/wherearethey.xal +%%DATADIR%%/level/whererumrmagoo.xal +%%DATADIR%%/level/windows_95.xal +%%DATADIR%%/level/withoutthestars.xal +%%DATADIR%%/level/woiii.xal +%%DATADIR%%/level/wonderwheel.xal +%%DATADIR%%/level/would_ya_likes_t_be_some_junkie.xal +%%DATADIR%%/level/xbclassical.xal +%%DATADIR%%/level/xblast_2000.xal +%%DATADIR%%/level/xblast_2001.xal +%%DATADIR%%/level/xblast_3000.xal +%%DATADIR%%/level/xblastlevels.xal +%%DATADIR%%/level/xfile.xal +%%DATADIR%%/level/xmorph.xal +%%DATADIR%%/level/y2k.xal +%%DATADIR%%/level/yellowbeans.xal +%%DATADIR%%/level/yippee_map.xal +%%DATADIR%%/level/ypsilon.xal +%%DATADIR%%/level/zero_infinity.xal +%%DATADIR%%/level/zigzag.xal +%%DATADIR%%/level/zoso_world.xal +%%SOUND%%%%DATADIR%%/sounds/xb_app2.raw +%%SOUND%%%%DATADIR%%/sounds/xb_appl.raw +%%SOUND%%%%DATADIR%%/sounds/xb_bad.raw +%%SOUND%%%%DATADIR%%/sounds/xb_bombmorph.raw +%%SOUND%%%%DATADIR%%/sounds/xb_butt.raw +%%SOUND%%%%DATADIR%%/sounds/xb_cmpnd.raw +%%SOUND%%%%DATADIR%%/sounds/xb_dead.raw +%%SOUND%%%%DATADIR%%/sounds/xb_drop.raw +%%SOUND%%%%DATADIR%%/sounds/xb_expl.raw +%%SOUND%%%%DATADIR%%/sounds/xb_haunt.raw +%%SOUND%%%%DATADIR%%/sounds/xb_intro.raw +%%SOUND%%%%DATADIR%%/sounds/xb_kick.raw +%%SOUND%%%%DATADIR%%/sounds/xb_nvis.raw +%%SOUND%%%%DATADIR%%/sounds/xb_nvnc.raw +%%SOUND%%%%DATADIR%%/sounds/xb_ouch.raw +%%SOUND%%%%DATADIR%%/sounds/xb_pump.raw +%%SOUND%%%%DATADIR%%/sounds/xb_shoot.raw +%%SOUND%%%%DATADIR%%/sounds/xb_spbmb.raw +%%SOUND%%%%DATADIR%%/sounds/xb_spir.raw +%%SOUND%%%%DATADIR%%/sounds/xb_stun.raw +%%SOUND%%%%DATADIR%%/sounds/xb_warn.raw +%%SOUND%%%%DATADIR%%/sounds/xb_whrl.raw +%%SOUND%%%%DATADIR%%/sounds/xb_won.raw +%%SOUND%%%%DATADIR%%/sounds/xbcloak.raw +%%SOUND%%%%DATADIR%%/sounds/xbcloakx.raw +%%SOUND%%%%DATADIR%%/sounds/xbdcloak.raw +%%SOUND%%%%DATADIR%%/sounds/xbfast.raw +%%SOUND%%%%DATADIR%%/sounds/xbfin.raw +%%SOUND%%%%DATADIR%%/sounds/xbfire.raw +%%SOUND%%%%DATADIR%%/sounds/xbholy.raw +%%SOUND%%%%DATADIR%%/sounds/xbinj.raw +%%SOUND%%%%DATADIR%%/sounds/xblife.raw +%%SOUND%%%%DATADIR%%/sounds/xbmbmb.raw +%%SOUND%%%%DATADIR%%/sounds/xbnbmb.raw +%%SOUND%%%%DATADIR%%/sounds/xbnkick.raw +%%SOUND%%%%DATADIR%%/sounds/xbnpmp.raw +%%SOUND%%%%DATADIR%%/sounds/xbnrc.raw +%%SOUND%%%%DATADIR%%/sounds/xbntel.raw +%%SOUND%%%%DATADIR%%/sounds/xbslay.raw +%%SOUND%%%%DATADIR%%/sounds/xbslide.raw +%%SOUND%%%%DATADIR%%/sounds/xbslow.raw +%%SOUND%%%%DATADIR%%/sounds/xbsng1.raw +%%SOUND%%%%DATADIR%%/sounds/xbsng2.raw +%%SOUND%%%%DATADIR%%/sounds/xbsng3.raw +%%SOUND%%%%DATADIR%%/sounds/xbsng4.raw +%%SOUND%%%%DATADIR%%/sounds/xbsng5.raw +%%SOUND%%%%DATADIR%%/sounds/xbsng6.raw +%%SOUND%%%%DATADIR%%/sounds/xbstep1.raw +%%SOUND%%%%DATADIR%%/sounds/xbstep2.raw +%%SOUND%%%%DATADIR%%/sounds/xbstep3.raw +%%SOUND%%%%DATADIR%%/sounds/xbstep4.raw +%%SOUND%%%%DATADIR%%/sounds/xbstep5.raw +%%SOUND%%%%DATADIR%%/sounds/xbstep6.raw +%%SOUND%%%%DATADIR%%/sounds/xbtele.raw +%%SOUND%%%%DATADIR%%/sounds/xbtele1.raw +%%SOUND%%%%DATADIR%%/sounds/xbtele2.raw +%%SOUND%%@dirrm %%DATADIR%%/sounds +@dirrm %%DATADIR%%/level +@dirrm %%DATADIR%%/image/sprite +@dirrm %%DATADIR%%/image/score +@dirrm %%DATADIR%%/image/misc +@dirrm %%DATADIR%%/image/explosion +@dirrm %%DATADIR%%/image/block +@dirrm %%DATADIR%%/image +@dirrm %%DATADIR%% |