View | Details | Raw Unified | Return to bug 131837
Collapse All | Expand All

(-)games/xblast/Makefile (-36 / +98 lines)
Lines 6-61 Link Here
6
#
6
#
7
7
8
PORTNAME=	xblast
8
PORTNAME=	xblast
9
PORTVERSION=	2.9.22
9
PORTVERSION=	2.10.4
10
PORTREVISION=	1
11
CATEGORIES=	games
10
CATEGORIES=	games
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	SF
13
MASTER_SITE_SUBDIR= xblast
14
.ifdef (WITHOUT_SOUND)
15
PKGNAMESUFFIX=	-nosound
16
.endif
17
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
12
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
18
DISTFILES+=	image.tar.gz
13
DISTFILES+=	${IMAGES_DISTNAME}${EXTRACT_SUFX}
19
DISTFILES+=	level.tar.gz
14
DISTFILES+=	${LEVELS_DISTNAME}${EXTRACT_SUFX}
20
.ifndef (WITHOUT_SOUND)
15
DISTFILES+=	${MODELS_DISTNAME}${EXTRACT_SUFX}
21
DISTFILES+=	sounds.tar.gz
16
.if !defined(WITHOUT_SOUND)
17
DISTFILES+=	${MUSICS_DISTNAME}${EXTRACT_SUFX}
18
DISTFILES+=	${SOUNDS_DISTNAME}${EXTRACT_SUFX}
22
.endif
19
.endif
23
DIST_SUBDIR=	xblast
20
DIST_SUBDIR=	xblast
24
21
25
MAINTAINER=	ports@FreeBSD.org
22
MAINTAINER=	ports@FreeBSD.org
26
COMMENT=	Multi-player real-time strategy game for X11
23
COMMENT=	Multi-player real-time strategy game for X11
27
24
28
CFLAGS+=	-DGAME_DATADIR='\"${DATADIR}\"'
25
WANT_SDL=	yes
29
.ifndef (WITHOUT_SOUND)
26
USE_GMAKE=	yes
30
CFLAGS+=	-DXBLAST_SOUND
27
GNU_CONFIGURE=	yes
31
.endif
28
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
32
USE_IMAKE=	yes
29
CONFIGURE_ARGS=	--enable-admin
33
.ifndef (WITHOUT_SOUND)
30
MAKE_ARGS=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \
34
ALL_TARGET=	all xbsndsrv
31
		AUTOMAKE="${TRUE}"
35
.endif
32
36
MAN1=		xblast.1
33
MAN6=		xblast.6
37
.ifndef (WITHOUT_SOUND)
34
38
PLIST_SUB+=    WITH_SOUND=""
35
DATADIR=	${PREFIX}/share/XBlast-TNT
36
37
CPPFLAGS=	-I${LOCALBASE}/include
38
LDFLAGS=	-L${LOCALBASE}/lib
39
40
FONTSDIR=	${LOCALBASE}/lib/X11/fonts/bitstream-vera
41
42
IMAGES_DISTNAME=images-2005-01-06
43
LEVELS_DISTNAME=levels-2005-01-06
44
MODELS_DISTNAME=models-2005-01-06
45
MUSICS_DISTNAME=musics-2005-01-06
46
SOUNDS_DISTNAME=sounds
47
48
.if defined(WITHOUT_NLS)
49
CONFIGURE_ARGS+=	--disable-nls
50
PLIST_SUB+=	NLS="@comment "
39
.else
51
.else
40
PLIST_SUB+=    WITH_SOUND="@comment "
52
USE_GETTEXT=	yes
53
PLIST_SUB+=	NLS=""
41
.endif
54
.endif
42
55
43
.ifndef (WITHOUT_SOUND)
56
.if defined(WITHOUT_SDL)
44
SOUNDS=		sounds
57
USE_XORG=	ice x11
58
CONFIGURE_ARGS+=	--disable-sdl
59
PLIST_SUB+=	NOSDL=""
60
.else
61
RUN_DEPENDS+=	${FONTSDIR}/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera
62
USE_SDL+=	gfx image mixer net ttf sdl
63
CONFIGURE_ARGS+=	--enable-sdl
64
PLIST_SUB+=	NOSDL="@comment "
45
.endif
65
.endif
46
66
47
post-install:
67
.if defined(WITHOUT_SOUND)
48
.ifndef (WITHOUT_SOUND)
68
PKGNAMESUFFIX=	-nosound
49
		${INSTALL_PROGRAM} ${WRKSRC}/xbsndsrv ${PREFIX}/bin
69
CONFIGURE_ARGS+=	--disable-sound
70
PLIST_SUB+=	SOUND="@comment "
71
.else
72
CONFIGURE_ARGS+=	--enable-sound
73
PLIST_SUB+=	SOUND=""
50
.endif
74
.endif
51
		${MKDIR} ${DATADIR}
75
52
.for d in image level ${SOUNDS}
76
.if defined(WITH_SMPF)
53
		cd ${WRKDIR}; \
77
CONFIGURE_ARGS+=	--enable-SMPF
54
		${FIND} $d -type d | (cd ${DATADIR}; ${XARGS} ${MKDIR}); \
78
.endif
55
		${FIND} $d -type f | ${EGREP} -f ${FILESDIR}/re-${d} | \
79
56
		while read f; do \
80
post-patch:
57
			${INSTALL_DATA} $$f ${DATADIR}/$$f; \
81
	@${REINPLACE_CMD} -e 's|/games/|/|g ; \
58
		done
82
		 /-ggdb/d' ${WRKSRC}/configure
83
	@${REINPLACE_CMD} -e \
84
		's|$$(game_datadir)/locale|$$(prefix)/share/locale|g ; \
85
		 s|^xblast_LDADD =.*$$|xblast_LDADD = $$(LIBINTL)|g' \
86
		${WRKSRC}/Makefile.in
87
	@${REINPLACE_CMD} -e \
88
		's|"Vera.ttf"|"${FONTSDIR}/Vera.ttf"|g' ${WRKSRC}/sdl_text.c
89
90
do-install:
91
	cd ${WRKSRC} && ${INSTALL_PROGRAM} xblast ${PREFIX}/bin/xblast
92
.if defined(WITHOUT_SDL) && !defined(WITHOUT_SOUND)
93
	cd ${WRKSRC} && ${INSTALL_PROGRAM} xbsndsrv ${PREFIX}/bin/xbsndsrv
94
.endif
95
	cd ${WRKSRC} && ${INSTALL_MAN} xblast.man ${MAN6PREFIX}/man/man6/xblast.6
96
.if !defined(WITHOUT_NLS)
97
.for lang in de fr
98
	@${MKDIR} ${PREFIX}/share/locale/${lang}/LC_MESSAGES
99
	cd ${WRKSRC}/po && ${INSTALL_DATA} ${lang}.gmo \
100
		${PREFIX}/share/locale/${lang}/LC_MESSAGES/xblast.mo
59
.endfor
101
.endfor
102
.endif
103
	@${MKDIR} ${DATADIR}/image
104
	@(${TAR} -C ${WRKDIR}/${IMAGES_DISTNAME} --exclude "Imakefile" \
105
		-cf - . | ${TAR} -C ${DATADIR}/image --unlink -xf -)
106
	@${MKDIR} ${DATADIR}/level
107
	@(${TAR} -C ${WRKDIR}/${LEVELS_DISTNAME} --exclude "Imakefile" \
108
		-cf - . | ${TAR} -C ${DATADIR}/level --unlink -xf -)
109
	@${MKDIR} ${DATADIR}/image/sprite
110
	@(${TAR} -C ${WRKDIR}/${MODELS_DISTNAME} --exclude "Imakefile" \
111
		-cf - . | ${TAR} -C ${DATADIR}/image/sprite --unlink -xf -)
112
.if !defined(WITHOUT_SOUND)
113
	@${MKDIR} ${DATADIR}/sounds
114
	@(${TAR} -C ${WRKDIR}/${MUSICS_DISTNAME} --exclude "Imakefile" \
115
		-cf - . | ${TAR} -C ${DATADIR}/sounds --unlink -xf -)
116
	@(${TAR} -C ${WRKDIR}/${SOUNDS_DISTNAME} --exclude "Imakefile" \
117
		-cf - . | ${TAR} -C ${DATADIR}/sounds --unlink -xf -)
118
.endif
119
	@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}
120
	@${FIND} ${DATADIR} -type d -exec ${CHMOD} 755 {} \;
121
	@${FIND} ${DATADIR} -type f -exec ${CHMOD} ${SHAREMODE} {} \; 
60
122
61
.include <bsd.port.mk>
123
.include <bsd.port.mk>
(-)games/xblast/distinfo (-9 / +15 lines)
Lines 1-12 Link Here
1
MD5 (xblast/xblast-2.9.22.tar.gz) = 658e91e053e9d7ff78979688325c806a
1
MD5 (xblast/xblast-2.10.4.tar.gz) = eca7620c34ab49bb62fa8ef01f73b2f3
2
SHA256 (xblast/xblast-2.9.22.tar.gz) = fc6b4ace1172a7734a72e4a64c5658654cfe1ecaee25afd7c86cc97ac3ae69ee
2
SHA256 (xblast/xblast-2.10.4.tar.gz) = 93cd7c47ff83e00655605fcbec6a031f75d170d7eb467b85bcbe6c1733bcc213
3
SIZE (xblast/xblast-2.9.22.tar.gz) = 4969378
3
SIZE (xblast/xblast-2.10.4.tar.gz) = 684965
4
MD5 (xblast/image.tar.gz) = 479c0de348c18bcfa6f3718729930400
4
MD5 (xblast/images-2005-01-06.tar.gz) = f92d0965c759695e6a18310f885c6f40
5
SHA256 (xblast/image.tar.gz) = 0b225c79dccc03ca8444df3d2e8d1336390133d178138d7243750e599f16b625
5
SHA256 (xblast/images-2005-01-06.tar.gz) = 24b627af1d4884fa39cbfb4ad2d953661aa5283f96ee678137ba554b67423542
6
SIZE (xblast/image.tar.gz) = 4643000
6
SIZE (xblast/images-2005-01-06.tar.gz) = 860830
7
MD5 (xblast/level.tar.gz) = 4c4a4a121dc2381534d5d3f7b5ca59f5
7
MD5 (xblast/levels-2005-01-06.tar.gz) = ea6277af0e97ad7eaea09370f4fe55ba
8
SHA256 (xblast/level.tar.gz) = ea007ae28aae6371d76a0c9ab6f31960eabb32121538ebfa888c5ddb7af1337e
8
SHA256 (xblast/levels-2005-01-06.tar.gz) = af145dcb40c94e07953f3a12adf2ab67411428b31a0446df3df7c91d5f26075a
9
SIZE (xblast/level.tar.gz) = 267681
9
SIZE (xblast/levels-2005-01-06.tar.gz) = 283353
10
MD5 (xblast/models-2005-01-06.tar.gz) = 887e84c9e7844823e3c8b59e63e8859b
11
SHA256 (xblast/models-2005-01-06.tar.gz) = daed0d50c0371afe187159c7692d7d26d124e80e9c3208043d83a5b6ca610f77
12
SIZE (xblast/models-2005-01-06.tar.gz) = 1738564
13
MD5 (xblast/musics-2005-01-06.tar.gz) = e721a2e448f81ca83d9a0a772251f611
14
SHA256 (xblast/musics-2005-01-06.tar.gz) = 42a45b074925755d7d2a0effb9a59e9e3874f92a7aa9e10bb90f98eeb11cbc61
15
SIZE (xblast/musics-2005-01-06.tar.gz) = 5317575
10
MD5 (xblast/sounds.tar.gz) = 809c27f1002ad4d7aa836e083f52a199
16
MD5 (xblast/sounds.tar.gz) = 809c27f1002ad4d7aa836e083f52a199
11
SHA256 (xblast/sounds.tar.gz) = 310c89592139df617e6e981ab5bf3bfca84a7778d5191334bda8eb069c924b61
17
SHA256 (xblast/sounds.tar.gz) = 310c89592139df617e6e981ab5bf3bfca84a7778d5191334bda8eb069c924b61
12
SIZE (xblast/sounds.tar.gz) = 1612625
18
SIZE (xblast/sounds.tar.gz) = 1612625
(-)games/xblast/files/patch-aa (-11 lines)
Lines 1-11 Link Here
1
--- Imakefile.orig	Wed Jul  7 12:52:58 2004
2
+++ Imakefile	Tue Dec 28 17:53:45 2004
3
@@ -72,3 +72,8 @@
4
 
5
 AllTarget(xblast)
6
 ComplexProgramTarget(xblast)
7
+
8
+SRCS2  = xbsndsrv.c
9
+OBJS2  = xbsndsrv.o
10
+
11
+NormalProgramTarget(xbsndsrv,$(OBJS2),,,)
(-)games/xblast/files/patch-ab (-36 lines)
Lines 1-36 Link Here
1
--- xbsndsrv.c.orig	Wed Jul  7 12:53:13 2004
2
+++ xbsndsrv.c	Thu Dec 30 21:45:25 2004
3
@@ -43,7 +43,7 @@
4
 #include <sys/ioctl.h>
5
 #include <sys/time.h>
6
 #ifdef __FreeBSD__
7
-#include <machine/soundcard.h>
8
+#include <sys/soundcard.h>
9
 #else
10
 #include <linux/soundcard.h>
11
 #endif
12
@@ -723,16 +723,23 @@
13
 	int n;
14
 	struct timeval tv;
15
 	fd_set rs;
16
+	fd_set es;
17
 
18
 	while(1)
19
 	  {
20
 	    tv.tv_sec = tv.tv_usec = 0;
21
 	    FD_ZERO(&rs);
22
 	    FD_SET(0, &rs);
23
+	    FD_ZERO(&es);
24
+	    FD_SET(0, &es);
25
 	    
26
-	    if (select(1, &rs, NULL, NULL, &tv) > 0 && FD_ISSET(0, &rs))
27
+	    if (select(1, &rs, NULL, &es, &tv) > 0 && FD_ISSET(0, &rs))
28
 	      {
29
 		n = read(0, command_buff, 8);
30
+		if ((n == 0) && FD_ISSET(0, &es)) {
31
+		  fprintf(stderr, "Parent was killed, bailing out ...\n");
32
+		  exit(0);
33
+		}
34
 		cmd = command_buff;
35
 		/* there are commands in the pipe */
36
 		while (n > 0)
(-)games/xblast/files/patch-ac (-17 lines)
Lines 1-17 Link Here
1
--- xblast.c.orig	Wed Jul  7 12:53:41 2004
2
+++ xblast.c	Thu Dec 30 12:42:51 2004
3
@@ -84,12 +84,12 @@
4
   XBPlayerHost   hostType;
5
   XBBool         autoCentral;
6
   XBBool   nsound;
7
+
8
   autoCentral = XBFalse;
9
   nsound = XBFalse;
10
 #ifndef WMS
11
-  int i;
12
   if(argc>1){
13
-    i=1;
14
+    int i=1;
15
     while(i<argc){
16
       if(0==strcmp("-central",argv[i])) {
17
       
(-)games/xblast/files/re-image (-1 lines)
Line 1 Link Here
1
\.(epm|pbm|ppm)$
(-)games/xblast/files/re-level (-1 lines)
Line 1 Link Here
1
\.(xal|ppm)$
(-)games/xblast/files/re-sounds (-1 lines)
Line 1 Link Here
1
\.(raw)$
(-)games/xblast/pkg-plist (-2535 / +2851 lines)
Lines 1-2535 Link Here
1
bin/xblast
1
%%DATADIR%%/image/block/EPFL_stop.ppm
2
%%WITH_SOUND%%bin/xbsndsrv
2
%%DATADIR%%/image/block/air_pump.ppm
3
share/xblast/image/block/EPFL_stop.ppm
3
%%DATADIR%%/image/block/bomb.ppm
4
share/xblast/image/block/air_pump.ppm
4
%%DATADIR%%/image/block/bomb_floor.ppm
5
share/xblast/image/block/bomb.ppm
5
%%DATADIR%%/image/block/bomb_floor_X.ppm
6
share/xblast/image/block/bomb_floor.ppm
6
%%DATADIR%%/image/block/bomb_floor_black.ppm
7
share/xblast/image/block/bomb_floor_X.ppm
7
%%DATADIR%%/image/block/bomb_floor_black_X.ppm
8
share/xblast/image/block/bomb_floor_black.ppm
8
%%DATADIR%%/image/block/book_shelf.ppm
9
share/xblast/image/block/bomb_floor_black_X.ppm
9
%%DATADIR%%/image/block/box.ppm
10
share/xblast/image/block/book_shelf.ppm
10
%%DATADIR%%/image/block/brick_O.ppm
11
share/xblast/image/block/box.ppm
11
%%DATADIR%%/image/block/bricks.ppm
12
share/xblast/image/block/brick_O.ppm
12
%%DATADIR%%/image/block/button_floor.ppm
13
share/xblast/image/block/bricks.ppm
13
%%DATADIR%%/image/block/button_floor_S.ppm
14
share/xblast/image/block/button_floor.ppm
14
%%DATADIR%%/image/block/button_floor_X.ppm
15
share/xblast/image/block/button_floor_S.ppm
15
%%DATADIR%%/image/block/check.ppm
16
share/xblast/image/block/button_floor_X.ppm
16
%%DATADIR%%/image/block/check_X.ppm
17
share/xblast/image/block/check.ppm
17
%%DATADIR%%/image/block/cheese.ppm
18
share/xblast/image/block/check_X.ppm
18
%%DATADIR%%/image/block/chess_floor.ppm
19
share/xblast/image/block/cheese.ppm
19
%%DATADIR%%/image/block/chess_floor_S.ppm
20
share/xblast/image/block/chess_floor.ppm
20
%%DATADIR%%/image/block/chess_floor_X.ppm
21
share/xblast/image/block/chess_floor_S.ppm
21
%%DATADIR%%/image/block/chess_sphere.ppm
22
share/xblast/image/block/chess_floor_X.ppm
22
%%DATADIR%%/image/block/chess_sphere_O.ppm
23
share/xblast/image/block/chess_sphere.ppm
23
%%DATADIR%%/image/block/chest.ppm
24
share/xblast/image/block/chess_sphere_O.ppm
24
%%DATADIR%%/image/block/chest_O.ppm
25
share/xblast/image/block/chest.ppm
25
%%DATADIR%%/image/block/city_free.ppm
26
share/xblast/image/block/chest_O.ppm
26
%%DATADIR%%/image/block/city_free_S.ppm
27
share/xblast/image/block/city_free.ppm
27
%%DATADIR%%/image/block/city_free_X.ppm
28
share/xblast/image/block/city_free_S.ppm
28
%%DATADIR%%/image/block/city_rip.ppm
29
share/xblast/image/block/city_free_X.ppm
29
%%DATADIR%%/image/block/city_rip_R.ppm
30
share/xblast/image/block/city_rip.ppm
30
%%DATADIR%%/image/block/cloak.ppm
31
share/xblast/image/block/city_rip_R.ppm
31
%%DATADIR%%/image/block/construction.ppm
32
share/xblast/image/block/cloak.ppm
32
%%DATADIR%%/image/block/control_alpha.ppm
33
share/xblast/image/block/construction.ppm
33
%%DATADIR%%/image/block/control_num.ppm
34
share/xblast/image/block/control_alpha.ppm
34
%%DATADIR%%/image/block/d_world.ppm
35
share/xblast/image/block/control_num.ppm
35
%%DATADIR%%/image/block/d_world_extra.ppm
36
share/xblast/image/block/d_world.ppm
36
%%DATADIR%%/image/block/daleif.ppm
37
share/xblast/image/block/d_world_extra.ppm
37
%%DATADIR%%/image/block/dark_block.ppm
38
share/xblast/image/block/daleif.ppm
38
%%DATADIR%%/image/block/dark_block_R.ppm
39
share/xblast/image/block/dark_block.ppm
39
%%DATADIR%%/image/block/dark_block_X.ppm
40
share/xblast/image/block/dark_block_R.ppm
40
%%DATADIR%%/image/block/dark_house.ppm
41
share/xblast/image/block/dark_block_X.ppm
41
%%DATADIR%%/image/block/dark_house_R.ppm
42
share/xblast/image/block/dark_house.ppm
42
%%DATADIR%%/image/block/dark_way.ppm
43
share/xblast/image/block/dark_house_R.ppm
43
%%DATADIR%%/image/block/dark_way_S.ppm
44
share/xblast/image/block/dark_way.ppm
44
%%DATADIR%%/image/block/dark_way_X.ppm
45
share/xblast/image/block/dark_way_S.ppm
45
%%DATADIR%%/image/block/display.ppm
46
share/xblast/image/block/dark_way_X.ppm
46
%%DATADIR%%/image/block/doom.ppm
47
share/xblast/image/block/display.ppm
47
%%DATADIR%%/image/block/double_bomb.ppm
48
share/xblast/image/block/doom.ppm
48
%%DATADIR%%/image/block/downarrow.ppm
49
share/xblast/image/block/double_bomb.ppm
49
%%DATADIR%%/image/block/electrify.ppm
50
share/xblast/image/block/downarrow.ppm
50
%%DATADIR%%/image/block/evilgrail.ppm
51
share/xblast/image/block/electrify.ppm
51
%%DATADIR%%/image/block/expl0f.ppm
52
share/xblast/image/block/evilgrail.ppm
52
%%DATADIR%%/image/block/extra.ppm
53
share/xblast/image/block/expl0f.ppm
53
%%DATADIR%%/image/block/extra_O.ppm
54
share/xblast/image/block/extra.ppm
54
%%DATADIR%%/image/block/extraelectrify.ppm
55
share/xblast/image/block/extra_O.ppm
55
%%DATADIR%%/image/block/extraghost.ppm
56
share/xblast/image/block/extraelectrify.ppm
56
%%DATADIR%%/image/block/extrathrough.ppm
57
share/xblast/image/block/extraghost.ppm
57
%%DATADIR%%/image/block/fart.ppm
58
share/xblast/image/block/extrathrough.ppm
58
%%DATADIR%%/image/block/firecracker.ppm
59
share/xblast/image/block/fart.ppm
59
%%DATADIR%%/image/block/flowers.ppm
60
share/xblast/image/block/firecracker.ppm
60
%%DATADIR%%/image/block/frogger.ppm
61
share/xblast/image/block/flowers.ppm
61
%%DATADIR%%/image/block/ghost.ppm
62
share/xblast/image/block/frogger.ppm
62
%%DATADIR%%/image/block/ghost_X.ppm
63
share/xblast/image/block/ghost.ppm
63
%%DATADIR%%/image/block/ghost_ci.ppm
64
share/xblast/image/block/ghost_X.ppm
64
%%DATADIR%%/image/block/ghost_ci_R.ppm
65
share/xblast/image/block/ghost_ci.ppm
65
%%DATADIR%%/image/block/ghost_sq.ppm
66
share/xblast/image/block/ghost_ci_R.ppm
66
%%DATADIR%%/image/block/ghost_sq_R.ppm
67
share/xblast/image/block/ghost_sq.ppm
67
%%DATADIR%%/image/block/hex.ppm
68
share/xblast/image/block/ghost_sq_R.ppm
68
%%DATADIR%%/image/block/hex_X.ppm
69
share/xblast/image/block/hex.ppm
69
%%DATADIR%%/image/block/hex_extra.ppm
70
share/xblast/image/block/hex_X.ppm
70
%%DATADIR%%/image/block/hex_extra_O.ppm
71
share/xblast/image/block/hex_extra.ppm
71
%%DATADIR%%/image/block/hex_wall.ppm
72
share/xblast/image/block/hex_extra_O.ppm
72
%%DATADIR%%/image/block/hole_floor.ppm
73
share/xblast/image/block/hex_wall.ppm
73
%%DATADIR%%/image/block/hole_floor_X.ppm
74
share/xblast/image/block/hole_floor.ppm
74
%%DATADIR%%/image/block/holygrail.ppm
75
share/xblast/image/block/hole_floor_X.ppm
75
%%DATADIR%%/image/block/ignite.ppm
76
share/xblast/image/block/holygrail.ppm
76
%%DATADIR%%/image/block/invincible.ppm
77
share/xblast/image/block/ignite.ppm
77
%%DATADIR%%/image/block/iron_floor.ppm
78
share/xblast/image/block/invincible.ppm
78
%%DATADIR%%/image/block/iron_floor_S.ppm
79
share/xblast/image/block/iron_floor.ppm
79
%%DATADIR%%/image/block/iron_floor_X.ppm
80
share/xblast/image/block/iron_floor_S.ppm
80
%%DATADIR%%/image/block/jizz.ppm
81
share/xblast/image/block/iron_floor_X.ppm
81
%%DATADIR%%/image/block/jizz_extra.ppm
82
share/xblast/image/block/jizz.ppm
82
%%DATADIR%%/image/block/jizz_extra_O.ppm
83
share/xblast/image/block/jizz_extra.ppm
83
%%DATADIR%%/image/block/jump.ppm
84
share/xblast/image/block/jizz_extra_O.ppm
84
%%DATADIR%%/image/block/karo_dark.ppm
85
share/xblast/image/block/jump.ppm
85
%%DATADIR%%/image/block/karo_dark_S.ppm
86
share/xblast/image/block/karo_dark.ppm
86
%%DATADIR%%/image/block/karo_dark_X.ppm
87
share/xblast/image/block/karo_dark_S.ppm
87
%%DATADIR%%/image/block/karo_light.ppm
88
share/xblast/image/block/karo_dark_X.ppm
88
%%DATADIR%%/image/block/karo_light_S.ppm
89
share/xblast/image/block/karo_light.ppm
89
%%DATADIR%%/image/block/karo_light_X.ppm
90
share/xblast/image/block/karo_light_S.ppm
90
%%DATADIR%%/image/block/kick_bomb.ppm
91
share/xblast/image/block/karo_light_X.ppm
91
%%DATADIR%%/image/block/lego_black.ppm
92
share/xblast/image/block/kick_bomb.ppm
92
%%DATADIR%%/image/block/lego_black_O.ppm
93
share/xblast/image/block/lego_black.ppm
93
%%DATADIR%%/image/block/lego_floor.ppm
94
share/xblast/image/block/lego_black_O.ppm
94
%%DATADIR%%/image/block/lego_floor_S.ppm
95
share/xblast/image/block/lego_floor.ppm
95
%%DATADIR%%/image/block/lego_floor_X.ppm
96
share/xblast/image/block/lego_floor_S.ppm
96
%%DATADIR%%/image/block/lego_white.ppm
97
share/xblast/image/block/lego_floor_X.ppm
97
%%DATADIR%%/image/block/life.ppm
98
share/xblast/image/block/lego_white.ppm
98
%%DATADIR%%/image/block/light_house.ppm
99
share/xblast/image/block/life.ppm
99
%%DATADIR%%/image/block/light_house_O.ppm
100
share/xblast/image/block/light_house.ppm
100
%%DATADIR%%/image/block/mayhem.ppm
101
share/xblast/image/block/light_house_O.ppm
101
%%DATADIR%%/image/block/menu_bottom.ppm
102
share/xblast/image/block/mayhem.ppm
102
%%DATADIR%%/image/block/menu_center.ppm
103
share/xblast/image/block/menu_bottom.ppm
103
%%DATADIR%%/image/block/menu_join.ppm
104
share/xblast/image/block/menu_center.ppm
104
%%DATADIR%%/image/block/menu_left.ppm
105
share/xblast/image/block/menu_join.ppm
105
%%DATADIR%%/image/block/menu_left_down.ppm
106
share/xblast/image/block/menu_left.ppm
106
%%DATADIR%%/image/block/menu_left_up.ppm
107
share/xblast/image/block/menu_left_down.ppm
107
%%DATADIR%%/image/block/menu_list_center.ppm
108
share/xblast/image/block/menu_left_up.ppm
108
%%DATADIR%%/image/block/menu_list_join.ppm
109
share/xblast/image/block/menu_list_center.ppm
109
%%DATADIR%%/image/block/menu_list_left.ppm
110
share/xblast/image/block/menu_list_join.ppm
110
%%DATADIR%%/image/block/menu_list_right.ppm
111
share/xblast/image/block/menu_list_left.ppm
111
%%DATADIR%%/image/block/menu_podest.ppm
112
share/xblast/image/block/menu_list_right.ppm
112
%%DATADIR%%/image/block/menu_right.ppm
113
share/xblast/image/block/menu_podest.ppm
113
%%DATADIR%%/image/block/menu_right_down.ppm
114
share/xblast/image/block/menu_right.ppm
114
%%DATADIR%%/image/block/menu_right_up.ppm
115
share/xblast/image/block/menu_right_down.ppm
115
%%DATADIR%%/image/block/menu_top.ppm
116
share/xblast/image/block/menu_right_up.ppm
116
%%DATADIR%%/image/block/menu_vertical.ppm
117
share/xblast/image/block/menu_top.ppm
117
%%DATADIR%%/image/block/mines.ppm
118
share/xblast/image/block/menu_vertical.ppm
118
%%DATADIR%%/image/block/mines_b.ppm
119
share/xblast/image/block/mines.ppm
119
%%DATADIR%%/image/block/morph.ppm
120
share/xblast/image/block/mines_b.ppm
120
%%DATADIR%%/image/block/mr_beam_bear.ppm
121
share/xblast/image/block/morph.ppm
121
%%DATADIR%%/image/block/mr_beam_bear_O.ppm
122
share/xblast/image/block/mr_beam_bear.ppm
122
%%DATADIR%%/image/block/mr_beam_free.ppm
123
share/xblast/image/block/mr_beam_bear_O.ppm
123
%%DATADIR%%/image/block/mr_beam_free_X.ppm
124
share/xblast/image/block/mr_beam_free.ppm
124
%%DATADIR%%/image/block/mr_beam_tv.ppm
125
share/xblast/image/block/mr_beam_free_X.ppm
125
%%DATADIR%%/image/block/multiple.ppm
126
share/xblast/image/block/mr_beam_tv.ppm
126
%%DATADIR%%/image/block/napalm.ppm
127
share/xblast/image/block/multiple.ppm
127
%%DATADIR%%/image/block/nin_1.ppm
128
share/xblast/image/block/napalm.ppm
128
%%DATADIR%%/image/block/nin_2.ppm
129
share/xblast/image/block/nin_1.ppm
129
%%DATADIR%%/image/block/peace.ppm
130
share/xblast/image/block/nin_2.ppm
130
%%DATADIR%%/image/block/phantom.ppm
131
share/xblast/image/block/peace.ppm
131
%%DATADIR%%/image/block/phoenix.ppm
132
share/xblast/image/block/phantom.ppm
132
%%DATADIR%%/image/block/poison.ppm
133
share/xblast/image/block/phoenix.ppm
133
%%DATADIR%%/image/block/pow.ppm
134
share/xblast/image/block/poison.ppm
134
%%DATADIR%%/image/block/pumpkin.ppm
135
share/xblast/image/block/pow.ppm
135
%%DATADIR%%/image/block/pumpkin_O.ppm
136
share/xblast/image/block/pumpkin.ppm
136
%%DATADIR%%/image/block/pyramid.ppm
137
share/xblast/image/block/pumpkin_O.ppm
137
%%DATADIR%%/image/block/pyramid_R.ppm
138
share/xblast/image/block/pyramid.ppm
138
%%DATADIR%%/image/block/q3a_beam.ppm
139
share/xblast/image/block/pyramid_R.ppm
139
%%DATADIR%%/image/block/r_i_p.ppm
140
share/xblast/image/block/q3a_beam.ppm
140
%%DATADIR%%/image/block/r_i_p_R.ppm
141
share/xblast/image/block/r_i_p.ppm
141
%%DATADIR%%/image/block/radio_active.ppm
142
share/xblast/image/block/r_i_p_R.ppm
142
%%DATADIR%%/image/block/range.ppm
143
share/xblast/image/block/radio_active.ppm
143
%%DATADIR%%/image/block/remote_control.ppm
144
share/xblast/image/block/range.ppm
144
%%DATADIR%%/image/block/rock_floor.ppm
145
share/xblast/image/block/remote_control.ppm
145
%%DATADIR%%/image/block/rock_floor_S.ppm
146
share/xblast/image/block/rock_floor.ppm
146
%%DATADIR%%/image/block/rock_floor_X.ppm
147
share/xblast/image/block/rock_floor_S.ppm
147
%%DATADIR%%/image/block/score_drop.ppm
148
share/xblast/image/block/rock_floor_X.ppm
148
%%DATADIR%%/image/block/score_floor.ppm
149
share/xblast/image/block/score_drop.ppm
149
%%DATADIR%%/image/block/score_left_down.ppm
150
share/xblast/image/block/score_floor.ppm
150
%%DATADIR%%/image/block/score_left_up.ppm
151
share/xblast/image/block/score_left_down.ppm
151
%%DATADIR%%/image/block/score_mid_down.ppm
152
share/xblast/image/block/score_left_up.ppm
152
%%DATADIR%%/image/block/score_mid_up.ppm
153
share/xblast/image/block/score_mid_down.ppm
153
%%DATADIR%%/image/block/score_pipe_begin.ppm
154
share/xblast/image/block/score_mid_up.ppm
154
%%DATADIR%%/image/block/score_pipe_end.ppm
155
share/xblast/image/block/score_pipe_begin.ppm
155
%%DATADIR%%/image/block/score_pipe_floor.ppm
156
share/xblast/image/block/score_pipe_end.ppm
156
%%DATADIR%%/image/block/score_pipe_mid.ppm
157
share/xblast/image/block/score_pipe_floor.ppm
157
%%DATADIR%%/image/block/score_right_down.ppm
158
share/xblast/image/block/score_pipe_mid.ppm
158
%%DATADIR%%/image/block/score_right_up.ppm
159
share/xblast/image/block/score_right_down.ppm
159
%%DATADIR%%/image/block/score_step.ppm
160
share/xblast/image/block/score_right_up.ppm
160
%%DATADIR%%/image/block/search.ppm
161
share/xblast/image/block/score_step.ppm
161
%%DATADIR%%/image/block/slow.ppm
162
share/xblast/image/block/search.ppm
162
%%DATADIR%%/image/block/smiley.ppm
163
share/xblast/image/block/slow.ppm
163
%%DATADIR%%/image/block/smiley_O.ppm
164
share/xblast/image/block/smiley.ppm
164
%%DATADIR%%/image/block/snipe.ppm
165
share/xblast/image/block/smiley_O.ppm
165
%%DATADIR%%/image/block/speed.ppm
166
share/xblast/image/block/snipe.ppm
166
%%DATADIR%%/image/block/sphere_dark.ppm
167
share/xblast/image/block/speed.ppm
167
%%DATADIR%%/image/block/sphere_half.ppm
168
share/xblast/image/block/sphere_dark.ppm
168
%%DATADIR%%/image/block/sphere_half_S.ppm
169
share/xblast/image/block/sphere_half.ppm
169
%%DATADIR%%/image/block/sphere_half_X.ppm
170
share/xblast/image/block/sphere_half_S.ppm
170
%%DATADIR%%/image/block/sphere_light.ppm
171
share/xblast/image/block/sphere_half_X.ppm
171
%%DATADIR%%/image/block/sphere_light_O.ppm
172
share/xblast/image/block/sphere_light.ppm
172
%%DATADIR%%/image/block/stars.ppm
173
share/xblast/image/block/sphere_light_O.ppm
173
%%DATADIR%%/image/block/steal.ppm
174
share/xblast/image/block/stars.ppm
174
%%DATADIR%%/image/block/swapcolor.ppm
175
share/xblast/image/block/steal.ppm
175
%%DATADIR%%/image/block/swapposition.ppm
176
share/xblast/image/block/swapcolor.ppm
176
%%DATADIR%%/image/block/swastika.ppm
177
share/xblast/image/block/swapposition.ppm
177
%%DATADIR%%/image/block/swastika_O.ppm
178
share/xblast/image/block/swastika.ppm
178
%%DATADIR%%/image/block/syringe.ppm
179
share/xblast/image/block/swastika_O.ppm
179
%%DATADIR%%/image/block/temple.ppm
180
share/xblast/image/block/syringe.ppm
180
%%DATADIR%%/image/block/three_bomb.ppm
181
share/xblast/image/block/temple.ppm
181
%%DATADIR%%/image/block/trap.ppm
182
share/xblast/image/block/three_bomb.ppm
182
%%DATADIR%%/image/block/triangle_bomb.ppm
183
share/xblast/image/block/trap.ppm
183
%%DATADIR%%/image/block/unknown-file.pbm
184
share/xblast/image/block/triangle_bomb.ppm
184
%%DATADIR%%/image/block/unknown-file.ppm
185
share/xblast/image/block/unknown-file.pbm
185
%%DATADIR%%/image/block/uparrow.ppm
186
share/xblast/image/block/unknown-file.ppm
186
%%DATADIR%%/image/block/wall.ppm
187
share/xblast/image/block/uparrow.ppm
187
%%DATADIR%%/image/block/wall_R.ppm
188
share/xblast/image/block/wall.ppm
188
%%DATADIR%%/image/block/weight.ppm
189
share/xblast/image/block/wall_R.ppm
189
%%DATADIR%%/image/block/weight_R.ppm
190
share/xblast/image/block/weight.ppm
190
%%DATADIR%%/image/block/win_95_logo.ppm
191
share/xblast/image/block/weight_R.ppm
191
%%DATADIR%%/image/block/x_files.ppm
192
share/xblast/image/block/win_95_logo.ppm
192
%%DATADIR%%/image/block/x_files_R.ppm
193
share/xblast/image/block/x_files.ppm
193
%%DATADIR%%/image/block/xmas_b.ppm
194
share/xblast/image/block/x_files_R.ppm
194
%%DATADIR%%/image/block/xmas_r.ppm
195
share/xblast/image/block/zoso_extra.ppm
195
%%DATADIR%%/image/block/xmas_s.ppm
196
share/xblast/image/block/zoso_extra_O.ppm
196
%%DATADIR%%/image/block/xmas_t.ppm
197
share/xblast/image/explosion/bomb_0.pbm
197
%%DATADIR%%/image/block/zoso_extra.ppm
198
share/xblast/image/explosion/bomb_0.ppm
198
%%DATADIR%%/image/block/zoso_extra_O.ppm
199
share/xblast/image/explosion/bomb_1.pbm
199
%%DATADIR%%/image/explosion/bomb_0.pbm
200
share/xblast/image/explosion/bomb_1.ppm
200
%%DATADIR%%/image/explosion/bomb_0.ppm
201
share/xblast/image/explosion/bomb_10.pbm
201
%%DATADIR%%/image/explosion/bomb_1.pbm
202
share/xblast/image/explosion/bomb_10.ppm
202
%%DATADIR%%/image/explosion/bomb_1.ppm
203
share/xblast/image/explosion/bomb_11.pbm
203
%%DATADIR%%/image/explosion/bomb_10.pbm
204
share/xblast/image/explosion/bomb_11.ppm
204
%%DATADIR%%/image/explosion/bomb_10.ppm
205
share/xblast/image/explosion/bomb_12.pbm
205
%%DATADIR%%/image/explosion/bomb_11.pbm
206
share/xblast/image/explosion/bomb_12.ppm
206
%%DATADIR%%/image/explosion/bomb_11.ppm
207
share/xblast/image/explosion/bomb_13.pbm
207
%%DATADIR%%/image/explosion/bomb_12.pbm
208
share/xblast/image/explosion/bomb_13.ppm
208
%%DATADIR%%/image/explosion/bomb_12.ppm
209
share/xblast/image/explosion/bomb_14.pbm
209
%%DATADIR%%/image/explosion/bomb_13.pbm
210
share/xblast/image/explosion/bomb_14.ppm
210
%%DATADIR%%/image/explosion/bomb_13.ppm
211
share/xblast/image/explosion/bomb_15.pbm
211
%%DATADIR%%/image/explosion/bomb_14.pbm
212
share/xblast/image/explosion/bomb_15.ppm
212
%%DATADIR%%/image/explosion/bomb_14.ppm
213
share/xblast/image/explosion/bomb_2.pbm
213
%%DATADIR%%/image/explosion/bomb_15.pbm
214
share/xblast/image/explosion/bomb_2.ppm
214
%%DATADIR%%/image/explosion/bomb_15.ppm
215
share/xblast/image/explosion/bomb_3.pbm
215
%%DATADIR%%/image/explosion/bomb_2.pbm
216
share/xblast/image/explosion/bomb_3.ppm
216
%%DATADIR%%/image/explosion/bomb_2.ppm
217
share/xblast/image/explosion/bomb_4.pbm
217
%%DATADIR%%/image/explosion/bomb_3.pbm
218
share/xblast/image/explosion/bomb_4.ppm
218
%%DATADIR%%/image/explosion/bomb_3.ppm
219
share/xblast/image/explosion/bomb_5.pbm
219
%%DATADIR%%/image/explosion/bomb_4.pbm
220
share/xblast/image/explosion/bomb_5.ppm
220
%%DATADIR%%/image/explosion/bomb_4.ppm
221
share/xblast/image/explosion/bomb_6.pbm
221
%%DATADIR%%/image/explosion/bomb_5.pbm
222
share/xblast/image/explosion/bomb_6.ppm
222
%%DATADIR%%/image/explosion/bomb_5.ppm
223
share/xblast/image/explosion/bomb_7.pbm
223
%%DATADIR%%/image/explosion/bomb_6.pbm
224
share/xblast/image/explosion/bomb_7.ppm
224
%%DATADIR%%/image/explosion/bomb_6.ppm
225
share/xblast/image/explosion/bomb_8.pbm
225
%%DATADIR%%/image/explosion/bomb_7.pbm
226
share/xblast/image/explosion/bomb_8.ppm
226
%%DATADIR%%/image/explosion/bomb_7.ppm
227
share/xblast/image/explosion/bomb_9.pbm
227
%%DATADIR%%/image/explosion/bomb_8.pbm
228
share/xblast/image/explosion/bomb_9.ppm
228
%%DATADIR%%/image/explosion/bomb_8.ppm
229
share/xblast/image/explosion/bomb_x.pbm
229
%%DATADIR%%/image/explosion/bomb_9.pbm
230
share/xblast/image/explosion/bomb_x.ppm
230
%%DATADIR%%/image/explosion/bomb_9.ppm
231
share/xblast/image/explosion/expl.pbm
231
%%DATADIR%%/image/explosion/bomb_x.pbm
232
share/xblast/image/explosion/expl.ppm
232
%%DATADIR%%/image/explosion/bomb_x.ppm
233
share/xblast/image/explosion/expl00.pbm
233
%%DATADIR%%/image/explosion/expl.pbm
234
share/xblast/image/explosion/expl00.ppm
234
%%DATADIR%%/image/explosion/expl.pos
235
share/xblast/image/explosion/expl00_mask.pbm
235
%%DATADIR%%/image/explosion/expl.ppm
236
share/xblast/image/explosion/expl01.pbm
236
%%DATADIR%%/image/explosion/expl00.pbm
237
share/xblast/image/explosion/expl01.ppm
237
%%DATADIR%%/image/explosion/expl00.ppm
238
share/xblast/image/explosion/expl01_mask.pbm
238
%%DATADIR%%/image/explosion/expl00_mask.pbm
239
share/xblast/image/explosion/expl02.pbm
239
%%DATADIR%%/image/explosion/expl01.pbm
240
share/xblast/image/explosion/expl02.ppm
240
%%DATADIR%%/image/explosion/expl01.ppm
241
share/xblast/image/explosion/expl02_mask.pbm
241
%%DATADIR%%/image/explosion/expl01_mask.pbm
242
share/xblast/image/explosion/expl03.pbm
242
%%DATADIR%%/image/explosion/expl02.pbm
243
share/xblast/image/explosion/expl03.ppm
243
%%DATADIR%%/image/explosion/expl02.ppm
244
share/xblast/image/explosion/expl03_mask.pbm
244
%%DATADIR%%/image/explosion/expl02_mask.pbm
245
share/xblast/image/explosion/expl04.pbm
245
%%DATADIR%%/image/explosion/expl03.pbm
246
share/xblast/image/explosion/expl04.ppm
246
%%DATADIR%%/image/explosion/expl03.ppm
247
share/xblast/image/explosion/expl04_mask.pbm
247
%%DATADIR%%/image/explosion/expl03_mask.pbm
248
share/xblast/image/explosion/expl05.pbm
248
%%DATADIR%%/image/explosion/expl04.pbm
249
share/xblast/image/explosion/expl05.ppm
249
%%DATADIR%%/image/explosion/expl04.ppm
250
share/xblast/image/explosion/expl05_mask.pbm
250
%%DATADIR%%/image/explosion/expl04_mask.pbm
251
share/xblast/image/explosion/expl06.pbm
251
%%DATADIR%%/image/explosion/expl05.pbm
252
share/xblast/image/explosion/expl06.ppm
252
%%DATADIR%%/image/explosion/expl05.ppm
253
share/xblast/image/explosion/expl06_mask.pbm
253
%%DATADIR%%/image/explosion/expl05_mask.pbm
254
share/xblast/image/explosion/expl07.pbm
254
%%DATADIR%%/image/explosion/expl06.pbm
255
share/xblast/image/explosion/expl07.ppm
255
%%DATADIR%%/image/explosion/expl06.ppm
256
share/xblast/image/explosion/expl07_mask.pbm
256
%%DATADIR%%/image/explosion/expl06_mask.pbm
257
share/xblast/image/explosion/expl08.pbm
257
%%DATADIR%%/image/explosion/expl07.pbm
258
share/xblast/image/explosion/expl08.ppm
258
%%DATADIR%%/image/explosion/expl07.ppm
259
share/xblast/image/explosion/expl08_mask.pbm
259
%%DATADIR%%/image/explosion/expl07_mask.pbm
260
share/xblast/image/explosion/expl09.pbm
260
%%DATADIR%%/image/explosion/expl08.pbm
261
share/xblast/image/explosion/expl09.ppm
261
%%DATADIR%%/image/explosion/expl08.ppm
262
share/xblast/image/explosion/expl09_mask.pbm
262
%%DATADIR%%/image/explosion/expl08_mask.pbm
263
share/xblast/image/explosion/expl0a.pbm
263
%%DATADIR%%/image/explosion/expl09.pbm
264
share/xblast/image/explosion/expl0a.ppm
264
%%DATADIR%%/image/explosion/expl09.ppm
265
share/xblast/image/explosion/expl0a_mask.pbm
265
%%DATADIR%%/image/explosion/expl09_mask.pbm
266
share/xblast/image/explosion/expl0b.pbm
266
%%DATADIR%%/image/explosion/expl0a.pbm
267
share/xblast/image/explosion/expl0b.ppm
267
%%DATADIR%%/image/explosion/expl0a.ppm
268
share/xblast/image/explosion/expl0b_mask.pbm
268
%%DATADIR%%/image/explosion/expl0a_mask.pbm
269
share/xblast/image/explosion/expl0c.pbm
269
%%DATADIR%%/image/explosion/expl0b.pbm
270
share/xblast/image/explosion/expl0c.ppm
270
%%DATADIR%%/image/explosion/expl0b.ppm
271
share/xblast/image/explosion/expl0c_mask.pbm
271
%%DATADIR%%/image/explosion/expl0b_mask.pbm
272
share/xblast/image/explosion/expl0d.pbm
272
%%DATADIR%%/image/explosion/expl0c.pbm
273
share/xblast/image/explosion/expl0d.ppm
273
%%DATADIR%%/image/explosion/expl0c.ppm
274
share/xblast/image/explosion/expl0d_mask.pbm
274
%%DATADIR%%/image/explosion/expl0c_mask.pbm
275
share/xblast/image/explosion/expl0e.pbm
275
%%DATADIR%%/image/explosion/expl0d.pbm
276
share/xblast/image/explosion/expl0e.ppm
276
%%DATADIR%%/image/explosion/expl0d.ppm
277
share/xblast/image/explosion/expl0e_mask.pbm
277
%%DATADIR%%/image/explosion/expl0d_mask.pbm
278
share/xblast/image/explosion/expl0f.pbm
278
%%DATADIR%%/image/explosion/expl0e.pbm
279
share/xblast/image/explosion/expl0f.ppm
279
%%DATADIR%%/image/explosion/expl0e.ppm
280
share/xblast/image/explosion/expl0f_mask.pbm
280
%%DATADIR%%/image/explosion/expl0e_mask.pbm
281
share/xblast/image/explosion/expl10.pbm
281
%%DATADIR%%/image/explosion/expl0f.pbm
282
share/xblast/image/explosion/expl10.ppm
282
%%DATADIR%%/image/explosion/expl0f.ppm
283
share/xblast/image/explosion/mini_0.pbm
283
%%DATADIR%%/image/explosion/expl0f_mask.pbm
284
share/xblast/image/explosion/mini_0.ppm
284
%%DATADIR%%/image/explosion/expl10.pbm
285
share/xblast/image/explosion/mini_1.pbm
285
%%DATADIR%%/image/explosion/expl10.ppm
286
share/xblast/image/explosion/mini_1.ppm
286
%%DATADIR%%/image/explosion/mini_0.pbm
287
share/xblast/image/explosion/mini_10.pbm
287
%%DATADIR%%/image/explosion/mini_0.ppm
288
share/xblast/image/explosion/mini_10.ppm
288
%%DATADIR%%/image/explosion/mini_1.pbm
289
share/xblast/image/explosion/mini_11.pbm
289
%%DATADIR%%/image/explosion/mini_1.ppm
290
share/xblast/image/explosion/mini_11.ppm
290
%%DATADIR%%/image/explosion/mini_10.pbm
291
share/xblast/image/explosion/mini_12.pbm
291
%%DATADIR%%/image/explosion/mini_10.ppm
292
share/xblast/image/explosion/mini_12.ppm
292
%%DATADIR%%/image/explosion/mini_11.pbm
293
share/xblast/image/explosion/mini_13.pbm
293
%%DATADIR%%/image/explosion/mini_11.ppm
294
share/xblast/image/explosion/mini_13.ppm
294
%%DATADIR%%/image/explosion/mini_12.pbm
295
share/xblast/image/explosion/mini_14.pbm
295
%%DATADIR%%/image/explosion/mini_12.ppm
296
share/xblast/image/explosion/mini_14.ppm
296
%%DATADIR%%/image/explosion/mini_13.pbm
297
share/xblast/image/explosion/mini_15.pbm
297
%%DATADIR%%/image/explosion/mini_13.ppm
298
share/xblast/image/explosion/mini_15.ppm
298
%%DATADIR%%/image/explosion/mini_14.pbm
299
share/xblast/image/explosion/mini_2.pbm
299
%%DATADIR%%/image/explosion/mini_14.ppm
300
share/xblast/image/explosion/mini_2.ppm
300
%%DATADIR%%/image/explosion/mini_15.pbm
301
share/xblast/image/explosion/mini_3.pbm
301
%%DATADIR%%/image/explosion/mini_15.ppm
302
share/xblast/image/explosion/mini_3.ppm
302
%%DATADIR%%/image/explosion/mini_2.pbm
303
share/xblast/image/explosion/mini_4.pbm
303
%%DATADIR%%/image/explosion/mini_2.ppm
304
share/xblast/image/explosion/mini_4.ppm
304
%%DATADIR%%/image/explosion/mini_3.pbm
305
share/xblast/image/explosion/mini_5.pbm
305
%%DATADIR%%/image/explosion/mini_3.ppm
306
share/xblast/image/explosion/mini_5.ppm
306
%%DATADIR%%/image/explosion/mini_4.pbm
307
share/xblast/image/explosion/mini_6.pbm
307
%%DATADIR%%/image/explosion/mini_4.ppm
308
share/xblast/image/explosion/mini_6.ppm
308
%%DATADIR%%/image/explosion/mini_5.pbm
309
share/xblast/image/explosion/mini_7.pbm
309
%%DATADIR%%/image/explosion/mini_5.ppm
310
share/xblast/image/explosion/mini_7.ppm
310
%%DATADIR%%/image/explosion/mini_6.pbm
311
share/xblast/image/explosion/mini_8.pbm
311
%%DATADIR%%/image/explosion/mini_6.ppm
312
share/xblast/image/explosion/mini_8.ppm
312
%%DATADIR%%/image/explosion/mini_7.pbm
313
share/xblast/image/explosion/mini_9.pbm
313
%%DATADIR%%/image/explosion/mini_7.ppm
314
share/xblast/image/explosion/mini_9.ppm
314
%%DATADIR%%/image/explosion/mini_8.pbm
315
share/xblast/image/explosion/mini_x.pbm
315
%%DATADIR%%/image/explosion/mini_8.ppm
316
share/xblast/image/explosion/mini_x.ppm
316
%%DATADIR%%/image/explosion/mini_9.pbm
317
share/xblast/image/misc/color.ppm
317
%%DATADIR%%/image/explosion/mini_9.ppm
318
share/xblast/image/misc/icon_abort.pbm
318
%%DATADIR%%/image/explosion/mini_x.pbm
319
share/xblast/image/misc/icon_abort.ppm
319
%%DATADIR%%/image/explosion/mini_x.ppm
320
share/xblast/image/misc/icon_color.pbm
320
%%DATADIR%%/image/misc/color.ppm
321
share/xblast/image/misc/icon_color.ppm
321
%%DATADIR%%/image/misc/icon_abort.pbm
322
share/xblast/image/misc/icon_default.pbm
322
%%DATADIR%%/image/misc/icon_abort.ppm
323
share/xblast/image/misc/icon_default.ppm
323
%%DATADIR%%/image/misc/icon_color.pbm
324
share/xblast/image/misc/icon_led_off.pbm
324
%%DATADIR%%/image/misc/icon_color.ppm
325
share/xblast/image/misc/icon_led_off.ppm
325
%%DATADIR%%/image/misc/icon_default.pbm
326
share/xblast/image/misc/icon_led_on.pbm
326
%%DATADIR%%/image/misc/icon_default.ppm
327
share/xblast/image/misc/icon_led_on.ppm
327
%%DATADIR%%/image/misc/icon_led_off.pbm
328
share/xblast/image/misc/text_bg.ppm
328
%%DATADIR%%/image/misc/icon_led_off.ppm
329
share/xblast/image/misc/text_fg.ppm
329
%%DATADIR%%/image/misc/icon_led_on.pbm
330
share/xblast/image/misc/title.ppm
330
%%DATADIR%%/image/misc/icon_led_on.ppm
331
share/xblast/image/score/led_off.ppm
331
%%DATADIR%%/image/misc/text_bg.ppm
332
share/xblast/image/score/led_on.ppm
332
%%DATADIR%%/image/misc/text_fg.ppm
333
share/xblast/image/score/player.epm
333
%%DATADIR%%/image/misc/title.ppm
334
share/xblast/image/score/player_abort.epm
334
%%DATADIR%%/image/score/led_off.ppm
335
share/xblast/image/score/player_dead.epm
335
%%DATADIR%%/image/score/led_on.ppm
336
share/xblast/image/score/player_sick.epm
336
%%DATADIR%%/image/score/player.epm
337
share/xblast/image/score/player_sick_abort.epm
337
%%DATADIR%%/image/score/player_abort.epm
338
share/xblast/image/score/text_left.ppm
338
%%DATADIR%%/image/score/player_dead.epm
339
share/xblast/image/score/text_middle.ppm
339
%%DATADIR%%/image/score/player_sick.epm
340
share/xblast/image/score/text_right.ppm
340
%%DATADIR%%/image/score/player_sick_abort.epm
341
share/xblast/image/score/tile_void.ppm
341
%%DATADIR%%/image/score/text_left.ppm
342
share/xblast/image/sprite/cowboy_B.epm
342
%%DATADIR%%/image/score/text_middle.ppm
343
share/xblast/image/sprite/cowboy_B.pbm
343
%%DATADIR%%/image/score/text_right.ppm
344
share/xblast/image/sprite/cowboy_DD.epm
344
%%DATADIR%%/image/score/tile_void.ppm
345
share/xblast/image/sprite/cowboy_DD.pbm
345
%%DATADIR%%/image/sprite/cowboy_B.epm
346
share/xblast/image/sprite/cowboy_DL.epm
346
%%DATADIR%%/image/sprite/cowboy_B.pbm
347
share/xblast/image/sprite/cowboy_DL.pbm
347
%%DATADIR%%/image/sprite/cowboy_DD.epm
348
share/xblast/image/sprite/cowboy_DR.epm
348
%%DATADIR%%/image/sprite/cowboy_DD.pbm
349
share/xblast/image/sprite/cowboy_DR.pbm
349
%%DATADIR%%/image/sprite/cowboy_DL.epm
350
share/xblast/image/sprite/cowboy_DU.epm
350
%%DATADIR%%/image/sprite/cowboy_DL.pbm
351
share/xblast/image/sprite/cowboy_DU.pbm
351
%%DATADIR%%/image/sprite/cowboy_DR.epm
352
share/xblast/image/sprite/cowboy_D_0.epm
352
%%DATADIR%%/image/sprite/cowboy_DR.pbm
353
share/xblast/image/sprite/cowboy_D_0.pbm
353
%%DATADIR%%/image/sprite/cowboy_DU.epm
354
share/xblast/image/sprite/cowboy_D_1.epm
354
%%DATADIR%%/image/sprite/cowboy_DU.pbm
355
share/xblast/image/sprite/cowboy_D_1.pbm
355
%%DATADIR%%/image/sprite/cowboy_D_0.epm
356
share/xblast/image/sprite/cowboy_D_2.epm
356
%%DATADIR%%/image/sprite/cowboy_D_0.pbm
357
share/xblast/image/sprite/cowboy_D_2.pbm
357
%%DATADIR%%/image/sprite/cowboy_D_1.epm
358
share/xblast/image/sprite/cowboy_D_3.epm
358
%%DATADIR%%/image/sprite/cowboy_D_1.pbm
359
share/xblast/image/sprite/cowboy_D_3.pbm
359
%%DATADIR%%/image/sprite/cowboy_D_2.epm
360
share/xblast/image/sprite/cowboy_D_S.epm
360
%%DATADIR%%/image/sprite/cowboy_D_2.pbm
361
share/xblast/image/sprite/cowboy_D_S.pbm
361
%%DATADIR%%/image/sprite/cowboy_D_3.epm
362
share/xblast/image/sprite/cowboy_L.epm
362
%%DATADIR%%/image/sprite/cowboy_D_3.pbm
363
share/xblast/image/sprite/cowboy_L.pbm
363
%%DATADIR%%/image/sprite/cowboy_D_S.epm
364
share/xblast/image/sprite/cowboy_L1.epm
364
%%DATADIR%%/image/sprite/cowboy_D_S.pbm
365
share/xblast/image/sprite/cowboy_L1.pbm
365
%%DATADIR%%/image/sprite/cowboy_L.epm
366
share/xblast/image/sprite/cowboy_L2.epm
366
%%DATADIR%%/image/sprite/cowboy_L.pbm
367
share/xblast/image/sprite/cowboy_L2.pbm
367
%%DATADIR%%/image/sprite/cowboy_L1.epm
368
share/xblast/image/sprite/cowboy_L_0.epm
368
%%DATADIR%%/image/sprite/cowboy_L1.pbm
369
share/xblast/image/sprite/cowboy_L_0.pbm
369
%%DATADIR%%/image/sprite/cowboy_L2.epm
370
share/xblast/image/sprite/cowboy_L_1.epm
370
%%DATADIR%%/image/sprite/cowboy_L2.pbm
371
share/xblast/image/sprite/cowboy_L_1.pbm
371
%%DATADIR%%/image/sprite/cowboy_L_0.epm
372
share/xblast/image/sprite/cowboy_L_2.epm
372
%%DATADIR%%/image/sprite/cowboy_L_0.pbm
373
share/xblast/image/sprite/cowboy_L_2.pbm
373
%%DATADIR%%/image/sprite/cowboy_L_1.epm
374
share/xblast/image/sprite/cowboy_L_3.epm
374
%%DATADIR%%/image/sprite/cowboy_L_1.pbm
375
share/xblast/image/sprite/cowboy_L_3.pbm
375
%%DATADIR%%/image/sprite/cowboy_L_2.epm
376
share/xblast/image/sprite/cowboy_L_S.epm
376
%%DATADIR%%/image/sprite/cowboy_L_2.pbm
377
share/xblast/image/sprite/cowboy_L_S.pbm
377
%%DATADIR%%/image/sprite/cowboy_L_3.epm
378
share/xblast/image/sprite/cowboy_R_0.epm
378
%%DATADIR%%/image/sprite/cowboy_L_3.pbm
379
share/xblast/image/sprite/cowboy_R_0.pbm
379
%%DATADIR%%/image/sprite/cowboy_L_S.epm
380
share/xblast/image/sprite/cowboy_R_1.epm
380
%%DATADIR%%/image/sprite/cowboy_L_S.pbm
381
share/xblast/image/sprite/cowboy_R_1.pbm
381
%%DATADIR%%/image/sprite/cowboy_R_0.epm
382
share/xblast/image/sprite/cowboy_R_2.epm
382
%%DATADIR%%/image/sprite/cowboy_R_0.pbm
383
share/xblast/image/sprite/cowboy_R_2.pbm
383
%%DATADIR%%/image/sprite/cowboy_R_1.epm
384
share/xblast/image/sprite/cowboy_R_3.epm
384
%%DATADIR%%/image/sprite/cowboy_R_1.pbm
385
share/xblast/image/sprite/cowboy_R_3.pbm
385
%%DATADIR%%/image/sprite/cowboy_R_2.epm
386
share/xblast/image/sprite/cowboy_R_S.epm
386
%%DATADIR%%/image/sprite/cowboy_R_2.pbm
387
share/xblast/image/sprite/cowboy_R_S.pbm
387
%%DATADIR%%/image/sprite/cowboy_R_3.epm
388
share/xblast/image/sprite/cowboy_U_0.epm
388
%%DATADIR%%/image/sprite/cowboy_R_3.pbm
389
share/xblast/image/sprite/cowboy_U_0.pbm
389
%%DATADIR%%/image/sprite/cowboy_R_S.epm
390
share/xblast/image/sprite/cowboy_U_1.epm
390
%%DATADIR%%/image/sprite/cowboy_R_S.pbm
391
share/xblast/image/sprite/cowboy_U_1.pbm
391
%%DATADIR%%/image/sprite/cowboy_U_0.epm
392
share/xblast/image/sprite/cowboy_U_2.epm
392
%%DATADIR%%/image/sprite/cowboy_U_0.pbm
393
share/xblast/image/sprite/cowboy_U_2.pbm
393
%%DATADIR%%/image/sprite/cowboy_U_1.epm
394
share/xblast/image/sprite/cowboy_U_3.epm
394
%%DATADIR%%/image/sprite/cowboy_U_1.pbm
395
share/xblast/image/sprite/cowboy_U_3.pbm
395
%%DATADIR%%/image/sprite/cowboy_U_2.epm
396
share/xblast/image/sprite/cowboy_U_S.epm
396
%%DATADIR%%/image/sprite/cowboy_U_2.pbm
397
share/xblast/image/sprite/cowboy_U_S.pbm
397
%%DATADIR%%/image/sprite/cowboy_U_3.epm
398
share/xblast/image/sprite/cowboy_W.epm
398
%%DATADIR%%/image/sprite/cowboy_U_3.pbm
399
share/xblast/image/sprite/cowboy_W.pbm
399
%%DATADIR%%/image/sprite/cowboy_U_S.epm
400
share/xblast/image/sprite/cowboy_W2.epm
400
%%DATADIR%%/image/sprite/cowboy_U_S.pbm
401
share/xblast/image/sprite/cowboy_W2.pbm
401
%%DATADIR%%/image/sprite/cowboy_W.epm
402
share/xblast/image/sprite/cowboy_W3.epm
402
%%DATADIR%%/image/sprite/cowboy_W.pbm
403
share/xblast/image/sprite/cowboy_W3.pbm
403
%%DATADIR%%/image/sprite/cowboy_W2.epm
404
share/xblast/image/sprite/fat_B.epm
404
%%DATADIR%%/image/sprite/cowboy_W2.pbm
405
share/xblast/image/sprite/fat_B.pbm
405
%%DATADIR%%/image/sprite/cowboy_W3.epm
406
share/xblast/image/sprite/fat_DD.epm
406
%%DATADIR%%/image/sprite/cowboy_W3.pbm
407
share/xblast/image/sprite/fat_DD.pbm
407
%%DATADIR%%/image/sprite/fat_B.epm
408
share/xblast/image/sprite/fat_DL.epm
408
%%DATADIR%%/image/sprite/fat_B.pbm
409
share/xblast/image/sprite/fat_DL.pbm
409
%%DATADIR%%/image/sprite/fat_DD.epm
410
share/xblast/image/sprite/fat_DR.epm
410
%%DATADIR%%/image/sprite/fat_DD.pbm
411
share/xblast/image/sprite/fat_DR.pbm
411
%%DATADIR%%/image/sprite/fat_DL.epm
412
share/xblast/image/sprite/fat_DU.epm
412
%%DATADIR%%/image/sprite/fat_DL.pbm
413
share/xblast/image/sprite/fat_DU.pbm
413
%%DATADIR%%/image/sprite/fat_DR.epm
414
share/xblast/image/sprite/fat_D_0.epm
414
%%DATADIR%%/image/sprite/fat_DR.pbm
415
share/xblast/image/sprite/fat_D_0.pbm
415
%%DATADIR%%/image/sprite/fat_DU.epm
416
share/xblast/image/sprite/fat_D_1.epm
416
%%DATADIR%%/image/sprite/fat_DU.pbm
417
share/xblast/image/sprite/fat_D_1.pbm
417
%%DATADIR%%/image/sprite/fat_D_0.epm
418
share/xblast/image/sprite/fat_D_2.epm
418
%%DATADIR%%/image/sprite/fat_D_0.pbm
419
share/xblast/image/sprite/fat_D_2.pbm
419
%%DATADIR%%/image/sprite/fat_D_1.epm
420
share/xblast/image/sprite/fat_D_3.epm
420
%%DATADIR%%/image/sprite/fat_D_1.pbm
421
share/xblast/image/sprite/fat_D_3.pbm
421
%%DATADIR%%/image/sprite/fat_D_2.epm
422
share/xblast/image/sprite/fat_D_S.epm
422
%%DATADIR%%/image/sprite/fat_D_2.pbm
423
share/xblast/image/sprite/fat_D_S.pbm
423
%%DATADIR%%/image/sprite/fat_D_3.epm
424
share/xblast/image/sprite/fat_L.epm
424
%%DATADIR%%/image/sprite/fat_D_3.pbm
425
share/xblast/image/sprite/fat_L.pbm
425
%%DATADIR%%/image/sprite/fat_D_S.epm
426
share/xblast/image/sprite/fat_L1.epm
426
%%DATADIR%%/image/sprite/fat_D_S.pbm
427
share/xblast/image/sprite/fat_L1.pbm
427
%%DATADIR%%/image/sprite/fat_L.epm
428
share/xblast/image/sprite/fat_L2.epm
428
%%DATADIR%%/image/sprite/fat_L.pbm
429
share/xblast/image/sprite/fat_L2.pbm
429
%%DATADIR%%/image/sprite/fat_L1.epm
430
share/xblast/image/sprite/fat_L_0.epm
430
%%DATADIR%%/image/sprite/fat_L1.pbm
431
share/xblast/image/sprite/fat_L_0.pbm
431
%%DATADIR%%/image/sprite/fat_L2.epm
432
share/xblast/image/sprite/fat_L_1.epm
432
%%DATADIR%%/image/sprite/fat_L2.pbm
433
share/xblast/image/sprite/fat_L_1.pbm
433
%%DATADIR%%/image/sprite/fat_L_0.epm
434
share/xblast/image/sprite/fat_L_2.epm
434
%%DATADIR%%/image/sprite/fat_L_0.pbm
435
share/xblast/image/sprite/fat_L_2.pbm
435
%%DATADIR%%/image/sprite/fat_L_1.epm
436
share/xblast/image/sprite/fat_L_3.epm
436
%%DATADIR%%/image/sprite/fat_L_1.pbm
437
share/xblast/image/sprite/fat_L_3.pbm
437
%%DATADIR%%/image/sprite/fat_L_2.epm
438
share/xblast/image/sprite/fat_L_S.epm
438
%%DATADIR%%/image/sprite/fat_L_2.pbm
439
share/xblast/image/sprite/fat_L_S.pbm
439
%%DATADIR%%/image/sprite/fat_L_3.epm
440
share/xblast/image/sprite/fat_R_0.epm
440
%%DATADIR%%/image/sprite/fat_L_3.pbm
441
share/xblast/image/sprite/fat_R_0.pbm
441
%%DATADIR%%/image/sprite/fat_L_S.epm
442
share/xblast/image/sprite/fat_R_1.epm
442
%%DATADIR%%/image/sprite/fat_L_S.pbm
443
share/xblast/image/sprite/fat_R_1.pbm
443
%%DATADIR%%/image/sprite/fat_R_0.epm
444
share/xblast/image/sprite/fat_R_2.epm
444
%%DATADIR%%/image/sprite/fat_R_0.pbm
445
share/xblast/image/sprite/fat_R_2.pbm
445
%%DATADIR%%/image/sprite/fat_R_1.epm
446
share/xblast/image/sprite/fat_R_3.epm
446
%%DATADIR%%/image/sprite/fat_R_1.pbm
447
share/xblast/image/sprite/fat_R_3.pbm
447
%%DATADIR%%/image/sprite/fat_R_2.epm
448
share/xblast/image/sprite/fat_R_S.epm
448
%%DATADIR%%/image/sprite/fat_R_2.pbm
449
share/xblast/image/sprite/fat_R_S.pbm
449
%%DATADIR%%/image/sprite/fat_R_3.epm
450
share/xblast/image/sprite/fat_U_0.epm
450
%%DATADIR%%/image/sprite/fat_R_3.pbm
451
share/xblast/image/sprite/fat_U_0.pbm
451
%%DATADIR%%/image/sprite/fat_R_S.epm
452
share/xblast/image/sprite/fat_U_1.epm
452
%%DATADIR%%/image/sprite/fat_R_S.pbm
453
share/xblast/image/sprite/fat_U_1.pbm
453
%%DATADIR%%/image/sprite/fat_U_0.epm
454
share/xblast/image/sprite/fat_U_2.epm
454
%%DATADIR%%/image/sprite/fat_U_0.pbm
455
share/xblast/image/sprite/fat_U_2.pbm
455
%%DATADIR%%/image/sprite/fat_U_1.epm
456
share/xblast/image/sprite/fat_U_3.epm
456
%%DATADIR%%/image/sprite/fat_U_1.pbm
457
share/xblast/image/sprite/fat_U_3.pbm
457
%%DATADIR%%/image/sprite/fat_U_2.epm
458
share/xblast/image/sprite/fat_U_S.epm
458
%%DATADIR%%/image/sprite/fat_U_2.pbm
459
share/xblast/image/sprite/fat_U_S.pbm
459
%%DATADIR%%/image/sprite/fat_U_3.epm
460
share/xblast/image/sprite/fat_W.epm
460
%%DATADIR%%/image/sprite/fat_U_3.pbm
461
share/xblast/image/sprite/fat_W.pbm
461
%%DATADIR%%/image/sprite/fat_U_S.epm
462
share/xblast/image/sprite/fat_W2.epm
462
%%DATADIR%%/image/sprite/fat_U_S.pbm
463
share/xblast/image/sprite/fat_W2.pbm
463
%%DATADIR%%/image/sprite/fat_W.epm
464
share/xblast/image/sprite/fat_W3.epm
464
%%DATADIR%%/image/sprite/fat_W.pbm
465
share/xblast/image/sprite/fat_W3.pbm
465
%%DATADIR%%/image/sprite/fat_W2.epm
466
share/xblast/image/sprite/felix_B.epm
466
%%DATADIR%%/image/sprite/fat_W2.pbm
467
share/xblast/image/sprite/felix_B.pbm
467
%%DATADIR%%/image/sprite/fat_W3.epm
468
share/xblast/image/sprite/felix_DD.epm
468
%%DATADIR%%/image/sprite/fat_W3.pbm
469
share/xblast/image/sprite/felix_DD.pbm
469
%%DATADIR%%/image/sprite/felix_B.epm
470
share/xblast/image/sprite/felix_DL.epm
470
%%DATADIR%%/image/sprite/felix_B.pbm
471
share/xblast/image/sprite/felix_DL.pbm
471
%%DATADIR%%/image/sprite/felix_DD.epm
472
share/xblast/image/sprite/felix_DR.epm
472
%%DATADIR%%/image/sprite/felix_DD.pbm
473
share/xblast/image/sprite/felix_DR.pbm
473
%%DATADIR%%/image/sprite/felix_DL.epm
474
share/xblast/image/sprite/felix_DU.epm
474
%%DATADIR%%/image/sprite/felix_DL.pbm
475
share/xblast/image/sprite/felix_DU.pbm
475
%%DATADIR%%/image/sprite/felix_DR.epm
476
share/xblast/image/sprite/felix_D_0.epm
476
%%DATADIR%%/image/sprite/felix_DR.pbm
477
share/xblast/image/sprite/felix_D_0.pbm
477
%%DATADIR%%/image/sprite/felix_DU.epm
478
share/xblast/image/sprite/felix_D_1.epm
478
%%DATADIR%%/image/sprite/felix_DU.pbm
479
share/xblast/image/sprite/felix_D_1.pbm
479
%%DATADIR%%/image/sprite/felix_D_0.epm
480
share/xblast/image/sprite/felix_D_2.epm
480
%%DATADIR%%/image/sprite/felix_D_0.pbm
481
share/xblast/image/sprite/felix_D_2.pbm
481
%%DATADIR%%/image/sprite/felix_D_1.epm
482
share/xblast/image/sprite/felix_D_3.epm
482
%%DATADIR%%/image/sprite/felix_D_1.pbm
483
share/xblast/image/sprite/felix_D_3.pbm
483
%%DATADIR%%/image/sprite/felix_D_2.epm
484
share/xblast/image/sprite/felix_D_S.epm
484
%%DATADIR%%/image/sprite/felix_D_2.pbm
485
share/xblast/image/sprite/felix_D_S.pbm
485
%%DATADIR%%/image/sprite/felix_D_3.epm
486
share/xblast/image/sprite/felix_L.epm
486
%%DATADIR%%/image/sprite/felix_D_3.pbm
487
share/xblast/image/sprite/felix_L.pbm
487
%%DATADIR%%/image/sprite/felix_D_S.epm
488
share/xblast/image/sprite/felix_L1.epm
488
%%DATADIR%%/image/sprite/felix_D_S.pbm
489
share/xblast/image/sprite/felix_L1.pbm
489
%%DATADIR%%/image/sprite/felix_L.epm
490
share/xblast/image/sprite/felix_L2.epm
490
%%DATADIR%%/image/sprite/felix_L.pbm
491
share/xblast/image/sprite/felix_L2.pbm
491
%%DATADIR%%/image/sprite/felix_L1.epm
492
share/xblast/image/sprite/felix_L_0.epm
492
%%DATADIR%%/image/sprite/felix_L1.pbm
493
share/xblast/image/sprite/felix_L_0.pbm
493
%%DATADIR%%/image/sprite/felix_L2.epm
494
share/xblast/image/sprite/felix_L_1.epm
494
%%DATADIR%%/image/sprite/felix_L2.pbm
495
share/xblast/image/sprite/felix_L_1.pbm
495
%%DATADIR%%/image/sprite/felix_L_0.epm
496
share/xblast/image/sprite/felix_L_2.epm
496
%%DATADIR%%/image/sprite/felix_L_0.pbm
497
share/xblast/image/sprite/felix_L_2.pbm
497
%%DATADIR%%/image/sprite/felix_L_1.epm
498
share/xblast/image/sprite/felix_L_3.epm
498
%%DATADIR%%/image/sprite/felix_L_1.pbm
499
share/xblast/image/sprite/felix_L_3.pbm
499
%%DATADIR%%/image/sprite/felix_L_2.epm
500
share/xblast/image/sprite/felix_L_S.epm
500
%%DATADIR%%/image/sprite/felix_L_2.pbm
501
share/xblast/image/sprite/felix_L_S.pbm
501
%%DATADIR%%/image/sprite/felix_L_3.epm
502
share/xblast/image/sprite/felix_R_0.epm
502
%%DATADIR%%/image/sprite/felix_L_3.pbm
503
share/xblast/image/sprite/felix_R_0.pbm
503
%%DATADIR%%/image/sprite/felix_L_S.epm
504
share/xblast/image/sprite/felix_R_1.epm
504
%%DATADIR%%/image/sprite/felix_L_S.pbm
505
share/xblast/image/sprite/felix_R_1.pbm
505
%%DATADIR%%/image/sprite/felix_R_0.epm
506
share/xblast/image/sprite/felix_R_2.epm
506
%%DATADIR%%/image/sprite/felix_R_0.pbm
507
share/xblast/image/sprite/felix_R_2.pbm
507
%%DATADIR%%/image/sprite/felix_R_1.epm
508
share/xblast/image/sprite/felix_R_3.epm
508
%%DATADIR%%/image/sprite/felix_R_1.pbm
509
share/xblast/image/sprite/felix_R_3.pbm
509
%%DATADIR%%/image/sprite/felix_R_2.epm
510
share/xblast/image/sprite/felix_R_S.epm
510
%%DATADIR%%/image/sprite/felix_R_2.pbm
511
share/xblast/image/sprite/felix_R_S.pbm
511
%%DATADIR%%/image/sprite/felix_R_3.epm
512
share/xblast/image/sprite/felix_U_0.epm
512
%%DATADIR%%/image/sprite/felix_R_3.pbm
513
share/xblast/image/sprite/felix_U_0.pbm
513
%%DATADIR%%/image/sprite/felix_R_S.epm
514
share/xblast/image/sprite/felix_U_1.epm
514
%%DATADIR%%/image/sprite/felix_R_S.pbm
515
share/xblast/image/sprite/felix_U_1.pbm
515
%%DATADIR%%/image/sprite/felix_U_0.epm
516
share/xblast/image/sprite/felix_U_2.epm
516
%%DATADIR%%/image/sprite/felix_U_0.pbm
517
share/xblast/image/sprite/felix_U_2.pbm
517
%%DATADIR%%/image/sprite/felix_U_1.epm
518
share/xblast/image/sprite/felix_U_3.epm
518
%%DATADIR%%/image/sprite/felix_U_1.pbm
519
share/xblast/image/sprite/felix_U_3.pbm
519
%%DATADIR%%/image/sprite/felix_U_2.epm
520
share/xblast/image/sprite/felix_U_S.epm
520
%%DATADIR%%/image/sprite/felix_U_2.pbm
521
share/xblast/image/sprite/felix_U_S.pbm
521
%%DATADIR%%/image/sprite/felix_U_3.epm
522
share/xblast/image/sprite/felix_W.epm
522
%%DATADIR%%/image/sprite/felix_U_3.pbm
523
share/xblast/image/sprite/felix_W.pbm
523
%%DATADIR%%/image/sprite/felix_U_S.epm
524
share/xblast/image/sprite/felix_W2.epm
524
%%DATADIR%%/image/sprite/felix_U_S.pbm
525
share/xblast/image/sprite/felix_W2.pbm
525
%%DATADIR%%/image/sprite/felix_W.epm
526
share/xblast/image/sprite/felix_W3.epm
526
%%DATADIR%%/image/sprite/felix_W.pbm
527
share/xblast/image/sprite/felix_W3.pbm
527
%%DATADIR%%/image/sprite/felix_W2.epm
528
share/xblast/image/sprite/girl_B.epm
528
%%DATADIR%%/image/sprite/felix_W2.pbm
529
share/xblast/image/sprite/girl_B.pbm
529
%%DATADIR%%/image/sprite/felix_W3.epm
530
share/xblast/image/sprite/girl_DD.epm
530
%%DATADIR%%/image/sprite/felix_W3.pbm
531
share/xblast/image/sprite/girl_DD.pbm
531
%%DATADIR%%/image/sprite/girl_B.epm
532
share/xblast/image/sprite/girl_DL.epm
532
%%DATADIR%%/image/sprite/girl_B.pbm
533
share/xblast/image/sprite/girl_DL.pbm
533
%%DATADIR%%/image/sprite/girl_DD.epm
534
share/xblast/image/sprite/girl_DR.epm
534
%%DATADIR%%/image/sprite/girl_DD.pbm
535
share/xblast/image/sprite/girl_DR.pbm
535
%%DATADIR%%/image/sprite/girl_DL.epm
536
share/xblast/image/sprite/girl_DU.epm
536
%%DATADIR%%/image/sprite/girl_DL.pbm
537
share/xblast/image/sprite/girl_DU.pbm
537
%%DATADIR%%/image/sprite/girl_DR.epm
538
share/xblast/image/sprite/girl_D_0.epm
538
%%DATADIR%%/image/sprite/girl_DR.pbm
539
share/xblast/image/sprite/girl_D_0.pbm
539
%%DATADIR%%/image/sprite/girl_DU.epm
540
share/xblast/image/sprite/girl_D_1.epm
540
%%DATADIR%%/image/sprite/girl_DU.pbm
541
share/xblast/image/sprite/girl_D_1.pbm
541
%%DATADIR%%/image/sprite/girl_D_0.epm
542
share/xblast/image/sprite/girl_D_2.epm
542
%%DATADIR%%/image/sprite/girl_D_0.pbm
543
share/xblast/image/sprite/girl_D_2.pbm
543
%%DATADIR%%/image/sprite/girl_D_1.epm
544
share/xblast/image/sprite/girl_D_3.epm
544
%%DATADIR%%/image/sprite/girl_D_1.pbm
545
share/xblast/image/sprite/girl_D_3.pbm
545
%%DATADIR%%/image/sprite/girl_D_2.epm
546
share/xblast/image/sprite/girl_D_S.epm
546
%%DATADIR%%/image/sprite/girl_D_2.pbm
547
share/xblast/image/sprite/girl_D_S.pbm
547
%%DATADIR%%/image/sprite/girl_D_3.epm
548
share/xblast/image/sprite/girl_L.epm
548
%%DATADIR%%/image/sprite/girl_D_3.pbm
549
share/xblast/image/sprite/girl_L.pbm
549
%%DATADIR%%/image/sprite/girl_D_S.epm
550
share/xblast/image/sprite/girl_L1.epm
550
%%DATADIR%%/image/sprite/girl_D_S.pbm
551
share/xblast/image/sprite/girl_L1.pbm
551
%%DATADIR%%/image/sprite/girl_L.epm
552
share/xblast/image/sprite/girl_L2.epm
552
%%DATADIR%%/image/sprite/girl_L.pbm
553
share/xblast/image/sprite/girl_L2.pbm
553
%%DATADIR%%/image/sprite/girl_L1.epm
554
share/xblast/image/sprite/girl_L_0.epm
554
%%DATADIR%%/image/sprite/girl_L1.pbm
555
share/xblast/image/sprite/girl_L_0.pbm
555
%%DATADIR%%/image/sprite/girl_L2.epm
556
share/xblast/image/sprite/girl_L_1.epm
556
%%DATADIR%%/image/sprite/girl_L2.pbm
557
share/xblast/image/sprite/girl_L_1.pbm
557
%%DATADIR%%/image/sprite/girl_L_0.epm
558
share/xblast/image/sprite/girl_L_2.epm
558
%%DATADIR%%/image/sprite/girl_L_0.pbm
559
share/xblast/image/sprite/girl_L_2.pbm
559
%%DATADIR%%/image/sprite/girl_L_1.epm
560
share/xblast/image/sprite/girl_L_3.epm
560
%%DATADIR%%/image/sprite/girl_L_1.pbm
561
share/xblast/image/sprite/girl_L_3.pbm
561
%%DATADIR%%/image/sprite/girl_L_2.epm
562
share/xblast/image/sprite/girl_L_S.epm
562
%%DATADIR%%/image/sprite/girl_L_2.pbm
563
share/xblast/image/sprite/girl_L_S.pbm
563
%%DATADIR%%/image/sprite/girl_L_3.epm
564
share/xblast/image/sprite/girl_R_0.epm
564
%%DATADIR%%/image/sprite/girl_L_3.pbm
565
share/xblast/image/sprite/girl_R_0.pbm
565
%%DATADIR%%/image/sprite/girl_L_S.epm
566
share/xblast/image/sprite/girl_R_1.epm
566
%%DATADIR%%/image/sprite/girl_L_S.pbm
567
share/xblast/image/sprite/girl_R_1.pbm
567
%%DATADIR%%/image/sprite/girl_R_0.epm
568
share/xblast/image/sprite/girl_R_2.epm
568
%%DATADIR%%/image/sprite/girl_R_0.pbm
569
share/xblast/image/sprite/girl_R_2.pbm
569
%%DATADIR%%/image/sprite/girl_R_1.epm
570
share/xblast/image/sprite/girl_R_3.epm
570
%%DATADIR%%/image/sprite/girl_R_1.pbm
571
share/xblast/image/sprite/girl_R_3.pbm
571
%%DATADIR%%/image/sprite/girl_R_2.epm
572
share/xblast/image/sprite/girl_R_S.epm
572
%%DATADIR%%/image/sprite/girl_R_2.pbm
573
share/xblast/image/sprite/girl_R_S.pbm
573
%%DATADIR%%/image/sprite/girl_R_3.epm
574
share/xblast/image/sprite/girl_U_0.epm
574
%%DATADIR%%/image/sprite/girl_R_3.pbm
575
share/xblast/image/sprite/girl_U_0.pbm
575
%%DATADIR%%/image/sprite/girl_R_S.epm
576
share/xblast/image/sprite/girl_U_1.epm
576
%%DATADIR%%/image/sprite/girl_R_S.pbm
577
share/xblast/image/sprite/girl_U_1.pbm
577
%%DATADIR%%/image/sprite/girl_U_0.epm
578
share/xblast/image/sprite/girl_U_2.epm
578
%%DATADIR%%/image/sprite/girl_U_0.pbm
579
share/xblast/image/sprite/girl_U_2.pbm
579
%%DATADIR%%/image/sprite/girl_U_1.epm
580
share/xblast/image/sprite/girl_U_3.epm
580
%%DATADIR%%/image/sprite/girl_U_1.pbm
581
share/xblast/image/sprite/girl_U_3.pbm
581
%%DATADIR%%/image/sprite/girl_U_2.epm
582
share/xblast/image/sprite/girl_U_S.epm
582
%%DATADIR%%/image/sprite/girl_U_2.pbm
583
share/xblast/image/sprite/girl_U_S.pbm
583
%%DATADIR%%/image/sprite/girl_U_3.epm
584
share/xblast/image/sprite/girl_W.epm
584
%%DATADIR%%/image/sprite/girl_U_3.pbm
585
share/xblast/image/sprite/girl_W.pbm
585
%%DATADIR%%/image/sprite/girl_U_S.epm
586
share/xblast/image/sprite/girl_W2.epm
586
%%DATADIR%%/image/sprite/girl_U_S.pbm
587
share/xblast/image/sprite/girl_W2.pbm
587
%%DATADIR%%/image/sprite/girl_W.epm
588
share/xblast/image/sprite/girl_W3.epm
588
%%DATADIR%%/image/sprite/girl_W.pbm
589
share/xblast/image/sprite/girl_W3.pbm
589
%%DATADIR%%/image/sprite/girl_W2.epm
590
share/xblast/image/sprite/golem_B.epm
590
%%DATADIR%%/image/sprite/girl_W2.pbm
591
share/xblast/image/sprite/golem_B.pbm
591
%%DATADIR%%/image/sprite/girl_W3.epm
592
share/xblast/image/sprite/golem_DD.epm
592
%%DATADIR%%/image/sprite/girl_W3.pbm
593
share/xblast/image/sprite/golem_DD.pbm
593
%%DATADIR%%/image/sprite/golem_B.epm
594
share/xblast/image/sprite/golem_DL.epm
594
%%DATADIR%%/image/sprite/golem_B.pbm
595
share/xblast/image/sprite/golem_DL.pbm
595
%%DATADIR%%/image/sprite/golem_DD.epm
596
share/xblast/image/sprite/golem_DR.epm
596
%%DATADIR%%/image/sprite/golem_DD.pbm
597
share/xblast/image/sprite/golem_DR.pbm
597
%%DATADIR%%/image/sprite/golem_DL.epm
598
share/xblast/image/sprite/golem_DU.epm
598
%%DATADIR%%/image/sprite/golem_DL.pbm
599
share/xblast/image/sprite/golem_DU.pbm
599
%%DATADIR%%/image/sprite/golem_DR.epm
600
share/xblast/image/sprite/golem_D_0.epm
600
%%DATADIR%%/image/sprite/golem_DR.pbm
601
share/xblast/image/sprite/golem_D_0.pbm
601
%%DATADIR%%/image/sprite/golem_DU.epm
602
share/xblast/image/sprite/golem_D_1.epm
602
%%DATADIR%%/image/sprite/golem_DU.pbm
603
share/xblast/image/sprite/golem_D_1.pbm
603
%%DATADIR%%/image/sprite/golem_D_0.epm
604
share/xblast/image/sprite/golem_D_2.epm
604
%%DATADIR%%/image/sprite/golem_D_0.pbm
605
share/xblast/image/sprite/golem_D_2.pbm
605
%%DATADIR%%/image/sprite/golem_D_1.epm
606
share/xblast/image/sprite/golem_D_3.epm
606
%%DATADIR%%/image/sprite/golem_D_1.pbm
607
share/xblast/image/sprite/golem_D_3.pbm
607
%%DATADIR%%/image/sprite/golem_D_2.epm
608
share/xblast/image/sprite/golem_D_S.epm
608
%%DATADIR%%/image/sprite/golem_D_2.pbm
609
share/xblast/image/sprite/golem_D_S.pbm
609
%%DATADIR%%/image/sprite/golem_D_3.epm
610
share/xblast/image/sprite/golem_L.epm
610
%%DATADIR%%/image/sprite/golem_D_3.pbm
611
share/xblast/image/sprite/golem_L.pbm
611
%%DATADIR%%/image/sprite/golem_D_S.epm
612
share/xblast/image/sprite/golem_L1.epm
612
%%DATADIR%%/image/sprite/golem_D_S.pbm
613
share/xblast/image/sprite/golem_L1.pbm
613
%%DATADIR%%/image/sprite/golem_L.epm
614
share/xblast/image/sprite/golem_L2.epm
614
%%DATADIR%%/image/sprite/golem_L.pbm
615
share/xblast/image/sprite/golem_L2.pbm
615
%%DATADIR%%/image/sprite/golem_L1.epm
616
share/xblast/image/sprite/golem_L_0.epm
616
%%DATADIR%%/image/sprite/golem_L1.pbm
617
share/xblast/image/sprite/golem_L_0.pbm
617
%%DATADIR%%/image/sprite/golem_L2.epm
618
share/xblast/image/sprite/golem_L_1.epm
618
%%DATADIR%%/image/sprite/golem_L2.pbm
619
share/xblast/image/sprite/golem_L_1.pbm
619
%%DATADIR%%/image/sprite/golem_L_0.epm
620
share/xblast/image/sprite/golem_L_2.epm
620
%%DATADIR%%/image/sprite/golem_L_0.pbm
621
share/xblast/image/sprite/golem_L_2.pbm
621
%%DATADIR%%/image/sprite/golem_L_1.epm
622
share/xblast/image/sprite/golem_L_3.epm
622
%%DATADIR%%/image/sprite/golem_L_1.pbm
623
share/xblast/image/sprite/golem_L_3.pbm
623
%%DATADIR%%/image/sprite/golem_L_2.epm
624
share/xblast/image/sprite/golem_L_S.epm
624
%%DATADIR%%/image/sprite/golem_L_2.pbm
625
share/xblast/image/sprite/golem_L_S.pbm
625
%%DATADIR%%/image/sprite/golem_L_3.epm
626
share/xblast/image/sprite/golem_R_0.epm
626
%%DATADIR%%/image/sprite/golem_L_3.pbm
627
share/xblast/image/sprite/golem_R_0.pbm
627
%%DATADIR%%/image/sprite/golem_L_S.epm
628
share/xblast/image/sprite/golem_R_1.epm
628
%%DATADIR%%/image/sprite/golem_L_S.pbm
629
share/xblast/image/sprite/golem_R_1.pbm
629
%%DATADIR%%/image/sprite/golem_R_0.epm
630
share/xblast/image/sprite/golem_R_2.epm
630
%%DATADIR%%/image/sprite/golem_R_0.pbm
631
share/xblast/image/sprite/golem_R_2.pbm
631
%%DATADIR%%/image/sprite/golem_R_1.epm
632
share/xblast/image/sprite/golem_R_3.epm
632
%%DATADIR%%/image/sprite/golem_R_1.pbm
633
share/xblast/image/sprite/golem_R_3.pbm
633
%%DATADIR%%/image/sprite/golem_R_2.epm
634
share/xblast/image/sprite/golem_R_S.epm
634
%%DATADIR%%/image/sprite/golem_R_2.pbm
635
share/xblast/image/sprite/golem_R_S.pbm
635
%%DATADIR%%/image/sprite/golem_R_3.epm
636
share/xblast/image/sprite/golem_U_0.epm
636
%%DATADIR%%/image/sprite/golem_R_3.pbm
637
share/xblast/image/sprite/golem_U_0.pbm
637
%%DATADIR%%/image/sprite/golem_R_S.epm
638
share/xblast/image/sprite/golem_U_1.epm
638
%%DATADIR%%/image/sprite/golem_R_S.pbm
639
share/xblast/image/sprite/golem_U_1.pbm
639
%%DATADIR%%/image/sprite/golem_U_0.epm
640
share/xblast/image/sprite/golem_U_2.epm
640
%%DATADIR%%/image/sprite/golem_U_0.pbm
641
share/xblast/image/sprite/golem_U_2.pbm
641
%%DATADIR%%/image/sprite/golem_U_1.epm
642
share/xblast/image/sprite/golem_U_3.epm
642
%%DATADIR%%/image/sprite/golem_U_1.pbm
643
share/xblast/image/sprite/golem_U_3.pbm
643
%%DATADIR%%/image/sprite/golem_U_2.epm
644
share/xblast/image/sprite/golem_U_S.epm
644
%%DATADIR%%/image/sprite/golem_U_2.pbm
645
share/xblast/image/sprite/golem_U_S.pbm
645
%%DATADIR%%/image/sprite/golem_U_3.epm
646
share/xblast/image/sprite/golem_W.epm
646
%%DATADIR%%/image/sprite/golem_U_3.pbm
647
share/xblast/image/sprite/golem_W.pbm
647
%%DATADIR%%/image/sprite/golem_U_S.epm
648
share/xblast/image/sprite/golem_W2.epm
648
%%DATADIR%%/image/sprite/golem_U_S.pbm
649
share/xblast/image/sprite/golem_W2.pbm
649
%%DATADIR%%/image/sprite/golem_W.epm
650
share/xblast/image/sprite/golem_W3.epm
650
%%DATADIR%%/image/sprite/golem_W.pbm
651
share/xblast/image/sprite/golem_W3.pbm
651
%%DATADIR%%/image/sprite/golem_W2.epm
652
share/xblast/image/sprite/insect_B.epm
652
%%DATADIR%%/image/sprite/golem_W2.pbm
653
share/xblast/image/sprite/insect_B.pbm
653
%%DATADIR%%/image/sprite/golem_W3.epm
654
share/xblast/image/sprite/insect_DD.epm
654
%%DATADIR%%/image/sprite/golem_W3.pbm
655
share/xblast/image/sprite/insect_DD.pbm
655
%%DATADIR%%/image/sprite/iceman_B.epm
656
share/xblast/image/sprite/insect_DL.epm
656
%%DATADIR%%/image/sprite/iceman_B.pbm
657
share/xblast/image/sprite/insect_DL.pbm
657
%%DATADIR%%/image/sprite/iceman_DD.epm
658
share/xblast/image/sprite/insect_DR.epm
658
%%DATADIR%%/image/sprite/iceman_DD.pbm
659
share/xblast/image/sprite/insect_DR.pbm
659
%%DATADIR%%/image/sprite/iceman_DL.epm
660
share/xblast/image/sprite/insect_DU.epm
660
%%DATADIR%%/image/sprite/iceman_DL.pbm
661
share/xblast/image/sprite/insect_DU.pbm
661
%%DATADIR%%/image/sprite/iceman_DR.epm
662
share/xblast/image/sprite/insect_D_0.epm
662
%%DATADIR%%/image/sprite/iceman_DR.pbm
663
share/xblast/image/sprite/insect_D_0.pbm
663
%%DATADIR%%/image/sprite/iceman_DU.epm
664
share/xblast/image/sprite/insect_D_1.epm
664
%%DATADIR%%/image/sprite/iceman_DU.pbm
665
share/xblast/image/sprite/insect_D_1.pbm
665
%%DATADIR%%/image/sprite/iceman_D_0.epm
666
share/xblast/image/sprite/insect_D_2.epm
666
%%DATADIR%%/image/sprite/iceman_D_0.pbm
667
share/xblast/image/sprite/insect_D_2.pbm
667
%%DATADIR%%/image/sprite/iceman_D_1.epm
668
share/xblast/image/sprite/insect_D_3.epm
668
%%DATADIR%%/image/sprite/iceman_D_1.pbm
669
share/xblast/image/sprite/insect_D_3.pbm
669
%%DATADIR%%/image/sprite/iceman_D_2.epm
670
share/xblast/image/sprite/insect_D_S.epm
670
%%DATADIR%%/image/sprite/iceman_D_2.pbm
671
share/xblast/image/sprite/insect_D_S.pbm
671
%%DATADIR%%/image/sprite/iceman_D_3.epm
672
share/xblast/image/sprite/insect_L.epm
672
%%DATADIR%%/image/sprite/iceman_D_3.pbm
673
share/xblast/image/sprite/insect_L.pbm
673
%%DATADIR%%/image/sprite/iceman_D_S.epm
674
share/xblast/image/sprite/insect_L1.epm
674
%%DATADIR%%/image/sprite/iceman_D_S.pbm
675
share/xblast/image/sprite/insect_L1.pbm
675
%%DATADIR%%/image/sprite/iceman_L.epm
676
share/xblast/image/sprite/insect_L2.epm
676
%%DATADIR%%/image/sprite/iceman_L.pbm
677
share/xblast/image/sprite/insect_L2.pbm
677
%%DATADIR%%/image/sprite/iceman_L1.epm
678
share/xblast/image/sprite/insect_L_0.epm
678
%%DATADIR%%/image/sprite/iceman_L1.pbm
679
share/xblast/image/sprite/insect_L_0.pbm
679
%%DATADIR%%/image/sprite/iceman_L2.epm
680
share/xblast/image/sprite/insect_L_1.epm
680
%%DATADIR%%/image/sprite/iceman_L2.pbm
681
share/xblast/image/sprite/insect_L_1.pbm
681
%%DATADIR%%/image/sprite/iceman_L_0.epm
682
share/xblast/image/sprite/insect_L_2.epm
682
%%DATADIR%%/image/sprite/iceman_L_0.pbm
683
share/xblast/image/sprite/insect_L_2.pbm
683
%%DATADIR%%/image/sprite/iceman_L_1.epm
684
share/xblast/image/sprite/insect_L_3.epm
684
%%DATADIR%%/image/sprite/iceman_L_1.pbm
685
share/xblast/image/sprite/insect_L_3.pbm
685
%%DATADIR%%/image/sprite/iceman_L_2.epm
686
share/xblast/image/sprite/insect_L_S.epm
686
%%DATADIR%%/image/sprite/iceman_L_2.pbm
687
share/xblast/image/sprite/insect_L_S.pbm
687
%%DATADIR%%/image/sprite/iceman_L_3.epm
688
share/xblast/image/sprite/insect_R_0.epm
688
%%DATADIR%%/image/sprite/iceman_L_3.pbm
689
share/xblast/image/sprite/insect_R_0.pbm
689
%%DATADIR%%/image/sprite/iceman_L_S.epm
690
share/xblast/image/sprite/insect_R_1.epm
690
%%DATADIR%%/image/sprite/iceman_L_S.pbm
691
share/xblast/image/sprite/insect_R_1.pbm
691
%%DATADIR%%/image/sprite/iceman_R_0.epm
692
share/xblast/image/sprite/insect_R_2.epm
692
%%DATADIR%%/image/sprite/iceman_R_0.pbm
693
share/xblast/image/sprite/insect_R_2.pbm
693
%%DATADIR%%/image/sprite/iceman_R_1.epm
694
share/xblast/image/sprite/insect_R_3.epm
694
%%DATADIR%%/image/sprite/iceman_R_1.pbm
695
share/xblast/image/sprite/insect_R_3.pbm
695
%%DATADIR%%/image/sprite/iceman_R_2.epm
696
share/xblast/image/sprite/insect_R_S.epm
696
%%DATADIR%%/image/sprite/iceman_R_2.pbm
697
share/xblast/image/sprite/insect_R_S.pbm
697
%%DATADIR%%/image/sprite/iceman_R_3.epm
698
share/xblast/image/sprite/insect_U_0.epm
698
%%DATADIR%%/image/sprite/iceman_R_3.pbm
699
share/xblast/image/sprite/insect_U_0.pbm
699
%%DATADIR%%/image/sprite/iceman_R_S.epm
700
share/xblast/image/sprite/insect_U_1.epm
700
%%DATADIR%%/image/sprite/iceman_R_S.pbm
701
share/xblast/image/sprite/insect_U_1.pbm
701
%%DATADIR%%/image/sprite/iceman_U_0.epm
702
share/xblast/image/sprite/insect_U_2.epm
702
%%DATADIR%%/image/sprite/iceman_U_0.pbm
703
share/xblast/image/sprite/insect_U_2.pbm
703
%%DATADIR%%/image/sprite/iceman_U_1.epm
704
share/xblast/image/sprite/insect_U_3.epm
704
%%DATADIR%%/image/sprite/iceman_U_1.pbm
705
share/xblast/image/sprite/insect_U_3.pbm
705
%%DATADIR%%/image/sprite/iceman_U_2.epm
706
share/xblast/image/sprite/insect_U_S.epm
706
%%DATADIR%%/image/sprite/iceman_U_2.pbm
707
share/xblast/image/sprite/insect_U_S.pbm
707
%%DATADIR%%/image/sprite/iceman_U_3.epm
708
share/xblast/image/sprite/insect_W.epm
708
%%DATADIR%%/image/sprite/iceman_U_3.pbm
709
share/xblast/image/sprite/insect_W.pbm
709
%%DATADIR%%/image/sprite/iceman_U_S.epm
710
share/xblast/image/sprite/insect_W2.epm
710
%%DATADIR%%/image/sprite/iceman_U_S.pbm
711
share/xblast/image/sprite/insect_W2.pbm
711
%%DATADIR%%/image/sprite/iceman_W.epm
712
share/xblast/image/sprite/insect_W3.epm
712
%%DATADIR%%/image/sprite/iceman_W.pbm
713
share/xblast/image/sprite/insect_W3.pbm
713
%%DATADIR%%/image/sprite/iceman_W2.epm
714
share/xblast/image/sprite/jedi_B.epm
714
%%DATADIR%%/image/sprite/iceman_W2.pbm
715
share/xblast/image/sprite/jedi_B.pbm
715
%%DATADIR%%/image/sprite/iceman_W3.epm
716
share/xblast/image/sprite/jedi_DD.epm
716
%%DATADIR%%/image/sprite/iceman_W3.pbm
717
share/xblast/image/sprite/jedi_DD.pbm
717
%%DATADIR%%/image/sprite/insect_B.epm
718
share/xblast/image/sprite/jedi_DL.epm
718
%%DATADIR%%/image/sprite/insect_B.pbm
719
share/xblast/image/sprite/jedi_DL.pbm
719
%%DATADIR%%/image/sprite/insect_DD.epm
720
share/xblast/image/sprite/jedi_DR.epm
720
%%DATADIR%%/image/sprite/insect_DD.pbm
721
share/xblast/image/sprite/jedi_DR.pbm
721
%%DATADIR%%/image/sprite/insect_DL.epm
722
share/xblast/image/sprite/jedi_DU.epm
722
%%DATADIR%%/image/sprite/insect_DL.pbm
723
share/xblast/image/sprite/jedi_DU.pbm
723
%%DATADIR%%/image/sprite/insect_DR.epm
724
share/xblast/image/sprite/jedi_D_0.epm
724
%%DATADIR%%/image/sprite/insect_DR.pbm
725
share/xblast/image/sprite/jedi_D_0.pbm
725
%%DATADIR%%/image/sprite/insect_DU.epm
726
share/xblast/image/sprite/jedi_D_1.epm
726
%%DATADIR%%/image/sprite/insect_DU.pbm
727
share/xblast/image/sprite/jedi_D_1.pbm
727
%%DATADIR%%/image/sprite/insect_D_0.epm
728
share/xblast/image/sprite/jedi_D_2.epm
728
%%DATADIR%%/image/sprite/insect_D_0.pbm
729
share/xblast/image/sprite/jedi_D_2.pbm
729
%%DATADIR%%/image/sprite/insect_D_1.epm
730
share/xblast/image/sprite/jedi_D_3.epm
730
%%DATADIR%%/image/sprite/insect_D_1.pbm
731
share/xblast/image/sprite/jedi_D_3.pbm
731
%%DATADIR%%/image/sprite/insect_D_2.epm
732
share/xblast/image/sprite/jedi_D_S.epm
732
%%DATADIR%%/image/sprite/insect_D_2.pbm
733
share/xblast/image/sprite/jedi_D_S.pbm
733
%%DATADIR%%/image/sprite/insect_D_3.epm
734
share/xblast/image/sprite/jedi_L.epm
734
%%DATADIR%%/image/sprite/insect_D_3.pbm
735
share/xblast/image/sprite/jedi_L.pbm
735
%%DATADIR%%/image/sprite/insect_D_S.epm
736
share/xblast/image/sprite/jedi_L1.epm
736
%%DATADIR%%/image/sprite/insect_D_S.pbm
737
share/xblast/image/sprite/jedi_L1.pbm
737
%%DATADIR%%/image/sprite/insect_L.epm
738
share/xblast/image/sprite/jedi_L2.epm
738
%%DATADIR%%/image/sprite/insect_L.pbm
739
share/xblast/image/sprite/jedi_L2.pbm
739
%%DATADIR%%/image/sprite/insect_L1.epm
740
share/xblast/image/sprite/jedi_L_0.epm
740
%%DATADIR%%/image/sprite/insect_L1.pbm
741
share/xblast/image/sprite/jedi_L_0.pbm
741
%%DATADIR%%/image/sprite/insect_L2.epm
742
share/xblast/image/sprite/jedi_L_1.epm
742
%%DATADIR%%/image/sprite/insect_L2.pbm
743
share/xblast/image/sprite/jedi_L_1.pbm
743
%%DATADIR%%/image/sprite/insect_L_0.epm
744
share/xblast/image/sprite/jedi_L_2.epm
744
%%DATADIR%%/image/sprite/insect_L_0.pbm
745
share/xblast/image/sprite/jedi_L_2.pbm
745
%%DATADIR%%/image/sprite/insect_L_1.epm
746
share/xblast/image/sprite/jedi_L_3.epm
746
%%DATADIR%%/image/sprite/insect_L_1.pbm
747
share/xblast/image/sprite/jedi_L_3.pbm
747
%%DATADIR%%/image/sprite/insect_L_2.epm
748
share/xblast/image/sprite/jedi_L_S.epm
748
%%DATADIR%%/image/sprite/insect_L_2.pbm
749
share/xblast/image/sprite/jedi_L_S.pbm
749
%%DATADIR%%/image/sprite/insect_L_3.epm
750
share/xblast/image/sprite/jedi_R_0.epm
750
%%DATADIR%%/image/sprite/insect_L_3.pbm
751
share/xblast/image/sprite/jedi_R_0.pbm
751
%%DATADIR%%/image/sprite/insect_L_S.epm
752
share/xblast/image/sprite/jedi_R_1.epm
752
%%DATADIR%%/image/sprite/insect_L_S.pbm
753
share/xblast/image/sprite/jedi_R_1.pbm
753
%%DATADIR%%/image/sprite/insect_R_0.epm
754
share/xblast/image/sprite/jedi_R_2.epm
754
%%DATADIR%%/image/sprite/insect_R_0.pbm
755
share/xblast/image/sprite/jedi_R_2.pbm
755
%%DATADIR%%/image/sprite/insect_R_1.epm
756
share/xblast/image/sprite/jedi_R_3.epm
756
%%DATADIR%%/image/sprite/insect_R_1.pbm
757
share/xblast/image/sprite/jedi_R_3.pbm
757
%%DATADIR%%/image/sprite/insect_R_2.epm
758
share/xblast/image/sprite/jedi_R_S.epm
758
%%DATADIR%%/image/sprite/insect_R_2.pbm
759
share/xblast/image/sprite/jedi_R_S.pbm
759
%%DATADIR%%/image/sprite/insect_R_3.epm
760
share/xblast/image/sprite/jedi_U_0.epm
760
%%DATADIR%%/image/sprite/insect_R_3.pbm
761
share/xblast/image/sprite/jedi_U_0.pbm
761
%%DATADIR%%/image/sprite/insect_R_S.epm
762
share/xblast/image/sprite/jedi_U_1.epm
762
%%DATADIR%%/image/sprite/insect_R_S.pbm
763
share/xblast/image/sprite/jedi_U_1.pbm
763
%%DATADIR%%/image/sprite/insect_U_0.epm
764
share/xblast/image/sprite/jedi_U_2.epm
764
%%DATADIR%%/image/sprite/insect_U_0.pbm
765
share/xblast/image/sprite/jedi_U_2.pbm
765
%%DATADIR%%/image/sprite/insect_U_1.epm
766
share/xblast/image/sprite/jedi_U_3.epm
766
%%DATADIR%%/image/sprite/insect_U_1.pbm
767
share/xblast/image/sprite/jedi_U_3.pbm
767
%%DATADIR%%/image/sprite/insect_U_2.epm
768
share/xblast/image/sprite/jedi_U_S.epm
768
%%DATADIR%%/image/sprite/insect_U_2.pbm
769
share/xblast/image/sprite/jedi_U_S.pbm
769
%%DATADIR%%/image/sprite/insect_U_3.epm
770
share/xblast/image/sprite/jedi_W.epm
770
%%DATADIR%%/image/sprite/insect_U_3.pbm
771
share/xblast/image/sprite/jedi_W.pbm
771
%%DATADIR%%/image/sprite/insect_U_S.epm
772
share/xblast/image/sprite/jedi_W2.epm
772
%%DATADIR%%/image/sprite/insect_U_S.pbm
773
share/xblast/image/sprite/jedi_W2.pbm
773
%%DATADIR%%/image/sprite/insect_W.epm
774
share/xblast/image/sprite/jedi_W3.epm
774
%%DATADIR%%/image/sprite/insect_W.pbm
775
share/xblast/image/sprite/jedi_W3.pbm
775
%%DATADIR%%/image/sprite/insect_W2.epm
776
share/xblast/image/sprite/mecha_B.epm
776
%%DATADIR%%/image/sprite/insect_W2.pbm
777
share/xblast/image/sprite/mecha_B.pbm
777
%%DATADIR%%/image/sprite/insect_W3.epm
778
share/xblast/image/sprite/mecha_DD.epm
778
%%DATADIR%%/image/sprite/insect_W3.pbm
779
share/xblast/image/sprite/mecha_DD.pbm
779
%%DATADIR%%/image/sprite/jedi_B.epm
780
share/xblast/image/sprite/mecha_DL.epm
780
%%DATADIR%%/image/sprite/jedi_B.pbm
781
share/xblast/image/sprite/mecha_DL.pbm
781
%%DATADIR%%/image/sprite/jedi_DD.epm
782
share/xblast/image/sprite/mecha_DR.epm
782
%%DATADIR%%/image/sprite/jedi_DD.pbm
783
share/xblast/image/sprite/mecha_DR.pbm
783
%%DATADIR%%/image/sprite/jedi_DL.epm
784
share/xblast/image/sprite/mecha_DU.epm
784
%%DATADIR%%/image/sprite/jedi_DL.pbm
785
share/xblast/image/sprite/mecha_DU.pbm
785
%%DATADIR%%/image/sprite/jedi_DR.epm
786
share/xblast/image/sprite/mecha_D_0.epm
786
%%DATADIR%%/image/sprite/jedi_DR.pbm
787
share/xblast/image/sprite/mecha_D_0.pbm
787
%%DATADIR%%/image/sprite/jedi_DU.epm
788
share/xblast/image/sprite/mecha_D_1.epm
788
%%DATADIR%%/image/sprite/jedi_DU.pbm
789
share/xblast/image/sprite/mecha_D_1.pbm
789
%%DATADIR%%/image/sprite/jedi_D_0.epm
790
share/xblast/image/sprite/mecha_D_2.epm
790
%%DATADIR%%/image/sprite/jedi_D_0.pbm
791
share/xblast/image/sprite/mecha_D_2.pbm
791
%%DATADIR%%/image/sprite/jedi_D_1.epm
792
share/xblast/image/sprite/mecha_D_3.epm
792
%%DATADIR%%/image/sprite/jedi_D_1.pbm
793
share/xblast/image/sprite/mecha_D_3.pbm
793
%%DATADIR%%/image/sprite/jedi_D_2.epm
794
share/xblast/image/sprite/mecha_D_S.epm
794
%%DATADIR%%/image/sprite/jedi_D_2.pbm
795
share/xblast/image/sprite/mecha_D_S.pbm
795
%%DATADIR%%/image/sprite/jedi_D_3.epm
796
share/xblast/image/sprite/mecha_L.epm
796
%%DATADIR%%/image/sprite/jedi_D_3.pbm
797
share/xblast/image/sprite/mecha_L.pbm
797
%%DATADIR%%/image/sprite/jedi_D_S.epm
798
share/xblast/image/sprite/mecha_L1.epm
798
%%DATADIR%%/image/sprite/jedi_D_S.pbm
799
share/xblast/image/sprite/mecha_L1.pbm
799
%%DATADIR%%/image/sprite/jedi_L.epm
800
share/xblast/image/sprite/mecha_L2.epm
800
%%DATADIR%%/image/sprite/jedi_L.pbm
801
share/xblast/image/sprite/mecha_L2.pbm
801
%%DATADIR%%/image/sprite/jedi_L1.epm
802
share/xblast/image/sprite/mecha_L_0.epm
802
%%DATADIR%%/image/sprite/jedi_L1.pbm
803
share/xblast/image/sprite/mecha_L_0.pbm
803
%%DATADIR%%/image/sprite/jedi_L2.epm
804
share/xblast/image/sprite/mecha_L_1.epm
804
%%DATADIR%%/image/sprite/jedi_L2.pbm
805
share/xblast/image/sprite/mecha_L_1.pbm
805
%%DATADIR%%/image/sprite/jedi_L_0.epm
806
share/xblast/image/sprite/mecha_L_2.epm
806
%%DATADIR%%/image/sprite/jedi_L_0.pbm
807
share/xblast/image/sprite/mecha_L_2.pbm
807
%%DATADIR%%/image/sprite/jedi_L_1.epm
808
share/xblast/image/sprite/mecha_L_3.epm
808
%%DATADIR%%/image/sprite/jedi_L_1.pbm
809
share/xblast/image/sprite/mecha_L_3.pbm
809
%%DATADIR%%/image/sprite/jedi_L_2.epm
810
share/xblast/image/sprite/mecha_L_S.epm
810
%%DATADIR%%/image/sprite/jedi_L_2.pbm
811
share/xblast/image/sprite/mecha_L_S.pbm
811
%%DATADIR%%/image/sprite/jedi_L_3.epm
812
share/xblast/image/sprite/mecha_R_0.epm
812
%%DATADIR%%/image/sprite/jedi_L_3.pbm
813
share/xblast/image/sprite/mecha_R_0.pbm
813
%%DATADIR%%/image/sprite/jedi_L_S.epm
814
share/xblast/image/sprite/mecha_R_1.epm
814
%%DATADIR%%/image/sprite/jedi_L_S.pbm
815
share/xblast/image/sprite/mecha_R_1.pbm
815
%%DATADIR%%/image/sprite/jedi_R_0.epm
816
share/xblast/image/sprite/mecha_R_2.epm
816
%%DATADIR%%/image/sprite/jedi_R_0.pbm
817
share/xblast/image/sprite/mecha_R_2.pbm
817
%%DATADIR%%/image/sprite/jedi_R_1.epm
818
share/xblast/image/sprite/mecha_R_3.epm
818
%%DATADIR%%/image/sprite/jedi_R_1.pbm
819
share/xblast/image/sprite/mecha_R_3.pbm
819
%%DATADIR%%/image/sprite/jedi_R_2.epm
820
share/xblast/image/sprite/mecha_R_S.epm
820
%%DATADIR%%/image/sprite/jedi_R_2.pbm
821
share/xblast/image/sprite/mecha_R_S.pbm
821
%%DATADIR%%/image/sprite/jedi_R_3.epm
822
share/xblast/image/sprite/mecha_U_0.epm
822
%%DATADIR%%/image/sprite/jedi_R_3.pbm
823
share/xblast/image/sprite/mecha_U_0.pbm
823
%%DATADIR%%/image/sprite/jedi_R_S.epm
824
share/xblast/image/sprite/mecha_U_1.epm
824
%%DATADIR%%/image/sprite/jedi_R_S.pbm
825
share/xblast/image/sprite/mecha_U_1.pbm
825
%%DATADIR%%/image/sprite/jedi_U_0.epm
826
share/xblast/image/sprite/mecha_U_2.epm
826
%%DATADIR%%/image/sprite/jedi_U_0.pbm
827
share/xblast/image/sprite/mecha_U_2.pbm
827
%%DATADIR%%/image/sprite/jedi_U_1.epm
828
share/xblast/image/sprite/mecha_U_3.epm
828
%%DATADIR%%/image/sprite/jedi_U_1.pbm
829
share/xblast/image/sprite/mecha_U_3.pbm
829
%%DATADIR%%/image/sprite/jedi_U_2.epm
830
share/xblast/image/sprite/mecha_U_S.epm
830
%%DATADIR%%/image/sprite/jedi_U_2.pbm
831
share/xblast/image/sprite/mecha_U_S.pbm
831
%%DATADIR%%/image/sprite/jedi_U_3.epm
832
share/xblast/image/sprite/mecha_W.epm
832
%%DATADIR%%/image/sprite/jedi_U_3.pbm
833
share/xblast/image/sprite/mecha_W.pbm
833
%%DATADIR%%/image/sprite/jedi_U_S.epm
834
share/xblast/image/sprite/mecha_W2.epm
834
%%DATADIR%%/image/sprite/jedi_U_S.pbm
835
share/xblast/image/sprite/mecha_W2.pbm
835
%%DATADIR%%/image/sprite/jedi_W.epm
836
share/xblast/image/sprite/mecha_W3.epm
836
%%DATADIR%%/image/sprite/jedi_W.pbm
837
share/xblast/image/sprite/mecha_W3.pbm
837
%%DATADIR%%/image/sprite/jedi_W2.epm
838
share/xblast/image/sprite/morph.pbm
838
%%DATADIR%%/image/sprite/jedi_W2.pbm
839
share/xblast/image/sprite/morph.ppm
839
%%DATADIR%%/image/sprite/jedi_W3.epm
840
share/xblast/image/sprite/normal_B.epm
840
%%DATADIR%%/image/sprite/jedi_W3.pbm
841
share/xblast/image/sprite/normal_B.pbm
841
%%DATADIR%%/image/sprite/kenny_B.epm
842
share/xblast/image/sprite/normal_DD.epm
842
%%DATADIR%%/image/sprite/kenny_B.pbm
843
share/xblast/image/sprite/normal_DD.pbm
843
%%DATADIR%%/image/sprite/kenny_DD.epm
844
share/xblast/image/sprite/normal_DL.epm
844
%%DATADIR%%/image/sprite/kenny_DD.pbm
845
share/xblast/image/sprite/normal_DL.pbm
845
%%DATADIR%%/image/sprite/kenny_DL.epm
846
share/xblast/image/sprite/normal_DR.epm
846
%%DATADIR%%/image/sprite/kenny_DL.pbm
847
share/xblast/image/sprite/normal_DR.pbm
847
%%DATADIR%%/image/sprite/kenny_DR.epm
848
share/xblast/image/sprite/normal_DU.epm
848
%%DATADIR%%/image/sprite/kenny_DR.pbm
849
share/xblast/image/sprite/normal_DU.pbm
849
%%DATADIR%%/image/sprite/kenny_DU.epm
850
share/xblast/image/sprite/normal_D_0.epm
850
%%DATADIR%%/image/sprite/kenny_DU.pbm
851
share/xblast/image/sprite/normal_D_0.pbm
851
%%DATADIR%%/image/sprite/kenny_D_0.epm
852
share/xblast/image/sprite/normal_D_1.epm
852
%%DATADIR%%/image/sprite/kenny_D_0.pbm
853
share/xblast/image/sprite/normal_D_1.pbm
853
%%DATADIR%%/image/sprite/kenny_D_1.epm
854
share/xblast/image/sprite/normal_D_2.epm
854
%%DATADIR%%/image/sprite/kenny_D_1.pbm
855
share/xblast/image/sprite/normal_D_2.pbm
855
%%DATADIR%%/image/sprite/kenny_D_2.epm
856
share/xblast/image/sprite/normal_D_3.epm
856
%%DATADIR%%/image/sprite/kenny_D_2.pbm
857
share/xblast/image/sprite/normal_D_3.pbm
857
%%DATADIR%%/image/sprite/kenny_D_3.epm
858
share/xblast/image/sprite/normal_D_S.epm
858
%%DATADIR%%/image/sprite/kenny_D_3.pbm
859
share/xblast/image/sprite/normal_D_S.pbm
859
%%DATADIR%%/image/sprite/kenny_D_S.epm
860
share/xblast/image/sprite/normal_L.epm
860
%%DATADIR%%/image/sprite/kenny_D_S.pbm
861
share/xblast/image/sprite/normal_L.pbm
861
%%DATADIR%%/image/sprite/kenny_L.epm
862
share/xblast/image/sprite/normal_L1.epm
862
%%DATADIR%%/image/sprite/kenny_L.pbm
863
share/xblast/image/sprite/normal_L1.pbm
863
%%DATADIR%%/image/sprite/kenny_L1.epm
864
share/xblast/image/sprite/normal_L2.epm
864
%%DATADIR%%/image/sprite/kenny_L1.pbm
865
share/xblast/image/sprite/normal_L2.pbm
865
%%DATADIR%%/image/sprite/kenny_L2.epm
866
share/xblast/image/sprite/normal_L_0.epm
866
%%DATADIR%%/image/sprite/kenny_L2.pbm
867
share/xblast/image/sprite/normal_L_0.pbm
867
%%DATADIR%%/image/sprite/kenny_L_0.epm
868
share/xblast/image/sprite/normal_L_1.epm
868
%%DATADIR%%/image/sprite/kenny_L_0.pbm
869
share/xblast/image/sprite/normal_L_1.pbm
869
%%DATADIR%%/image/sprite/kenny_L_1.epm
870
share/xblast/image/sprite/normal_L_2.epm
870
%%DATADIR%%/image/sprite/kenny_L_1.pbm
871
share/xblast/image/sprite/normal_L_2.pbm
871
%%DATADIR%%/image/sprite/kenny_L_2.epm
872
share/xblast/image/sprite/normal_L_3.epm
872
%%DATADIR%%/image/sprite/kenny_L_2.pbm
873
share/xblast/image/sprite/normal_L_3.pbm
873
%%DATADIR%%/image/sprite/kenny_L_3.epm
874
share/xblast/image/sprite/normal_L_S.epm
874
%%DATADIR%%/image/sprite/kenny_L_3.pbm
875
share/xblast/image/sprite/normal_L_S.pbm
875
%%DATADIR%%/image/sprite/kenny_L_S.epm
876
share/xblast/image/sprite/normal_R_0.epm
876
%%DATADIR%%/image/sprite/kenny_L_S.pbm
877
share/xblast/image/sprite/normal_R_0.pbm
877
%%DATADIR%%/image/sprite/kenny_R_0.epm
878
share/xblast/image/sprite/normal_R_1.epm
878
%%DATADIR%%/image/sprite/kenny_R_0.pbm
879
share/xblast/image/sprite/normal_R_1.pbm
879
%%DATADIR%%/image/sprite/kenny_R_1.epm
880
share/xblast/image/sprite/normal_R_2.epm
880
%%DATADIR%%/image/sprite/kenny_R_1.pbm
881
share/xblast/image/sprite/normal_R_2.pbm
881
%%DATADIR%%/image/sprite/kenny_R_2.epm
882
share/xblast/image/sprite/normal_R_3.epm
882
%%DATADIR%%/image/sprite/kenny_R_2.pbm
883
share/xblast/image/sprite/normal_R_3.pbm
883
%%DATADIR%%/image/sprite/kenny_R_3.epm
884
share/xblast/image/sprite/normal_R_S.epm
884
%%DATADIR%%/image/sprite/kenny_R_3.pbm
885
share/xblast/image/sprite/normal_R_S.pbm
885
%%DATADIR%%/image/sprite/kenny_R_S.epm
886
share/xblast/image/sprite/normal_U_0.epm
886
%%DATADIR%%/image/sprite/kenny_R_S.pbm
887
share/xblast/image/sprite/normal_U_0.pbm
887
%%DATADIR%%/image/sprite/kenny_U_0.epm
888
share/xblast/image/sprite/normal_U_1.epm
888
%%DATADIR%%/image/sprite/kenny_U_0.pbm
889
share/xblast/image/sprite/normal_U_1.pbm
889
%%DATADIR%%/image/sprite/kenny_U_1.epm
890
share/xblast/image/sprite/normal_U_2.epm
890
%%DATADIR%%/image/sprite/kenny_U_1.pbm
891
share/xblast/image/sprite/normal_U_2.pbm
891
%%DATADIR%%/image/sprite/kenny_U_2.epm
892
share/xblast/image/sprite/normal_U_3.epm
892
%%DATADIR%%/image/sprite/kenny_U_2.pbm
893
share/xblast/image/sprite/normal_U_3.pbm
893
%%DATADIR%%/image/sprite/kenny_U_3.epm
894
share/xblast/image/sprite/normal_U_S.epm
894
%%DATADIR%%/image/sprite/kenny_U_3.pbm
895
share/xblast/image/sprite/normal_U_S.pbm
895
%%DATADIR%%/image/sprite/kenny_U_S.epm
896
share/xblast/image/sprite/normal_W.epm
896
%%DATADIR%%/image/sprite/kenny_U_S.pbm
897
share/xblast/image/sprite/normal_W.pbm
897
%%DATADIR%%/image/sprite/kenny_W.epm
898
share/xblast/image/sprite/normal_W2.epm
898
%%DATADIR%%/image/sprite/kenny_W.pbm
899
share/xblast/image/sprite/normal_W2.pbm
899
%%DATADIR%%/image/sprite/kenny_W2.epm
900
share/xblast/image/sprite/normal_W3.epm
900
%%DATADIR%%/image/sprite/kenny_W2.pbm
901
share/xblast/image/sprite/normal_W3.pbm
901
%%DATADIR%%/image/sprite/kenny_W3.epm
902
share/xblast/image/sprite/ping_B.epm
902
%%DATADIR%%/image/sprite/kenny_W3.pbm
903
share/xblast/image/sprite/ping_B.pbm
903
%%DATADIR%%/image/sprite/mecha_B.epm
904
share/xblast/image/sprite/ping_DD.epm
904
%%DATADIR%%/image/sprite/mecha_B.pbm
905
share/xblast/image/sprite/ping_DD.pbm
905
%%DATADIR%%/image/sprite/mecha_DD.epm
906
share/xblast/image/sprite/ping_DL.epm
906
%%DATADIR%%/image/sprite/mecha_DD.pbm
907
share/xblast/image/sprite/ping_DL.pbm
907
%%DATADIR%%/image/sprite/mecha_DL.epm
908
share/xblast/image/sprite/ping_DR.epm
908
%%DATADIR%%/image/sprite/mecha_DL.pbm
909
share/xblast/image/sprite/ping_DR.pbm
909
%%DATADIR%%/image/sprite/mecha_DR.epm
910
share/xblast/image/sprite/ping_DU.epm
910
%%DATADIR%%/image/sprite/mecha_DR.pbm
911
share/xblast/image/sprite/ping_DU.pbm
911
%%DATADIR%%/image/sprite/mecha_DU.epm
912
share/xblast/image/sprite/ping_D_0.epm
912
%%DATADIR%%/image/sprite/mecha_DU.pbm
913
share/xblast/image/sprite/ping_D_0.pbm
913
%%DATADIR%%/image/sprite/mecha_D_0.epm
914
share/xblast/image/sprite/ping_D_1.epm
914
%%DATADIR%%/image/sprite/mecha_D_0.pbm
915
share/xblast/image/sprite/ping_D_1.pbm
915
%%DATADIR%%/image/sprite/mecha_D_1.epm
916
share/xblast/image/sprite/ping_D_2.epm
916
%%DATADIR%%/image/sprite/mecha_D_1.pbm
917
share/xblast/image/sprite/ping_D_2.pbm
917
%%DATADIR%%/image/sprite/mecha_D_2.epm
918
share/xblast/image/sprite/ping_D_3.epm
918
%%DATADIR%%/image/sprite/mecha_D_2.pbm
919
share/xblast/image/sprite/ping_D_3.pbm
919
%%DATADIR%%/image/sprite/mecha_D_3.epm
920
share/xblast/image/sprite/ping_D_S.epm
920
%%DATADIR%%/image/sprite/mecha_D_3.pbm
921
share/xblast/image/sprite/ping_D_S.pbm
921
%%DATADIR%%/image/sprite/mecha_D_S.epm
922
share/xblast/image/sprite/ping_L.epm
922
%%DATADIR%%/image/sprite/mecha_D_S.pbm
923
share/xblast/image/sprite/ping_L.pbm
923
%%DATADIR%%/image/sprite/mecha_L.epm
924
share/xblast/image/sprite/ping_L1.epm
924
%%DATADIR%%/image/sprite/mecha_L.pbm
925
share/xblast/image/sprite/ping_L1.pbm
925
%%DATADIR%%/image/sprite/mecha_L1.epm
926
share/xblast/image/sprite/ping_L2.epm
926
%%DATADIR%%/image/sprite/mecha_L1.pbm
927
share/xblast/image/sprite/ping_L2.pbm
927
%%DATADIR%%/image/sprite/mecha_L2.epm
928
share/xblast/image/sprite/ping_L_0.epm
928
%%DATADIR%%/image/sprite/mecha_L2.pbm
929
share/xblast/image/sprite/ping_L_0.pbm
929
%%DATADIR%%/image/sprite/mecha_L_0.epm
930
share/xblast/image/sprite/ping_L_1.epm
930
%%DATADIR%%/image/sprite/mecha_L_0.pbm
931
share/xblast/image/sprite/ping_L_1.pbm
931
%%DATADIR%%/image/sprite/mecha_L_1.epm
932
share/xblast/image/sprite/ping_L_2.epm
932
%%DATADIR%%/image/sprite/mecha_L_1.pbm
933
share/xblast/image/sprite/ping_L_2.pbm
933
%%DATADIR%%/image/sprite/mecha_L_2.epm
934
share/xblast/image/sprite/ping_L_3.epm
934
%%DATADIR%%/image/sprite/mecha_L_2.pbm
935
share/xblast/image/sprite/ping_L_3.pbm
935
%%DATADIR%%/image/sprite/mecha_L_3.epm
936
share/xblast/image/sprite/ping_L_S.epm
936
%%DATADIR%%/image/sprite/mecha_L_3.pbm
937
share/xblast/image/sprite/ping_L_S.pbm
937
%%DATADIR%%/image/sprite/mecha_L_S.epm
938
share/xblast/image/sprite/ping_R_0.epm
938
%%DATADIR%%/image/sprite/mecha_L_S.pbm
939
share/xblast/image/sprite/ping_R_0.pbm
939
%%DATADIR%%/image/sprite/mecha_R_0.epm
940
share/xblast/image/sprite/ping_R_1.epm
940
%%DATADIR%%/image/sprite/mecha_R_0.pbm
941
share/xblast/image/sprite/ping_R_1.pbm
941
%%DATADIR%%/image/sprite/mecha_R_1.epm
942
share/xblast/image/sprite/ping_R_2.epm
942
%%DATADIR%%/image/sprite/mecha_R_1.pbm
943
share/xblast/image/sprite/ping_R_2.pbm
943
%%DATADIR%%/image/sprite/mecha_R_2.epm
944
share/xblast/image/sprite/ping_R_3.epm
944
%%DATADIR%%/image/sprite/mecha_R_2.pbm
945
share/xblast/image/sprite/ping_R_3.pbm
945
%%DATADIR%%/image/sprite/mecha_R_3.epm
946
share/xblast/image/sprite/ping_R_S.epm
946
%%DATADIR%%/image/sprite/mecha_R_3.pbm
947
share/xblast/image/sprite/ping_R_S.pbm
947
%%DATADIR%%/image/sprite/mecha_R_S.epm
948
share/xblast/image/sprite/ping_U_0.epm
948
%%DATADIR%%/image/sprite/mecha_R_S.pbm
949
share/xblast/image/sprite/ping_U_0.pbm
949
%%DATADIR%%/image/sprite/mecha_U_0.epm
950
share/xblast/image/sprite/ping_U_1.epm
950
%%DATADIR%%/image/sprite/mecha_U_0.pbm
951
share/xblast/image/sprite/ping_U_1.pbm
951
%%DATADIR%%/image/sprite/mecha_U_1.epm
952
share/xblast/image/sprite/ping_U_2.epm
952
%%DATADIR%%/image/sprite/mecha_U_1.pbm
953
share/xblast/image/sprite/ping_U_2.pbm
953
%%DATADIR%%/image/sprite/mecha_U_2.epm
954
share/xblast/image/sprite/ping_U_3.epm
954
%%DATADIR%%/image/sprite/mecha_U_2.pbm
955
share/xblast/image/sprite/ping_U_3.pbm
955
%%DATADIR%%/image/sprite/mecha_U_3.epm
956
share/xblast/image/sprite/ping_U_S.epm
956
%%DATADIR%%/image/sprite/mecha_U_3.pbm
957
share/xblast/image/sprite/ping_U_S.pbm
957
%%DATADIR%%/image/sprite/mecha_U_S.epm
958
share/xblast/image/sprite/ping_W.epm
958
%%DATADIR%%/image/sprite/mecha_U_S.pbm
959
share/xblast/image/sprite/ping_W.pbm
959
%%DATADIR%%/image/sprite/mecha_W.epm
960
share/xblast/image/sprite/ping_W2.epm
960
%%DATADIR%%/image/sprite/mecha_W.pbm
961
share/xblast/image/sprite/ping_W2.pbm
961
%%DATADIR%%/image/sprite/mecha_W2.epm
962
share/xblast/image/sprite/ping_W3.epm
962
%%DATADIR%%/image/sprite/mecha_W2.pbm
963
share/xblast/image/sprite/ping_W3.pbm
963
%%DATADIR%%/image/sprite/mecha_W3.epm
964
share/xblast/image/sprite/punk_B.epm
964
%%DATADIR%%/image/sprite/mecha_W3.pbm
965
share/xblast/image/sprite/punk_B.pbm
965
%%DATADIR%%/image/sprite/morph.pbm
966
share/xblast/image/sprite/punk_DD.epm
966
%%DATADIR%%/image/sprite/morph.ppm
967
share/xblast/image/sprite/punk_DD.pbm
967
%%DATADIR%%/image/sprite/normal_B.epm
968
share/xblast/image/sprite/punk_DL.epm
968
%%DATADIR%%/image/sprite/normal_B.pbm
969
share/xblast/image/sprite/punk_DL.pbm
969
%%DATADIR%%/image/sprite/normal_DD.epm
970
share/xblast/image/sprite/punk_DR.epm
970
%%DATADIR%%/image/sprite/normal_DD.pbm
971
share/xblast/image/sprite/punk_DR.pbm
971
%%DATADIR%%/image/sprite/normal_DL.epm
972
share/xblast/image/sprite/punk_DU.epm
972
%%DATADIR%%/image/sprite/normal_DL.pbm
973
share/xblast/image/sprite/punk_DU.pbm
973
%%DATADIR%%/image/sprite/normal_DR.epm
974
share/xblast/image/sprite/punk_D_0.epm
974
%%DATADIR%%/image/sprite/normal_DR.pbm
975
share/xblast/image/sprite/punk_D_0.pbm
975
%%DATADIR%%/image/sprite/normal_DU.epm
976
share/xblast/image/sprite/punk_D_1.epm
976
%%DATADIR%%/image/sprite/normal_DU.pbm
977
share/xblast/image/sprite/punk_D_1.pbm
977
%%DATADIR%%/image/sprite/normal_D_0.epm
978
share/xblast/image/sprite/punk_D_2.epm
978
%%DATADIR%%/image/sprite/normal_D_0.pbm
979
share/xblast/image/sprite/punk_D_2.pbm
979
%%DATADIR%%/image/sprite/normal_D_1.epm
980
share/xblast/image/sprite/punk_D_3.epm
980
%%DATADIR%%/image/sprite/normal_D_1.pbm
981
share/xblast/image/sprite/punk_D_3.pbm
981
%%DATADIR%%/image/sprite/normal_D_2.epm
982
share/xblast/image/sprite/punk_D_S.epm
982
%%DATADIR%%/image/sprite/normal_D_2.pbm
983
share/xblast/image/sprite/punk_D_S.pbm
983
%%DATADIR%%/image/sprite/normal_D_3.epm
984
share/xblast/image/sprite/punk_L.epm
984
%%DATADIR%%/image/sprite/normal_D_3.pbm
985
share/xblast/image/sprite/punk_L.pbm
985
%%DATADIR%%/image/sprite/normal_D_S.epm
986
share/xblast/image/sprite/punk_L1.epm
986
%%DATADIR%%/image/sprite/normal_D_S.pbm
987
share/xblast/image/sprite/punk_L1.pbm
987
%%DATADIR%%/image/sprite/normal_L.epm
988
share/xblast/image/sprite/punk_L2.epm
988
%%DATADIR%%/image/sprite/normal_L.pbm
989
share/xblast/image/sprite/punk_L2.pbm
989
%%DATADIR%%/image/sprite/normal_L1.epm
990
share/xblast/image/sprite/punk_L_0.epm
990
%%DATADIR%%/image/sprite/normal_L1.pbm
991
share/xblast/image/sprite/punk_L_0.pbm
991
%%DATADIR%%/image/sprite/normal_L2.epm
992
share/xblast/image/sprite/punk_L_1.epm
992
%%DATADIR%%/image/sprite/normal_L2.pbm
993
share/xblast/image/sprite/punk_L_1.pbm
993
%%DATADIR%%/image/sprite/normal_L_0.epm
994
share/xblast/image/sprite/punk_L_2.epm
994
%%DATADIR%%/image/sprite/normal_L_0.pbm
995
share/xblast/image/sprite/punk_L_2.pbm
995
%%DATADIR%%/image/sprite/normal_L_1.epm
996
share/xblast/image/sprite/punk_L_3.epm
996
%%DATADIR%%/image/sprite/normal_L_1.pbm
997
share/xblast/image/sprite/punk_L_3.pbm
997
%%DATADIR%%/image/sprite/normal_L_2.epm
998
share/xblast/image/sprite/punk_L_S.epm
998
%%DATADIR%%/image/sprite/normal_L_2.pbm
999
share/xblast/image/sprite/punk_L_S.pbm
999
%%DATADIR%%/image/sprite/normal_L_3.epm
1000
share/xblast/image/sprite/punk_R_0.epm
1000
%%DATADIR%%/image/sprite/normal_L_3.pbm
1001
share/xblast/image/sprite/punk_R_0.pbm
1001
%%DATADIR%%/image/sprite/normal_L_S.epm
1002
share/xblast/image/sprite/punk_R_1.epm
1002
%%DATADIR%%/image/sprite/normal_L_S.pbm
1003
share/xblast/image/sprite/punk_R_1.pbm
1003
%%DATADIR%%/image/sprite/normal_R_0.epm
1004
share/xblast/image/sprite/punk_R_2.epm
1004
%%DATADIR%%/image/sprite/normal_R_0.pbm
1005
share/xblast/image/sprite/punk_R_2.pbm
1005
%%DATADIR%%/image/sprite/normal_R_1.epm
1006
share/xblast/image/sprite/punk_R_3.epm
1006
%%DATADIR%%/image/sprite/normal_R_1.pbm
1007
share/xblast/image/sprite/punk_R_3.pbm
1007
%%DATADIR%%/image/sprite/normal_R_2.epm
1008
share/xblast/image/sprite/punk_R_S.epm
1008
%%DATADIR%%/image/sprite/normal_R_2.pbm
1009
share/xblast/image/sprite/punk_R_S.pbm
1009
%%DATADIR%%/image/sprite/normal_R_3.epm
1010
share/xblast/image/sprite/punk_U_0.epm
1010
%%DATADIR%%/image/sprite/normal_R_3.pbm
1011
share/xblast/image/sprite/punk_U_0.pbm
1011
%%DATADIR%%/image/sprite/normal_R_S.epm
1012
share/xblast/image/sprite/punk_U_1.epm
1012
%%DATADIR%%/image/sprite/normal_R_S.pbm
1013
share/xblast/image/sprite/punk_U_1.pbm
1013
%%DATADIR%%/image/sprite/normal_U_0.epm
1014
share/xblast/image/sprite/punk_U_2.epm
1014
%%DATADIR%%/image/sprite/normal_U_0.pbm
1015
share/xblast/image/sprite/punk_U_2.pbm
1015
%%DATADIR%%/image/sprite/normal_U_1.epm
1016
share/xblast/image/sprite/punk_U_3.epm
1016
%%DATADIR%%/image/sprite/normal_U_1.pbm
1017
share/xblast/image/sprite/punk_U_3.pbm
1017
%%DATADIR%%/image/sprite/normal_U_2.epm
1018
share/xblast/image/sprite/punk_U_S.epm
1018
%%DATADIR%%/image/sprite/normal_U_2.pbm
1019
share/xblast/image/sprite/punk_U_S.pbm
1019
%%DATADIR%%/image/sprite/normal_U_3.epm
1020
share/xblast/image/sprite/punk_W.epm
1020
%%DATADIR%%/image/sprite/normal_U_3.pbm
1021
share/xblast/image/sprite/punk_W.pbm
1021
%%DATADIR%%/image/sprite/normal_U_S.epm
1022
share/xblast/image/sprite/punk_W2.epm
1022
%%DATADIR%%/image/sprite/normal_U_S.pbm
1023
share/xblast/image/sprite/punk_W2.pbm
1023
%%DATADIR%%/image/sprite/normal_W.epm
1024
share/xblast/image/sprite/punk_W3.epm
1024
%%DATADIR%%/image/sprite/normal_W.pbm
1025
share/xblast/image/sprite/punk_W3.pbm
1025
%%DATADIR%%/image/sprite/normal_W2.epm
1026
share/xblast/image/sprite/skel_D.pbm
1026
%%DATADIR%%/image/sprite/normal_W2.pbm
1027
share/xblast/image/sprite/skel_D.ppm
1027
%%DATADIR%%/image/sprite/normal_W3.epm
1028
share/xblast/image/sprite/skel_L.pbm
1028
%%DATADIR%%/image/sprite/normal_W3.pbm
1029
share/xblast/image/sprite/skel_L.ppm
1029
%%DATADIR%%/image/sprite/ping_B.epm
1030
share/xblast/image/sprite/skel_R.pbm
1030
%%DATADIR%%/image/sprite/ping_B.pbm
1031
share/xblast/image/sprite/skel_R.ppm
1031
%%DATADIR%%/image/sprite/ping_DD.epm
1032
share/xblast/image/sprite/skel_U.pbm
1032
%%DATADIR%%/image/sprite/ping_DD.pbm
1033
share/xblast/image/sprite/skel_U.ppm
1033
%%DATADIR%%/image/sprite/ping_DL.epm
1034
share/xblast/image/sprite/skull_B.epm
1034
%%DATADIR%%/image/sprite/ping_DL.pbm
1035
share/xblast/image/sprite/skull_B.pbm
1035
%%DATADIR%%/image/sprite/ping_DR.epm
1036
share/xblast/image/sprite/skull_DD.epm
1036
%%DATADIR%%/image/sprite/ping_DR.pbm
1037
share/xblast/image/sprite/skull_DD.pbm
1037
%%DATADIR%%/image/sprite/ping_DU.epm
1038
share/xblast/image/sprite/skull_DL.epm
1038
%%DATADIR%%/image/sprite/ping_DU.pbm
1039
share/xblast/image/sprite/skull_DL.pbm
1039
%%DATADIR%%/image/sprite/ping_D_0.epm
1040
share/xblast/image/sprite/skull_DR.epm
1040
%%DATADIR%%/image/sprite/ping_D_0.pbm
1041
share/xblast/image/sprite/skull_DR.pbm
1041
%%DATADIR%%/image/sprite/ping_D_1.epm
1042
share/xblast/image/sprite/skull_DU.epm
1042
%%DATADIR%%/image/sprite/ping_D_1.pbm
1043
share/xblast/image/sprite/skull_DU.pbm
1043
%%DATADIR%%/image/sprite/ping_D_2.epm
1044
share/xblast/image/sprite/skull_D_0.epm
1044
%%DATADIR%%/image/sprite/ping_D_2.pbm
1045
share/xblast/image/sprite/skull_D_0.pbm
1045
%%DATADIR%%/image/sprite/ping_D_3.epm
1046
share/xblast/image/sprite/skull_D_1.epm
1046
%%DATADIR%%/image/sprite/ping_D_3.pbm
1047
share/xblast/image/sprite/skull_D_1.pbm
1047
%%DATADIR%%/image/sprite/ping_D_S.epm
1048
share/xblast/image/sprite/skull_D_2.epm
1048
%%DATADIR%%/image/sprite/ping_D_S.pbm
1049
share/xblast/image/sprite/skull_D_2.pbm
1049
%%DATADIR%%/image/sprite/ping_L.epm
1050
share/xblast/image/sprite/skull_D_3.epm
1050
%%DATADIR%%/image/sprite/ping_L.pbm
1051
share/xblast/image/sprite/skull_D_3.pbm
1051
%%DATADIR%%/image/sprite/ping_L1.epm
1052
share/xblast/image/sprite/skull_D_S.epm
1052
%%DATADIR%%/image/sprite/ping_L1.pbm
1053
share/xblast/image/sprite/skull_D_S.pbm
1053
%%DATADIR%%/image/sprite/ping_L2.epm
1054
share/xblast/image/sprite/skull_L.epm
1054
%%DATADIR%%/image/sprite/ping_L2.pbm
1055
share/xblast/image/sprite/skull_L.pbm
1055
%%DATADIR%%/image/sprite/ping_L_0.epm
1056
share/xblast/image/sprite/skull_L1.epm
1056
%%DATADIR%%/image/sprite/ping_L_0.pbm
1057
share/xblast/image/sprite/skull_L1.pbm
1057
%%DATADIR%%/image/sprite/ping_L_1.epm
1058
share/xblast/image/sprite/skull_L2.epm
1058
%%DATADIR%%/image/sprite/ping_L_1.pbm
1059
share/xblast/image/sprite/skull_L2.pbm
1059
%%DATADIR%%/image/sprite/ping_L_2.epm
1060
share/xblast/image/sprite/skull_L_0.epm
1060
%%DATADIR%%/image/sprite/ping_L_2.pbm
1061
share/xblast/image/sprite/skull_L_0.pbm
1061
%%DATADIR%%/image/sprite/ping_L_3.epm
1062
share/xblast/image/sprite/skull_L_1.epm
1062
%%DATADIR%%/image/sprite/ping_L_3.pbm
1063
share/xblast/image/sprite/skull_L_1.pbm
1063
%%DATADIR%%/image/sprite/ping_L_S.epm
1064
share/xblast/image/sprite/skull_L_2.epm
1064
%%DATADIR%%/image/sprite/ping_L_S.pbm
1065
share/xblast/image/sprite/skull_L_2.pbm
1065
%%DATADIR%%/image/sprite/ping_R_0.epm
1066
share/xblast/image/sprite/skull_L_3.epm
1066
%%DATADIR%%/image/sprite/ping_R_0.pbm
1067
share/xblast/image/sprite/skull_L_3.pbm
1067
%%DATADIR%%/image/sprite/ping_R_1.epm
1068
share/xblast/image/sprite/skull_L_S.epm
1068
%%DATADIR%%/image/sprite/ping_R_1.pbm
1069
share/xblast/image/sprite/skull_L_S.pbm
1069
%%DATADIR%%/image/sprite/ping_R_2.epm
1070
share/xblast/image/sprite/skull_R_0.epm
1070
%%DATADIR%%/image/sprite/ping_R_2.pbm
1071
share/xblast/image/sprite/skull_R_0.pbm
1071
%%DATADIR%%/image/sprite/ping_R_3.epm
1072
share/xblast/image/sprite/skull_R_1.epm
1072
%%DATADIR%%/image/sprite/ping_R_3.pbm
1073
share/xblast/image/sprite/skull_R_1.pbm
1073
%%DATADIR%%/image/sprite/ping_R_S.epm
1074
share/xblast/image/sprite/skull_R_2.epm
1074
%%DATADIR%%/image/sprite/ping_R_S.pbm
1075
share/xblast/image/sprite/skull_R_2.pbm
1075
%%DATADIR%%/image/sprite/ping_U_0.epm
1076
share/xblast/image/sprite/skull_R_3.epm
1076
%%DATADIR%%/image/sprite/ping_U_0.pbm
1077
share/xblast/image/sprite/skull_R_3.pbm
1077
%%DATADIR%%/image/sprite/ping_U_1.epm
1078
share/xblast/image/sprite/skull_R_S.epm
1078
%%DATADIR%%/image/sprite/ping_U_1.pbm
1079
share/xblast/image/sprite/skull_R_S.pbm
1079
%%DATADIR%%/image/sprite/ping_U_2.epm
1080
share/xblast/image/sprite/skull_U_0.epm
1080
%%DATADIR%%/image/sprite/ping_U_2.pbm
1081
share/xblast/image/sprite/skull_U_0.pbm
1081
%%DATADIR%%/image/sprite/ping_U_3.epm
1082
share/xblast/image/sprite/skull_U_1.epm
1082
%%DATADIR%%/image/sprite/ping_U_3.pbm
1083
share/xblast/image/sprite/skull_U_1.pbm
1083
%%DATADIR%%/image/sprite/ping_U_S.epm
1084
share/xblast/image/sprite/skull_U_2.epm
1084
%%DATADIR%%/image/sprite/ping_U_S.pbm
1085
share/xblast/image/sprite/skull_U_2.pbm
1085
%%DATADIR%%/image/sprite/ping_W.epm
1086
share/xblast/image/sprite/skull_U_3.epm
1086
%%DATADIR%%/image/sprite/ping_W.pbm
1087
share/xblast/image/sprite/skull_U_3.pbm
1087
%%DATADIR%%/image/sprite/ping_W2.epm
1088
share/xblast/image/sprite/skull_U_S.epm
1088
%%DATADIR%%/image/sprite/ping_W2.pbm
1089
share/xblast/image/sprite/skull_U_S.pbm
1089
%%DATADIR%%/image/sprite/ping_W3.epm
1090
share/xblast/image/sprite/skull_W.epm
1090
%%DATADIR%%/image/sprite/ping_W3.pbm
1091
share/xblast/image/sprite/skull_W.pbm
1091
%%DATADIR%%/image/sprite/punk_B.epm
1092
share/xblast/image/sprite/skull_W2.epm
1092
%%DATADIR%%/image/sprite/punk_B.pbm
1093
share/xblast/image/sprite/skull_W2.pbm
1093
%%DATADIR%%/image/sprite/punk_DD.epm
1094
share/xblast/image/sprite/skull_W3.epm
1094
%%DATADIR%%/image/sprite/punk_DD.pbm
1095
share/xblast/image/sprite/skull_W3.pbm
1095
%%DATADIR%%/image/sprite/punk_DL.epm
1096
share/xblast/image/sprite/sticky_B.epm
1096
%%DATADIR%%/image/sprite/punk_DL.pbm
1097
share/xblast/image/sprite/sticky_B.pbm
1097
%%DATADIR%%/image/sprite/punk_DR.epm
1098
share/xblast/image/sprite/sticky_DD.epm
1098
%%DATADIR%%/image/sprite/punk_DR.pbm
1099
share/xblast/image/sprite/sticky_DD.pbm
1099
%%DATADIR%%/image/sprite/punk_DU.epm
1100
share/xblast/image/sprite/sticky_DL.epm
1100
%%DATADIR%%/image/sprite/punk_DU.pbm
1101
share/xblast/image/sprite/sticky_DL.pbm
1101
%%DATADIR%%/image/sprite/punk_D_0.epm
1102
share/xblast/image/sprite/sticky_DR.epm
1102
%%DATADIR%%/image/sprite/punk_D_0.pbm
1103
share/xblast/image/sprite/sticky_DR.pbm
1103
%%DATADIR%%/image/sprite/punk_D_1.epm
1104
share/xblast/image/sprite/sticky_DU.epm
1104
%%DATADIR%%/image/sprite/punk_D_1.pbm
1105
share/xblast/image/sprite/sticky_DU.pbm
1105
%%DATADIR%%/image/sprite/punk_D_2.epm
1106
share/xblast/image/sprite/sticky_D_0.epm
1106
%%DATADIR%%/image/sprite/punk_D_2.pbm
1107
share/xblast/image/sprite/sticky_D_0.pbm
1107
%%DATADIR%%/image/sprite/punk_D_3.epm
1108
share/xblast/image/sprite/sticky_D_1.epm
1108
%%DATADIR%%/image/sprite/punk_D_3.pbm
1109
share/xblast/image/sprite/sticky_D_1.pbm
1109
%%DATADIR%%/image/sprite/punk_D_S.epm
1110
share/xblast/image/sprite/sticky_D_2.epm
1110
%%DATADIR%%/image/sprite/punk_D_S.pbm
1111
share/xblast/image/sprite/sticky_D_2.pbm
1111
%%DATADIR%%/image/sprite/punk_L.epm
1112
share/xblast/image/sprite/sticky_D_3.epm
1112
%%DATADIR%%/image/sprite/punk_L.pbm
1113
share/xblast/image/sprite/sticky_D_3.pbm
1113
%%DATADIR%%/image/sprite/punk_L1.epm
1114
share/xblast/image/sprite/sticky_D_S.epm
1114
%%DATADIR%%/image/sprite/punk_L1.pbm
1115
share/xblast/image/sprite/sticky_D_S.pbm
1115
%%DATADIR%%/image/sprite/punk_L2.epm
1116
share/xblast/image/sprite/sticky_L.epm
1116
%%DATADIR%%/image/sprite/punk_L2.pbm
1117
share/xblast/image/sprite/sticky_L.pbm
1117
%%DATADIR%%/image/sprite/punk_L_0.epm
1118
share/xblast/image/sprite/sticky_L1.epm
1118
%%DATADIR%%/image/sprite/punk_L_0.pbm
1119
share/xblast/image/sprite/sticky_L1.pbm
1119
%%DATADIR%%/image/sprite/punk_L_1.epm
1120
share/xblast/image/sprite/sticky_L2.epm
1120
%%DATADIR%%/image/sprite/punk_L_1.pbm
1121
share/xblast/image/sprite/sticky_L2.pbm
1121
%%DATADIR%%/image/sprite/punk_L_2.epm
1122
share/xblast/image/sprite/sticky_L_0.epm
1122
%%DATADIR%%/image/sprite/punk_L_2.pbm
1123
share/xblast/image/sprite/sticky_L_0.pbm
1123
%%DATADIR%%/image/sprite/punk_L_3.epm
1124
share/xblast/image/sprite/sticky_L_1.epm
1124
%%DATADIR%%/image/sprite/punk_L_3.pbm
1125
share/xblast/image/sprite/sticky_L_1.pbm
1125
%%DATADIR%%/image/sprite/punk_L_S.epm
1126
share/xblast/image/sprite/sticky_L_2.epm
1126
%%DATADIR%%/image/sprite/punk_L_S.pbm
1127
share/xblast/image/sprite/sticky_L_2.pbm
1127
%%DATADIR%%/image/sprite/punk_R_0.epm
1128
share/xblast/image/sprite/sticky_L_3.epm
1128
%%DATADIR%%/image/sprite/punk_R_0.pbm
1129
share/xblast/image/sprite/sticky_L_3.pbm
1129
%%DATADIR%%/image/sprite/punk_R_1.epm
1130
share/xblast/image/sprite/sticky_L_S.epm
1130
%%DATADIR%%/image/sprite/punk_R_1.pbm
1131
share/xblast/image/sprite/sticky_L_S.pbm
1131
%%DATADIR%%/image/sprite/punk_R_2.epm
1132
share/xblast/image/sprite/sticky_R_0.epm
1132
%%DATADIR%%/image/sprite/punk_R_2.pbm
1133
share/xblast/image/sprite/sticky_R_0.pbm
1133
%%DATADIR%%/image/sprite/punk_R_3.epm
1134
share/xblast/image/sprite/sticky_R_1.epm
1134
%%DATADIR%%/image/sprite/punk_R_3.pbm
1135
share/xblast/image/sprite/sticky_R_1.pbm
1135
%%DATADIR%%/image/sprite/punk_R_S.epm
1136
share/xblast/image/sprite/sticky_R_2.epm
1136
%%DATADIR%%/image/sprite/punk_R_S.pbm
1137
share/xblast/image/sprite/sticky_R_2.pbm
1137
%%DATADIR%%/image/sprite/punk_U_0.epm
1138
share/xblast/image/sprite/sticky_R_3.epm
1138
%%DATADIR%%/image/sprite/punk_U_0.pbm
1139
share/xblast/image/sprite/sticky_R_3.pbm
1139
%%DATADIR%%/image/sprite/punk_U_1.epm
1140
share/xblast/image/sprite/sticky_R_S.epm
1140
%%DATADIR%%/image/sprite/punk_U_1.pbm
1141
share/xblast/image/sprite/sticky_R_S.pbm
1141
%%DATADIR%%/image/sprite/punk_U_2.epm
1142
share/xblast/image/sprite/sticky_U_0.epm
1142
%%DATADIR%%/image/sprite/punk_U_2.pbm
1143
share/xblast/image/sprite/sticky_U_0.pbm
1143
%%DATADIR%%/image/sprite/punk_U_3.epm
1144
share/xblast/image/sprite/sticky_U_1.epm
1144
%%DATADIR%%/image/sprite/punk_U_3.pbm
1145
share/xblast/image/sprite/sticky_U_1.pbm
1145
%%DATADIR%%/image/sprite/punk_U_S.epm
1146
share/xblast/image/sprite/sticky_U_2.epm
1146
%%DATADIR%%/image/sprite/punk_U_S.pbm
1147
share/xblast/image/sprite/sticky_U_2.pbm
1147
%%DATADIR%%/image/sprite/punk_W.epm
1148
share/xblast/image/sprite/sticky_U_3.epm
1148
%%DATADIR%%/image/sprite/punk_W.pbm
1149
share/xblast/image/sprite/sticky_U_3.pbm
1149
%%DATADIR%%/image/sprite/punk_W2.epm
1150
share/xblast/image/sprite/sticky_U_S.epm
1150
%%DATADIR%%/image/sprite/punk_W2.pbm
1151
share/xblast/image/sprite/sticky_U_S.pbm
1151
%%DATADIR%%/image/sprite/punk_W3.epm
1152
share/xblast/image/sprite/sticky_W.epm
1152
%%DATADIR%%/image/sprite/punk_W3.pbm
1153
share/xblast/image/sprite/sticky_W.pbm
1153
%%DATADIR%%/image/sprite/skel_D.pbm
1154
share/xblast/image/sprite/sticky_W2.epm
1154
%%DATADIR%%/image/sprite/skel_D.ppm
1155
share/xblast/image/sprite/sticky_W2.pbm
1155
%%DATADIR%%/image/sprite/skel_L.pbm
1156
share/xblast/image/sprite/sticky_W3.epm
1156
%%DATADIR%%/image/sprite/skel_L.ppm
1157
share/xblast/image/sprite/sticky_W3.pbm
1157
%%DATADIR%%/image/sprite/skel_R.pbm
1158
share/xblast/image/sprite/tall_B.epm
1158
%%DATADIR%%/image/sprite/skel_R.ppm
1159
share/xblast/image/sprite/tall_B.pbm
1159
%%DATADIR%%/image/sprite/skel_U.pbm
1160
share/xblast/image/sprite/tall_DD.epm
1160
%%DATADIR%%/image/sprite/skel_U.ppm
1161
share/xblast/image/sprite/tall_DD.pbm
1161
%%DATADIR%%/image/sprite/skull_B.epm
1162
share/xblast/image/sprite/tall_DL.epm
1162
%%DATADIR%%/image/sprite/skull_B.pbm
1163
share/xblast/image/sprite/tall_DL.pbm
1163
%%DATADIR%%/image/sprite/skull_DD.epm
1164
share/xblast/image/sprite/tall_DR.epm
1164
%%DATADIR%%/image/sprite/skull_DD.pbm
1165
share/xblast/image/sprite/tall_DR.pbm
1165
%%DATADIR%%/image/sprite/skull_DL.epm
1166
share/xblast/image/sprite/tall_DU.epm
1166
%%DATADIR%%/image/sprite/skull_DL.pbm
1167
share/xblast/image/sprite/tall_DU.pbm
1167
%%DATADIR%%/image/sprite/skull_DR.epm
1168
share/xblast/image/sprite/tall_D_0.epm
1168
%%DATADIR%%/image/sprite/skull_DR.pbm
1169
share/xblast/image/sprite/tall_D_0.pbm
1169
%%DATADIR%%/image/sprite/skull_DU.epm
1170
share/xblast/image/sprite/tall_D_1.epm
1170
%%DATADIR%%/image/sprite/skull_DU.pbm
1171
share/xblast/image/sprite/tall_D_1.pbm
1171
%%DATADIR%%/image/sprite/skull_D_0.epm
1172
share/xblast/image/sprite/tall_D_2.epm
1172
%%DATADIR%%/image/sprite/skull_D_0.pbm
1173
share/xblast/image/sprite/tall_D_2.pbm
1173
%%DATADIR%%/image/sprite/skull_D_1.epm
1174
share/xblast/image/sprite/tall_D_3.epm
1174
%%DATADIR%%/image/sprite/skull_D_1.pbm
1175
share/xblast/image/sprite/tall_D_3.pbm
1175
%%DATADIR%%/image/sprite/skull_D_2.epm
1176
share/xblast/image/sprite/tall_D_S.epm
1176
%%DATADIR%%/image/sprite/skull_D_2.pbm
1177
share/xblast/image/sprite/tall_D_S.pbm
1177
%%DATADIR%%/image/sprite/skull_D_3.epm
1178
share/xblast/image/sprite/tall_L.epm
1178
%%DATADIR%%/image/sprite/skull_D_3.pbm
1179
share/xblast/image/sprite/tall_L.pbm
1179
%%DATADIR%%/image/sprite/skull_D_S.epm
1180
share/xblast/image/sprite/tall_L1.epm
1180
%%DATADIR%%/image/sprite/skull_D_S.pbm
1181
share/xblast/image/sprite/tall_L1.pbm
1181
%%DATADIR%%/image/sprite/skull_L.epm
1182
share/xblast/image/sprite/tall_L2.epm
1182
%%DATADIR%%/image/sprite/skull_L.pbm
1183
share/xblast/image/sprite/tall_L2.pbm
1183
%%DATADIR%%/image/sprite/skull_L1.epm
1184
share/xblast/image/sprite/tall_L_0.epm
1184
%%DATADIR%%/image/sprite/skull_L1.pbm
1185
share/xblast/image/sprite/tall_L_0.pbm
1185
%%DATADIR%%/image/sprite/skull_L2.epm
1186
share/xblast/image/sprite/tall_L_1.epm
1186
%%DATADIR%%/image/sprite/skull_L2.pbm
1187
share/xblast/image/sprite/tall_L_1.pbm
1187
%%DATADIR%%/image/sprite/skull_L_0.epm
1188
share/xblast/image/sprite/tall_L_2.epm
1188
%%DATADIR%%/image/sprite/skull_L_0.pbm
1189
share/xblast/image/sprite/tall_L_2.pbm
1189
%%DATADIR%%/image/sprite/skull_L_1.epm
1190
share/xblast/image/sprite/tall_L_3.epm
1190
%%DATADIR%%/image/sprite/skull_L_1.pbm
1191
share/xblast/image/sprite/tall_L_3.pbm
1191
%%DATADIR%%/image/sprite/skull_L_2.epm
1192
share/xblast/image/sprite/tall_L_S.epm
1192
%%DATADIR%%/image/sprite/skull_L_2.pbm
1193
share/xblast/image/sprite/tall_L_S.pbm
1193
%%DATADIR%%/image/sprite/skull_L_3.epm
1194
share/xblast/image/sprite/tall_R_0.epm
1194
%%DATADIR%%/image/sprite/skull_L_3.pbm
1195
share/xblast/image/sprite/tall_R_0.pbm
1195
%%DATADIR%%/image/sprite/skull_L_S.epm
1196
share/xblast/image/sprite/tall_R_1.epm
1196
%%DATADIR%%/image/sprite/skull_L_S.pbm
1197
share/xblast/image/sprite/tall_R_1.pbm
1197
%%DATADIR%%/image/sprite/skull_R_0.epm
1198
share/xblast/image/sprite/tall_R_2.epm
1198
%%DATADIR%%/image/sprite/skull_R_0.pbm
1199
share/xblast/image/sprite/tall_R_2.pbm
1199
%%DATADIR%%/image/sprite/skull_R_1.epm
1200
share/xblast/image/sprite/tall_R_3.epm
1200
%%DATADIR%%/image/sprite/skull_R_1.pbm
1201
share/xblast/image/sprite/tall_R_3.pbm
1201
%%DATADIR%%/image/sprite/skull_R_2.epm
1202
share/xblast/image/sprite/tall_R_S.epm
1202
%%DATADIR%%/image/sprite/skull_R_2.pbm
1203
share/xblast/image/sprite/tall_R_S.pbm
1203
%%DATADIR%%/image/sprite/skull_R_3.epm
1204
share/xblast/image/sprite/tall_U_0.epm
1204
%%DATADIR%%/image/sprite/skull_R_3.pbm
1205
share/xblast/image/sprite/tall_U_0.pbm
1205
%%DATADIR%%/image/sprite/skull_R_S.epm
1206
share/xblast/image/sprite/tall_U_1.epm
1206
%%DATADIR%%/image/sprite/skull_R_S.pbm
1207
share/xblast/image/sprite/tall_U_1.pbm
1207
%%DATADIR%%/image/sprite/skull_U_0.epm
1208
share/xblast/image/sprite/tall_U_2.epm
1208
%%DATADIR%%/image/sprite/skull_U_0.pbm
1209
share/xblast/image/sprite/tall_U_2.pbm
1209
%%DATADIR%%/image/sprite/skull_U_1.epm
1210
share/xblast/image/sprite/tall_U_3.epm
1210
%%DATADIR%%/image/sprite/skull_U_1.pbm
1211
share/xblast/image/sprite/tall_U_3.pbm
1211
%%DATADIR%%/image/sprite/skull_U_2.epm
1212
share/xblast/image/sprite/tall_U_S.epm
1212
%%DATADIR%%/image/sprite/skull_U_2.pbm
1213
share/xblast/image/sprite/tall_U_S.pbm
1213
%%DATADIR%%/image/sprite/skull_U_3.epm
1214
share/xblast/image/sprite/tall_W.epm
1214
%%DATADIR%%/image/sprite/skull_U_3.pbm
1215
share/xblast/image/sprite/tall_W.pbm
1215
%%DATADIR%%/image/sprite/skull_U_S.epm
1216
share/xblast/image/sprite/tall_W2.epm
1216
%%DATADIR%%/image/sprite/skull_U_S.pbm
1217
share/xblast/image/sprite/tall_W2.pbm
1217
%%DATADIR%%/image/sprite/skull_W.epm
1218
share/xblast/image/sprite/tall_W3.epm
1218
%%DATADIR%%/image/sprite/skull_W.pbm
1219
share/xblast/image/sprite/tall_W3.pbm
1219
%%DATADIR%%/image/sprite/skull_W2.epm
1220
share/xblast/image/sprite/tutorial_B.epm
1220
%%DATADIR%%/image/sprite/skull_W2.pbm
1221
share/xblast/image/sprite/tutorial_B.pbm
1221
%%DATADIR%%/image/sprite/skull_W3.epm
1222
share/xblast/image/sprite/tutorial_DD.epm
1222
%%DATADIR%%/image/sprite/skull_W3.pbm
1223
share/xblast/image/sprite/tutorial_DD.pbm
1223
%%DATADIR%%/image/sprite/sprite.pos
1224
share/xblast/image/sprite/tutorial_DL.epm
1224
%%DATADIR%%/image/sprite/sticky_B.epm
1225
share/xblast/image/sprite/tutorial_DL.pbm
1225
%%DATADIR%%/image/sprite/sticky_B.pbm
1226
share/xblast/image/sprite/tutorial_DR.epm
1226
%%DATADIR%%/image/sprite/sticky_DD.epm
1227
share/xblast/image/sprite/tutorial_DR.pbm
1227
%%DATADIR%%/image/sprite/sticky_DD.pbm
1228
share/xblast/image/sprite/tutorial_DU.epm
1228
%%DATADIR%%/image/sprite/sticky_DL.epm
1229
share/xblast/image/sprite/tutorial_DU.pbm
1229
%%DATADIR%%/image/sprite/sticky_DL.pbm
1230
share/xblast/image/sprite/tutorial_D_0.epm
1230
%%DATADIR%%/image/sprite/sticky_DR.epm
1231
share/xblast/image/sprite/tutorial_D_0.pbm
1231
%%DATADIR%%/image/sprite/sticky_DR.pbm
1232
share/xblast/image/sprite/tutorial_D_1.epm
1232
%%DATADIR%%/image/sprite/sticky_DU.epm
1233
share/xblast/image/sprite/tutorial_D_1.pbm
1233
%%DATADIR%%/image/sprite/sticky_DU.pbm
1234
share/xblast/image/sprite/tutorial_D_2.epm
1234
%%DATADIR%%/image/sprite/sticky_D_0.epm
1235
share/xblast/image/sprite/tutorial_D_2.pbm
1235
%%DATADIR%%/image/sprite/sticky_D_0.pbm
1236
share/xblast/image/sprite/tutorial_D_3.epm
1236
%%DATADIR%%/image/sprite/sticky_D_1.epm
1237
share/xblast/image/sprite/tutorial_D_3.pbm
1237
%%DATADIR%%/image/sprite/sticky_D_1.pbm
1238
share/xblast/image/sprite/tutorial_D_S.epm
1238
%%DATADIR%%/image/sprite/sticky_D_2.epm
1239
share/xblast/image/sprite/tutorial_D_S.pbm
1239
%%DATADIR%%/image/sprite/sticky_D_2.pbm
1240
share/xblast/image/sprite/tutorial_L.epm
1240
%%DATADIR%%/image/sprite/sticky_D_3.epm
1241
share/xblast/image/sprite/tutorial_L.pbm
1241
%%DATADIR%%/image/sprite/sticky_D_3.pbm
1242
share/xblast/image/sprite/tutorial_L1.epm
1242
%%DATADIR%%/image/sprite/sticky_D_S.epm
1243
share/xblast/image/sprite/tutorial_L1.pbm
1243
%%DATADIR%%/image/sprite/sticky_D_S.pbm
1244
share/xblast/image/sprite/tutorial_L2.epm
1244
%%DATADIR%%/image/sprite/sticky_L.epm
1245
share/xblast/image/sprite/tutorial_L2.pbm
1245
%%DATADIR%%/image/sprite/sticky_L.pbm
1246
share/xblast/image/sprite/tutorial_L_0.epm
1246
%%DATADIR%%/image/sprite/sticky_L1.epm
1247
share/xblast/image/sprite/tutorial_L_0.pbm
1247
%%DATADIR%%/image/sprite/sticky_L1.pbm
1248
share/xblast/image/sprite/tutorial_L_1.epm
1248
%%DATADIR%%/image/sprite/sticky_L2.epm
1249
share/xblast/image/sprite/tutorial_L_1.pbm
1249
%%DATADIR%%/image/sprite/sticky_L2.pbm
1250
share/xblast/image/sprite/tutorial_L_2.epm
1250
%%DATADIR%%/image/sprite/sticky_L_0.epm
1251
share/xblast/image/sprite/tutorial_L_2.pbm
1251
%%DATADIR%%/image/sprite/sticky_L_0.pbm
1252
share/xblast/image/sprite/tutorial_L_3.epm
1252
%%DATADIR%%/image/sprite/sticky_L_1.epm
1253
share/xblast/image/sprite/tutorial_L_3.pbm
1253
%%DATADIR%%/image/sprite/sticky_L_1.pbm
1254
share/xblast/image/sprite/tutorial_L_S.epm
1254
%%DATADIR%%/image/sprite/sticky_L_2.epm
1255
share/xblast/image/sprite/tutorial_L_S.pbm
1255
%%DATADIR%%/image/sprite/sticky_L_2.pbm
1256
share/xblast/image/sprite/tutorial_R_0.epm
1256
%%DATADIR%%/image/sprite/sticky_L_3.epm
1257
share/xblast/image/sprite/tutorial_R_0.pbm
1257
%%DATADIR%%/image/sprite/sticky_L_3.pbm
1258
share/xblast/image/sprite/tutorial_R_1.epm
1258
%%DATADIR%%/image/sprite/sticky_L_S.epm
1259
share/xblast/image/sprite/tutorial_R_1.pbm
1259
%%DATADIR%%/image/sprite/sticky_L_S.pbm
1260
share/xblast/image/sprite/tutorial_R_2.epm
1260
%%DATADIR%%/image/sprite/sticky_R_0.epm
1261
share/xblast/image/sprite/tutorial_R_2.pbm
1261
%%DATADIR%%/image/sprite/sticky_R_0.pbm
1262
share/xblast/image/sprite/tutorial_R_3.epm
1262
%%DATADIR%%/image/sprite/sticky_R_1.epm
1263
share/xblast/image/sprite/tutorial_R_3.pbm
1263
%%DATADIR%%/image/sprite/sticky_R_1.pbm
1264
share/xblast/image/sprite/tutorial_R_S.epm
1264
%%DATADIR%%/image/sprite/sticky_R_2.epm
1265
share/xblast/image/sprite/tutorial_R_S.pbm
1265
%%DATADIR%%/image/sprite/sticky_R_2.pbm
1266
share/xblast/image/sprite/tutorial_U_0.epm
1266
%%DATADIR%%/image/sprite/sticky_R_3.epm
1267
share/xblast/image/sprite/tutorial_U_0.pbm
1267
%%DATADIR%%/image/sprite/sticky_R_3.pbm
1268
share/xblast/image/sprite/tutorial_U_1.epm
1268
%%DATADIR%%/image/sprite/sticky_R_S.epm
1269
share/xblast/image/sprite/tutorial_U_1.pbm
1269
%%DATADIR%%/image/sprite/sticky_R_S.pbm
1270
share/xblast/image/sprite/tutorial_U_2.epm
1270
%%DATADIR%%/image/sprite/sticky_U_0.epm
1271
share/xblast/image/sprite/tutorial_U_2.pbm
1271
%%DATADIR%%/image/sprite/sticky_U_0.pbm
1272
share/xblast/image/sprite/tutorial_U_3.epm
1272
%%DATADIR%%/image/sprite/sticky_U_1.epm
1273
share/xblast/image/sprite/tutorial_U_3.pbm
1273
%%DATADIR%%/image/sprite/sticky_U_1.pbm
1274
share/xblast/image/sprite/tutorial_U_S.epm
1274
%%DATADIR%%/image/sprite/sticky_U_2.epm
1275
share/xblast/image/sprite/tutorial_U_S.pbm
1275
%%DATADIR%%/image/sprite/sticky_U_2.pbm
1276
share/xblast/image/sprite/tutorial_W.epm
1276
%%DATADIR%%/image/sprite/sticky_U_3.epm
1277
share/xblast/image/sprite/tutorial_W.pbm
1277
%%DATADIR%%/image/sprite/sticky_U_3.pbm
1278
share/xblast/image/sprite/tutorial_W2.epm
1278
%%DATADIR%%/image/sprite/sticky_U_S.epm
1279
share/xblast/image/sprite/tutorial_W2.pbm
1279
%%DATADIR%%/image/sprite/sticky_U_S.pbm
1280
share/xblast/image/sprite/tutorial_W3.epm
1280
%%DATADIR%%/image/sprite/sticky_W.epm
1281
share/xblast/image/sprite/tutorial_W3.pbm
1281
%%DATADIR%%/image/sprite/sticky_W.pbm
1282
share/xblast/image/sprite/wuschel_B.epm
1282
%%DATADIR%%/image/sprite/sticky_W2.epm
1283
share/xblast/image/sprite/wuschel_B.pbm
1283
%%DATADIR%%/image/sprite/sticky_W2.pbm
1284
share/xblast/image/sprite/wuschel_DD.epm
1284
%%DATADIR%%/image/sprite/sticky_W3.epm
1285
share/xblast/image/sprite/wuschel_DD.pbm
1285
%%DATADIR%%/image/sprite/sticky_W3.pbm
1286
share/xblast/image/sprite/wuschel_DL.epm
1286
%%DATADIR%%/image/sprite/tall_B.epm
1287
share/xblast/image/sprite/wuschel_DL.pbm
1287
%%DATADIR%%/image/sprite/tall_B.pbm
1288
share/xblast/image/sprite/wuschel_DR.epm
1288
%%DATADIR%%/image/sprite/tall_DD.epm
1289
share/xblast/image/sprite/wuschel_DR.pbm
1289
%%DATADIR%%/image/sprite/tall_DD.pbm
1290
share/xblast/image/sprite/wuschel_DU.epm
1290
%%DATADIR%%/image/sprite/tall_DL.epm
1291
share/xblast/image/sprite/wuschel_DU.pbm
1291
%%DATADIR%%/image/sprite/tall_DL.pbm
1292
share/xblast/image/sprite/wuschel_D_0.epm
1292
%%DATADIR%%/image/sprite/tall_DR.epm
1293
share/xblast/image/sprite/wuschel_D_0.pbm
1293
%%DATADIR%%/image/sprite/tall_DR.pbm
1294
share/xblast/image/sprite/wuschel_D_1.epm
1294
%%DATADIR%%/image/sprite/tall_DU.epm
1295
share/xblast/image/sprite/wuschel_D_1.pbm
1295
%%DATADIR%%/image/sprite/tall_DU.pbm
1296
share/xblast/image/sprite/wuschel_D_2.epm
1296
%%DATADIR%%/image/sprite/tall_D_0.epm
1297
share/xblast/image/sprite/wuschel_D_2.pbm
1297
%%DATADIR%%/image/sprite/tall_D_0.pbm
1298
share/xblast/image/sprite/wuschel_D_3.epm
1298
%%DATADIR%%/image/sprite/tall_D_1.epm
1299
share/xblast/image/sprite/wuschel_D_3.pbm
1299
%%DATADIR%%/image/sprite/tall_D_1.pbm
1300
share/xblast/image/sprite/wuschel_D_S.epm
1300
%%DATADIR%%/image/sprite/tall_D_2.epm
1301
share/xblast/image/sprite/wuschel_D_S.pbm
1301
%%DATADIR%%/image/sprite/tall_D_2.pbm
1302
share/xblast/image/sprite/wuschel_L.epm
1302
%%DATADIR%%/image/sprite/tall_D_3.epm
1303
share/xblast/image/sprite/wuschel_L.pbm
1303
%%DATADIR%%/image/sprite/tall_D_3.pbm
1304
share/xblast/image/sprite/wuschel_L1.epm
1304
%%DATADIR%%/image/sprite/tall_D_S.epm
1305
share/xblast/image/sprite/wuschel_L1.pbm
1305
%%DATADIR%%/image/sprite/tall_D_S.pbm
1306
share/xblast/image/sprite/wuschel_L2.epm
1306
%%DATADIR%%/image/sprite/tall_L.epm
1307
share/xblast/image/sprite/wuschel_L2.pbm
1307
%%DATADIR%%/image/sprite/tall_L.pbm
1308
share/xblast/image/sprite/wuschel_L_0.epm
1308
%%DATADIR%%/image/sprite/tall_L1.epm
1309
share/xblast/image/sprite/wuschel_L_0.pbm
1309
%%DATADIR%%/image/sprite/tall_L1.pbm
1310
share/xblast/image/sprite/wuschel_L_1.epm
1310
%%DATADIR%%/image/sprite/tall_L2.epm
1311
share/xblast/image/sprite/wuschel_L_1.pbm
1311
%%DATADIR%%/image/sprite/tall_L2.pbm
1312
share/xblast/image/sprite/wuschel_L_2.epm
1312
%%DATADIR%%/image/sprite/tall_L_0.epm
1313
share/xblast/image/sprite/wuschel_L_2.pbm
1313
%%DATADIR%%/image/sprite/tall_L_0.pbm
1314
share/xblast/image/sprite/wuschel_L_3.epm
1314
%%DATADIR%%/image/sprite/tall_L_1.epm
1315
share/xblast/image/sprite/wuschel_L_3.pbm
1315
%%DATADIR%%/image/sprite/tall_L_1.pbm
1316
share/xblast/image/sprite/wuschel_L_S.epm
1316
%%DATADIR%%/image/sprite/tall_L_2.epm
1317
share/xblast/image/sprite/wuschel_L_S.pbm
1317
%%DATADIR%%/image/sprite/tall_L_2.pbm
1318
share/xblast/image/sprite/wuschel_R_0.epm
1318
%%DATADIR%%/image/sprite/tall_L_3.epm
1319
share/xblast/image/sprite/wuschel_R_0.pbm
1319
%%DATADIR%%/image/sprite/tall_L_3.pbm
1320
share/xblast/image/sprite/wuschel_R_1.epm
1320
%%DATADIR%%/image/sprite/tall_L_S.epm
1321
share/xblast/image/sprite/wuschel_R_1.pbm
1321
%%DATADIR%%/image/sprite/tall_L_S.pbm
1322
share/xblast/image/sprite/wuschel_R_2.epm
1322
%%DATADIR%%/image/sprite/tall_R_0.epm
1323
share/xblast/image/sprite/wuschel_R_2.pbm
1323
%%DATADIR%%/image/sprite/tall_R_0.pbm
1324
share/xblast/image/sprite/wuschel_R_3.epm
1324
%%DATADIR%%/image/sprite/tall_R_1.epm
1325
share/xblast/image/sprite/wuschel_R_3.pbm
1325
%%DATADIR%%/image/sprite/tall_R_1.pbm
1326
share/xblast/image/sprite/wuschel_R_S.epm
1326
%%DATADIR%%/image/sprite/tall_R_2.epm
1327
share/xblast/image/sprite/wuschel_R_S.pbm
1327
%%DATADIR%%/image/sprite/tall_R_2.pbm
1328
share/xblast/image/sprite/wuschel_U_0.epm
1328
%%DATADIR%%/image/sprite/tall_R_3.epm
1329
share/xblast/image/sprite/wuschel_U_0.pbm
1329
%%DATADIR%%/image/sprite/tall_R_3.pbm
1330
share/xblast/image/sprite/wuschel_U_1.epm
1330
%%DATADIR%%/image/sprite/tall_R_S.epm
1331
share/xblast/image/sprite/wuschel_U_1.pbm
1331
%%DATADIR%%/image/sprite/tall_R_S.pbm
1332
share/xblast/image/sprite/wuschel_U_2.epm
1332
%%DATADIR%%/image/sprite/tall_U_0.epm
1333
share/xblast/image/sprite/wuschel_U_2.pbm
1333
%%DATADIR%%/image/sprite/tall_U_0.pbm
1334
share/xblast/image/sprite/wuschel_U_3.epm
1334
%%DATADIR%%/image/sprite/tall_U_1.epm
1335
share/xblast/image/sprite/wuschel_U_3.pbm
1335
%%DATADIR%%/image/sprite/tall_U_1.pbm
1336
share/xblast/image/sprite/wuschel_U_S.epm
1336
%%DATADIR%%/image/sprite/tall_U_2.epm
1337
share/xblast/image/sprite/wuschel_U_S.pbm
1337
%%DATADIR%%/image/sprite/tall_U_2.pbm
1338
share/xblast/image/sprite/wuschel_W.epm
1338
%%DATADIR%%/image/sprite/tall_U_3.epm
1339
share/xblast/image/sprite/wuschel_W.pbm
1339
%%DATADIR%%/image/sprite/tall_U_3.pbm
1340
share/xblast/image/sprite/wuschel_W2.epm
1340
%%DATADIR%%/image/sprite/tall_U_S.epm
1341
share/xblast/image/sprite/wuschel_W2.pbm
1341
%%DATADIR%%/image/sprite/tall_U_S.pbm
1342
share/xblast/image/sprite/wuschel_W3.epm
1342
%%DATADIR%%/image/sprite/tall_W.epm
1343
share/xblast/image/sprite/wuschel_W3.pbm
1343
%%DATADIR%%/image/sprite/tall_W.pbm
1344
share/xblast/image/sprite/wusel_B.epm
1344
%%DATADIR%%/image/sprite/tall_W2.epm
1345
share/xblast/image/sprite/wusel_B.pbm
1345
%%DATADIR%%/image/sprite/tall_W2.pbm
1346
share/xblast/image/sprite/wusel_DD.epm
1346
%%DATADIR%%/image/sprite/tall_W3.epm
1347
share/xblast/image/sprite/wusel_DD.pbm
1347
%%DATADIR%%/image/sprite/tall_W3.pbm
1348
share/xblast/image/sprite/wusel_DL.epm
1348
%%DATADIR%%/image/sprite/tutorial_B.epm
1349
share/xblast/image/sprite/wusel_DL.pbm
1349
%%DATADIR%%/image/sprite/tutorial_B.pbm
1350
share/xblast/image/sprite/wusel_DR.epm
1350
%%DATADIR%%/image/sprite/tutorial_DD.epm
1351
share/xblast/image/sprite/wusel_DR.pbm
1351
%%DATADIR%%/image/sprite/tutorial_DD.pbm
1352
share/xblast/image/sprite/wusel_DU.epm
1352
%%DATADIR%%/image/sprite/tutorial_DL.epm
1353
share/xblast/image/sprite/wusel_DU.pbm
1353
%%DATADIR%%/image/sprite/tutorial_DL.pbm
1354
share/xblast/image/sprite/wusel_D_0.epm
1354
%%DATADIR%%/image/sprite/tutorial_DR.epm
1355
share/xblast/image/sprite/wusel_D_0.pbm
1355
%%DATADIR%%/image/sprite/tutorial_DR.pbm
1356
share/xblast/image/sprite/wusel_D_1.epm
1356
%%DATADIR%%/image/sprite/tutorial_DU.epm
1357
share/xblast/image/sprite/wusel_D_1.pbm
1357
%%DATADIR%%/image/sprite/tutorial_DU.pbm
1358
share/xblast/image/sprite/wusel_D_2.epm
1358
%%DATADIR%%/image/sprite/tutorial_D_0.epm
1359
share/xblast/image/sprite/wusel_D_2.pbm
1359
%%DATADIR%%/image/sprite/tutorial_D_0.pbm
1360
share/xblast/image/sprite/wusel_D_3.epm
1360
%%DATADIR%%/image/sprite/tutorial_D_1.epm
1361
share/xblast/image/sprite/wusel_D_3.pbm
1361
%%DATADIR%%/image/sprite/tutorial_D_1.pbm
1362
share/xblast/image/sprite/wusel_D_S.epm
1362
%%DATADIR%%/image/sprite/tutorial_D_2.epm
1363
share/xblast/image/sprite/wusel_D_S.pbm
1363
%%DATADIR%%/image/sprite/tutorial_D_2.pbm
1364
share/xblast/image/sprite/wusel_L.epm
1364
%%DATADIR%%/image/sprite/tutorial_D_3.epm
1365
share/xblast/image/sprite/wusel_L.pbm
1365
%%DATADIR%%/image/sprite/tutorial_D_3.pbm
1366
share/xblast/image/sprite/wusel_L1.epm
1366
%%DATADIR%%/image/sprite/tutorial_D_S.epm
1367
share/xblast/image/sprite/wusel_L1.pbm
1367
%%DATADIR%%/image/sprite/tutorial_D_S.pbm
1368
share/xblast/image/sprite/wusel_L2.epm
1368
%%DATADIR%%/image/sprite/tutorial_L.epm
1369
share/xblast/image/sprite/wusel_L2.pbm
1369
%%DATADIR%%/image/sprite/tutorial_L.pbm
1370
share/xblast/image/sprite/wusel_L_0.epm
1370
%%DATADIR%%/image/sprite/tutorial_L1.epm
1371
share/xblast/image/sprite/wusel_L_0.pbm
1371
%%DATADIR%%/image/sprite/tutorial_L1.pbm
1372
share/xblast/image/sprite/wusel_L_1.epm
1372
%%DATADIR%%/image/sprite/tutorial_L2.epm
1373
share/xblast/image/sprite/wusel_L_1.pbm
1373
%%DATADIR%%/image/sprite/tutorial_L2.pbm
1374
share/xblast/image/sprite/wusel_L_2.epm
1374
%%DATADIR%%/image/sprite/tutorial_L_0.epm
1375
share/xblast/image/sprite/wusel_L_2.pbm
1375
%%DATADIR%%/image/sprite/tutorial_L_0.pbm
1376
share/xblast/image/sprite/wusel_L_3.epm
1376
%%DATADIR%%/image/sprite/tutorial_L_1.epm
1377
share/xblast/image/sprite/wusel_L_3.pbm
1377
%%DATADIR%%/image/sprite/tutorial_L_1.pbm
1378
share/xblast/image/sprite/wusel_L_S.epm
1378
%%DATADIR%%/image/sprite/tutorial_L_2.epm
1379
share/xblast/image/sprite/wusel_L_S.pbm
1379
%%DATADIR%%/image/sprite/tutorial_L_2.pbm
1380
share/xblast/image/sprite/wusel_R_0.epm
1380
%%DATADIR%%/image/sprite/tutorial_L_3.epm
1381
share/xblast/image/sprite/wusel_R_0.pbm
1381
%%DATADIR%%/image/sprite/tutorial_L_3.pbm
1382
share/xblast/image/sprite/wusel_R_1.epm
1382
%%DATADIR%%/image/sprite/tutorial_L_S.epm
1383
share/xblast/image/sprite/wusel_R_1.pbm
1383
%%DATADIR%%/image/sprite/tutorial_L_S.pbm
1384
share/xblast/image/sprite/wusel_R_2.epm
1384
%%DATADIR%%/image/sprite/tutorial_R_0.epm
1385
share/xblast/image/sprite/wusel_R_2.pbm
1385
%%DATADIR%%/image/sprite/tutorial_R_0.pbm
1386
share/xblast/image/sprite/wusel_R_3.epm
1386
%%DATADIR%%/image/sprite/tutorial_R_1.epm
1387
share/xblast/image/sprite/wusel_R_3.pbm
1387
%%DATADIR%%/image/sprite/tutorial_R_1.pbm
1388
share/xblast/image/sprite/wusel_R_S.epm
1388
%%DATADIR%%/image/sprite/tutorial_R_2.epm
1389
share/xblast/image/sprite/wusel_R_S.pbm
1389
%%DATADIR%%/image/sprite/tutorial_R_2.pbm
1390
share/xblast/image/sprite/wusel_U_0.epm
1390
%%DATADIR%%/image/sprite/tutorial_R_3.epm
1391
share/xblast/image/sprite/wusel_U_0.pbm
1391
%%DATADIR%%/image/sprite/tutorial_R_3.pbm
1392
share/xblast/image/sprite/wusel_U_1.epm
1392
%%DATADIR%%/image/sprite/tutorial_R_S.epm
1393
share/xblast/image/sprite/wusel_U_1.pbm
1393
%%DATADIR%%/image/sprite/tutorial_R_S.pbm
1394
share/xblast/image/sprite/wusel_U_2.epm
1394
%%DATADIR%%/image/sprite/tutorial_U_0.epm
1395
share/xblast/image/sprite/wusel_U_2.pbm
1395
%%DATADIR%%/image/sprite/tutorial_U_0.pbm
1396
share/xblast/image/sprite/wusel_U_3.epm
1396
%%DATADIR%%/image/sprite/tutorial_U_1.epm
1397
share/xblast/image/sprite/wusel_U_3.pbm
1397
%%DATADIR%%/image/sprite/tutorial_U_1.pbm
1398
share/xblast/image/sprite/wusel_U_S.epm
1398
%%DATADIR%%/image/sprite/tutorial_U_2.epm
1399
share/xblast/image/sprite/wusel_U_S.pbm
1399
%%DATADIR%%/image/sprite/tutorial_U_2.pbm
1400
share/xblast/image/sprite/wusel_W.epm
1400
%%DATADIR%%/image/sprite/tutorial_U_3.epm
1401
share/xblast/image/sprite/wusel_W.pbm
1401
%%DATADIR%%/image/sprite/tutorial_U_3.pbm
1402
share/xblast/image/sprite/wusel_W2.epm
1402
%%DATADIR%%/image/sprite/tutorial_U_S.epm
1403
share/xblast/image/sprite/wusel_W2.pbm
1403
%%DATADIR%%/image/sprite/tutorial_U_S.pbm
1404
share/xblast/image/sprite/wusel_W3.epm
1404
%%DATADIR%%/image/sprite/tutorial_W.epm
1405
share/xblast/image/sprite/wusel_W3.pbm
1405
%%DATADIR%%/image/sprite/tutorial_W.pbm
1406
share/xblast/image/sprite/xmas_B.epm
1406
%%DATADIR%%/image/sprite/tutorial_W2.epm
1407
share/xblast/image/sprite/xmas_B.pbm
1407
%%DATADIR%%/image/sprite/tutorial_W2.pbm
1408
share/xblast/image/sprite/xmas_DD.epm
1408
%%DATADIR%%/image/sprite/tutorial_W3.epm
1409
share/xblast/image/sprite/xmas_DD.pbm
1409
%%DATADIR%%/image/sprite/tutorial_W3.pbm
1410
share/xblast/image/sprite/xmas_DL.epm
1410
%%DATADIR%%/image/sprite/wuschel_B.epm
1411
share/xblast/image/sprite/xmas_DL.pbm
1411
%%DATADIR%%/image/sprite/wuschel_B.pbm
1412
share/xblast/image/sprite/xmas_DR.epm
1412
%%DATADIR%%/image/sprite/wuschel_DD.epm
1413
share/xblast/image/sprite/xmas_DR.pbm
1413
%%DATADIR%%/image/sprite/wuschel_DD.pbm
1414
share/xblast/image/sprite/xmas_DU.epm
1414
%%DATADIR%%/image/sprite/wuschel_DL.epm
1415
share/xblast/image/sprite/xmas_DU.pbm
1415
%%DATADIR%%/image/sprite/wuschel_DL.pbm
1416
share/xblast/image/sprite/xmas_D_0.epm
1416
%%DATADIR%%/image/sprite/wuschel_DR.epm
1417
share/xblast/image/sprite/xmas_D_0.pbm
1417
%%DATADIR%%/image/sprite/wuschel_DR.pbm
1418
share/xblast/image/sprite/xmas_D_1.epm
1418
%%DATADIR%%/image/sprite/wuschel_DU.epm
1419
share/xblast/image/sprite/xmas_D_1.pbm
1419
%%DATADIR%%/image/sprite/wuschel_DU.pbm
1420
share/xblast/image/sprite/xmas_D_2.epm
1420
%%DATADIR%%/image/sprite/wuschel_D_0.epm
1421
share/xblast/image/sprite/xmas_D_2.pbm
1421
%%DATADIR%%/image/sprite/wuschel_D_0.pbm
1422
share/xblast/image/sprite/xmas_D_3.epm
1422
%%DATADIR%%/image/sprite/wuschel_D_1.epm
1423
share/xblast/image/sprite/xmas_D_3.pbm
1423
%%DATADIR%%/image/sprite/wuschel_D_1.pbm
1424
share/xblast/image/sprite/xmas_D_S.epm
1424
%%DATADIR%%/image/sprite/wuschel_D_2.epm
1425
share/xblast/image/sprite/xmas_D_S.pbm
1425
%%DATADIR%%/image/sprite/wuschel_D_2.pbm
1426
share/xblast/image/sprite/xmas_L.epm
1426
%%DATADIR%%/image/sprite/wuschel_D_3.epm
1427
share/xblast/image/sprite/xmas_L.pbm
1427
%%DATADIR%%/image/sprite/wuschel_D_3.pbm
1428
share/xblast/image/sprite/xmas_L1.epm
1428
%%DATADIR%%/image/sprite/wuschel_D_S.epm
1429
share/xblast/image/sprite/xmas_L1.pbm
1429
%%DATADIR%%/image/sprite/wuschel_D_S.pbm
1430
share/xblast/image/sprite/xmas_L2.epm
1430
%%DATADIR%%/image/sprite/wuschel_L.epm
1431
share/xblast/image/sprite/xmas_L2.pbm
1431
%%DATADIR%%/image/sprite/wuschel_L.pbm
1432
share/xblast/image/sprite/xmas_L_0.epm
1432
%%DATADIR%%/image/sprite/wuschel_L1.epm
1433
share/xblast/image/sprite/xmas_L_0.pbm
1433
%%DATADIR%%/image/sprite/wuschel_L1.pbm
1434
share/xblast/image/sprite/xmas_L_1.epm
1434
%%DATADIR%%/image/sprite/wuschel_L2.epm
1435
share/xblast/image/sprite/xmas_L_1.pbm
1435
%%DATADIR%%/image/sprite/wuschel_L2.pbm
1436
share/xblast/image/sprite/xmas_L_2.epm
1436
%%DATADIR%%/image/sprite/wuschel_L_0.epm
1437
share/xblast/image/sprite/xmas_L_2.pbm
1437
%%DATADIR%%/image/sprite/wuschel_L_0.pbm
1438
share/xblast/image/sprite/xmas_L_3.epm
1438
%%DATADIR%%/image/sprite/wuschel_L_1.epm
1439
share/xblast/image/sprite/xmas_L_3.pbm
1439
%%DATADIR%%/image/sprite/wuschel_L_1.pbm
1440
share/xblast/image/sprite/xmas_L_S.epm
1440
%%DATADIR%%/image/sprite/wuschel_L_2.epm
1441
share/xblast/image/sprite/xmas_L_S.pbm
1441
%%DATADIR%%/image/sprite/wuschel_L_2.pbm
1442
share/xblast/image/sprite/xmas_R_0.epm
1442
%%DATADIR%%/image/sprite/wuschel_L_3.epm
1443
share/xblast/image/sprite/xmas_R_0.pbm
1443
%%DATADIR%%/image/sprite/wuschel_L_3.pbm
1444
share/xblast/image/sprite/xmas_R_1.epm
1444
%%DATADIR%%/image/sprite/wuschel_L_S.epm
1445
share/xblast/image/sprite/xmas_R_1.pbm
1445
%%DATADIR%%/image/sprite/wuschel_L_S.pbm
1446
share/xblast/image/sprite/xmas_R_2.epm
1446
%%DATADIR%%/image/sprite/wuschel_R_0.epm
1447
share/xblast/image/sprite/xmas_R_2.pbm
1447
%%DATADIR%%/image/sprite/wuschel_R_0.pbm
1448
share/xblast/image/sprite/xmas_R_3.epm
1448
%%DATADIR%%/image/sprite/wuschel_R_1.epm
1449
share/xblast/image/sprite/xmas_R_3.pbm
1449
%%DATADIR%%/image/sprite/wuschel_R_1.pbm
1450
share/xblast/image/sprite/xmas_R_S.epm
1450
%%DATADIR%%/image/sprite/wuschel_R_2.epm
1451
share/xblast/image/sprite/xmas_R_S.pbm
1451
%%DATADIR%%/image/sprite/wuschel_R_2.pbm
1452
share/xblast/image/sprite/xmas_U_0.epm
1452
%%DATADIR%%/image/sprite/wuschel_R_3.epm
1453
share/xblast/image/sprite/xmas_U_0.pbm
1453
%%DATADIR%%/image/sprite/wuschel_R_3.pbm
1454
share/xblast/image/sprite/xmas_U_1.epm
1454
%%DATADIR%%/image/sprite/wuschel_R_S.epm
1455
share/xblast/image/sprite/xmas_U_1.pbm
1455
%%DATADIR%%/image/sprite/wuschel_R_S.pbm
1456
share/xblast/image/sprite/xmas_U_2.epm
1456
%%DATADIR%%/image/sprite/wuschel_U_0.epm
1457
share/xblast/image/sprite/xmas_U_2.pbm
1457
%%DATADIR%%/image/sprite/wuschel_U_0.pbm
1458
share/xblast/image/sprite/xmas_U_3.epm
1458
%%DATADIR%%/image/sprite/wuschel_U_1.epm
1459
share/xblast/image/sprite/xmas_U_3.pbm
1459
%%DATADIR%%/image/sprite/wuschel_U_1.pbm
1460
share/xblast/image/sprite/xmas_U_S.epm
1460
%%DATADIR%%/image/sprite/wuschel_U_2.epm
1461
share/xblast/image/sprite/xmas_U_S.pbm
1461
%%DATADIR%%/image/sprite/wuschel_U_2.pbm
1462
share/xblast/image/sprite/xmas_W.epm
1462
%%DATADIR%%/image/sprite/wuschel_U_3.epm
1463
share/xblast/image/sprite/xmas_W.pbm
1463
%%DATADIR%%/image/sprite/wuschel_U_3.pbm
1464
share/xblast/image/sprite/xmas_W2.epm
1464
%%DATADIR%%/image/sprite/wuschel_U_S.epm
1465
share/xblast/image/sprite/xmas_W2.pbm
1465
%%DATADIR%%/image/sprite/wuschel_U_S.pbm
1466
share/xblast/image/sprite/xmas_W3.epm
1466
%%DATADIR%%/image/sprite/wuschel_W.epm
1467
share/xblast/image/sprite/xmas_W3.pbm
1467
%%DATADIR%%/image/sprite/wuschel_W.pbm
1468
share/xblast/image/sprite/zombie.pbm
1468
%%DATADIR%%/image/sprite/wuschel_W2.epm
1469
share/xblast/image/sprite/zombie.ppm
1469
%%DATADIR%%/image/sprite/wuschel_W2.pbm
1470
share/xblast/level/321NOWhere.xal
1470
%%DATADIR%%/image/sprite/wuschel_W3.epm
1471
share/xblast/level/3Protectbombs.xal
1471
%%DATADIR%%/image/sprite/wuschel_W3.pbm
1472
share/xblast/level/3_2_1_contact.xal
1472
%%DATADIR%%/image/sprite/wusel_B.epm
1473
share/xblast/level/3d_world.xal
1473
%%DATADIR%%/image/sprite/wusel_B.pbm
1474
share/xblast/level/AThreeByThreeHell.xal
1474
%%DATADIR%%/image/sprite/wusel_DD.epm
1475
share/xblast/level/Aberlour.xal
1475
%%DATADIR%%/image/sprite/wusel_DD.pbm
1476
share/xblast/level/Agoraphobia.xal
1476
%%DATADIR%%/image/sprite/wusel_DL.epm
1477
share/xblast/level/Agoraphobia2.xal
1477
%%DATADIR%%/image/sprite/wusel_DL.pbm
1478
share/xblast/level/Ahahahah2.xal
1478
%%DATADIR%%/image/sprite/wusel_DR.epm
1479
share/xblast/level/AimRight3.xal
1479
%%DATADIR%%/image/sprite/wusel_DR.pbm
1480
share/xblast/level/Aisle.xal
1480
%%DATADIR%%/image/sprite/wusel_DU.epm
1481
share/xblast/level/AllBeingEqual.xal
1481
%%DATADIR%%/image/sprite/wusel_DU.pbm
1482
share/xblast/level/Alleys.xal
1482
%%DATADIR%%/image/sprite/wusel_D_0.epm
1483
share/xblast/level/AlleysII.xal
1483
%%DATADIR%%/image/sprite/wusel_D_0.pbm
1484
share/xblast/level/Ambush.xal
1484
%%DATADIR%%/image/sprite/wusel_D_1.epm
1485
share/xblast/level/Ambush2.xal
1485
%%DATADIR%%/image/sprite/wusel_D_1.pbm
1486
share/xblast/level/AnotherBigFurnace.xal
1486
%%DATADIR%%/image/sprite/wusel_D_2.epm
1487
share/xblast/level/AreYouDown.xal
1487
%%DATADIR%%/image/sprite/wusel_D_2.pbm
1488
share/xblast/level/Arena.xal
1488
%%DATADIR%%/image/sprite/wusel_D_3.epm
1489
share/xblast/level/Arena2.xal
1489
%%DATADIR%%/image/sprite/wusel_D_3.pbm
1490
share/xblast/level/AssHole.xal
1490
%%DATADIR%%/image/sprite/wusel_D_S.epm
1491
share/xblast/level/BORNDEAD.xal
1491
%%DATADIR%%/image/sprite/wusel_D_S.pbm
1492
share/xblast/level/Backdraft.xal
1492
%%DATADIR%%/image/sprite/wusel_L.epm
1493
share/xblast/level/Behind.xal
1493
%%DATADIR%%/image/sprite/wusel_L.pbm
1494
share/xblast/level/BigBang.xal
1494
%%DATADIR%%/image/sprite/wusel_L1.epm
1495
share/xblast/level/BlackHandHill.xal
1495
%%DATADIR%%/image/sprite/wusel_L1.pbm
1496
share/xblast/level/Blitz.xal
1496
%%DATADIR%%/image/sprite/wusel_L2.epm
1497
share/xblast/level/Blue.xal
1497
%%DATADIR%%/image/sprite/wusel_L2.pbm
1498
share/xblast/level/BlueberryPie.xal
1498
%%DATADIR%%/image/sprite/wusel_L_0.epm
1499
share/xblast/level/Bock34.xal
1499
%%DATADIR%%/image/sprite/wusel_L_0.pbm
1500
share/xblast/level/Bock56.xal
1500
%%DATADIR%%/image/sprite/wusel_L_1.epm
1501
share/xblast/level/BombColumn.xal
1501
%%DATADIR%%/image/sprite/wusel_L_1.pbm
1502
share/xblast/level/BombRow.xal
1502
%%DATADIR%%/image/sprite/wusel_L_2.epm
1503
share/xblast/level/Boom.xal
1503
%%DATADIR%%/image/sprite/wusel_L_2.pbm
1504
share/xblast/level/Boxer.xal
1504
%%DATADIR%%/image/sprite/wusel_L_3.epm
1505
share/xblast/level/BrownLevel.xal
1505
%%DATADIR%%/image/sprite/wusel_L_3.pbm
1506
share/xblast/level/Burnbaby.xal
1506
%%DATADIR%%/image/sprite/wusel_L_S.epm
1507
share/xblast/level/ButterflyII.xal
1507
%%DATADIR%%/image/sprite/wusel_L_S.pbm
1508
share/xblast/level/CClub.xal
1508
%%DATADIR%%/image/sprite/wusel_R_0.epm
1509
share/xblast/level/CROMCHIER.xal
1509
%%DATADIR%%/image/sprite/wusel_R_0.pbm
1510
share/xblast/level/CenterMaster.xal
1510
%%DATADIR%%/image/sprite/wusel_R_1.epm
1511
share/xblast/level/Cestlourde.xal
1511
%%DATADIR%%/image/sprite/wusel_R_1.pbm
1512
share/xblast/level/ChaosFart.xal
1512
%%DATADIR%%/image/sprite/wusel_R_2.epm
1513
share/xblast/level/Checkers.xal
1513
%%DATADIR%%/image/sprite/wusel_R_2.pbm
1514
share/xblast/level/Cheese.xal
1514
%%DATADIR%%/image/sprite/wusel_R_3.epm
1515
share/xblast/level/ChercheRex.xal
1515
%%DATADIR%%/image/sprite/wusel_R_3.pbm
1516
share/xblast/level/ChooseYourWeapons.xal
1516
%%DATADIR%%/image/sprite/wusel_R_S.epm
1517
share/xblast/level/ChristineSCages.xal
1517
%%DATADIR%%/image/sprite/wusel_R_S.pbm
1518
share/xblast/level/ClockwiseChaos.xal
1518
%%DATADIR%%/image/sprite/wusel_U_0.epm
1519
share/xblast/level/CloseCall.xal
1519
%%DATADIR%%/image/sprite/wusel_U_0.pbm
1520
share/xblast/level/Collision.xal
1520
%%DATADIR%%/image/sprite/wusel_U_1.epm
1521
share/xblast/level/ColoredTeleportation.xal
1521
%%DATADIR%%/image/sprite/wusel_U_1.pbm
1522
share/xblast/level/Comb.xal
1522
%%DATADIR%%/image/sprite/wusel_U_2.epm
1523
share/xblast/level/ComboTown.xal
1523
%%DATADIR%%/image/sprite/wusel_U_2.pbm
1524
share/xblast/level/ContinuesThrough.xal
1524
%%DATADIR%%/image/sprite/wusel_U_3.epm
1525
share/xblast/level/Corrida.xal
1525
%%DATADIR%%/image/sprite/wusel_U_3.pbm
1526
share/xblast/level/CoupDePute.xal
1526
%%DATADIR%%/image/sprite/wusel_U_S.epm
1527
share/xblast/level/CrazyDiggers.xal
1527
%%DATADIR%%/image/sprite/wusel_U_S.pbm
1528
share/xblast/level/CrazyWorld.xal
1528
%%DATADIR%%/image/sprite/wusel_W.epm
1529
share/xblast/level/Crossfire.xal
1529
%%DATADIR%%/image/sprite/wusel_W.pbm
1530
share/xblast/level/Crossfire2.xal
1530
%%DATADIR%%/image/sprite/wusel_W2.epm
1531
share/xblast/level/Curtain.xal
1531
%%DATADIR%%/image/sprite/wusel_W2.pbm
1532
share/xblast/level/Daleif.xal
1532
%%DATADIR%%/image/sprite/wusel_W3.epm
1533
share/xblast/level/DaleifJustice.xal
1533
%%DATADIR%%/image/sprite/wusel_W3.pbm
1534
share/xblast/level/DangerousTemptation.xal
1534
%%DATADIR%%/image/sprite/xmas_B.epm
1535
share/xblast/level/DarkAvenger.xal
1535
%%DATADIR%%/image/sprite/xmas_B.pbm
1536
share/xblast/level/DarkCryptLevel.xal
1536
%%DATADIR%%/image/sprite/xmas_DD.epm
1537
share/xblast/level/DarkStreet.xal
1537
%%DATADIR%%/image/sprite/xmas_DD.pbm
1538
share/xblast/level/DeathValley.xal
1538
%%DATADIR%%/image/sprite/xmas_DL.epm
1539
share/xblast/level/DestructionDerby.xal
1539
%%DATADIR%%/image/sprite/xmas_DL.pbm
1540
share/xblast/level/Destructor.xal
1540
%%DATADIR%%/image/sprite/xmas_DR.epm
1541
share/xblast/level/DevNull.xal
1541
%%DATADIR%%/image/sprite/xmas_DR.pbm
1542
share/xblast/level/DiagonalExpl.xal
1542
%%DATADIR%%/image/sprite/xmas_DU.epm
1543
share/xblast/level/DiagonalPower.xal
1543
%%DATADIR%%/image/sprite/xmas_DU.pbm
1544
share/xblast/level/Diarrhea.xal
1544
%%DATADIR%%/image/sprite/xmas_D_0.epm
1545
share/xblast/level/Distance.xal
1545
%%DATADIR%%/image/sprite/xmas_D_0.pbm
1546
share/xblast/level/Division.xal
1546
%%DATADIR%%/image/sprite/xmas_D_1.epm
1547
share/xblast/level/DoomLike.xal
1547
%%DATADIR%%/image/sprite/xmas_D_1.pbm
1548
share/xblast/level/Drunk.xal
1548
%%DATADIR%%/image/sprite/xmas_D_2.epm
1549
share/xblast/level/DualFights.xal
1549
%%DATADIR%%/image/sprite/xmas_D_2.pbm
1550
share/xblast/level/EUHOA.xal
1550
%%DATADIR%%/image/sprite/xmas_D_3.epm
1551
share/xblast/level/Edinbourgh.xal
1551
%%DATADIR%%/image/sprite/xmas_D_3.pbm
1552
share/xblast/level/ElectrifyThem.xal
1552
%%DATADIR%%/image/sprite/xmas_D_S.epm
1553
share/xblast/level/EuhHide.xal
1553
%%DATADIR%%/image/sprite/xmas_D_S.pbm
1554
share/xblast/level/Everblasting.xal
1554
%%DATADIR%%/image/sprite/xmas_L.epm
1555
share/xblast/level/Evil2.xal
1555
%%DATADIR%%/image/sprite/xmas_L.pbm
1556
share/xblast/level/ExperimentalArea.xal
1556
%%DATADIR%%/image/sprite/xmas_L1.epm
1557
share/xblast/level/Explode.xal
1557
%%DATADIR%%/image/sprite/xmas_L1.pbm
1558
share/xblast/level/ExtraGhost.xal
1558
%%DATADIR%%/image/sprite/xmas_L2.epm
1559
share/xblast/level/ExtraLife.xal
1559
%%DATADIR%%/image/sprite/xmas_L2.pbm
1560
share/xblast/level/Fartmania.xal
1560
%%DATADIR%%/image/sprite/xmas_L_0.epm
1561
share/xblast/level/FirecrackerGeschubse.xal
1561
%%DATADIR%%/image/sprite/xmas_L_0.pbm
1562
share/xblast/level/Five.xal
1562
%%DATADIR%%/image/sprite/xmas_L_1.epm
1563
share/xblast/level/FlamesOfFury.xal
1563
%%DATADIR%%/image/sprite/xmas_L_1.pbm
1564
share/xblast/level/Flying.xal
1564
%%DATADIR%%/image/sprite/xmas_L_2.epm
1565
share/xblast/level/FocalPoint.xal
1565
%%DATADIR%%/image/sprite/xmas_L_2.pbm
1566
share/xblast/level/Football.xal
1566
%%DATADIR%%/image/sprite/xmas_L_3.epm
1567
share/xblast/level/FourCourners.xal
1567
%%DATADIR%%/image/sprite/xmas_L_3.pbm
1568
share/xblast/level/Fragile.xal
1568
%%DATADIR%%/image/sprite/xmas_L_S.epm
1569
share/xblast/level/Framework.xal
1569
%%DATADIR%%/image/sprite/xmas_L_S.pbm
1570
share/xblast/level/FryEm.xal
1570
%%DATADIR%%/image/sprite/xmas_R_0.epm
1571
share/xblast/level/FuckingSebastian.xal
1571
%%DATADIR%%/image/sprite/xmas_R_0.pbm
1572
share/xblast/level/FullPowerRingOFire.xal
1572
%%DATADIR%%/image/sprite/xmas_R_1.epm
1573
share/xblast/level/FullPowerTeleport.xal
1573
%%DATADIR%%/image/sprite/xmas_R_1.pbm
1574
share/xblast/level/FullPowerWithoutLifeExtra.xal
1574
%%DATADIR%%/image/sprite/xmas_R_2.epm
1575
share/xblast/level/FungusKick.xal
1575
%%DATADIR%%/image/sprite/xmas_R_2.pbm
1576
share/xblast/level/GITBB.xal
1576
%%DATADIR%%/image/sprite/xmas_R_3.epm
1577
share/xblast/level/GameOfLife.xal
1577
%%DATADIR%%/image/sprite/xmas_R_3.pbm
1578
share/xblast/level/Genocide.xal
1578
%%DATADIR%%/image/sprite/xmas_R_S.epm
1579
share/xblast/level/GetTheGrail.xal
1579
%%DATADIR%%/image/sprite/xmas_R_S.pbm
1580
share/xblast/level/GetTheMoment.xal
1580
%%DATADIR%%/image/sprite/xmas_U_0.epm
1581
share/xblast/level/GetTheMoment2.xal
1581
%%DATADIR%%/image/sprite/xmas_U_0.pbm
1582
share/xblast/level/GetTheNapalm.xal
1582
%%DATADIR%%/image/sprite/xmas_U_1.epm
1583
share/xblast/level/GetToTheBorderAndBack.xal
1583
%%DATADIR%%/image/sprite/xmas_U_1.pbm
1584
share/xblast/level/GhostDance.xal
1584
%%DATADIR%%/image/sprite/xmas_U_2.epm
1585
share/xblast/level/GhostGarden.xal
1585
%%DATADIR%%/image/sprite/xmas_U_2.pbm
1586
share/xblast/level/Ghostbusters.xal
1586
%%DATADIR%%/image/sprite/xmas_U_3.epm
1587
share/xblast/level/Glases.xal
1587
%%DATADIR%%/image/sprite/xmas_U_3.pbm
1588
share/xblast/level/GlasetSurprise.xal
1588
%%DATADIR%%/image/sprite/xmas_U_S.epm
1589
share/xblast/level/GoFart.xal
1589
%%DATADIR%%/image/sprite/xmas_U_S.pbm
1590
share/xblast/level/GrabtharsHammer.xal
1590
%%DATADIR%%/image/sprite/xmas_W.epm
1591
share/xblast/level/GrabtharsHammer2.xal
1591
%%DATADIR%%/image/sprite/xmas_W.pbm
1592
share/xblast/level/GranatenGeschubse.xal
1592
%%DATADIR%%/image/sprite/xmas_W2.epm
1593
share/xblast/level/GrandSchloederSchwarz.xal
1593
%%DATADIR%%/image/sprite/xmas_W2.pbm
1594
share/xblast/level/Greed.xal
1594
%%DATADIR%%/image/sprite/xmas_W3.epm
1595
share/xblast/level/GrenadeFungusKick.xal
1595
%%DATADIR%%/image/sprite/xmas_W3.pbm
1596
share/xblast/level/GrenadeKick.xal
1596
%%DATADIR%%/image/sprite/zombie.pbm
1597
share/xblast/level/GrenadePower.xal
1597
%%DATADIR%%/image/sprite/zombie.ppm
1598
share/xblast/level/GrenadeSnooker.xal
1598
%%DATADIR%%/level/321NOWhere.xal
1599
share/xblast/level/GrenadesAndVoidBlocks.xal
1599
%%DATADIR%%/level/321Partez.xal
1600
share/xblast/level/GrenadierSStew.xal
1600
%%DATADIR%%/level/3_2_1_contact.xal
1601
share/xblast/level/GyrosPyros.xal
1601
%%DATADIR%%/level/3d_world.xal
1602
share/xblast/level/GyrosPyros2.xal
1602
%%DATADIR%%/level/APactWithEvil.xal
1603
share/xblast/level/HallwaysXB.xal
1603
%%DATADIR%%/level/AThreeByThreeHell.xal
1604
share/xblast/level/Halvgardering.xal
1604
%%DATADIR%%/level/Aberlour.xal
1605
share/xblast/level/Hammer.xal
1605
%%DATADIR%%/level/Agoraphobia.xal
1606
share/xblast/level/Handboll.xal
1606
%%DATADIR%%/level/Agoraphobia2.xal
1607
share/xblast/level/HardWork.xal
1607
%%DATADIR%%/level/Ahahahah2.xal
1608
share/xblast/level/Hatch.xal
1608
%%DATADIR%%/level/AimRight3.xal
1609
share/xblast/level/HaveYouGotFire.xal
1609
%%DATADIR%%/level/Aisle.xal
1610
share/xblast/level/Heineken.xal
1610
%%DATADIR%%/level/AllBeingEqual.xal
1611
share/xblast/level/HellOWien.xal
1611
%%DATADIR%%/level/AllGoodThings.xal
1612
share/xblast/level/HellOnEarth.xal
1612
%%DATADIR%%/level/Alleys.xal
1613
share/xblast/level/Hemohes.xal
1613
%%DATADIR%%/level/AmazingBlaze.xal
1614
share/xblast/level/HideAndKill.xal
1614
%%DATADIR%%/level/Ambush.xal
1615
share/xblast/level/HideAndSnipe.xal
1615
%%DATADIR%%/level/Ambush2.xal
1616
share/xblast/level/Highway.xal
1616
%%DATADIR%%/level/AnotherBigFurnace.xal
1617
share/xblast/level/HitHim.xal
1617
%%DATADIR%%/level/AntiGravity.xal
1618
share/xblast/level/HitmanHall.xal
1618
%%DATADIR%%/level/AntiGravity3.xal
1619
share/xblast/level/HolyGrails.xal
1619
%%DATADIR%%/level/AntiMitch.xal
1620
share/xblast/level/Hospital.xal
1620
%%DATADIR%%/level/AntiPersonnalMines.xal
1621
share/xblast/level/HotRain.xal
1621
%%DATADIR%%/level/AreYouDown.xal
1622
share/xblast/level/HumanBomb.xal
1622
%%DATADIR%%/level/Arena.xal
1623
share/xblast/level/HumanBombs.xal
1623
%%DATADIR%%/level/Arena2.xal
1624
share/xblast/level/IceRinkLevel.xal
1624
%%DATADIR%%/level/AssHole.xal
1625
share/xblast/level/ImprobableButPossible.xal
1625
%%DATADIR%%/level/Atmosphere.xal
1626
share/xblast/level/Inferno.xal
1626
%%DATADIR%%/level/BORNDEAD.xal
1627
share/xblast/level/Initials.xal
1627
%%DATADIR%%/level/Backdraft.xal
1628
share/xblast/level/InsideOutside.xal
1628
%%DATADIR%%/level/Battlefield.xal
1629
share/xblast/level/Invisible.xal
1629
%%DATADIR%%/level/Behind.xal
1630
share/xblast/level/InvisibleShots.xal
1630
%%DATADIR%%/level/BigBang.xal
1631
share/xblast/level/JailBrake.xal
1631
%%DATADIR%%/level/BiggerThanOthers.xal
1632
share/xblast/level/JoBurg.xal
1632
%%DATADIR%%/level/BlackHandHill.xal
1633
share/xblast/level/JudgementDayII.xal
1633
%%DATADIR%%/level/BlackZone.xal
1634
share/xblast/level/Jump.xal
1634
%%DATADIR%%/level/BlackZone2.xal
1635
share/xblast/level/JumpII.xal
1635
%%DATADIR%%/level/BlastAway.xal
1636
share/xblast/level/JumpinJackFlash.xal
1636
%%DATADIR%%/level/BlastOMorph.xal
1637
share/xblast/level/KickHold.xal
1637
%%DATADIR%%/level/BlastersInDaHood.xal
1638
share/xblast/level/KickNRun.xal
1638
%%DATADIR%%/level/Blitz.xal
1639
share/xblast/level/Kickpicker.xal
1639
%%DATADIR%%/level/Blue.xal
1640
share/xblast/level/Kickshelter.xal
1640
%%DATADIR%%/level/BlueberryPie.xal
1641
share/xblast/level/KingXBresse.xal
1641
%%DATADIR%%/level/Bluetooth.xal
1642
share/xblast/level/Klondike.xal
1642
%%DATADIR%%/level/Bock34.xal
1643
share/xblast/level/Kreuz.xal
1643
%%DATADIR%%/level/Bock56.xal
1644
share/xblast/level/KrissKross.xal
1644
%%DATADIR%%/level/BombALaSurprise.xal
1645
share/xblast/level/Kuopio.xal
1645
%%DATADIR%%/level/BombBoxes.xal
1646
share/xblast/level/LAreneDesInfos.xal
1646
%%DATADIR%%/level/BombBuffet.xal
1647
share/xblast/level/LaBiblio.xal
1647
%%DATADIR%%/level/BombColumn.xal
1648
share/xblast/level/LabyrintheZone.xal
1648
%%DATADIR%%/level/BombJunk.xal
1649
share/xblast/level/LeBonMoiEtLeTruand.xal
1649
%%DATADIR%%/level/BombRow.xal
1650
share/xblast/level/LeFort.xal
1650
%%DATADIR%%/level/Boom.xal
1651
share/xblast/level/LeKosovo.xal
1651
%%DATADIR%%/level/BoostyWorld.xal
1652
share/xblast/level/LeftToRight.xal
1652
%%DATADIR%%/level/BornToBeKilled.xal
1653
share/xblast/level/LegoCave.xal
1653
%%DATADIR%%/level/BounchyWorld.xal
1654
share/xblast/level/LegoClassic.xal
1654
%%DATADIR%%/level/BouncyBouncy.xal
1655
share/xblast/level/LevelTemplate.xal
1655
%%DATADIR%%/level/Boxer.xal
1656
share/xblast/level/LevelX.xal
1656
%%DATADIR%%/level/BricklayerSAnger.xal
1657
share/xblast/level/Levelkenntnis.xal
1657
%%DATADIR%%/level/BricksWithExtraFries.xal
1658
share/xblast/level/LongAndNarrow.xal
1658
%%DATADIR%%/level/BrownLevel.xal
1659
share/xblast/level/LongAndNarrow2.xal
1659
%%DATADIR%%/level/Burnbaby.xal
1660
share/xblast/level/LongAndNarrow3.xal
1660
%%DATADIR%%/level/ButterflyII.xal
1661
share/xblast/level/LongAndNarrow4.xal
1661
%%DATADIR%%/level/CClub.xal
1662
share/xblast/level/LotsOfBombs.xal
1662
%%DATADIR%%/level/CROMCHIER.xal
1663
share/xblast/level/LotsOfBombs2.xal
1663
%%DATADIR%%/level/CandyLand.xal
1664
share/xblast/level/LotsOfBombs3.xal
1664
%%DATADIR%%/level/CastePartDeath1.xal
1665
share/xblast/level/LotsOfBombs4.xal
1665
%%DATADIR%%/level/CastlePartDeath1.xal
1666
share/xblast/level/LotsOfBombs5.xal
1666
%%DATADIR%%/level/CaveIn.xal
1667
share/xblast/level/LuckyBomb.xal
1667
%%DATADIR%%/level/Center.xal
1668
share/xblast/level/LuckyCharms.xal
1668
%%DATADIR%%/level/CenterMaster.xal
1669
share/xblast/level/MVOL.xal
1669
%%DATADIR%%/level/Cestlourde.xal
1670
share/xblast/level/MacDonaldSElectrify.xal
1670
%%DATADIR%%/level/ChainReaction.xal
1671
share/xblast/level/Maclaurins.xal
1671
%%DATADIR%%/level/Changeling.xal
1672
share/xblast/level/MazeInMotion.xal
1672
%%DATADIR%%/level/ChaosFart.xal
1673
share/xblast/level/MazeInMotionIIRushHour.xal
1673
%%DATADIR%%/level/Checkers.xal
1674
share/xblast/level/MegaRemote.xal
1674
%%DATADIR%%/level/Cheese.xal
1675
share/xblast/level/Memento.xal
1675
%%DATADIR%%/level/ChercheRex.xal
1676
share/xblast/level/Minesweeper.xal
1676
%%DATADIR%%/level/ChooseYourWeapons.xal
1677
share/xblast/level/MinesweeperS.xal
1677
%%DATADIR%%/level/ChristineSCages.xal
1678
share/xblast/level/MoiJVeuxPasTriangulation.xal
1678
%%DATADIR%%/level/ChristineSDungeon.xal
1679
share/xblast/level/MorphOrDie.xal
1679
%%DATADIR%%/level/ClockwiseButYouWalkWrong.xal
1680
share/xblast/level/Morphissimo.xal
1680
%%DATADIR%%/level/ClockwiseChaos.xal
1681
share/xblast/level/MovingDeath.xal
1681
%%DATADIR%%/level/CloseCall.xal
1682
share/xblast/level/MultiBombsLevel.xal
1682
%%DATADIR%%/level/CloseQuarters.xal
1683
share/xblast/level/Multiplicity.xal
1683
%%DATADIR%%/level/ClosetPsycho.xal
1684
share/xblast/level/Mutant.xal
1684
%%DATADIR%%/level/CocuLandII.xal
1685
share/xblast/level/NapalmSnooker.xal
1685
%%DATADIR%%/level/Collision.xal
1686
share/xblast/level/NewKidsAroundTheBlock.xal
1686
%%DATADIR%%/level/ColoredTeleportation.xal
1687
share/xblast/level/NewKidsAroundTheBlock2.xal
1687
%%DATADIR%%/level/Comb.xal
1688
share/xblast/level/NewYorkCity.xal
1688
%%DATADIR%%/level/ComboTown.xal
1689
share/xblast/level/NoExitFromHell.xal
1689
%%DATADIR%%/level/ContactSports.xal
1690
share/xblast/level/NoRemorse.xal
1690
%%DATADIR%%/level/ContinuesThrough.xal
1691
share/xblast/level/NoSymmie.xal
1691
%%DATADIR%%/level/Corrida.xal
1692
share/xblast/level/NoWay.xal
1692
%%DATADIR%%/level/CoupDePute.xal
1693
share/xblast/level/NowhereToShrinkFullPLegoLand.xal
1693
%%DATADIR%%/level/CrazyDiggers.xal
1694
share/xblast/level/Nuclear.xal
1694
%%DATADIR%%/level/CrazyWorld.xal
1695
share/xblast/level/OhShit.xal
1695
%%DATADIR%%/level/Crazywalking.xal
1696
share/xblast/level/OldGlen.xal
1696
%%DATADIR%%/level/CreepingDeath.xal
1697
share/xblast/level/OmpaOmpa.xal
1697
%%DATADIR%%/level/CrimsonHorizon.xal
1698
share/xblast/level/OneBombLevel.xal
1698
%%DATADIR%%/level/CrossOfDoom.xal
1699
share/xblast/level/OneMoreExplosion.xal
1699
%%DATADIR%%/level/Crossfire.xal
1700
share/xblast/level/Overkill.xal
1700
%%DATADIR%%/level/Crossfire2.xal
1701
share/xblast/level/PanicRoom.xal
1701
%%DATADIR%%/level/CrualRebounds.xal
1702
share/xblast/level/PanzergrenadierSchleifmann.xal
1702
%%DATADIR%%/level/Curtain.xal
1703
share/xblast/level/ParallelII.xal
1703
%%DATADIR%%/level/DaleifJustice.xal
1704
share/xblast/level/PetersArrgghh.xal
1704
%%DATADIR%%/level/DangerousTemptation.xal
1705
share/xblast/level/PetersBattlefield.xal
1705
%%DATADIR%%/level/DarkAvenger.xal
1706
share/xblast/level/PetersBattlefield2.xal
1706
%%DATADIR%%/level/DarkCryptLevel.xal
1707
share/xblast/level/PetersBlackHandHill.xal
1707
%%DATADIR%%/level/DarkStreet.xal
1708
share/xblast/level/PetersBricklayerSAnger.xal
1708
%%DATADIR%%/level/DeathValley.xal
1709
share/xblast/level/PetersCaveIn.xal
1709
%%DATADIR%%/level/DeepForest.xal
1710
share/xblast/level/PetersCocuLandII.xal
1710
%%DATADIR%%/level/DeepForest2GraalQuest.xal
1711
share/xblast/level/PetersEsquive.xal
1711
%%DATADIR%%/level/DesertStorm.xal
1712
share/xblast/level/PetersFantasyLand.xal
1712
%%DATADIR%%/level/DestructionDerby.xal
1713
share/xblast/level/PetersHallOfSnooker.xal
1713
%%DATADIR%%/level/Destructor.xal
1714
share/xblast/level/PetersHallways.xal
1714
%%DATADIR%%/level/DevNull.xal
1715
share/xblast/level/PetersHotStuff.xal
1715
%%DATADIR%%/level/Dexpot1.xal
1716
share/xblast/level/PetersInsideOutside.xal
1716
%%DATADIR%%/level/Dexpot10.xal
1717
share/xblast/level/PetersJudgementDay.xal
1717
%%DATADIR%%/level/Dexpot11.xal
1718
share/xblast/level/PetersLegoCave.xal
1718
%%DATADIR%%/level/Dexpot12.xal
1719
share/xblast/level/PetersNewKidsOnTheBlock.xal
1719
%%DATADIR%%/level/Dexpot13.xal
1720
share/xblast/level/PetersOmeletDeFromage.xal
1720
%%DATADIR%%/level/Dexpot14.xal
1721
share/xblast/level/PetersPotLuck.xal
1721
%%DATADIR%%/level/Dexpot15.xal
1722
share/xblast/level/PetersVoidHazard.xal
1722
%%DATADIR%%/level/Dexpot16.xal
1723
share/xblast/level/PetersWallbanger.xal
1723
%%DATADIR%%/level/Dexpot17.xal
1724
share/xblast/level/PetersWhenIWasYourAgeWithKick.xal
1724
%%DATADIR%%/level/Dexpot18.xal
1725
share/xblast/level/PhantomLand.xal
1725
%%DATADIR%%/level/Dexpot2.xal
1726
share/xblast/level/Phoenix.xal
1726
%%DATADIR%%/level/Dexpot3.xal
1727
share/xblast/level/Pi.xal
1727
%%DATADIR%%/level/Dexpot4.xal
1728
share/xblast/level/PinkII.xal
1728
%%DATADIR%%/level/Dexpot5.xal
1729
share/xblast/level/PinkLevel.xal
1729
%%DATADIR%%/level/Dexpot6.xal
1730
share/xblast/level/PinkShrink.xal
1730
%%DATADIR%%/level/Dexpot7.xal
1731
share/xblast/level/PinkShrink2.xal
1731
%%DATADIR%%/level/Dexpot8.xal
1732
share/xblast/level/PlusPlus5.xal
1732
%%DATADIR%%/level/Dexpot9.xal
1733
share/xblast/level/PoisonedTeaParty.xal
1733
%%DATADIR%%/level/DiagonalPower.xal
1734
share/xblast/level/Polyvoyage.xal
1734
%%DATADIR%%/level/Diarrhea.xal
1735
share/xblast/level/Powerblast.xal
1735
%%DATADIR%%/level/DigDugNostalgy.xal
1736
share/xblast/level/PumpAndRunAway.xal
1736
%%DATADIR%%/level/Distance.xal
1737
share/xblast/level/PureHell.xal
1737
%%DATADIR%%/level/Division.xal
1738
share/xblast/level/Pursuit.xal
1738
%%DATADIR%%/level/DoomLike.xal
1739
share/xblast/level/Querfeuer1.xal
1739
%%DATADIR%%/level/DoomedToBomb.xal
1740
share/xblast/level/Querfeuer2.xal
1740
%%DATADIR%%/level/DoubleCrown.xal
1741
share/xblast/level/Querfeuer3.xal
1741
%%DATADIR%%/level/Drunk.xal
1742
share/xblast/level/Querfeuer4.xal
1742
%%DATADIR%%/level/DualFights.xal
1743
share/xblast/level/Querfeuer5.xal
1743
%%DATADIR%%/level/Duel1.xal
1744
share/xblast/level/Quick.xal
1744
%%DATADIR%%/level/DuelInTheSun.xal
1745
share/xblast/level/Quiz.xal
1745
%%DATADIR%%/level/DungeonMaster.xal
1746
share/xblast/level/QuoVadis.xal
1746
%%DATADIR%%/level/EUHOA.xal
1747
share/xblast/level/Rain.xal
1747
%%DATADIR%%/level/Edinbourgh.xal
1748
share/xblast/level/RebuildTheMaze.xal
1748
%%DATADIR%%/level/ElectrifyThem.xal
1749
share/xblast/level/Reconstructor.xal
1749
%%DATADIR%%/level/EraserII.xal
1750
share/xblast/level/RedAlert.xal
1750
%%DATADIR%%/level/EuhHide.xal
1751
share/xblast/level/RedOrYellow.xal
1751
%%DATADIR%%/level/Everblasting.xal
1752
share/xblast/level/RedOrYellowII.xal
1752
%%DATADIR%%/level/Evil2.xal
1753
share/xblast/level/RemoteControlledFullPower.xal
1753
%%DATADIR%%/level/ExperimentalArea.xal
1754
share/xblast/level/RenovationKill.xal
1754
%%DATADIR%%/level/Explode.xal
1755
share/xblast/level/ReturnToSender.xal
1755
%%DATADIR%%/level/ExtraGhost.xal
1756
share/xblast/level/ReturnToSender2.xal
1756
%%DATADIR%%/level/ExtraLife.xal
1757
share/xblast/level/RexCherche.xal
1757
%%DATADIR%%/level/FalgundSWorld.xal
1758
share/xblast/level/RightSide.xal
1758
%%DATADIR%%/level/FallingCurtain.xal
1759
share/xblast/level/RightSide2.xal
1759
%%DATADIR%%/level/FallingDown.xal
1760
share/xblast/level/RingOfDeath.xal
1760
%%DATADIR%%/level/FantasyLand.xal
1761
share/xblast/level/RingOfFire.xal
1761
%%DATADIR%%/level/Fartmania.xal
1762
share/xblast/level/RockAroundTheClock.xal
1762
%%DATADIR%%/level/FastBoum.xal
1763
share/xblast/level/Rotatetildeath.xal
1763
%%DATADIR%%/level/FieldOfDeath.xal
1764
share/xblast/level/RoundAndRound.xal
1764
%%DATADIR%%/level/FightForYourRightII.xal
1765
share/xblast/level/RunNacher.xal
1765
%%DATADIR%%/level/FigureEight.xal
1766
share/xblast/level/RunningCrualRebounds.xal
1766
%%DATADIR%%/level/FirecrackerGeschubse.xal
1767
share/xblast/level/Runway.xal
1767
%%DATADIR%%/level/FirecrackerSurprise.xal
1768
share/xblast/level/SOBEIT.xal
1768
%%DATADIR%%/level/Five.xal
1769
share/xblast/level/SafeBox.xal
1769
%%DATADIR%%/level/FlamesOfFury.xal
1770
share/xblast/level/Scissor.xal
1770
%%DATADIR%%/level/FlowerPower.xal
1771
share/xblast/level/SearchForGrails.xal
1771
%%DATADIR%%/level/Flying.xal
1772
share/xblast/level/SearchingGrailSpiral.xal
1772
%%DATADIR%%/level/FocalPoint.xal
1773
share/xblast/level/ShanghaiNoon.xal
1773
%%DATADIR%%/level/Football.xal
1774
share/xblast/level/ShortBombs.xal
1774
%%DATADIR%%/level/FourCorners.xal
1775
share/xblast/level/ShortBombs2.xal
1775
%%DATADIR%%/level/FourCourners.xal
1776
share/xblast/level/ShrinkAndExpand.xal
1776
%%DATADIR%%/level/Fragile.xal
1777
share/xblast/level/SicknessTestLevel.xal
1777
%%DATADIR%%/level/Framework.xal
1778
share/xblast/level/SmilingFace.xal
1778
%%DATADIR%%/level/FryEm.xal
1779
share/xblast/level/Snake.xal
1779
%%DATADIR%%/level/FuckingSebastian.xal
1780
share/xblast/level/SnipeAndRun.xal
1780
%%DATADIR%%/level/FullBlast.xal
1781
share/xblast/level/SnipeAndRunn.xal
1781
%%DATADIR%%/level/FullPowerFarters.xal
1782
share/xblast/level/SnookerAisle.xal
1782
%%DATADIR%%/level/FullPowerLevel.xal
1783
share/xblast/level/SnookerCave.xal
1783
%%DATADIR%%/level/FullPowerLevelII.xal
1784
share/xblast/level/SnookerCaveLongFuse.xal
1784
%%DATADIR%%/level/FullPowerRingOFire.xal
1785
share/xblast/level/Snookerpump.xal
1785
%%DATADIR%%/level/FullPowerTeleport.xal
1786
share/xblast/level/SpaceBalls.xal
1786
%%DATADIR%%/level/FullPowerWithoutLifeExtra.xal
1787
share/xblast/level/Spawner.xal
1787
%%DATADIR%%/level/FullShortPower.xal
1788
share/xblast/level/SpeedTrack.xal
1788
%%DATADIR%%/level/FungusFun.xal
1789
share/xblast/level/Spinner.xal
1789
%%DATADIR%%/level/FungusKick.xal
1790
share/xblast/level/Spirello.xal
1790
%%DATADIR%%/level/GHB.xal
1791
share/xblast/level/Spirello2.xal
1791
%%DATADIR%%/level/GHB2.xal
1792
share/xblast/level/Split.xal
1792
%%DATADIR%%/level/GITBB.xal
1793
share/xblast/level/Squares.xal
1793
%%DATADIR%%/level/GITBB2.xal
1794
share/xblast/level/StayPut.xal
1794
%%DATADIR%%/level/GameOfLife.xal
1795
share/xblast/level/Steal.xal
1795
%%DATADIR%%/level/Genocide.xal
1796
share/xblast/level/StealAndKill.xal
1796
%%DATADIR%%/level/GetTheGrail.xal
1797
share/xblast/level/StillTrying.xal
1797
%%DATADIR%%/level/GetTheMoment.xal
1798
share/xblast/level/StopIt.xal
1798
%%DATADIR%%/level/GetTheMoment2.xal
1799
share/xblast/level/Stopperitis.xal
1799
%%DATADIR%%/level/GetTheNapalm.xal
1800
share/xblast/level/StreetsOfHell.xal
1800
%%DATADIR%%/level/GetToTheBorderAndBack.xal
1801
share/xblast/level/Suck.xal
1801
%%DATADIR%%/level/GetYourKitOut.xal
1802
share/xblast/level/SummaCumLaude.xal
1802
%%DATADIR%%/level/GhostDance.xal
1803
share/xblast/level/SuperFrog.xal
1803
%%DATADIR%%/level/GhostGarden.xal
1804
share/xblast/level/SuperSTop.xal
1804
%%DATADIR%%/level/GhostInTheShrinkII.xal
1805
share/xblast/level/SuperSnipe.xal
1805
%%DATADIR%%/level/GhostTown.xal
1806
share/xblast/level/SuperSteal.xal
1806
%%DATADIR%%/level/Ghostbusters.xal
1807
share/xblast/level/Surprise.xal
1807
%%DATADIR%%/level/Glases.xal
1808
share/xblast/level/SurvivalOfTheFittest2.xal
1808
%%DATADIR%%/level/GlasetSurprise.xal
1809
share/xblast/level/SwapColor.xal
1809
%%DATADIR%%/level/GoFart.xal
1810
share/xblast/level/SwapPosition.xal
1810
%%DATADIR%%/level/GraalQuest.xal
1811
share/xblast/level/SwingingInTheRain.xal
1811
%%DATADIR%%/level/GrabtharsHammer.xal
1812
share/xblast/level/THECenter.xal
1812
%%DATADIR%%/level/GrabtharsHammer2.xal
1813
share/xblast/level/TeddybearChamber.xal
1813
%%DATADIR%%/level/GranatenGeschubse.xal
1814
share/xblast/level/TheBigBanana.xal
1814
%%DATADIR%%/level/GrandSchloederSchwarz.xal
1815
share/xblast/level/TheBombexpert.xal
1815
%%DATADIR%%/level/GravitationIsBack.xal
1816
share/xblast/level/TheBox.xal
1816
%%DATADIR%%/level/GravitationalRotation.xal
1817
share/xblast/level/TheDucks.xal
1817
%%DATADIR%%/level/Greed.xal
1818
share/xblast/level/TheEscape.xal
1818
%%DATADIR%%/level/GrenadeDuel.xal
1819
share/xblast/level/TheInvincibleShrinker.xal
1819
%%DATADIR%%/level/GrenadeFungusKick.xal
1820
share/xblast/level/TheKickContest.xal
1820
%%DATADIR%%/level/GrenadeKick.xal
1821
share/xblast/level/TheMask.xal
1821
%%DATADIR%%/level/GrenadePower.xal
1822
share/xblast/level/ThePaddock.xal
1822
%%DATADIR%%/level/GrenadeSnooker.xal
1823
share/xblast/level/TheRing.xal
1823
%%DATADIR%%/level/GrenadesAndVoidBlocks.xal
1824
share/xblast/level/TheRiver.xal
1824
%%DATADIR%%/level/GrenadierSStew.xal
1825
share/xblast/level/TheSnookerAlley.xal
1825
%%DATADIR%%/level/GringoII.xal
1826
share/xblast/level/TheTacticalOne.xal
1826
%%DATADIR%%/level/GroupOfDeath.xal
1827
share/xblast/level/TheTacticalOne2.xal
1827
%%DATADIR%%/level/GrowNKillII.xal
1828
share/xblast/level/TheTunnel.xal
1828
%%DATADIR%%/level/GyrosPyros.xal
1829
share/xblast/level/ThreeInARow.xal
1829
%%DATADIR%%/level/GyrosPyros2.xal
1830
share/xblast/level/ThreeInARow2.xal
1830
%%DATADIR%%/level/HallOfSnooker.xal
1831
share/xblast/level/Tigers.xal
1831
%%DATADIR%%/level/HalloweEn.xal
1832
share/xblast/level/TinyWorld.xal
1832
%%DATADIR%%/level/HallwaysXB.xal
1833
share/xblast/level/TooHardForMe.xal
1833
%%DATADIR%%/level/Halvgardering.xal
1834
share/xblast/level/ToraBora.xal
1834
%%DATADIR%%/level/Hammer.xal
1835
share/xblast/level/Touch.xal
1835
%%DATADIR%%/level/Handboll.xal
1836
share/xblast/level/Toxic.xal
1836
%%DATADIR%%/level/HappyFace.xal
1837
share/xblast/level/Traffic.xal
1837
%%DATADIR%%/level/HardWork.xal
1838
share/xblast/level/Trap.xal
1838
%%DATADIR%%/level/Hatch.xal
1839
share/xblast/level/TrapLand.xal
1839
%%DATADIR%%/level/HauntedHell.xal
1840
share/xblast/level/TrappedOnTheLeft.xal
1840
%%DATADIR%%/level/HauntedHouse.xal
1841
share/xblast/level/TriangleTraffic.xal
1841
%%DATADIR%%/level/HaveYouGotFire.xal
1842
share/xblast/level/Triangles.xal
1842
%%DATADIR%%/level/Heineken.xal
1843
share/xblast/level/TropPuissantII.xal
1843
%%DATADIR%%/level/HellOWien.xal
1844
share/xblast/level/Turtles.xal
1844
%%DATADIR%%/level/HellOnEarth.xal
1845
share/xblast/level/TwoFaces.xal
1845
%%DATADIR%%/level/Hemohes.xal
1846
share/xblast/level/Ueberraschungsei.xal
1846
%%DATADIR%%/level/HexagonExcitation.xal
1847
share/xblast/level/Unholy.xal
1847
%%DATADIR%%/level/HexagonFlowers.xal
1848
share/xblast/level/UpAroundTheBend.xal
1848
%%DATADIR%%/level/HexagonHell.xal
1849
share/xblast/level/UpNDown.xal
1849
%%DATADIR%%/level/HideAndKill.xal
1850
share/xblast/level/UpNDown2.xal
1850
%%DATADIR%%/level/HideNSeek.xal
1851
share/xblast/level/Upstairs.xal
1851
%%DATADIR%%/level/Highway.xal
1852
share/xblast/level/VoidBlocks1.xal
1852
%%DATADIR%%/level/HitHim.xal
1853
share/xblast/level/VoidBlocks2.xal
1853
%%DATADIR%%/level/HitmanHall.xal
1854
share/xblast/level/VoidBlocks3.xal
1854
%%DATADIR%%/level/HolyGrails.xal
1855
share/xblast/level/VoidBlocks4.xal
1855
%%DATADIR%%/level/Hospital.xal
1856
share/xblast/level/VoidLabyrinth.xal
1856
%%DATADIR%%/level/HotRain.xal
1857
share/xblast/level/VousAvezDitFromage.xal
1857
%%DATADIR%%/level/HotStuff.xal
1858
share/xblast/level/WaitForExtraLife.xal
1858
%%DATADIR%%/level/HumanBomb.xal
1859
share/xblast/level/WaitingForTheExtras.xal
1859
%%DATADIR%%/level/HumanBombs.xal
1860
share/xblast/level/Weapons.xal
1860
%%DATADIR%%/level/ICanSmellThatFromHere.xal
1861
share/xblast/level/WhereCanIHide.xal
1861
%%DATADIR%%/level/IceRinkLevel.xal
1862
share/xblast/level/Whimsy.xal
1862
%%DATADIR%%/level/IceRunner.xal
1863
share/xblast/level/WhoSGotBalls.xal
1863
%%DATADIR%%/level/IcebergDroitDevant.xal
1864
share/xblast/level/X.xal
1864
%%DATADIR%%/level/ImprobableButPossible.xal
1865
share/xblast/level/XBlast1997.xal
1865
%%DATADIR%%/level/IndianaJones.xal
1866
share/xblast/level/XBlost.xal
1866
%%DATADIR%%/level/Inferno.xal
1867
share/xblast/level/XLotto.xal
1867
%%DATADIR%%/level/Initials.xal
1868
share/xblast/level/XTra.xal
1868
%%DATADIR%%/level/InsideOutside.xal
1869
share/xblast/level/Xmas.xal
1869
%%DATADIR%%/level/Invisible.xal
1870
share/xblast/level/YinYangLevel.xal
1870
%%DATADIR%%/level/InvisibleMan.xal
1871
share/xblast/level/Yobaaaaaa.xal
1871
%%DATADIR%%/level/InvisibleShots.xal
1872
share/xblast/level/YouAllGottaDie.xal
1872
%%DATADIR%%/level/JAiFroidAuxPieds.xal
1873
share/xblast/level/YouCanRunButYouCanTHide.xal
1873
%%DATADIR%%/level/JailBrake.xal
1874
share/xblast/level/ZQLast.xal
1874
%%DATADIR%%/level/JeMAppelleRico.xal
1875
share/xblast/level/Zipper.xal
1875
%%DATADIR%%/level/JediPower.xal
1876
share/xblast/level/ahahahah.xal
1876
%%DATADIR%%/level/JediPowerII.xal
1877
share/xblast/level/aimatthecenter.xal
1877
%%DATADIR%%/level/JoBurg.xal
1878
share/xblast/level/aimright.xal
1878
%%DATADIR%%/level/JudgementDay.xal
1879
share/xblast/level/aimright2.xal
1879
%%DATADIR%%/level/JudgementDayII.xal
1880
share/xblast/level/airrebounds.xal
1880
%%DATADIR%%/level/Jump.xal
1881
share/xblast/level/all_good_things.xal
1881
%%DATADIR%%/level/JumpII.xal
1882
share/xblast/level/allerretourfatal.xal
1882
%%DATADIR%%/level/JumpinJackFlash.xal
1883
share/xblast/level/amazingblaze.xal
1883
%%DATADIR%%/level/JunkieRace.xal
1884
share/xblast/level/anti_gravity.xal
1884
%%DATADIR%%/level/KMnRsrTten.xal
1885
share/xblast/level/anti_gravity2.xal
1885
%%DATADIR%%/level/KaboumContactParty.xal
1886
share/xblast/level/anti_mitch.xal
1886
%%DATADIR%%/level/KeepYourEyeOnTheBomb.xal
1887
share/xblast/level/anti_personnal_mines.xal
1887
%%DATADIR%%/level/KickHold.xal
1888
share/xblast/level/aqua.xal
1888
%%DATADIR%%/level/KickNRun.xal
1889
share/xblast/level/aroundtheclock.xal
1889
%%DATADIR%%/level/Kickpicker.xal
1890
share/xblast/level/arrgghh.xal
1890
%%DATADIR%%/level/Kickshelter.xal
1891
share/xblast/level/asteroids.xal
1891
%%DATADIR%%/level/KingXBresse.xal
1892
share/xblast/level/asymmetrix.xal
1892
%%DATADIR%%/level/Klondike.xal
1893
share/xblast/level/atmosphere.xal
1893
%%DATADIR%%/level/Kreuz.xal
1894
share/xblast/level/atomicdance.xal
1894
%%DATADIR%%/level/KrissKross.xal
1895
share/xblast/level/balloon.xal
1895
%%DATADIR%%/level/Kuopio.xal
1896
share/xblast/level/banthebonuses.xal
1896
%%DATADIR%%/level/LAreneDesInfos.xal
1897
share/xblast/level/barricade.xal
1897
%%DATADIR%%/level/LaBiblio.xal
1898
share/xblast/level/battlefield.xal
1898
%%DATADIR%%/level/LaBiblio3.xal
1899
share/xblast/level/beamania.xal
1899
%%DATADIR%%/level/LaBoom.xal
1900
share/xblast/level/belucky.xal
1900
%%DATADIR%%/level/LaMine.xal
1901
share/xblast/level/benito.xal
1901
%%DATADIR%%/level/LaRueeVersLOr.xal
1902
share/xblast/level/bermudatriangle.xal
1902
%%DATADIR%%/level/Lab1.xal
1903
share/xblast/level/beverycareful.xal
1903
%%DATADIR%%/level/LabyrinthBlast.xal
1904
share/xblast/level/bfart.xal
1904
%%DATADIR%%/level/LabyrintheZone.xal
1905
share/xblast/level/black_zone.xal
1905
%%DATADIR%%/level/LeBonMoiEtLeTruand.xal
1906
share/xblast/level/blackend.xal
1906
%%DATADIR%%/level/LeFort.xal
1907
share/xblast/level/blast_o_morph.xal
1907
%%DATADIR%%/level/LeKosovo.xal
1908
share/xblast/level/blast_o_snipe.xal
1908
%%DATADIR%%/level/LeftToRight.xal
1909
share/xblast/level/blastaway.xal
1909
%%DATADIR%%/level/LegoCave.xal
1910
share/xblast/level/blastersindahood.xal
1910
%%DATADIR%%/level/LegoClassic.xal
1911
share/xblast/level/blind.xal
1911
%%DATADIR%%/level/LevelTemplate.xal
1912
share/xblast/level/blockmaster.xal
1912
%%DATADIR%%/level/LevelTemplate2.xal
1913
share/xblast/level/blow.xal
1913
%%DATADIR%%/level/LevelX.xal
1914
share/xblast/level/bluetooth.xal
1914
%%DATADIR%%/level/Levelkenntnis.xal
1915
share/xblast/level/boem.xal
1915
%%DATADIR%%/level/LightSkyBlue.xal
1916
share/xblast/level/boing.xal
1916
%%DATADIR%%/level/LongAndNarrow.xal
1917
share/xblast/level/bomb_a_la_surprise.xal
1917
%%DATADIR%%/level/LongAndNarrow2.xal
1918
share/xblast/level/bomb_junk.xal
1918
%%DATADIR%%/level/LongAndNarrow3.xal
1919
share/xblast/level/bomb_laboratory.xal
1919
%%DATADIR%%/level/LongAndNarrow4.xal
1920
share/xblast/level/bombboxes.xal
1920
%%DATADIR%%/level/LosangeLosange.xal
1921
share/xblast/level/bombbuffet.xal
1921
%%DATADIR%%/level/LosangeOverExcitation.xal
1922
share/xblast/level/bombeaters.xal
1922
%%DATADIR%%/level/LotsOfBombs.xal
1923
share/xblast/level/bombing.xal
1923
%%DATADIR%%/level/LotsOfBombs2.xal
1924
share/xblast/level/bombsaway.xal
1924
%%DATADIR%%/level/LotsOfBombs3.xal
1925
share/xblast/level/bombsrange.xal
1925
%%DATADIR%%/level/LotsOfBombs4.xal
1926
share/xblast/level/bonzomshell.xal
1926
%%DATADIR%%/level/LotsOfBombs5.xal
1927
share/xblast/level/boobytrap.xal
1927
%%DATADIR%%/level/LuckyBomb.xal
1928
share/xblast/level/boostyworld.xal
1928
%%DATADIR%%/level/LuckyCharms.xal
1929
share/xblast/level/born_to_be_killed.xal
1929
%%DATADIR%%/level/MVOL.xal
1930
share/xblast/level/boum.xal
1930
%%DATADIR%%/level/MacDonaldS.xal
1931
share/xblast/level/bounchyworld.xal
1931
%%DATADIR%%/level/MacDonaldSElectrify.xal
1932
share/xblast/level/bouncy_bouncy.xal
1932
%%DATADIR%%/level/MacDonaldSTHROUGH.xal
1933
share/xblast/level/bowl.xal
1933
%%DATADIR%%/level/Maclaurins.xal
1934
share/xblast/level/breakandblast.xal
1934
%%DATADIR%%/level/Masquerade.xal
1935
share/xblast/level/bricklayer_s_anger.xal
1935
%%DATADIR%%/level/MayhemMania.xal
1936
share/xblast/level/bricks_with_extra_fries.xal
1936
%%DATADIR%%/level/MazeInMotion.xal
1937
share/xblast/level/bsquare.xal
1937
%%DATADIR%%/level/MazeInMotionIIRushHour.xal
1938
share/xblast/level/butterfly.xal
1938
%%DATADIR%%/level/MazeRunner.xal
1939
share/xblast/level/cadeau.xal
1939
%%DATADIR%%/level/MegaBlast.xal
1940
share/xblast/level/caged.xal
1940
%%DATADIR%%/level/MegaBlast2.xal
1941
share/xblast/level/candy_land.xal
1941
%%DATADIR%%/level/MegaRemote.xal
1942
share/xblast/level/carnage.xal
1942
%%DATADIR%%/level/Memento.xal
1943
share/xblast/level/castle.xal
1943
%%DATADIR%%/level/Michelson2.xal
1944
share/xblast/level/castle_death_part_1.xal
1944
%%DATADIR%%/level/MindGames.xal
1945
share/xblast/level/catwalk.xal
1945
%%DATADIR%%/level/Minesweeper.xal
1946
share/xblast/level/cave_in.xal
1946
%%DATADIR%%/level/MinesweeperS.xal
1947
share/xblast/level/center.xal
1947
%%DATADIR%%/level/MiracleOfModernScience.xal
1948
share/xblast/level/chain_reaction.xal
1948
%%DATADIR%%/level/MoiJVeuxPasTriangulation.xal
1949
share/xblast/level/chaos.xal
1949
%%DATADIR%%/level/MorphOrDie.xal
1950
share/xblast/level/chaosa.xal
1950
%%DATADIR%%/level/Morphissimo.xal
1951
share/xblast/level/checkmate.xal
1951
%%DATADIR%%/level/MovingDeath.xal
1952
share/xblast/level/cheese.ppm
1952
%%DATADIR%%/level/MrBeam.xal
1953
share/xblast/level/chillyland.xal
1953
%%DATADIR%%/level/MultiBombsLevel.xal
1954
share/xblast/level/chipsetcahuetes.xal
1954
%%DATADIR%%/level/Multiplicity.xal
1955
share/xblast/level/choupachoups.xal
1955
%%DATADIR%%/level/Mutant.xal
1956
share/xblast/level/christinesdungeon.xal
1956
%%DATADIR%%/level/NapalmGardens.xal
1957
share/xblast/level/christmas1999.xal
1957
%%DATADIR%%/level/NapalmJustice.xal
1958
share/xblast/level/circle_jerk.xal
1958
%%DATADIR%%/level/NapalmSnooker.xal
1959
share/xblast/level/clockwise.xal
1959
%%DATADIR%%/level/NewKidsAroundTheBlock.xal
1960
share/xblast/level/clockwise_but_you_walk_wrong.xal
1960
%%DATADIR%%/level/NewKidsAroundTheBlock2.xal
1961
share/xblast/level/clockwisecirculation.xal
1961
%%DATADIR%%/level/NewYorkCity.xal
1962
share/xblast/level/clockwork.xal
1962
%%DATADIR%%/level/NoExitFromHell.xal
1963
share/xblast/level/close_quarters.xal
1963
%%DATADIR%%/level/NoRemorse.xal
1964
share/xblast/level/closeencounters.xal
1964
%%DATADIR%%/level/NoSymmie.xal
1965
share/xblast/level/closet_psycho.xal
1965
%%DATADIR%%/level/NoWay.xal
1966
share/xblast/level/coculand.xal
1966
%%DATADIR%%/level/NoooFIngWalls.xal
1967
share/xblast/level/commando.xal
1967
%%DATADIR%%/level/NothingShortOfWarfare.xal
1968
share/xblast/level/confusion.xal
1968
%%DATADIR%%/level/NowhereToRun.xal
1969
share/xblast/level/contact_sports.xal
1969
%%DATADIR%%/level/NowhereToRunII.xal
1970
share/xblast/level/cooperation.xal
1970
%%DATADIR%%/level/NowhereToShrinkFullPLegoLand.xal
1971
share/xblast/level/corsica2.xal
1971
%%DATADIR%%/level/Nuclear.xal
1972
share/xblast/level/cotesauvage.xal
1972
%%DATADIR%%/level/OhShit.xal
1973
share/xblast/level/coursforrest.xal
1973
%%DATADIR%%/level/OldFaithful.xal
1974
share/xblast/level/creeping_death.xal
1974
%%DATADIR%%/level/OldGlen.xal
1975
share/xblast/level/crimsonhorizon.xal
1975
%%DATADIR%%/level/OmpaOmpa.xal
1976
share/xblast/level/cross_of_doom.xal
1976
%%DATADIR%%/level/OneBombLevel.xal
1977
share/xblast/level/crual_rebounds.xal
1977
%%DATADIR%%/level/OneMoreExplosion.xal
1978
share/xblast/level/crualreboundsii.xal
1978
%%DATADIR%%/level/OpenWarfare.xal
1979
share/xblast/level/custardslaststand.xal
1979
%%DATADIR%%/level/OutOfControl.xal
1980
share/xblast/level/d_oh.xal
1980
%%DATADIR%%/level/OutOfTheFryingPan.xal
1981
share/xblast/level/daleif1.xal
1981
%%DATADIR%%/level/OuterSurprise.xal
1982
share/xblast/level/deadwarrant.xal
1982
%%DATADIR%%/level/Overkill.xal
1983
share/xblast/level/death_match.xal
1983
%%DATADIR%%/level/PanicRoom.xal
1984
share/xblast/level/deathinthemiddle.xal
1984
%%DATADIR%%/level/PanzergrenadierSchleifmann.xal
1985
share/xblast/level/deathseparateeastfromwest.xal
1985
%%DATADIR%%/level/ParadiseCity.xal
1986
share/xblast/level/deconnepas.xal
1986
%%DATADIR%%/level/ParallelII.xal
1987
share/xblast/level/deep_forest.xal
1987
%%DATADIR%%/level/ParallelWorld.xal
1988
share/xblast/level/deep_forest_2_graal_quest.xal
1988
%%DATADIR%%/level/PetersArrgghh.xal
1989
share/xblast/level/demolition_man.xal
1989
%%DATADIR%%/level/PetersBattlefield.xal
1990
share/xblast/level/desert_storm.xal
1990
%%DATADIR%%/level/PetersBattlefield2.xal
1991
share/xblast/level/deuxlignesunsurvivant.xal
1991
%%DATADIR%%/level/PetersBlackHandHill.xal
1992
share/xblast/level/diehard.xal
1992
%%DATADIR%%/level/PetersBricklayerSAnger.xal
1993
share/xblast/level/dig_dug_nostalgy.xal
1993
%%DATADIR%%/level/PetersCaveIn.xal
1994
share/xblast/level/digmout.xal
1994
%%DATADIR%%/level/PetersCocuLandII.xal
1995
share/xblast/level/disabled.xal
1995
%%DATADIR%%/level/PetersEsquive.xal
1996
share/xblast/level/disease.xal
1996
%%DATADIR%%/level/PetersFantasyLand.xal
1997
share/xblast/level/disguise.xal
1997
%%DATADIR%%/level/PetersHallOfSnooker.xal
1998
share/xblast/level/diver.xal
1998
%%DATADIR%%/level/PetersHallways.xal
1999
share/xblast/level/doh.xal
1999
%%DATADIR%%/level/PetersHotStuff.xal
2000
share/xblast/level/dontbeill.xal
2000
%%DATADIR%%/level/PetersInsideOutside.xal
2001
share/xblast/level/donthide.xal
2001
%%DATADIR%%/level/PetersJudgementDay.xal
2002
share/xblast/level/doom.xal
2002
%%DATADIR%%/level/PetersLegoCave.xal
2003
share/xblast/level/doomsday.xal
2003
%%DATADIR%%/level/PetersNewKidsOnTheBlock.xal
2004
share/xblast/level/double_crown.xal
2004
%%DATADIR%%/level/PetersOmeletDeFromage.xal
2005
share/xblast/level/dropkick.xal
2005
%%DATADIR%%/level/PetersPotLuck.xal
2006
share/xblast/level/drugaddicts.xal
2006
%%DATADIR%%/level/PetersVoidHazard.xal
2007
share/xblast/level/duel.xal
2007
%%DATADIR%%/level/PetersWallbanger.xal
2008
share/xblast/level/duel_in_the_sun.xal
2008
%%DATADIR%%/level/PetersWhenIWasYourAgeWithKick.xal
2009
share/xblast/level/dungeon_master.xal
2009
%%DATADIR%%/level/PhantomLand.xal
2010
share/xblast/level/easytohide.xal
2010
%%DATADIR%%/level/Phoenix.xal
2011
share/xblast/level/eden.xal
2011
%%DATADIR%%/level/Pi.xal
2012
share/xblast/level/egg.xal
2012
%%DATADIR%%/level/PinballDreams.xal
2013
share/xblast/level/egyptian.xal
2013
%%DATADIR%%/level/PinkII.xal
2014
share/xblast/level/emperorofmouls.xal
2014
%%DATADIR%%/level/PinkLevel.xal
2015
share/xblast/level/england.xal
2015
%%DATADIR%%/level/PinkShrink.xal
2016
share/xblast/level/enoughbombsforeveryone.xal
2016
%%DATADIR%%/level/PinkShrink2.xal
2017
share/xblast/level/enterthedragon.xal
2017
%%DATADIR%%/level/Playground.xal
2018
share/xblast/level/epfltest.xal
2018
%%DATADIR%%/level/PlusPlus2.xal
2019
share/xblast/level/eraser.xal
2019
%%DATADIR%%/level/PlusPlus3.xal
2020
share/xblast/level/erikaetlesrobots.xal
2020
%%DATADIR%%/level/PlusPlus4.xal
2021
share/xblast/level/etmoicestgringo.xal
2021
%%DATADIR%%/level/PlusPlus5.xal
2022
share/xblast/level/euryclee.xal
2022
%%DATADIR%%/level/PoisonedTeaParty.xal
2023
share/xblast/level/evil.xal
2023
%%DATADIR%%/level/Polyvoyage.xal
2024
share/xblast/level/faceoff.xal
2024
%%DATADIR%%/level/PotLuck.xal
2025
share/xblast/level/falgundsworld2.xal
2025
%%DATADIR%%/level/Powerblast.xal
2026
share/xblast/level/fallingcurtain.xal
2026
%%DATADIR%%/level/PsychologicalWarfare.xal
2027
share/xblast/level/fantasy_land.xal
2027
%%DATADIR%%/level/PumpAndRunAway.xal
2028
share/xblast/level/fart.xal
2028
%%DATADIR%%/level/PureHell.xal
2029
share/xblast/level/fast_boum.xal
2029
%%DATADIR%%/level/Pursuit.xal
2030
share/xblast/level/fatviscousandpermanent.xal
2030
%%DATADIR%%/level/Pyroman.xal
2031
share/xblast/level/feel_free.xal
2031
%%DATADIR%%/level/Querfeuer1.xal
2032
share/xblast/level/fightaroundthecheese.xal
2032
%%DATADIR%%/level/Querfeuer2.xal
2033
share/xblast/level/fightforyourright.xal
2033
%%DATADIR%%/level/Querfeuer3.xal
2034
share/xblast/level/findyourway.xal
2034
%%DATADIR%%/level/Querfeuer4.xal
2035
share/xblast/level/fiotteland.xal
2035
%%DATADIR%%/level/Querfeuer5.xal
2036
share/xblast/level/fire.xal
2036
%%DATADIR%%/level/Quick.xal
2037
share/xblast/level/firecracker_surprise.xal
2037
%%DATADIR%%/level/Quiz.xal
2038
share/xblast/level/fireforget.xal
2038
%%DATADIR%%/level/QuoVadis.xal
2039
share/xblast/level/flower_power.xal
2039
%%DATADIR%%/level/Rain.xal
2040
share/xblast/level/fofolle.xal
2040
%%DATADIR%%/level/RebuildTheMaze.xal
2041
share/xblast/level/footwork.xal
2041
%%DATADIR%%/level/Reconstructor.xal
2042
share/xblast/level/footworkii.xal
2042
%%DATADIR%%/level/Rectangle.xal
2043
share/xblast/level/fortress.xal
2043
%%DATADIR%%/level/RedAlert.xal
2044
share/xblast/level/four_corners.xal
2044
%%DATADIR%%/level/RedOrYellow.xal
2045
share/xblast/level/fourcornersii.xal
2045
%%DATADIR%%/level/RedOrYellowII.xal
2046
share/xblast/level/fourcornersiii.xal
2046
%%DATADIR%%/level/RemoteControlledFullPower.xal
2047
share/xblast/level/fourfold.xal
2047
%%DATADIR%%/level/RemoteQuest.xal
2048
share/xblast/level/freekick.xal
2048
%%DATADIR%%/level/RenovationKill.xal
2049
share/xblast/level/frogger.xal
2049
%%DATADIR%%/level/RenovationMaster.xal
2050
share/xblast/level/fuckingmarco.xal
2050
%%DATADIR%%/level/Reshape.xal
2051
share/xblast/level/full_power_farters.xal
2051
%%DATADIR%%/level/RestrictedZoneTapetteLandIV.xal
2052
share/xblast/level/full_power_level.xal
2052
%%DATADIR%%/level/ReturnToSender.xal
2053
share/xblast/level/full_power_level1.xal
2053
%%DATADIR%%/level/ReturnToSender2.xal
2054
share/xblast/level/full_power_level_ii.xal
2054
%%DATADIR%%/level/RevivalOfTheFittest.xal
2055
share/xblast/level/full_power_level_iii.xal
2055
%%DATADIR%%/level/RexCherche.xal
2056
share/xblast/level/full_power_snookers.xal
2056
%%DATADIR%%/level/RightSide.xal
2057
share/xblast/level/fullblast.xal
2057
%%DATADIR%%/level/RightSide2.xal
2058
share/xblast/level/fullcontact.xal
2058
%%DATADIR%%/level/RingOfDeath.xal
2059
share/xblast/level/fungus_fun.xal
2059
%%DATADIR%%/level/RingOfFire.xal
2060
share/xblast/level/funinthedark.xal
2060
%%DATADIR%%/level/RockAroundTheClock.xal
2061
share/xblast/level/g_force.xal
2061
%%DATADIR%%/level/RolandGarros.xal
2062
share/xblast/level/gauntlet.xal
2062
%%DATADIR%%/level/Rotatetildeath.xal
2063
share/xblast/level/gavage.xal
2063
%%DATADIR%%/level/RoundAndRound.xal
2064
share/xblast/level/get_your_kit_out.xal
2064
%%DATADIR%%/level/RubberBombs.xal
2065
share/xblast/level/getoutofthismaze.xal
2065
%%DATADIR%%/level/Run.xal
2066
share/xblast/level/gforce.xal
2066
%%DATADIR%%/level/RunForIt.xal
2067
share/xblast/level/ghb.xal
2067
%%DATADIR%%/level/RunNacher.xal
2068
share/xblast/level/ghb_2.xal
2068
%%DATADIR%%/level/RunningCrualRebounds.xal
2069
share/xblast/level/ghostintheshrink.xal
2069
%%DATADIR%%/level/RunningMan.xal
2070
share/xblast/level/ghosttown.xal
2070
%%DATADIR%%/level/RunningManII.xal
2071
share/xblast/level/give_it_a_shot.xal
2071
%%DATADIR%%/level/Runway.xal
2072
share/xblast/level/givemeanx.xal
2072
%%DATADIR%%/level/SOBEIT.xal
2073
share/xblast/level/gogetthemtiger.xal
2073
%%DATADIR%%/level/SafeBox.xal
2074
share/xblast/level/goingroundandround.xal
2074
%%DATADIR%%/level/Scissor.xal
2075
share/xblast/level/gooutandplay.xal
2075
%%DATADIR%%/level/ScrambleZone.xal
2076
share/xblast/level/gorigth.xal
2076
%%DATADIR%%/level/ScrewHim.xal
2077
share/xblast/level/graal_quest.xal
2077
%%DATADIR%%/level/SearchForGrails.xal
2078
share/xblast/level/grailmaster.xal
2078
%%DATADIR%%/level/SearchingGrailSpiral.xal
2079
share/xblast/level/gravitation.xal
2079
%%DATADIR%%/level/SeekNDestroy.xal
2080
share/xblast/level/gravitation_is_back.xal
2080
%%DATADIR%%/level/ShanghaiNoon.xal
2081
share/xblast/level/gravitational_rotation.xal
2081
%%DATADIR%%/level/ShortBombs.xal
2082
share/xblast/level/gravitlamanque.xal
2082
%%DATADIR%%/level/ShortBombs2.xal
2083
share/xblast/level/gravity.xal
2083
%%DATADIR%%/level/ShrinkAndExpand.xal
2084
share/xblast/level/green.xal
2084
%%DATADIR%%/level/ShrinkMania.xal
2085
share/xblast/level/grenada.xal
2085
%%DATADIR%%/level/ShrinkingArena.xal
2086
share/xblast/level/grenade_duel.xal
2086
%%DATADIR%%/level/ShrinkingWorld.xal
2087
share/xblast/level/grisblast.xal
2087
%%DATADIR%%/level/SicknessTestLevel.xal
2088
share/xblast/level/grisvardsnightmare.xal
2088
%%DATADIR%%/level/SkyShow.xal
2089
share/xblast/level/grisvardsnightmareii.xal
2089
%%DATADIR%%/level/SmileAndDie.xal
2090
share/xblast/level/groupofdeath.xal
2090
%%DATADIR%%/level/SmilingFace.xal
2091
share/xblast/level/grownkill.xal
2091
%%DATADIR%%/level/Snake.xal
2092
share/xblast/level/grownkillii.xal
2092
%%DATADIR%%/level/SnapshotLevel.xal
2093
share/xblast/level/gunfight.xal
2093
%%DATADIR%%/level/SnookerAisle.xal
2094
share/xblast/level/hall_of_snooker.xal
2094
%%DATADIR%%/level/SnookerCave.xal
2095
share/xblast/level/hallowe_en.xal
2095
%%DATADIR%%/level/SnookerCaveLongFuse.xal
2096
share/xblast/level/hallways.xal
2096
%%DATADIR%%/level/Snookerpump.xal
2097
share/xblast/level/happydeath.xal
2097
%%DATADIR%%/level/SnowBrothers.xal
2098
share/xblast/level/happyface.xal
2098
%%DATADIR%%/level/SoccerField.xal
2099
share/xblast/level/haunted_house.xal
2099
%%DATADIR%%/level/SpaceBalls.xal
2100
share/xblast/level/hauntedhell.xal
2100
%%DATADIR%%/level/SpaceHead.xal
2101
share/xblast/level/hbblast.xal
2101
%%DATADIR%%/level/Spawner.xal
2102
share/xblast/level/hell_diver.xal
2102
%%DATADIR%%/level/SpeedTrack.xal
2103
share/xblast/level/hexagon_excitation.xal
2103
%%DATADIR%%/level/SpiderWeb.xal
2104
share/xblast/level/hexagon_flowers.xal
2104
%%DATADIR%%/level/SpiderWorld.xal
2105
share/xblast/level/hexagonhell.xal
2105
%%DATADIR%%/level/Spinner.xal
2106
share/xblast/level/hide_n_seek.xal
2106
%%DATADIR%%/level/SpiralWays.xal
2107
share/xblast/level/hit_and_run.xal
2107
%%DATADIR%%/level/Spirello.xal
2108
share/xblast/level/ho_chi_mayhem.xal
2108
%%DATADIR%%/level/Spirello2.xal
2109
share/xblast/level/holdit.xal
2109
%%DATADIR%%/level/Split.xal
2110
share/xblast/level/holyrenovation.xal
2110
%%DATADIR%%/level/SplitDecision.xal
2111
share/xblast/level/holyshit.xal
2111
%%DATADIR%%/level/Squares.xal
2112
share/xblast/level/hot_stuff.xal
2112
%%DATADIR%%/level/StarHazzard.xal
2113
share/xblast/level/hotstuffii.xal
2113
%%DATADIR%%/level/Starstruck.xal
2114
share/xblast/level/hourglass.xal
2114
%%DATADIR%%/level/StayPut.xal
2115
share/xblast/level/hunted.xal
2115
%%DATADIR%%/level/Steal.xal
2116
share/xblast/level/hunter.xal
2116
%%DATADIR%%/level/StealAndKill.xal
2117
share/xblast/level/huntinghighlow.xal
2117
%%DATADIR%%/level/StillTrying.xal
2118
share/xblast/level/hurryupbeforeshroops.xal
2118
%%DATADIR%%/level/StopIt.xal
2119
share/xblast/level/i_can_smell_that_from_here.xal
2119
%%DATADIR%%/level/Stopperitis.xal
2120
share/xblast/level/iceberg_droit_devant.xal
2120
%%DATADIR%%/level/StreetsOfHell.xal
2121
share/xblast/level/iceland.xal
2121
%%DATADIR%%/level/StunningRenovation.xal
2122
share/xblast/level/icerunner.xal
2122
%%DATADIR%%/level/Suck.xal
2123
share/xblast/level/illusion.xal
2123
%%DATADIR%%/level/SuddenDeath.xal
2124
share/xblast/level/ilssonttousmalades.xal
2124
%%DATADIR%%/level/SummaCumLaude.xal
2125
share/xblast/level/immobilisationfatale.xal
2125
%%DATADIR%%/level/Super66.xal
2126
share/xblast/level/indiana_jones.xal
2126
%%DATADIR%%/level/SuperFrog.xal
2127
share/xblast/level/indigestion.xal
2127
%%DATADIR%%/level/SuperSTop.xal
2128
share/xblast/level/inesc.xal
2128
%%DATADIR%%/level/SuperSnipe.xal
2129
share/xblast/level/insideout.xal
2129
%%DATADIR%%/level/SuperSteal.xal
2130
share/xblast/level/inv_x_ible.xal
2130
%%DATADIR%%/level/Supermarket.xal
2131
share/xblast/level/invaderordefender.xal
2131
%%DATADIR%%/level/Surprise.xal
2132
share/xblast/level/invertability.xal
2132
%%DATADIR%%/level/SurvivalOfTheFittest.xal
2133
share/xblast/level/invisible_man.xal
2133
%%DATADIR%%/level/SurvivalOfTheFittest2.xal
2134
share/xblast/level/invisiblemorph.xal
2134
%%DATADIR%%/level/SwapColor.xal
2135
share/xblast/level/invisiblocks.xal
2135
%%DATADIR%%/level/SwapPosition.xal
2136
share/xblast/level/islandofhope.xal
2136
%%DATADIR%%/level/SwingingInTheRain.xal
2137
share/xblast/level/itll_grow_on_you.xal
2137
%%DATADIR%%/level/THECenter.xal
2138
share/xblast/level/j_ai_froid_aux_pieds.xal
2138
%%DATADIR%%/level/TVStarWannabe.xal
2139
share/xblast/level/jackylevel.xal
2139
%%DATADIR%%/level/TallPoppy.xal
2140
share/xblast/level/jaune.xal
2140
%%DATADIR%%/level/TeddybearChamber.xal
2141
share/xblast/level/je_m_appelle_rico.xal
2141
%%DATADIR%%/level/TeleShrink.xal
2142
share/xblast/level/jedi_power.xal
2142
%%DATADIR%%/level/TempleOfDoom.xal
2143
share/xblast/level/jedi_power_ii.xal
2143
%%DATADIR%%/level/Test.xal
2144
share/xblast/level/jedipoweriii.xal
2144
%%DATADIR%%/level/Test1.xal
2145
share/xblast/level/judgement_day.xal
2145
%%DATADIR%%/level/TetrisLand.xal
2146
share/xblast/level/justdoit.xal
2146
%%DATADIR%%/level/ThatSucks.xal
2147
share/xblast/level/kaboom.xal
2147
%%DATADIR%%/level/TheAllSeeingBombs.xal
2148
share/xblast/level/kaboum_contact_party.xal
2148
%%DATADIR%%/level/TheBigBanana.xal
2149
share/xblast/level/keep_your_eye_on_the_bomb.xal
2149
%%DATADIR%%/level/TheBombexpert.xal
2150
share/xblast/level/kick.xal
2150
%%DATADIR%%/level/TheBox.xal
2151
share/xblast/level/kickagain.xal
2151
%%DATADIR%%/level/TheDucks.xal
2152
share/xblast/level/kill.xal
2152
%%DATADIR%%/level/TheEmbrace.xal
2153
share/xblast/level/kingofmoullevels.xal
2153
%%DATADIR%%/level/TheEscape.xal
2154
share/xblast/level/kingofthehuitres.xal
2154
%%DATADIR%%/level/TheFundamentalError.xal
2155
share/xblast/level/kingoftheoysters.xal
2155
%%DATADIR%%/level/TheGreatEscape.xal
2156
share/xblast/level/kmnrsrtten.xal
2156
%%DATADIR%%/level/TheHolyGrail.xal
2157
share/xblast/level/knowyourplace.xal
2157
%%DATADIR%%/level/TheHourglass.xal
2158
share/xblast/level/la_boom.xal
2158
%%DATADIR%%/level/TheInvincibleShrinker.xal
2159
share/xblast/level/la_mine.xal
2159
%%DATADIR%%/level/TheKickContest.xal
2160
share/xblast/level/la_ruee_vers_l_or.xal
2160
%%DATADIR%%/level/TheMask.xal
2161
share/xblast/level/labyrinth_blast.xal
2161
%%DATADIR%%/level/ThePaddock.xal
2162
share/xblast/level/lacorniche.xal
2162
%%DATADIR%%/level/TheRing.xal
2163
share/xblast/level/lacueillettedestomates.xal
2163
%%DATADIR%%/level/TheRiver.xal
2164
share/xblast/level/ladder.xal
2164
%%DATADIR%%/level/TheSnookerAlley.xal
2165
share/xblast/level/lamer.xal
2165
%%DATADIR%%/level/TheTacticalOne.xal
2166
share/xblast/level/lecachot.xal
2166
%%DATADIR%%/level/TheTacticalOne2.xal
2167
share/xblast/level/legoland.xal
2167
%%DATADIR%%/level/TheTunnel.xal
2168
share/xblast/level/legoland2x.xal
2168
%%DATADIR%%/level/TheTunnels.xal
2169
share/xblast/level/legoworld.xal
2169
%%DATADIR%%/level/ThreeInARow.xal
2170
share/xblast/level/lesportesdelamort.xal
2170
%%DATADIR%%/level/ThreeInARow2.xal
2171
share/xblast/level/level_sue.xal
2171
%%DATADIR%%/level/TicTacToe.xal
2172
share/xblast/level/life_race.xal
2172
%%DATADIR%%/level/Tigers.xal
2173
share/xblast/level/lifeisenought3.xal
2173
%%DATADIR%%/level/TinyWorld.xal
2174
share/xblast/level/liferace.xal
2174
%%DATADIR%%/level/TitleBombenhagel.xal
2175
share/xblast/level/lightskyblue.xal
2175
%%DATADIR%%/level/TitleMoutz.xal
2176
share/xblast/level/lives.xal
2176
%%DATADIR%%/level/TooHardForMe.xal
2177
share/xblast/level/long_way.xal
2177
%%DATADIR%%/level/ToraBora.xal
2178
share/xblast/level/longway.xal
2178
%%DATADIR%%/level/Touch.xal
2179
share/xblast/level/lookaround.xal
2179
%%DATADIR%%/level/TousAuxAbris.xal
2180
share/xblast/level/loria.xal
2180
%%DATADIR%%/level/TousAuxAbris2.xal
2181
share/xblast/level/losange_losange.xal
2181
%%DATADIR%%/level/Toxic.xal
2182
share/xblast/level/losange_over_excitation.xal
2182
%%DATADIR%%/level/Traffic.xal
2183
share/xblast/level/losangeoverexcitationii.xal
2183
%%DATADIR%%/level/Transformation.xal
2184
share/xblast/level/lotsofexplosion.xal
2184
%%DATADIR%%/level/Trap.xal
2185
share/xblast/level/luciferspiral.xal
2185
%%DATADIR%%/level/TrapLand.xal
2186
share/xblast/level/luckyluke.xal
2186
%%DATADIR%%/level/TrappedOnTheLeft.xal
2187
share/xblast/level/mac_donald_s.xal
2187
%%DATADIR%%/level/TreasureHunt.xal
2188
share/xblast/level/madness.xal
2188
%%DATADIR%%/level/TrenchWarfare.xal
2189
share/xblast/level/magic.xal
2189
%%DATADIR%%/level/TriangleTraffic.xal
2190
share/xblast/level/magnum44.xal
2190
%%DATADIR%%/level/Triangles.xal
2191
share/xblast/level/marcvictims.xal
2191
%%DATADIR%%/level/TrickyRunner.xal
2192
share/xblast/level/masquerade.xal
2192
%%DATADIR%%/level/TrickyWalls.xal
2193
share/xblast/level/mastersland.xal
2193
%%DATADIR%%/level/Triple.xal
2194
share/xblast/level/maybe.xal
2194
%%DATADIR%%/level/TryItAndSee.xal
2195
share/xblast/level/mayhem.xal
2195
%%DATADIR%%/level/TwoBeTwo.xal
2196
share/xblast/level/mayhemmania.xal
2196
%%DATADIR%%/level/TwoFaces.xal
2197
share/xblast/level/maze_runner.xal
2197
%%DATADIR%%/level/Ueberraschungsei.xal
2198
share/xblast/level/mazeworld.xal
2198
%%DATADIR%%/level/Unholy.xal
2199
share/xblast/level/megablast.xal
2199
%%DATADIR%%/level/UpAroundTheBend.xal
2200
share/xblast/level/megablast2.xal
2200
%%DATADIR%%/level/UpNDown.xal
2201
share/xblast/level/melttheweights.xal
2201
%%DATADIR%%/level/UpNDown2.xal
2202
share/xblast/level/metal_world.xal
2202
%%DATADIR%%/level/Upstairs.xal
2203
share/xblast/level/metalworld.xal
2203
%%DATADIR%%/level/VRendsvallenPlanB.xal
2204
share/xblast/level/mexicanjumpingbeans.xal
2204
%%DATADIR%%/level/Variations.xal
2205
share/xblast/level/michelson.xal
2205
%%DATADIR%%/level/VillaVictoria.xal
2206
share/xblast/level/middleisyoursalvation.xal
2206
%%DATADIR%%/level/VoidBlocks1.xal
2207
share/xblast/level/mind_games.xal
2207
%%DATADIR%%/level/VoidBlocks2.xal
2208
share/xblast/level/miracleofmodernscience.xal
2208
%%DATADIR%%/level/VoidBlocks3.xal
2209
share/xblast/level/miragewalls.xal
2209
%%DATADIR%%/level/VoidBlocks4.xal
2210
share/xblast/level/mlevel.xal
2210
%%DATADIR%%/level/VoidHazard.xal
2211
share/xblast/level/moonreversi.xal
2211
%%DATADIR%%/level/VoidLabyrinth.xal
2212
share/xblast/level/moonwalking.xal
2212
%%DATADIR%%/level/VousAvezDitFromage.xal
2213
share/xblast/level/more_mayhem.xal
2213
%%DATADIR%%/level/WaitForExtraLife.xal
2214
share/xblast/level/mort.xal
2214
%%DATADIR%%/level/WaitingForTheExtras.xal
2215
share/xblast/level/mr_beam.xal
2215
%%DATADIR%%/level/WallsOrNot.xal
2216
share/xblast/level/murcassant.xal
2216
%%DATADIR%%/level/WatchThatBanana.xal
2217
share/xblast/level/napalm_justice.xal
2217
%%DATADIR%%/level/Waterworld.xal
2218
share/xblast/level/napalmcrazy.xal
2218
%%DATADIR%%/level/Weapons.xal
2219
share/xblast/level/napalmgardens.xal
2219
%%DATADIR%%/level/WhatTheFIsThis.xal
2220
share/xblast/level/napalmloop.xal
2220
%%DATADIR%%/level/WhenIWasYourAge.xal
2221
share/xblast/level/napalmmorphing.xal
2221
%%DATADIR%%/level/WhereCanIHide.xal
2222
share/xblast/level/narf.xal
2222
%%DATADIR%%/level/Whimsy.xal
2223
share/xblast/level/narrowlittlesecretroom.xal
2223
%%DATADIR%%/level/WhoSGotBalls.xal
2224
share/xblast/level/nasty.xal
2224
%%DATADIR%%/level/WorldWideBlast.xal
2225
share/xblast/level/nasty_pasty.xal
2225
%%DATADIR%%/level/WouldYaLikesTBeSomeJunkie.xal
2226
share/xblast/level/nin_world.xal
2226
%%DATADIR%%/level/WumpusWorld.xal
2227
share/xblast/level/ninja_warriors.xal
2227
%%DATADIR%%/level/X.xal
2228
share/xblast/level/noisyjeannot.xal
2228
%%DATADIR%%/level/XBlast1997.xal
2229
share/xblast/level/nonalinthewind.xal
2229
%%DATADIR%%/level/XBlast2000.xal
2230
share/xblast/level/nooo_f_ing_walls.xal
2230
%%DATADIR%%/level/XBlast2004.xal
2231
share/xblast/level/nothing_short_of_warfare.xal
2231
%%DATADIR%%/level/XBlast3000.xal
2232
share/xblast/level/nowhere_to_run.xal
2232
%%DATADIR%%/level/XBlost.xal
2233
share/xblast/level/nowhere_to_run_ii.xal
2233
%%DATADIR%%/level/XLotto.xal
2234
share/xblast/level/nowyoudie.xal
2234
%%DATADIR%%/level/XTra.xal
2235
share/xblast/level/oeufsdepaques.xal
2235
%%DATADIR%%/level/Xmas.xal
2236
share/xblast/level/oldfaithful.xal
2236
%%DATADIR%%/level/YellowFever.xal
2237
share/xblast/level/omeletdefromage.xal
2237
%%DATADIR%%/level/YinYangLevel.xal
2238
share/xblast/level/open_warfare.xal
2238
%%DATADIR%%/level/Yobaaaaaa.xal
2239
share/xblast/level/opportunisme.xal
2239
%%DATADIR%%/level/Yomland.xal
2240
share/xblast/level/out_of_control.xal
2240
%%DATADIR%%/level/YouAllGottaDie.xal
2241
share/xblast/level/out_of_the_frying_pan.xal
2241
%%DATADIR%%/level/YouCanRunButYouCanTHide.xal
2242
share/xblast/level/pandemonium.xal
2242
%%DATADIR%%/level/ZQLast.xal
2243
share/xblast/level/panzergrenadierzwei.xal
2243
%%DATADIR%%/level/ZeroInfinity.xal
2244
share/xblast/level/paradise_city.xal
2244
%%DATADIR%%/level/Zipper.xal
2245
share/xblast/level/parallel_world.xal
2245
%%DATADIR%%/level/ahahahah.xal
2246
share/xblast/level/pastousalafois.xal
2246
%%DATADIR%%/level/aimatthecenter.xal
2247
share/xblast/level/peppercorn.xal
2247
%%DATADIR%%/level/aimright.xal
2248
share/xblast/level/perfecttiming.xal
2248
%%DATADIR%%/level/aimright2.xal
2249
share/xblast/level/phantom.xal
2249
%%DATADIR%%/level/airrebounds.xal
2250
share/xblast/level/pinball_dreams.xal
2250
%%DATADIR%%/level/all_good_things.xal
2251
share/xblast/level/pinion.xal
2251
%%DATADIR%%/level/allerretourfatal.xal
2252
share/xblast/level/pink.xal
2252
%%DATADIR%%/level/anti_gravity.xal
2253
share/xblast/level/pinkrabbit.xal
2253
%%DATADIR%%/level/anti_gravity2.xal
2254
share/xblast/level/pipedream.xal
2254
%%DATADIR%%/level/anti_mitch.xal
2255
share/xblast/level/pizza.xal
2255
%%DATADIR%%/level/anti_personnal_mines.xal
2256
share/xblast/level/placardabalai.xal
2256
%%DATADIR%%/level/aqua.xal
2257
share/xblast/level/placardabalai2.xal
2257
%%DATADIR%%/level/aroundtheclock.xal
2258
share/xblast/level/playground.xal
2258
%%DATADIR%%/level/arrgghh.xal
2259
share/xblast/level/plus.xal
2259
%%DATADIR%%/level/asteroids.xal
2260
share/xblast/level/plus_plus_2.xal
2260
%%DATADIR%%/level/asymmetrix.xal
2261
share/xblast/level/plus_plus_3.xal
2261
%%DATADIR%%/level/atomicdance.xal
2262
share/xblast/level/plusplus4.xal
2262
%%DATADIR%%/level/balloon.xal
2263
share/xblast/level/plusplusmoutz.xal
2263
%%DATADIR%%/level/banthebonuses.xal
2264
share/xblast/level/plusplusmoutz1.xal
2264
%%DATADIR%%/level/barricade.xal
2265
share/xblast/level/poisonedarea.xal
2265
%%DATADIR%%/level/beamania.xal
2266
share/xblast/level/popcorn.xal
2266
%%DATADIR%%/level/belucky.xal
2267
share/xblast/level/pot_luck.xal
2267
%%DATADIR%%/level/benito.xal
2268
share/xblast/level/power.xal
2268
%%DATADIR%%/level/bermudatriangle.xal
2269
share/xblast/level/powerupsinthemiddle.xal
2269
%%DATADIR%%/level/beverycareful.xal
2270
share/xblast/level/psychological_warfare.xal
2270
%%DATADIR%%/level/bfart.xal
2271
share/xblast/level/psychose.xal
2271
%%DATADIR%%/level/black_zone.xal
2272
share/xblast/level/psykogroupycocainecrazy.xal
2272
%%DATADIR%%/level/blackend.xal
2273
share/xblast/level/pyramid.xal
2273
%%DATADIR%%/level/blast_o_morph.xal
2274
share/xblast/level/pyromania.xal
2274
%%DATADIR%%/level/blast_o_snipe.xal
2275
share/xblast/level/pythagorus_theorem.xal
2275
%%DATADIR%%/level/blind.xal
2276
share/xblast/level/quadrilateral_excitation.xal
2276
%%DATADIR%%/level/blockmaster.xal
2277
share/xblast/level/quarter.xal
2277
%%DATADIR%%/level/blow.xal
2278
share/xblast/level/quefaitlapolice.xal
2278
%%DATADIR%%/level/boem.xal
2279
share/xblast/level/quelecielestbas.xal
2279
%%DATADIR%%/level/boing.xal
2280
share/xblast/level/quickdraw.xal
2280
%%DATADIR%%/level/bomb_a_la_surprise.xal
2281
share/xblast/level/random.xal
2281
%%DATADIR%%/level/bomb_junk.xal
2282
share/xblast/level/random_field.xal
2282
%%DATADIR%%/level/bomb_laboratory.xal
2283
share/xblast/level/rapiddeath.xal
2283
%%DATADIR%%/level/bombeaters.xal
2284
share/xblast/level/raymasters.xal
2284
%%DATADIR%%/level/bombing.xal
2285
share/xblast/level/reconstruction.xal
2285
%%DATADIR%%/level/bombsaway.xal
2286
share/xblast/level/rectangle.xal
2286
%%DATADIR%%/level/bombsrange.xal
2287
share/xblast/level/reincocloned.xal
2287
%%DATADIR%%/level/bonzomshell.xal
2288
share/xblast/level/remembernokicking.xal
2288
%%DATADIR%%/level/boobytrap.xal
2289
share/xblast/level/remote_quest.xal
2289
%%DATADIR%%/level/born_to_be_killed.xal
2290
share/xblast/level/remotesnow.xal
2290
%%DATADIR%%/level/boum.xal
2291
share/xblast/level/renew.xal
2291
%%DATADIR%%/level/bouncy_bouncy.xal
2292
share/xblast/level/renovation_man.xal
2292
%%DATADIR%%/level/bowl.xal
2293
share/xblast/level/renovation_master.xal
2293
%%DATADIR%%/level/breakandblast.xal
2294
share/xblast/level/restrictedzonetapettelandiv.xal
2294
%%DATADIR%%/level/bricklayer_s_anger.xal
2295
share/xblast/level/revive.xal
2295
%%DATADIR%%/level/bricks_with_extra_fries.xal
2296
share/xblast/level/rhombus.xal
2296
%%DATADIR%%/level/bsquare.xal
2297
share/xblast/level/rightcurve.xal
2297
%%DATADIR%%/level/butterfly.xal
2298
share/xblast/level/robbslevel.xal
2298
%%DATADIR%%/level/cadeau.xal
2299
share/xblast/level/rolandgarros.xal
2299
%%DATADIR%%/level/caged.xal
2300
share/xblast/level/round.xal
2300
%%DATADIR%%/level/candy_land.xal
2301
share/xblast/level/rows.xal
2301
%%DATADIR%%/level/carnage.xal
2302
share/xblast/level/rubber_bombs.xal
2302
%%DATADIR%%/level/castle.xal
2303
share/xblast/level/run.xal
2303
%%DATADIR%%/level/castle_death_part_1.xal
2304
share/xblast/level/runfortherc.xal
2304
%%DATADIR%%/level/catwalk.xal
2305
share/xblast/level/running_man.xal
2305
%%DATADIR%%/level/cave_in.xal
2306
share/xblast/level/running_man_ii.xal
2306
%%DATADIR%%/level/chain_reaction.xal
2307
share/xblast/level/running_man_iia.xal
2307
%%DATADIR%%/level/chaos.xal
2308
share/xblast/level/runrunlittlexblaster.xal
2308
%%DATADIR%%/level/chaosa.xal
2309
share/xblast/level/savage_shrinking_world.xal
2309
%%DATADIR%%/level/checkmate.xal
2310
share/xblast/level/save_your_dream.xal
2310
%%DATADIR%%/level/chillyland.xal
2311
share/xblast/level/scottie.xal
2311
%%DATADIR%%/level/chipsetcahuetes.xal
2312
share/xblast/level/scramblezone.xal
2312
%%DATADIR%%/level/choupachoups.xal
2313
share/xblast/level/screw_him.xal
2313
%%DATADIR%%/level/christmas1999.xal
2314
share/xblast/level/search.xal
2314
%%DATADIR%%/level/circle_jerk.xal
2315
share/xblast/level/seek_n_destroy.xal
2315
%%DATADIR%%/level/clockwise.xal
2316
share/xblast/level/seethepattern.xal
2316
%%DATADIR%%/level/clockwise_but_you_walk_wrong.xal
2317
share/xblast/level/semilocalcommunication.xal
2317
%%DATADIR%%/level/clockwisecirculation.xal
2318
share/xblast/level/serbocroate.xal
2318
%%DATADIR%%/level/clockwork.xal
2319
share/xblast/level/shrinking_arena.xal
2319
%%DATADIR%%/level/close_quarters.xal
2320
share/xblast/level/shrinking_world.xal
2320
%%DATADIR%%/level/closeencounters.xal
2321
share/xblast/level/shrinkmania.xal
2321
%%DATADIR%%/level/closet_psycho.xal
2322
share/xblast/level/sky_show.xal
2322
%%DATADIR%%/level/coculand.xal
2323
share/xblast/level/slimdryandtrainee.xal
2323
%%DATADIR%%/level/commando.xal
2324
share/xblast/level/smile.xal
2324
%%DATADIR%%/level/confusion.xal
2325
share/xblast/level/smile_and_die.xal
2325
%%DATADIR%%/level/contact_sports.xal
2326
share/xblast/level/smileii.xal
2326
%%DATADIR%%/level/cooperation.xal
2327
share/xblast/level/snapshot_level.xal
2327
%%DATADIR%%/level/corsica2.xal
2328
share/xblast/level/sneakattack.xal
2328
%%DATADIR%%/level/cotesauvage.xal
2329
share/xblast/level/snooker.xal
2329
%%DATADIR%%/level/coursforrest.xal
2330
share/xblast/level/snow_brothers.xal
2330
%%DATADIR%%/level/creeping_death.xal
2331
share/xblast/level/snowflake.xal
2331
%%DATADIR%%/level/cross_of_doom.xal
2332
share/xblast/level/snowland.xal
2332
%%DATADIR%%/level/crual_rebounds.xal
2333
share/xblast/level/soccerfield.xal
2333
%%DATADIR%%/level/crualreboundsii.xal
2334
share/xblast/level/someboms.xal
2334
%%DATADIR%%/level/custardslaststand.xal
2335
share/xblast/level/space_head.xal
2335
%%DATADIR%%/level/d_oh.xal
2336
share/xblast/level/sphere.xal
2336
%%DATADIR%%/level/deadwarrant.xal
2337
share/xblast/level/spider_web.xal
2337
%%DATADIR%%/level/death_match.xal
2338
share/xblast/level/spiderworld.xal
2338
%%DATADIR%%/level/deathinthemiddle.xal
2339
share/xblast/level/spindizzy.xal
2339
%%DATADIR%%/level/deathseparateeastfromwest.xal
2340
share/xblast/level/spiral.xal
2340
%%DATADIR%%/level/deconnepas.xal
2341
share/xblast/level/spiral_ways.xal
2341
%%DATADIR%%/level/deep_forest.xal
2342
share/xblast/level/split_decision.xal
2342
%%DATADIR%%/level/deep_forest_2_graal_quest.xal
2343
share/xblast/level/spooky.xal
2343
%%DATADIR%%/level/demolition_man.xal
2344
share/xblast/level/squaredancing.xal
2344
%%DATADIR%%/level/desert_storm.xal
2345
share/xblast/level/squash.xal
2345
%%DATADIR%%/level/deuxlignesunsurvivant.xal
2346
share/xblast/level/star_hazzard.xal
2346
%%DATADIR%%/level/diehard.xal
2347
share/xblast/level/star_wars.xal
2347
%%DATADIR%%/level/dig_dug_nostalgy.xal
2348
share/xblast/level/starstruck.xal
2348
%%DATADIR%%/level/digmout.xal
2349
share/xblast/level/stayinalive.xal
2349
%%DATADIR%%/level/disabled.xal
2350
share/xblast/level/stochasticpolicy.xal
2350
%%DATADIR%%/level/disease.xal
2351
share/xblast/level/stoned.xal
2351
%%DATADIR%%/level/disguise.xal
2352
share/xblast/level/stop.xal
2352
%%DATADIR%%/level/diver.xal
2353
share/xblast/level/stormy.xal
2353
%%DATADIR%%/level/doh.xal
2354
share/xblast/level/stunning.xal
2354
%%DATADIR%%/level/dontbeill.xal
2355
share/xblast/level/stunning_renovation.xal
2355
%%DATADIR%%/level/donthide.xal
2356
share/xblast/level/stunningyoustunningme.xal
2356
%%DATADIR%%/level/doom.xal
2357
share/xblast/level/suddendeath.xal
2357
%%DATADIR%%/level/doomsday.xal
2358
share/xblast/level/suicide.xal
2358
%%DATADIR%%/level/double_crown.xal
2359
share/xblast/level/superballs.xal
2359
%%DATADIR%%/level/dropkick.xal
2360
share/xblast/level/survival_of_the_fittest.xal
2360
%%DATADIR%%/level/drugaddicts.xal
2361
share/xblast/level/survivalofthemorphest.xal
2361
%%DATADIR%%/level/duel.xal
2362
share/xblast/level/survivor.xal
2362
%%DATADIR%%/level/duel_in_the_sun.xal
2363
share/xblast/level/swapcol.xal
2363
%%DATADIR%%/level/dungeon_master.xal
2364
share/xblast/level/swappos.xal
2364
%%DATADIR%%/level/easytohide.xal
2365
share/xblast/level/swastika.xal
2365
%%DATADIR%%/level/eden.xal
2366
share/xblast/level/take_care_of_yourself.xal
2366
%%DATADIR%%/level/egg.xal
2367
share/xblast/level/takeafriendwithyou.xal
2367
%%DATADIR%%/level/egyptian.xal
2368
share/xblast/level/takecover.xal
2368
%%DATADIR%%/level/emperorofmouls.xal
2369
share/xblast/level/tall_poppy.xal
2369
%%DATADIR%%/level/england.xal
2370
share/xblast/level/tamachan.xal
2370
%%DATADIR%%/level/enoughbombsforeveryone.xal
2371
share/xblast/level/tapettelandiii.xal
2371
%%DATADIR%%/level/enterthedragon.xal
2372
share/xblast/level/taramsrevenge.xal
2372
%%DATADIR%%/level/epfltest.xal
2373
share/xblast/level/teamwork.xal
2373
%%DATADIR%%/level/eraser.xal
2374
share/xblast/level/teatime.xal
2374
%%DATADIR%%/level/erikaetlesrobots.xal
2375
share/xblast/level/telecom.xal
2375
%%DATADIR%%/level/etmoicestgringo.xal
2376
share/xblast/level/teleportland.xal
2376
%%DATADIR%%/level/euryclee.xal
2377
share/xblast/level/temple_of_doom.xal
2377
%%DATADIR%%/level/evil.xal
2378
share/xblast/level/terroristattack.xal
2378
%%DATADIR%%/level/faceoff.xal
2379
share/xblast/level/tetris_land.xal
2379
%%DATADIR%%/level/falgundsworld2.xal
2380
share/xblast/level/the_cave.xal
2380
%%DATADIR%%/level/fantasy_land.xal
2381
share/xblast/level/the_downward_spiral.xal
2381
%%DATADIR%%/level/fart.xal
2382
share/xblast/level/the_focal_point.xal
2382
%%DATADIR%%/level/fast_boum.xal
2383
share/xblast/level/the_fundamental_error.xal
2383
%%DATADIR%%/level/fatviscousandpermanent.xal
2384
share/xblast/level/the_great_escape.xal
2384
%%DATADIR%%/level/feel_free.xal
2385
share/xblast/level/the_holy_grail.xal
2385
%%DATADIR%%/level/fightaroundthecheese.xal
2386
share/xblast/level/the_hustler.xal
2386
%%DATADIR%%/level/fightforyourright.xal
2387
share/xblast/level/the_mega_bomberman_level.xal
2387
%%DATADIR%%/level/findyourway.xal
2388
share/xblast/level/the_neutral_zone.xal
2388
%%DATADIR%%/level/fiotteland.xal
2389
share/xblast/level/the_not_so_holy_hand_grenade.xal
2389
%%DATADIR%%/level/fire.xal
2390
share/xblast/level/the_shafts.xal
2390
%%DATADIR%%/level/firecracker_surprise.xal
2391
share/xblast/level/the_xblast_level.xal
2391
%%DATADIR%%/level/fireforget.xal
2392
share/xblast/level/theembrace.xal
2392
%%DATADIR%%/level/flower_power.xal
2393
share/xblast/level/thefungusexpertandthedead.xal
2393
%%DATADIR%%/level/fofolle.xal
2394
share/xblast/level/thefungusgeneralandthedead.xal
2394
%%DATADIR%%/level/footwork.xal
2395
share/xblast/level/thefungusmasterandthedead.xal
2395
%%DATADIR%%/level/footworkii.xal
2396
share/xblast/level/thegoodandthebad.xal
2396
%%DATADIR%%/level/fortress.xal
2397
share/xblast/level/thehiddenandthedead.xal
2397
%%DATADIR%%/level/four_corners.xal
2398
share/xblast/level/thehourglass.xal
2398
%%DATADIR%%/level/fourcornersii.xal
2399
share/xblast/level/thelostcity.xal
2399
%%DATADIR%%/level/fourcornersiii.xal
2400
share/xblast/level/theluckyandthedead.xal
2400
%%DATADIR%%/level/fourfold.xal
2401
share/xblast/level/thepusher.xal
2401
%%DATADIR%%/level/freekick.xal
2402
share/xblast/level/thequickandthedead.xal
2402
%%DATADIR%%/level/frogger.xal
2403
share/xblast/level/therandomandthedead.xal
2403
%%DATADIR%%/level/fuckingmarco.xal
2404
share/xblast/level/theretourofsun.xal
2404
%%DATADIR%%/level/full_power_farters.xal
2405
share/xblast/level/thescrambledandthedead.xal
2405
%%DATADIR%%/level/full_power_level.xal
2406
share/xblast/level/thetunnels.xal
2406
%%DATADIR%%/level/full_power_level1.xal
2407
share/xblast/level/three_times_the_pleasure.xal
2407
%%DATADIR%%/level/full_power_level_ii.xal
2408
share/xblast/level/tic_tac_toe.xal
2408
%%DATADIR%%/level/full_power_level_iii.xal
2409
share/xblast/level/timeisoftheessence.xal
2409
%%DATADIR%%/level/full_power_snookers.xal
2410
share/xblast/level/titlemoutz.xal
2410
%%DATADIR%%/level/fullcontact.xal
2411
share/xblast/level/tntsmugglers.xal
2411
%%DATADIR%%/level/fungus_fun.xal
2412
share/xblast/level/tobeamornottobeam.xal
2412
%%DATADIR%%/level/funinthedark.xal
2413
share/xblast/level/toosicktobetrue.xal
2413
%%DATADIR%%/level/g_force.xal
2414
share/xblast/level/tornado.xal
2414
%%DATADIR%%/level/gauntlet.xal
2415
share/xblast/level/tournicotitournicoton.xal
2415
%%DATADIR%%/level/gavage.xal
2416
share/xblast/level/tous_aux_abris.xal
2416
%%DATADIR%%/level/get_your_kit_out.xal
2417
share/xblast/level/toutencarton.xal
2417
%%DATADIR%%/level/getoutofthismaze.xal
2418
share/xblast/level/trainfun.xal
2418
%%DATADIR%%/level/gforce.xal
2419
share/xblast/level/transformation.xal
2419
%%DATADIR%%/level/ghostintheshrink.xal
2420
share/xblast/level/treasure_hunt.xal
2420
%%DATADIR%%/level/give_it_a_shot.xal
2421
share/xblast/level/trench_warfare.xal
2421
%%DATADIR%%/level/givemeanx.xal
2422
share/xblast/level/triangle_city.xal
2422
%%DATADIR%%/level/gogetthemtiger.xal
2423
share/xblast/level/triangleandrows.xal
2423
%%DATADIR%%/level/goingroundandround.xal
2424
share/xblast/level/trickyrunner.xal
2424
%%DATADIR%%/level/gooutandplay.xal
2425
share/xblast/level/trickywalls.xal
2425
%%DATADIR%%/level/gorigth.xal
2426
share/xblast/level/trop_puissant.xal
2426
%%DATADIR%%/level/graal_quest.xal
2427
share/xblast/level/troppuissant.xal
2427
%%DATADIR%%/level/grailmaster.xal
2428
share/xblast/level/trust_no_one.xal
2428
%%DATADIR%%/level/gravitation.xal
2429
share/xblast/level/try_it_and_see.xal
2429
%%DATADIR%%/level/gravitation_is_back.xal
2430
share/xblast/level/tubes.xal
2430
%%DATADIR%%/level/gravitational_rotation.xal
2431
share/xblast/level/turtle.xal
2431
%%DATADIR%%/level/gravitlamanque.xal
2432
share/xblast/level/tv_star_wannabe.xal
2432
%%DATADIR%%/level/gravity.xal
2433
share/xblast/level/two_be_two.xal
2433
%%DATADIR%%/level/green.xal
2434
share/xblast/level/uptheygo.xal
2434
%%DATADIR%%/level/grenada.xal
2435
share/xblast/level/variations.xal
2435
%%DATADIR%%/level/grenade_duel.xal
2436
share/xblast/level/villavictoria.xal
2436
%%DATADIR%%/level/grisblast.xal
2437
share/xblast/level/virus.xal
2437
%%DATADIR%%/level/grisvardsnightmare.xal
2438
share/xblast/level/vivazapatta.xal
2438
%%DATADIR%%/level/grisvardsnightmareii.xal
2439
share/xblast/level/voidhazard.xal
2439
%%DATADIR%%/level/grownkill.xal
2440
share/xblast/level/voidie.xal
2440
%%DATADIR%%/level/grownkillii.xal
2441
share/xblast/level/voidnightmare.xal
2441
%%DATADIR%%/level/gunfight.xal
2442
share/xblast/level/vrendsvallenplanb.xal
2442
%%DATADIR%%/level/hall_of_snooker.xal
2443
share/xblast/level/walls_or_not.xal
2443
%%DATADIR%%/level/hallowe_en.xal
2444
share/xblast/level/warning.xal
2444
%%DATADIR%%/level/hallways.xal
2445
share/xblast/level/watch_out.xal
2445
%%DATADIR%%/level/happydeath.xal
2446
share/xblast/level/watch_that_banana.xal
2446
%%DATADIR%%/level/haunted_house.xal
2447
share/xblast/level/watchthebirdie.xal
2447
%%DATADIR%%/level/hbblast.xal
2448
share/xblast/level/waterworld.xal
2448
%%DATADIR%%/level/hell_diver.xal
2449
share/xblast/level/welcomeincorsica.xal
2449
%%DATADIR%%/level/hexagon_excitation.xal
2450
share/xblast/level/what_the_f_is_this.xal
2450
%%DATADIR%%/level/hexagon_flowers.xal
2451
share/xblast/level/when_i_was_your_age.xal
2451
%%DATADIR%%/level/hide_n_seek.xal
2452
share/xblast/level/wherearethey.xal
2452
%%DATADIR%%/level/hit_and_run.xal
2453
share/xblast/level/whererumrmagoo.xal
2453
%%DATADIR%%/level/ho_chi_mayhem.xal
2454
share/xblast/level/windows_95.xal
2454
%%DATADIR%%/level/holdit.xal
2455
share/xblast/level/withoutthestars.xal
2455
%%DATADIR%%/level/holyrenovation.xal
2456
share/xblast/level/woiii.xal
2456
%%DATADIR%%/level/holyshit.xal
2457
share/xblast/level/wonderwheel.xal
2457
%%DATADIR%%/level/hot_stuff.xal
2458
share/xblast/level/worldwideblast.xal
2458
%%DATADIR%%/level/hotstuffii.xal
2459
share/xblast/level/would_ya_likes_t_be_some_junkie.xal
2459
%%DATADIR%%/level/hourglass.xal
2460
share/xblast/level/wumpusworld.xal
2460
%%DATADIR%%/level/hunted.xal
2461
share/xblast/level/xbclassical.xal
2461
%%DATADIR%%/level/hunter.xal
2462
share/xblast/level/xblast_2000.xal
2462
%%DATADIR%%/level/huntinghighlow.xal
2463
share/xblast/level/xblast_2001.xal
2463
%%DATADIR%%/level/hurryupbeforeshroops.xal
2464
share/xblast/level/xblast_3000.xal
2464
%%DATADIR%%/level/i_can_smell_that_from_here.xal
2465
share/xblast/level/xblastlevels.xal
2465
%%DATADIR%%/level/iceberg_droit_devant.xal
2466
share/xblast/level/xfile.xal
2466
%%DATADIR%%/level/iceland.xal
2467
share/xblast/level/xmorph.xal
2467
%%DATADIR%%/level/illusion.xal
2468
share/xblast/level/y2k.xal
2468
%%DATADIR%%/level/ilssonttousmalades.xal
2469
share/xblast/level/yellowbeans.xal
2469
%%DATADIR%%/level/immobilisationfatale.xal
2470
share/xblast/level/yellowfever.xal
2470
%%DATADIR%%/level/indiana_jones.xal
2471
share/xblast/level/yippee_map.xal
2471
%%DATADIR%%/level/indigestion.xal
2472
share/xblast/level/yomland.xal
2472
%%DATADIR%%/level/inesc.xal
2473
share/xblast/level/ypsilon.xal
2473
%%DATADIR%%/level/insideout.xal
2474
share/xblast/level/zero_infinity.xal
2474
%%DATADIR%%/level/inv_x_ible.xal
2475
share/xblast/level/zigzag.xal
2475
%%DATADIR%%/level/invaderordefender.xal
2476
share/xblast/level/zoso_world.xal
2476
%%DATADIR%%/level/invertability.xal
2477
%%WITH_SOUND%%share/xblast/sounds/xb_app2.raw
2477
%%DATADIR%%/level/invisible_man.xal
2478
%%WITH_SOUND%%share/xblast/sounds/xb_appl.raw
2478
%%DATADIR%%/level/invisiblemorph.xal
2479
%%WITH_SOUND%%share/xblast/sounds/xb_bad.raw
2479
%%DATADIR%%/level/invisiblocks.xal
2480
%%WITH_SOUND%%share/xblast/sounds/xb_bombmorph.raw
2480
%%DATADIR%%/level/invxible.xal
2481
%%WITH_SOUND%%share/xblast/sounds/xb_butt.raw
2481
%%DATADIR%%/level/islandofhope.xal
2482
%%WITH_SOUND%%share/xblast/sounds/xb_cmpnd.raw
2482
%%DATADIR%%/level/itll_grow_on_you.xal
2483
%%WITH_SOUND%%share/xblast/sounds/xb_dead.raw
2483
%%DATADIR%%/level/j_ai_froid_aux_pieds.xal
2484
%%WITH_SOUND%%share/xblast/sounds/xb_drop.raw
2484
%%DATADIR%%/level/jackylevel.xal
2485
%%WITH_SOUND%%share/xblast/sounds/xb_expl.raw
2485
%%DATADIR%%/level/jaune.xal
2486
%%WITH_SOUND%%share/xblast/sounds/xb_haunt.raw
2486
%%DATADIR%%/level/je_m_appelle_rico.xal
2487
%%WITH_SOUND%%share/xblast/sounds/xb_intro.raw
2487
%%DATADIR%%/level/jedi_power.xal
2488
%%WITH_SOUND%%share/xblast/sounds/xb_kick.raw
2488
%%DATADIR%%/level/jedi_power_ii.xal
2489
%%WITH_SOUND%%share/xblast/sounds/xb_nvis.raw
2489
%%DATADIR%%/level/jedipoweriii.xal
2490
%%WITH_SOUND%%share/xblast/sounds/xb_nvnc.raw
2490
%%DATADIR%%/level/judgement_day.xal
2491
%%WITH_SOUND%%share/xblast/sounds/xb_ouch.raw
2491
%%DATADIR%%/level/justdoit.xal
2492
%%WITH_SOUND%%share/xblast/sounds/xb_pump.raw
2492
%%DATADIR%%/level/kaboom.xal
2493
%%WITH_SOUND%%share/xblast/sounds/xb_shoot.raw
2493
%%DATADIR%%/level/kaboum_contact_party.xal
2494
%%WITH_SOUND%%share/xblast/sounds/xb_spbmb.raw
2494
%%DATADIR%%/level/keep_your_eye_on_the_bomb.xal
2495
%%WITH_SOUND%%share/xblast/sounds/xb_spir.raw
2495
%%DATADIR%%/level/kick.xal
2496
%%WITH_SOUND%%share/xblast/sounds/xb_stun.raw
2496
%%DATADIR%%/level/kickagain.xal
2497
%%WITH_SOUND%%share/xblast/sounds/xb_warn.raw
2497
%%DATADIR%%/level/kill.xal
2498
%%WITH_SOUND%%share/xblast/sounds/xb_whrl.raw
2498
%%DATADIR%%/level/kingofmoullevels.xal
2499
%%WITH_SOUND%%share/xblast/sounds/xb_won.raw
2499
%%DATADIR%%/level/kingofthehuitres.xal
2500
%%WITH_SOUND%%share/xblast/sounds/xbcloak.raw
2500
%%DATADIR%%/level/kingoftheoysters.xal
2501
%%WITH_SOUND%%share/xblast/sounds/xbcloakx.raw
2501
%%DATADIR%%/level/knowyourplace.xal
2502
%%WITH_SOUND%%share/xblast/sounds/xbdcloak.raw
2502
%%DATADIR%%/level/la_boom.xal
2503
%%WITH_SOUND%%share/xblast/sounds/xbfast.raw
2503
%%DATADIR%%/level/la_mine.xal
2504
%%WITH_SOUND%%share/xblast/sounds/xbfin.raw
2504
%%DATADIR%%/level/la_ruee_vers_l_or.xal
2505
%%WITH_SOUND%%share/xblast/sounds/xbfire.raw
2505
%%DATADIR%%/level/labyrinth_blast.xal
2506
%%WITH_SOUND%%share/xblast/sounds/xbholy.raw
2506
%%DATADIR%%/level/lacorniche.xal
2507
%%WITH_SOUND%%share/xblast/sounds/xbinj.raw
2507
%%DATADIR%%/level/lacueillettedestomates.xal
2508
%%WITH_SOUND%%share/xblast/sounds/xblife.raw
2508
%%DATADIR%%/level/ladder.xal
2509
%%WITH_SOUND%%share/xblast/sounds/xbmbmb.raw
2509
%%DATADIR%%/level/lamer.xal
2510
%%WITH_SOUND%%share/xblast/sounds/xbnbmb.raw
2510
%%DATADIR%%/level/lecachot.xal
2511
%%WITH_SOUND%%share/xblast/sounds/xbnkick.raw
2511
%%DATADIR%%/level/legoland.xal
2512
%%WITH_SOUND%%share/xblast/sounds/xbnpmp.raw
2512
%%DATADIR%%/level/legoland2x.xal
2513
%%WITH_SOUND%%share/xblast/sounds/xbnrc.raw
2513
%%DATADIR%%/level/legoworld.xal
2514
%%WITH_SOUND%%share/xblast/sounds/xbntel.raw
2514
%%DATADIR%%/level/lesportesdelamort.xal
2515
%%WITH_SOUND%%share/xblast/sounds/xbslay.raw
2515
%%DATADIR%%/level/level_sue.xal
2516
%%WITH_SOUND%%share/xblast/sounds/xbslide.raw
2516
%%DATADIR%%/level/life_race.xal
2517
%%WITH_SOUND%%share/xblast/sounds/xbslow.raw
2517
%%DATADIR%%/level/lifeisenought3.xal
2518
%%WITH_SOUND%%share/xblast/sounds/xbstep1.raw
2518
%%DATADIR%%/level/liferace.xal
2519
%%WITH_SOUND%%share/xblast/sounds/xbstep2.raw
2519
%%DATADIR%%/level/lives.xal
2520
%%WITH_SOUND%%share/xblast/sounds/xbstep3.raw
2520
%%DATADIR%%/level/long_way.xal
2521
%%WITH_SOUND%%share/xblast/sounds/xbstep4.raw
2521
%%DATADIR%%/level/longway.xal
2522
%%WITH_SOUND%%share/xblast/sounds/xbstep5.raw
2522
%%DATADIR%%/level/lookaround.xal
2523
%%WITH_SOUND%%share/xblast/sounds/xbstep6.raw
2523
%%DATADIR%%/level/loria.xal
2524
%%WITH_SOUND%%share/xblast/sounds/xbtele.raw
2524
%%DATADIR%%/level/losange_losange.xal
2525
%%WITH_SOUND%%share/xblast/sounds/xbtele1.raw
2525
%%DATADIR%%/level/losange_over_excitation.xal
2526
%%WITH_SOUND%%share/xblast/sounds/xbtele2.raw
2526
%%DATADIR%%/level/losangeoverexcitationii.xal
2527
%%WITH_SOUND%%@dirrm share/xblast/sounds
2527
%%DATADIR%%/level/lotsofexplosion.xal
2528
@dirrm share/xblast/level
2528
%%DATADIR%%/level/luciferspiral.xal
2529
@dirrm share/xblast/image/sprite
2529
%%DATADIR%%/level/luckyluke.xal
2530
@dirrm share/xblast/image/score
2530
%%DATADIR%%/level/mac_donald_s.xal
2531
@dirrm share/xblast/image/misc
2531
%%DATADIR%%/level/madness.xal
2532
@dirrm share/xblast/image/explosion
2532
%%DATADIR%%/level/magic.xal
2533
@dirrm share/xblast/image/block
2533
%%DATADIR%%/level/magnum44.xal
2534
@dirrm share/xblast/image
2534
%%DATADIR%%/level/marcvictims.xal
2535
@dirrm share/xblast
2535
%%DATADIR%%/level/mastersland.xal
2536
%%DATADIR%%/level/maybe.xal
2537
%%DATADIR%%/level/mayhem.xal
2538
%%DATADIR%%/level/maze_runner.xal
2539
%%DATADIR%%/level/mazeworld.xal
2540
%%DATADIR%%/level/melttheweights.xal
2541
%%DATADIR%%/level/metal_world.xal
2542
%%DATADIR%%/level/metalworld.xal
2543
%%DATADIR%%/level/mexicanjumpingbeans.xal
2544
%%DATADIR%%/level/michelson.xal
2545
%%DATADIR%%/level/middleisyoursalvation.xal
2546
%%DATADIR%%/level/mind_games.xal
2547
%%DATADIR%%/level/miragewalls.xal
2548
%%DATADIR%%/level/mlevel.xal
2549
%%DATADIR%%/level/moonreversi.xal
2550
%%DATADIR%%/level/moonwalking.xal
2551
%%DATADIR%%/level/more_mayhem.xal
2552
%%DATADIR%%/level/mort.xal
2553
%%DATADIR%%/level/mr_beam.xal
2554
%%DATADIR%%/level/murcassant.xal
2555
%%DATADIR%%/level/napalm_justice.xal
2556
%%DATADIR%%/level/napalmloop.xal
2557
%%DATADIR%%/level/napalmmorphing.xal
2558
%%DATADIR%%/level/narf.xal
2559
%%DATADIR%%/level/narrowlittlesecretroom.xal
2560
%%DATADIR%%/level/nasty.xal
2561
%%DATADIR%%/level/nasty2.xal
2562
%%DATADIR%%/level/nasty_pasty.xal
2563
%%DATADIR%%/level/nin_world.xal
2564
%%DATADIR%%/level/ninja_warriors.xal
2565
%%DATADIR%%/level/noisyjeannot.xal
2566
%%DATADIR%%/level/nonalinthewind.xal
2567
%%DATADIR%%/level/nooo_f_ing_walls.xal
2568
%%DATADIR%%/level/nothing_short_of_warfare.xal
2569
%%DATADIR%%/level/nowhere_to_run.xal
2570
%%DATADIR%%/level/nowhere_to_run_ii.xal
2571
%%DATADIR%%/level/nowyoudie.xal
2572
%%DATADIR%%/level/oeufsdepaques.xal
2573
%%DATADIR%%/level/omeletdefromage.xal
2574
%%DATADIR%%/level/open_warfare.xal
2575
%%DATADIR%%/level/opportunisme.xal
2576
%%DATADIR%%/level/out_of_control.xal
2577
%%DATADIR%%/level/out_of_the_frying_pan.xal
2578
%%DATADIR%%/level/pandemonium.xal
2579
%%DATADIR%%/level/panzergrenadierzwei.xal
2580
%%DATADIR%%/level/paradise_city.xal
2581
%%DATADIR%%/level/parallel_world.xal
2582
%%DATADIR%%/level/pastousalafois.xal
2583
%%DATADIR%%/level/peppercorn.xal
2584
%%DATADIR%%/level/perfecttiming.xal
2585
%%DATADIR%%/level/phantom.xal
2586
%%DATADIR%%/level/pinball_dreams.xal
2587
%%DATADIR%%/level/pinion.xal
2588
%%DATADIR%%/level/pink.xal
2589
%%DATADIR%%/level/pinkrabbit.xal
2590
%%DATADIR%%/level/pipedream.xal
2591
%%DATADIR%%/level/pizza.xal
2592
%%DATADIR%%/level/placardabalai.xal
2593
%%DATADIR%%/level/placardabalai2.xal
2594
%%DATADIR%%/level/plus.xal
2595
%%DATADIR%%/level/plus_plus_2.xal
2596
%%DATADIR%%/level/plus_plus_3.xal
2597
%%DATADIR%%/level/plusplusmoutz.xal
2598
%%DATADIR%%/level/plusplusmoutz1.xal
2599
%%DATADIR%%/level/poisonedarea.xal
2600
%%DATADIR%%/level/popcorn.xal
2601
%%DATADIR%%/level/pot_luck.xal
2602
%%DATADIR%%/level/power.xal
2603
%%DATADIR%%/level/powerupsinthemiddle.xal
2604
%%DATADIR%%/level/psychological_warfare.xal
2605
%%DATADIR%%/level/psychose.xal
2606
%%DATADIR%%/level/psykogroupycocainecrazy.xal
2607
%%DATADIR%%/level/pyramid.xal
2608
%%DATADIR%%/level/pyromania.xal
2609
%%DATADIR%%/level/pythagorus_theorem.xal
2610
%%DATADIR%%/level/quadrilateral_excitation.xal
2611
%%DATADIR%%/level/quarter.xal
2612
%%DATADIR%%/level/quefaitlapolice.xal
2613
%%DATADIR%%/level/quelecielestbas.xal
2614
%%DATADIR%%/level/quickdraw.xal
2615
%%DATADIR%%/level/random.xal
2616
%%DATADIR%%/level/random_field.xal
2617
%%DATADIR%%/level/rapiddeath.xal
2618
%%DATADIR%%/level/raymasters.xal
2619
%%DATADIR%%/level/reconstruction.xal
2620
%%DATADIR%%/level/reconstruct_on2.xal
2621
%%DATADIR%%/level/reincocloned.xal
2622
%%DATADIR%%/level/remembernokicking.xal
2623
%%DATADIR%%/level/remote_quest.xal
2624
%%DATADIR%%/level/remotesnow.xal
2625
%%DATADIR%%/level/renew.xal
2626
%%DATADIR%%/level/renovation_man.xal
2627
%%DATADIR%%/level/renovation_master.xal
2628
%%DATADIR%%/level/renovation_master2.xal
2629
%%DATADIR%%/level/revive.xal
2630
%%DATADIR%%/level/rhombus.xal
2631
%%DATADIR%%/level/rightcurve.xal
2632
%%DATADIR%%/level/robbslevel.xal
2633
%%DATADIR%%/level/round.xal
2634
%%DATADIR%%/level/rows.xal
2635
%%DATADIR%%/level/rubber_bombs.xal
2636
%%DATADIR%%/level/runfortherc.xal
2637
%%DATADIR%%/level/running_man.xal
2638
%%DATADIR%%/level/running_man_ii.xal
2639
%%DATADIR%%/level/running_man_iia.xal
2640
%%DATADIR%%/level/runrunlittlexblaster.xal
2641
%%DATADIR%%/level/savage_shrinking_world.xal
2642
%%DATADIR%%/level/save_your_dream.xal
2643
%%DATADIR%%/level/scottie.xal
2644
%%DATADIR%%/level/screw_him.xal
2645
%%DATADIR%%/level/search.xal
2646
%%DATADIR%%/level/seek_n_destroy.xal
2647
%%DATADIR%%/level/seethepattern.xal
2648
%%DATADIR%%/level/semilocalcommunication.xal
2649
%%DATADIR%%/level/serbocroate.xal
2650
%%DATADIR%%/level/shrinking_arena.xal
2651
%%DATADIR%%/level/shrinking_world.xal
2652
%%DATADIR%%/level/sky_show.xal
2653
%%DATADIR%%/level/slimdryandtrainee.xal
2654
%%DATADIR%%/level/smile.xal
2655
%%DATADIR%%/level/smile_and_die.xal
2656
%%DATADIR%%/level/smileii.xal
2657
%%DATADIR%%/level/snapshot_level.xal
2658
%%DATADIR%%/level/sneakattack.xal
2659
%%DATADIR%%/level/snooker.xal
2660
%%DATADIR%%/level/snow_brothers.xal
2661
%%DATADIR%%/level/snowflake.xal
2662
%%DATADIR%%/level/snowland.xal
2663
%%DATADIR%%/level/someboms.xal
2664
%%DATADIR%%/level/space_head.xal
2665
%%DATADIR%%/level/sphere.xal
2666
%%DATADIR%%/level/spider_web.xal
2667
%%DATADIR%%/level/spindizzy.xal
2668
%%DATADIR%%/level/spiral.xal
2669
%%DATADIR%%/level/spiral_ways.xal
2670
%%DATADIR%%/level/split_decision.xal
2671
%%DATADIR%%/level/spooky.xal
2672
%%DATADIR%%/level/squaredancing.xal
2673
%%DATADIR%%/level/squash.xal
2674
%%DATADIR%%/level/star_hazzard.xal
2675
%%DATADIR%%/level/star_wars.xal
2676
%%DATADIR%%/level/stayinalive.xal
2677
%%DATADIR%%/level/stochasticpolicy.xal
2678
%%DATADIR%%/level/stoned.xal
2679
%%DATADIR%%/level/stop.xal
2680
%%DATADIR%%/level/stormy.xal
2681
%%DATADIR%%/level/stunning.xal
2682
%%DATADIR%%/level/stunning_renovation.xal
2683
%%DATADIR%%/level/stunningyoustunningme.xal
2684
%%DATADIR%%/level/suicide.xal
2685
%%DATADIR%%/level/superballs.xal
2686
%%DATADIR%%/level/survival_of_the_fittest.xal
2687
%%DATADIR%%/level/survivalofthemorphest.xal
2688
%%DATADIR%%/level/survivor.xal
2689
%%DATADIR%%/level/swapcol.xal
2690
%%DATADIR%%/level/swappos.xal
2691
%%DATADIR%%/level/swastika.xal
2692
%%DATADIR%%/level/take_care_of_yourself.xal
2693
%%DATADIR%%/level/takeafriendwithyou.xal
2694
%%DATADIR%%/level/takecover.xal
2695
%%DATADIR%%/level/tall_poppy.xal
2696
%%DATADIR%%/level/tamachan.xal
2697
%%DATADIR%%/level/tapettelandiii.xal
2698
%%DATADIR%%/level/taramsrevenge.xal
2699
%%DATADIR%%/level/teamwork.xal
2700
%%DATADIR%%/level/teatime.xal
2701
%%DATADIR%%/level/telecom.xal
2702
%%DATADIR%%/level/teleportland.xal
2703
%%DATADIR%%/level/temple_of_doom.xal
2704
%%DATADIR%%/level/terroristattack.xal
2705
%%DATADIR%%/level/tetris_land.xal
2706
%%DATADIR%%/level/the_cave.xal
2707
%%DATADIR%%/level/the_downward_spiral.xal
2708
%%DATADIR%%/level/the_focal_point.xal
2709
%%DATADIR%%/level/the_fundamental_error.xal
2710
%%DATADIR%%/level/the_great_escape.xal
2711
%%DATADIR%%/level/the_holy_grail.xal
2712
%%DATADIR%%/level/the_hustler.xal
2713
%%DATADIR%%/level/the_mega_bomberman_level.xal
2714
%%DATADIR%%/level/the_neutral_zone.xal
2715
%%DATADIR%%/level/the_not_so_holy_hand_grenade.xal
2716
%%DATADIR%%/level/the_shafts.xal
2717
%%DATADIR%%/level/the_xblast_level.xal
2718
%%DATADIR%%/level/thefungusexpertandthedead.xal
2719
%%DATADIR%%/level/thefungusgeneralandthedead.xal
2720
%%DATADIR%%/level/thefungusmasterandthedead.xal
2721
%%DATADIR%%/level/thegoodandthebad.xal
2722
%%DATADIR%%/level/thehiddenandthedead.xal
2723
%%DATADIR%%/level/thelostcity.xal
2724
%%DATADIR%%/level/theluckyandthedead.xal
2725
%%DATADIR%%/level/thepusher.xal
2726
%%DATADIR%%/level/thequickandthedead.xal
2727
%%DATADIR%%/level/therandomandthedead.xal
2728
%%DATADIR%%/level/theretourofsun.xal
2729
%%DATADIR%%/level/thescrambledandthedead.xal
2730
%%DATADIR%%/level/three_times_the_pleasure.xal
2731
%%DATADIR%%/level/tic_tac_toe.xal
2732
%%DATADIR%%/level/timeisoftheessence.xal
2733
%%DATADIR%%/level/tntsmugglers.xal
2734
%%DATADIR%%/level/tobeamornottobeam.xal
2735
%%DATADIR%%/level/toosicktobetrue.xal
2736
%%DATADIR%%/level/tornado.xal
2737
%%DATADIR%%/level/tournicotitournicoton.xal
2738
%%DATADIR%%/level/tous_aux_abris.xal
2739
%%DATADIR%%/level/toutencarton.xal
2740
%%DATADIR%%/level/trainfun.xal
2741
%%DATADIR%%/level/treasure_hunt.xal
2742
%%DATADIR%%/level/trench_warfare.xal
2743
%%DATADIR%%/level/triangle_city.xal
2744
%%DATADIR%%/level/triangleandrows.xal
2745
%%DATADIR%%/level/trop_puissant.xal
2746
%%DATADIR%%/level/troppuissant.xal
2747
%%DATADIR%%/level/trust_no_one.xal
2748
%%DATADIR%%/level/try_it_and_see.xal
2749
%%DATADIR%%/level/tubes.xal
2750
%%DATADIR%%/level/turtle.xal
2751
%%DATADIR%%/level/tv_star_wannabe.xal
2752
%%DATADIR%%/level/two_be_two.xal
2753
%%DATADIR%%/level/uptheygo.xal
2754
%%DATADIR%%/level/virus.xal
2755
%%DATADIR%%/level/vivazapatta.xal
2756
%%DATADIR%%/level/voidie.xal
2757
%%DATADIR%%/level/voidnightmare.xal
2758
%%DATADIR%%/level/walls_or_not.xal
2759
%%DATADIR%%/level/warning.xal
2760
%%DATADIR%%/level/watch_out.xal
2761
%%DATADIR%%/level/watch_that_banana.xal
2762
%%DATADIR%%/level/watchthebirdie.xal
2763
%%DATADIR%%/level/welcomeincorsica.xal
2764
%%DATADIR%%/level/what_the_f_is_this.xal
2765
%%DATADIR%%/level/when_i_was_your_age.xal
2766
%%DATADIR%%/level/wherearethey.xal
2767
%%DATADIR%%/level/whererumrmagoo.xal
2768
%%DATADIR%%/level/windows_95.xal
2769
%%DATADIR%%/level/withoutthestars.xal
2770
%%DATADIR%%/level/woiii.xal
2771
%%DATADIR%%/level/wonderwheel.xal
2772
%%DATADIR%%/level/would_ya_likes_t_be_some_junkie.xal
2773
%%DATADIR%%/level/xbclassical.xal
2774
%%DATADIR%%/level/xblast_2000.xal
2775
%%DATADIR%%/level/xblast_2001.xal
2776
%%DATADIR%%/level/xblast_3000.xal
2777
%%DATADIR%%/level/xblastlevels.xal
2778
%%DATADIR%%/level/xfile.xal
2779
%%DATADIR%%/level/xmorph.xal
2780
%%DATADIR%%/level/y2k.xal
2781
%%DATADIR%%/level/yellowbeans.xal
2782
%%DATADIR%%/level/yippee_map.xal
2783
%%DATADIR%%/level/ypsilon.xal
2784
%%DATADIR%%/level/zero_infinity.xal
2785
%%DATADIR%%/level/zigzag.xal
2786
%%DATADIR%%/level/zoso_world.xal
2787
%%SOUND%%%%DATADIR%%/sounds/xb_app2.raw
2788
%%SOUND%%%%DATADIR%%/sounds/xb_appl.raw
2789
%%SOUND%%%%DATADIR%%/sounds/xb_bad.raw
2790
%%SOUND%%%%DATADIR%%/sounds/xb_bombmorph.raw
2791
%%SOUND%%%%DATADIR%%/sounds/xb_butt.raw
2792
%%SOUND%%%%DATADIR%%/sounds/xb_cmpnd.raw
2793
%%SOUND%%%%DATADIR%%/sounds/xb_dead.raw
2794
%%SOUND%%%%DATADIR%%/sounds/xb_drop.raw
2795
%%SOUND%%%%DATADIR%%/sounds/xb_expl.raw
2796
%%SOUND%%%%DATADIR%%/sounds/xb_haunt.raw
2797
%%SOUND%%%%DATADIR%%/sounds/xb_intro.raw
2798
%%SOUND%%%%DATADIR%%/sounds/xb_kick.raw
2799
%%SOUND%%%%DATADIR%%/sounds/xb_nvis.raw
2800
%%SOUND%%%%DATADIR%%/sounds/xb_nvnc.raw
2801
%%SOUND%%%%DATADIR%%/sounds/xb_ouch.raw
2802
%%SOUND%%%%DATADIR%%/sounds/xb_pump.raw
2803
%%SOUND%%%%DATADIR%%/sounds/xb_shoot.raw
2804
%%SOUND%%%%DATADIR%%/sounds/xb_spbmb.raw
2805
%%SOUND%%%%DATADIR%%/sounds/xb_spir.raw
2806
%%SOUND%%%%DATADIR%%/sounds/xb_stun.raw
2807
%%SOUND%%%%DATADIR%%/sounds/xb_warn.raw
2808
%%SOUND%%%%DATADIR%%/sounds/xb_whrl.raw
2809
%%SOUND%%%%DATADIR%%/sounds/xb_won.raw
2810
%%SOUND%%%%DATADIR%%/sounds/xbcloak.raw
2811
%%SOUND%%%%DATADIR%%/sounds/xbcloakx.raw
2812
%%SOUND%%%%DATADIR%%/sounds/xbdcloak.raw
2813
%%SOUND%%%%DATADIR%%/sounds/xbfast.raw
2814
%%SOUND%%%%DATADIR%%/sounds/xbfin.raw
2815
%%SOUND%%%%DATADIR%%/sounds/xbfire.raw
2816
%%SOUND%%%%DATADIR%%/sounds/xbholy.raw
2817
%%SOUND%%%%DATADIR%%/sounds/xbinj.raw
2818
%%SOUND%%%%DATADIR%%/sounds/xblife.raw
2819
%%SOUND%%%%DATADIR%%/sounds/xbmbmb.raw
2820
%%SOUND%%%%DATADIR%%/sounds/xbnbmb.raw
2821
%%SOUND%%%%DATADIR%%/sounds/xbnkick.raw
2822
%%SOUND%%%%DATADIR%%/sounds/xbnpmp.raw
2823
%%SOUND%%%%DATADIR%%/sounds/xbnrc.raw
2824
%%SOUND%%%%DATADIR%%/sounds/xbntel.raw
2825
%%SOUND%%%%DATADIR%%/sounds/xbslay.raw
2826
%%SOUND%%%%DATADIR%%/sounds/xbslide.raw
2827
%%SOUND%%%%DATADIR%%/sounds/xbslow.raw
2828
%%SOUND%%%%DATADIR%%/sounds/xbsng1.raw
2829
%%SOUND%%%%DATADIR%%/sounds/xbsng2.raw
2830
%%SOUND%%%%DATADIR%%/sounds/xbsng3.raw
2831
%%SOUND%%%%DATADIR%%/sounds/xbsng4.raw
2832
%%SOUND%%%%DATADIR%%/sounds/xbsng5.raw
2833
%%SOUND%%%%DATADIR%%/sounds/xbsng6.raw
2834
%%SOUND%%%%DATADIR%%/sounds/xbstep1.raw
2835
%%SOUND%%%%DATADIR%%/sounds/xbstep2.raw
2836
%%SOUND%%%%DATADIR%%/sounds/xbstep3.raw
2837
%%SOUND%%%%DATADIR%%/sounds/xbstep4.raw
2838
%%SOUND%%%%DATADIR%%/sounds/xbstep5.raw
2839
%%SOUND%%%%DATADIR%%/sounds/xbstep6.raw
2840
%%SOUND%%%%DATADIR%%/sounds/xbtele.raw
2841
%%SOUND%%%%DATADIR%%/sounds/xbtele1.raw
2842
%%SOUND%%%%DATADIR%%/sounds/xbtele2.raw
2843
%%SOUND%%@dirrm %%DATADIR%%/sounds
2844
@dirrm %%DATADIR%%/level
2845
@dirrm %%DATADIR%%/image/sprite
2846
@dirrm %%DATADIR%%/image/score
2847
@dirrm %%DATADIR%%/image/misc
2848
@dirrm %%DATADIR%%/image/explosion
2849
@dirrm %%DATADIR%%/image/block
2850
@dirrm %%DATADIR%%/image
2851
@dirrm %%DATADIR%%

Return to bug 131837