aboutsummaryrefslogtreecommitdiff
path: root/games/chroma
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2010-01-29 17:02:51 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2010-01-29 17:02:51 +0000
commit5251ca7613e7ce17bde0c1cc57574ef379603c21 (patch)
treef7f94a0dd2f2b76d6dfd81b4a3d42a5afddb4b54 /games/chroma
parente2f30d68c580f12245b3efe09e53b212c66f4fb9 (diff)
downloadports-5251ca7613e7ce17bde0c1cc57574ef379603c21.tar.gz
ports-5251ca7613e7ce17bde0c1cc57574ef379603c21.zip
Notes
Diffstat (limited to 'games/chroma')
-rw-r--r--games/chroma/Makefile53
-rw-r--r--games/chroma/distinfo3
-rw-r--r--games/chroma/files/patch-Makefile.in11
-rw-r--r--games/chroma/pkg-descr19
-rw-r--r--games/chroma/pkg-plist1380
5 files changed, 1466 insertions, 0 deletions
diff --git a/games/chroma/Makefile b/games/chroma/Makefile
new file mode 100644
index 000000000000..a3729d9e3868
--- /dev/null
+++ b/games/chroma/Makefile
@@ -0,0 +1,53 @@
+# New ports collection makefile for: chroma
+# Date created: 28 Jan 2010
+# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= chroma
+PORTVERSION= 1.01
+CATEGORIES= games
+MASTER_SITES= http://www.level7.org.uk/chroma/download/ \
+ http://mirror.amdmi3.ru/distfiles/
+
+MAINTAINER= amdmi3@FreeBSD.org
+COMMENT= Abstract puzzle game
+
+USE_BZIP2= yes
+USE_GETTEXT= yes
+MAKE_JOBS_SAFE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" LIBS="-lintl" \
+ CPPFLAGS="-I${LOCALBASE}/include"
+
+PORTDOCS= README
+
+OPTIONS= SDL "Enable SDL interface" on \
+ CURSES "Enable curses interface" on
+
+.include <bsd.port.options.mk>
+
+.if defined(WITHOUT_CURSES)
+CONFIGURE_ARGS+=--disable-curses
+PLIST_SUB+= CURSES="@comment "
+.else
+PLIST_SUB+= CURSES=""
+.endif
+
+.if defined(WITHOUT_SDL)
+CONFIGURE_ARGS+=--disable-sdl
+PLIST_SUB+= SDL="@comment "
+.else
+USE_SDL= sdl image
+LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2
+PLIST_SUB+= SDL=""
+.endif
+
+.if !defined(NOPORTDOCS)
+post-install:
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
+.endif
+
+.include <bsd.port.mk>
diff --git a/games/chroma/distinfo b/games/chroma/distinfo
new file mode 100644
index 000000000000..4c2717709fa1
--- /dev/null
+++ b/games/chroma/distinfo
@@ -0,0 +1,3 @@
+MD5 (chroma-1.01.tar.bz2) = f22cdde6db31b3d6a47a2bbee697bf2c
+SHA256 (chroma-1.01.tar.bz2) = e399bf52e9b707976c207c1fcb975a0ace6ee3898342a0119a4d39d625abc767
+SIZE (chroma-1.01.tar.bz2) = 2697963
diff --git a/games/chroma/files/patch-Makefile.in b/games/chroma/files/patch-Makefile.in
new file mode 100644
index 000000000000..718ddd8aa89b
--- /dev/null
+++ b/games/chroma/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig 2010-01-22 10:07:00.000000000 +0300
++++ Makefile.in 2010-01-28 19:13:42.000000000 +0300
+@@ -7,7 +7,7 @@
+ datadir = @datadir@
+ datarootdir = @datarootdir@
+
+-CFLAGS = @CFLAGS@ -DCHROMA_CURSES_HEADER=\<@CURSES@.h\> -DCHROMA_DATA_DIR=\"${datadir}/chroma/\"
++CFLAGS = @CFLAGS@ @CPPFLAGS@ -DCHROMA_CURSES_HEADER=\<@CURSES@.h\> -DCHROMA_DATA_DIR=\"${datadir}/chroma/\"
+ INSTALL = @INSTALL@
+ LDFLAGS = @LDFLAGS@
+ LIBS = @LIBS@
diff --git a/games/chroma/pkg-descr b/games/chroma/pkg-descr
new file mode 100644
index 000000000000..a920bf3ba89a
--- /dev/null
+++ b/games/chroma/pkg-descr
@@ -0,0 +1,19 @@
+Chroma is an abstract puzzle game. A variety of colourful shapes
+are arranged in a series of increasingly complex patterns, forming
+fiendish traps that must be disarmed and mysterious puzzles that
+must be manipulated in order to give up their subtle secrets.
+Initially so straightforward that anyone can pick it up and begin
+to play, yet gradually becoming difficult enough to tax even the
+brightest of minds.
+
+It features:
+
+ * twenty one levels, ranging from beginner to expert
+ * infinite undo and redo capability, as well as replay of solutions
+ * a choice of smooth graphics or a minimal, text based version
+ * a level editor to allow you to design your own puzzles
+ * released under an open source licence, free to play
+
+Have you got what it takes to solve Chroma?
+
+WWW: http://www.level7.org.uk/chroma/
diff --git a/games/chroma/pkg-plist b/games/chroma/pkg-plist
new file mode 100644
index 000000000000..ef9abd434595
--- /dev/null
+++ b/games/chroma/pkg-plist
@@ -0,0 +1,1380 @@
+%%SDL%%bin/chroma
+%%CURSES%%bin/chroma-curses
+%%DATADIR%%/colours/chroma-enhanced.chroma
+%%DATADIR%%/colours/chroma-enigma.chroma
+%%DATADIR%%/colours/chroma-monochrome.chroma
+%%DATADIR%%/colours/chroma-reverse.chroma
+%%DATADIR%%/colours/chroma-standard.chroma
+%%DATADIR%%/colours/fallback.chroma
+%%SDL%%%%DATADIR%%/graphics/chroma-marble.chroma
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_arrow_blue_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_arrow_blue_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_arrow_blue_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_arrow_blue_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_arrow_green_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_arrow_green_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_arrow_green_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_arrow_green_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_arrow_red_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_arrow_red_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_arrow_red_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_arrow_red_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_arrow_shadow_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_arrow_shadow_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_arrow_shadow_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_arrow_shadow_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_bomb_blue_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_bomb_blue_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_bomb_blue_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_bomb_blue_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_bomb_green_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_bomb_green_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_bomb_green_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_bomb_green_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_bomb_red_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_bomb_red_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_bomb_red_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_bomb_red_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_bomb_shadow_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_bomb_shadow_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_bomb_shadow_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_bomb_shadow_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_circle.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_circle_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_circle_double_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_circle_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_door.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_door_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_dots.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_dots_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_dots_double_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_dots_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_dots_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_dots_x_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_dots_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_dots_y_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_map_bottom_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_map_bottom_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_map_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_map_top_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_map_top_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_player_one.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_player_one_swapped.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_player_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_player_two.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_player_two_swapped.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_space.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_star.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_star_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_switch.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_switch_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_teleport.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_teleport_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_wall.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_wall_inside.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_wall_inside_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_wall_outside.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_wall_outside_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_wall_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_wall_x_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_wall_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/16_wall_y_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_arrow_blue_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_arrow_blue_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_arrow_blue_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_arrow_blue_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_arrow_green_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_arrow_green_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_arrow_green_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_arrow_green_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_arrow_red_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_arrow_red_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_arrow_red_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_arrow_red_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_arrow_shadow_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_arrow_shadow_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_arrow_shadow_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_arrow_shadow_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_bomb_blue_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_bomb_blue_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_bomb_blue_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_bomb_blue_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_bomb_green_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_bomb_green_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_bomb_green_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_bomb_green_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_bomb_red_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_bomb_red_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_bomb_red_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_bomb_red_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_bomb_shadow_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_bomb_shadow_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_bomb_shadow_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_bomb_shadow_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_circle.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_circle_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_circle_double_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_circle_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_door.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_door_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_dots.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_dots_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_dots_double_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_dots_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_dots_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_dots_x_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_dots_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_dots_y_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_map_bottom_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_map_bottom_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_map_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_map_top_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_map_top_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_player_one.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_player_one_swapped.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_player_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_player_two.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_player_two_swapped.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_space.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_star.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_star_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_switch.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_switch_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_teleport.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_teleport_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_wall.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_wall_inside.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_wall_inside_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_wall_outside.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_wall_outside_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_wall_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_wall_x_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_wall_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/20_wall_y_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_arrow_blue_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_arrow_blue_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_arrow_blue_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_arrow_blue_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_arrow_green_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_arrow_green_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_arrow_green_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_arrow_green_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_arrow_red_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_arrow_red_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_arrow_red_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_arrow_red_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_arrow_shadow_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_arrow_shadow_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_arrow_shadow_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_arrow_shadow_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_bomb_blue_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_bomb_blue_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_bomb_blue_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_bomb_blue_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_bomb_green_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_bomb_green_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_bomb_green_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_bomb_green_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_bomb_red_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_bomb_red_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_bomb_red_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_bomb_red_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_bomb_shadow_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_bomb_shadow_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_bomb_shadow_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_bomb_shadow_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_circle.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_circle_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_circle_double_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_circle_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_door.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_door_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_dots.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_dots_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_dots_double_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_dots_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_dots_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_dots_x_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_dots_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_dots_y_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_map_bottom_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_map_bottom_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_map_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_map_top_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_map_top_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_player_one.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_player_one_swapped.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_player_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_player_two.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_player_two_swapped.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_space.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_star.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_star_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_switch.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_switch_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_teleport.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_teleport_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_wall.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_wall_inside.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_wall_inside_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_wall_outside.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_wall_outside_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_wall_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_wall_x_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_wall_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/24_wall_y_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_arrow_blue_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_arrow_blue_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_arrow_blue_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_arrow_blue_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_arrow_green_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_arrow_green_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_arrow_green_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_arrow_green_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_arrow_red_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_arrow_red_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_arrow_red_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_arrow_red_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_arrow_shadow_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_arrow_shadow_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_arrow_shadow_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_arrow_shadow_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_bomb_blue_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_bomb_blue_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_bomb_blue_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_bomb_blue_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_bomb_green_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_bomb_green_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_bomb_green_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_bomb_green_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_bomb_red_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_bomb_red_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_bomb_red_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_bomb_red_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_bomb_shadow_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_bomb_shadow_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_bomb_shadow_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_bomb_shadow_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_circle.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_circle_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_circle_double_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_circle_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_door.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_door_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_dots.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_dots_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_dots_double_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_dots_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_dots_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_dots_x_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_dots_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_dots_y_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_map_bottom_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_map_bottom_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_map_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_map_top_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_map_top_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_player_one.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_player_one_swapped.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_player_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_player_two.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_player_two_swapped.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_space.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_star.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_star_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_switch.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_switch_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_teleport.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_teleport_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_wall.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_wall_inside.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_wall_inside_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_wall_outside.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_wall_outside_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_wall_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_wall_x_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_wall_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/32_wall_y_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_arrow_blue_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_arrow_blue_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_arrow_blue_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_arrow_blue_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_arrow_green_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_arrow_green_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_arrow_green_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_arrow_green_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_arrow_red_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_arrow_red_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_arrow_red_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_arrow_red_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_arrow_shadow_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_arrow_shadow_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_arrow_shadow_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_arrow_shadow_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_bomb_blue_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_bomb_blue_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_bomb_blue_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_bomb_blue_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_bomb_green_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_bomb_green_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_bomb_green_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_bomb_green_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_bomb_red_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_bomb_red_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_bomb_red_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_bomb_red_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_bomb_shadow_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_bomb_shadow_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_bomb_shadow_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_bomb_shadow_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_circle.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_circle_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_circle_double_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_circle_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_door.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_door_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_dots.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_dots_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_dots_double_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_dots_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_dots_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_dots_x_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_dots_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_dots_y_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_map_bottom_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_map_bottom_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_map_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_map_top_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_map_top_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_player_one.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_player_one_swapped.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_player_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_player_two.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_player_two_swapped.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_space.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_star.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_star_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_switch.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_switch_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_teleport.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_teleport_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_wall.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_wall_inside.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_wall_inside_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_wall_outside.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_wall_outside_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_wall_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_wall_x_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_wall_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/40_wall_y_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_arrow_blue_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_arrow_blue_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_arrow_blue_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_arrow_blue_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_arrow_green_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_arrow_green_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_arrow_green_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_arrow_green_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_arrow_red_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_arrow_red_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_arrow_red_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_arrow_red_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_arrow_shadow_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_arrow_shadow_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_arrow_shadow_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_arrow_shadow_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_bomb_blue_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_bomb_blue_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_bomb_blue_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_bomb_blue_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_bomb_green_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_bomb_green_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_bomb_green_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_bomb_green_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_bomb_red_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_bomb_red_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_bomb_red_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_bomb_red_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_bomb_shadow_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_bomb_shadow_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_bomb_shadow_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_bomb_shadow_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_circle.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_circle_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_circle_double_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_circle_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_door.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_door_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_dots.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_dots_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_dots_double_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_dots_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_dots_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_dots_x_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_dots_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_dots_y_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_map_bottom_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_map_bottom_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_map_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_map_top_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_map_top_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_player_one.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_player_one_swapped.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_player_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_player_two.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_player_two_swapped.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_space.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_star.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_star_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_switch.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_switch_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_teleport.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_teleport_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_wall.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_wall_inside.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_wall_inside_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_wall_outside.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_wall_outside_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_wall_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_wall_x_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_wall_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-marble/64_wall_y_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon.chroma
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_arrow_blue_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_arrow_blue_down_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_arrow_blue_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_arrow_blue_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_arrow_blue_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_arrow_blue_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_arrow_blue_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_arrow_blue_up_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_arrow_green_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_arrow_green_down_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_arrow_green_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_arrow_green_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_arrow_green_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_arrow_green_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_arrow_green_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_arrow_green_up_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_arrow_red_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_arrow_red_down_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_arrow_red_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_arrow_red_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_arrow_red_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_arrow_red_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_arrow_red_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_arrow_red_up_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_bomb_blue_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_bomb_blue_down_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_bomb_blue_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_bomb_blue_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_bomb_blue_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_bomb_blue_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_bomb_blue_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_bomb_blue_up_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_bomb_green_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_bomb_green_down_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_bomb_green_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_bomb_green_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_bomb_green_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_bomb_green_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_bomb_green_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_bomb_green_up_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_bomb_red_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_bomb_red_down_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_bomb_red_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_bomb_red_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_bomb_red_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_bomb_red_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_bomb_red_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_bomb_red_up_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_circle.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_circle_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_circle_double_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_circle_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_door.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_door_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_dots.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_dots_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_dots_double_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_dots_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_dots_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_dots_x_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_dots_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_dots_y_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_earth.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_earth_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_earth_double_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_earth_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_earth_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_earth_x_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_earth_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_earth_y_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_map_bottom_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_map_bottom_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_map_bottom_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_map_bottom_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_map_top_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_map_top_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_map_top_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_map_top_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_player_one.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_player_one_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_player_one_swapped.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_player_one_swapped_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_player_two.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_player_two_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_player_two_swapped.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_player_two_swapped_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_star.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_star_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_switch.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_switch_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_teleport.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_teleport_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_wall.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_wall_inside.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_wall_outside.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_wall_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_wall_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/16_wall_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_arrow_blue_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_arrow_blue_down_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_arrow_blue_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_arrow_blue_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_arrow_blue_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_arrow_blue_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_arrow_blue_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_arrow_blue_up_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_arrow_green_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_arrow_green_down_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_arrow_green_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_arrow_green_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_arrow_green_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_arrow_green_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_arrow_green_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_arrow_green_up_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_arrow_red_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_arrow_red_down_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_arrow_red_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_arrow_red_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_arrow_red_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_arrow_red_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_arrow_red_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_arrow_red_up_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_bomb_blue_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_bomb_blue_down_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_bomb_blue_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_bomb_blue_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_bomb_blue_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_bomb_blue_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_bomb_blue_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_bomb_blue_up_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_bomb_green_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_bomb_green_down_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_bomb_green_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_bomb_green_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_bomb_green_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_bomb_green_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_bomb_green_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_bomb_green_up_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_bomb_red_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_bomb_red_down_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_bomb_red_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_bomb_red_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_bomb_red_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_bomb_red_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_bomb_red_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_bomb_red_up_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_circle.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_circle_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_circle_double_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_circle_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_door.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_door_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_dots.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_dots_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_dots_double_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_dots_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_dots_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_dots_x_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_dots_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_dots_y_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_earth.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_earth_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_earth_double_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_earth_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_earth_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_earth_x_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_earth_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_earth_y_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_map_bottom_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_map_bottom_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_map_bottom_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_map_bottom_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_map_top_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_map_top_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_map_top_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_map_top_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_player_one.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_player_one_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_player_one_swapped.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_player_one_swapped_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_player_two.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_player_two_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_player_two_swapped.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_player_two_swapped_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_star.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_star_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_switch.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_switch_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_teleport.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_teleport_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_wall.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_wall_inside.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_wall_outside.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_wall_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_wall_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/20_wall_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_arrow_blue_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_arrow_blue_down_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_arrow_blue_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_arrow_blue_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_arrow_blue_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_arrow_blue_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_arrow_blue_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_arrow_blue_up_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_arrow_green_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_arrow_green_down_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_arrow_green_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_arrow_green_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_arrow_green_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_arrow_green_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_arrow_green_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_arrow_green_up_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_arrow_red_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_arrow_red_down_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_arrow_red_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_arrow_red_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_arrow_red_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_arrow_red_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_arrow_red_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_arrow_red_up_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_bomb_blue_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_bomb_blue_down_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_bomb_blue_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_bomb_blue_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_bomb_blue_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_bomb_blue_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_bomb_blue_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_bomb_blue_up_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_bomb_green_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_bomb_green_down_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_bomb_green_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_bomb_green_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_bomb_green_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_bomb_green_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_bomb_green_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_bomb_green_up_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_bomb_red_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_bomb_red_down_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_bomb_red_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_bomb_red_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_bomb_red_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_bomb_red_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_bomb_red_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_bomb_red_up_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_circle.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_circle_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_circle_double_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_circle_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_door.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_door_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_dots.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_dots_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_dots_double_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_dots_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_dots_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_dots_x_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_dots_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_dots_y_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_earth.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_earth_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_earth_double_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_earth_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_earth_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_earth_x_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_earth_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_earth_y_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_map_bottom_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_map_bottom_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_map_bottom_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_map_bottom_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_map_top_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_map_top_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_map_top_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_map_top_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_player_one.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_player_one_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_player_one_swapped.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_player_one_swapped_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_player_two.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_player_two_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_player_two_swapped.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_player_two_swapped_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_star.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_star_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_switch.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_switch_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_teleport.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_teleport_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_wall.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_wall_inside.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_wall_outside.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_wall_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_wall_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/24_wall_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_arrow_blue_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_arrow_blue_down_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_arrow_blue_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_arrow_blue_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_arrow_blue_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_arrow_blue_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_arrow_blue_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_arrow_blue_up_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_arrow_green_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_arrow_green_down_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_arrow_green_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_arrow_green_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_arrow_green_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_arrow_green_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_arrow_green_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_arrow_green_up_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_arrow_red_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_arrow_red_down_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_arrow_red_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_arrow_red_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_arrow_red_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_arrow_red_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_arrow_red_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_arrow_red_up_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_bomb_blue_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_bomb_blue_down_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_bomb_blue_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_bomb_blue_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_bomb_blue_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_bomb_blue_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_bomb_blue_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_bomb_blue_up_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_bomb_green_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_bomb_green_down_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_bomb_green_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_bomb_green_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_bomb_green_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_bomb_green_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_bomb_green_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_bomb_green_up_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_bomb_red_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_bomb_red_down_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_bomb_red_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_bomb_red_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_bomb_red_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_bomb_red_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_bomb_red_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_bomb_red_up_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_circle.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_circle_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_circle_double_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_circle_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_door.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_door_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_dots.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_dots_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_dots_double_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_dots_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_dots_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_dots_x_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_dots_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_dots_y_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_earth.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_earth_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_earth_double_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_earth_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_earth_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_earth_x_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_earth_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_earth_y_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_map_bottom_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_map_bottom_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_map_bottom_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_map_bottom_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_map_top_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_map_top_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_map_top_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_map_top_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_player_one.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_player_one_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_player_one_swapped.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_player_one_swapped_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_player_two.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_player_two_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_player_two_swapped.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_player_two_swapped_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_star.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_star_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_switch.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_switch_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_teleport.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_teleport_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_wall.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_wall_inside.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_wall_outside.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_wall_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_wall_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/32_wall_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_arrow_blue_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_arrow_blue_down_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_arrow_blue_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_arrow_blue_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_arrow_blue_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_arrow_blue_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_arrow_blue_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_arrow_blue_up_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_arrow_green_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_arrow_green_down_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_arrow_green_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_arrow_green_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_arrow_green_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_arrow_green_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_arrow_green_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_arrow_green_up_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_arrow_red_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_arrow_red_down_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_arrow_red_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_arrow_red_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_arrow_red_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_arrow_red_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_arrow_red_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_arrow_red_up_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_bomb_blue_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_bomb_blue_down_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_bomb_blue_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_bomb_blue_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_bomb_blue_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_bomb_blue_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_bomb_blue_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_bomb_blue_up_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_bomb_green_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_bomb_green_down_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_bomb_green_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_bomb_green_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_bomb_green_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_bomb_green_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_bomb_green_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_bomb_green_up_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_bomb_red_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_bomb_red_down_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_bomb_red_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_bomb_red_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_bomb_red_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_bomb_red_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_bomb_red_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_bomb_red_up_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_circle.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_circle_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_circle_double_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_circle_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_door.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_door_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_dots.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_dots_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_dots_double_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_dots_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_dots_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_dots_x_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_dots_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_dots_y_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_earth.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_earth_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_earth_double_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_earth_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_earth_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_earth_x_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_earth_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_earth_y_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_map_bottom_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_map_bottom_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_map_bottom_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_map_bottom_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_map_top_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_map_top_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_map_top_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_map_top_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_player_one.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_player_one_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_player_one_swapped.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_player_one_swapped_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_player_two.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_player_two_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_player_two_swapped.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_player_two_swapped_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_star.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_star_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_switch.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_switch_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_teleport.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_teleport_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_wall.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_wall_inside.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_wall_outside.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_wall_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_wall_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/40_wall_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_arrow_blue_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_arrow_blue_down_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_arrow_blue_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_arrow_blue_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_arrow_blue_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_arrow_blue_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_arrow_blue_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_arrow_blue_up_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_arrow_green_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_arrow_green_down_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_arrow_green_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_arrow_green_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_arrow_green_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_arrow_green_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_arrow_green_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_arrow_green_up_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_arrow_red_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_arrow_red_down_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_arrow_red_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_arrow_red_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_arrow_red_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_arrow_red_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_arrow_red_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_arrow_red_up_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_bomb_blue_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_bomb_blue_down_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_bomb_blue_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_bomb_blue_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_bomb_blue_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_bomb_blue_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_bomb_blue_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_bomb_blue_up_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_bomb_green_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_bomb_green_down_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_bomb_green_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_bomb_green_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_bomb_green_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_bomb_green_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_bomb_green_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_bomb_green_up_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_bomb_red_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_bomb_red_down_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_bomb_red_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_bomb_red_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_bomb_red_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_bomb_red_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_bomb_red_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_bomb_red_up_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_circle.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_circle_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_circle_double_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_circle_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_door.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_door_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_dots.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_dots_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_dots_double_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_dots_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_dots_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_dots_x_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_dots_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_dots_y_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_earth.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_earth_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_earth_double_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_earth_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_earth_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_earth_x_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_earth_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_earth_y_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_map_bottom_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_map_bottom_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_map_bottom_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_map_bottom_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_map_top_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_map_top_left_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_map_top_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_map_top_right_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_player_one.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_player_one_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_player_one_swapped.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_player_one_swapped_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_player_two.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_player_two_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_player_two_swapped.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_player_two_swapped_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_star.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_star_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_switch.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_switch_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_teleport.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_teleport_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_wall.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_wall_inside.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_wall_outside.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_wall_shadow.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_wall_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-neon/64_wall_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen.chroma
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_arrow_blue_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_arrow_blue_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_arrow_blue_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_arrow_blue_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_arrow_green_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_arrow_green_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_arrow_green_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_arrow_green_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_arrow_red_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_arrow_red_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_arrow_red_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_arrow_red_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_bomb_blue_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_bomb_blue_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_bomb_blue_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_bomb_blue_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_bomb_green_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_bomb_green_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_bomb_green_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_bomb_green_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_bomb_red_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_bomb_red_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_bomb_red_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_bomb_red_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_circle.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_circle_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_door.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_dots.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_dots_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_dots_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_dots_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_earth.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_earth_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_earth_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_earth_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_map_bottom_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_map_bottom_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_map_top_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_map_top_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_player_one.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_player_one_swapped.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_player_two.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_player_two_swapped.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_star.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_switch.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_teleport.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_wall_inside.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_wall_outside.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_wall_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/16_wall_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_arrow_blue_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_arrow_blue_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_arrow_blue_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_arrow_blue_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_arrow_green_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_arrow_green_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_arrow_green_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_arrow_green_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_arrow_red_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_arrow_red_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_arrow_red_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_arrow_red_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_bomb_blue_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_bomb_blue_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_bomb_blue_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_bomb_blue_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_bomb_green_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_bomb_green_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_bomb_green_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_bomb_green_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_bomb_red_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_bomb_red_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_bomb_red_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_bomb_red_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_circle.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_circle_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_door.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_dots.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_dots_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_dots_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_dots_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_earth.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_earth_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_earth_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_earth_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_map_bottom_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_map_bottom_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_map_top_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_map_top_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_player_one.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_player_one_swapped.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_player_two.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_player_two_swapped.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_star.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_switch.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_teleport.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_wall_inside.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_wall_outside.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_wall_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/20_wall_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_arrow_blue_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_arrow_blue_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_arrow_blue_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_arrow_blue_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_arrow_green_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_arrow_green_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_arrow_green_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_arrow_green_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_arrow_red_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_arrow_red_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_arrow_red_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_arrow_red_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_bomb_blue_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_bomb_blue_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_bomb_blue_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_bomb_blue_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_bomb_green_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_bomb_green_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_bomb_green_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_bomb_green_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_bomb_red_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_bomb_red_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_bomb_red_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_bomb_red_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_circle.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_circle_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_door.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_dots.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_dots_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_dots_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_dots_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_earth.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_earth_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_earth_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_earth_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_map_bottom_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_map_bottom_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_map_top_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_map_top_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_player_one.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_player_one_swapped.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_player_two.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_player_two_swapped.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_star.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_switch.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_teleport.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_wall_inside.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_wall_outside.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_wall_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/24_wall_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_arrow_blue_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_arrow_blue_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_arrow_blue_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_arrow_blue_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_arrow_green_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_arrow_green_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_arrow_green_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_arrow_green_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_arrow_red_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_arrow_red_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_arrow_red_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_arrow_red_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_bomb_blue_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_bomb_blue_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_bomb_blue_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_bomb_blue_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_bomb_green_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_bomb_green_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_bomb_green_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_bomb_green_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_bomb_red_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_bomb_red_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_bomb_red_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_bomb_red_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_circle.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_circle_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_door.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_dots.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_dots_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_dots_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_dots_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_earth.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_earth_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_earth_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_earth_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_map_bottom_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_map_bottom_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_map_top_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_map_top_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_player_one.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_player_one_swapped.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_player_two.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_player_two_swapped.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_star.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_switch.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_teleport.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_wall_inside.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_wall_outside.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_wall_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/32_wall_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_arrow_blue_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_arrow_blue_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_arrow_blue_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_arrow_blue_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_arrow_green_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_arrow_green_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_arrow_green_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_arrow_green_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_arrow_red_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_arrow_red_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_arrow_red_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_arrow_red_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_bomb_blue_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_bomb_blue_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_bomb_blue_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_bomb_blue_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_bomb_green_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_bomb_green_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_bomb_green_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_bomb_green_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_bomb_red_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_bomb_red_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_bomb_red_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_bomb_red_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_circle.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_circle_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_door.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_dots.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_dots_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_dots_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_dots_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_earth.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_earth_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_earth_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_earth_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_map_bottom_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_map_bottom_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_map_top_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_map_top_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_player_one.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_player_one_swapped.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_player_two.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_player_two_swapped.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_star.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_switch.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_teleport.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_wall_inside.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_wall_outside.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_wall_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/40_wall_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_arrow_blue_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_arrow_blue_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_arrow_blue_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_arrow_blue_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_arrow_green_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_arrow_green_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_arrow_green_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_arrow_green_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_arrow_red_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_arrow_red_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_arrow_red_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_arrow_red_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_bomb_blue_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_bomb_blue_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_bomb_blue_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_bomb_blue_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_bomb_green_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_bomb_green_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_bomb_green_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_bomb_green_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_bomb_red_down.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_bomb_red_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_bomb_red_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_bomb_red_up.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_circle.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_circle_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_door.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_dots.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_dots_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_dots_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_dots_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_earth.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_earth_double.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_earth_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_earth_y.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_map_bottom_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_map_bottom_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_map_top_left.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_map_top_right.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_player_one.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_player_one_swapped.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_player_two.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_player_two_swapped.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_star.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_switch.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_teleport.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_wall_inside.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_wall_outside.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_wall_x.png
+%%SDL%%%%DATADIR%%/graphics/chroma-zen/64_wall_y.png
+%%SDL%%%%DATADIR%%/graphics/curses.chroma
+%%SDL%%%%DATADIR%%/graphics/fallback.chroma
+%%SDL%%%%DATADIR%%/graphics/font.ttf
+%%SDL%%%%DATADIR%%/graphics/font.txt
+%%SDL%%%%DATADIR%%/graphics/icon.png
+%%DATADIR%%/help/README
+%%DATADIR%%/levels/chroma-1/chroma-1-01.chroma
+%%DATADIR%%/levels/chroma-1/chroma-1-02.chroma
+%%DATADIR%%/levels/chroma-1/chroma-1-03.chroma
+%%DATADIR%%/levels/chroma-1/chroma-1-04.chroma
+%%DATADIR%%/levels/chroma-1/chroma-1-05.chroma
+%%DATADIR%%/levels/chroma-1/chroma-1-06.chroma
+%%DATADIR%%/levels/chroma-1/chroma-1-07.chroma
+%%DATADIR%%/levels/chroma-1/chroma-1-08.chroma
+%%DATADIR%%/levels/chroma-1/chroma-1-09.chroma
+%%DATADIR%%/levels/chroma-1/set.chroma
+%%DATADIR%%/levels/chroma-2/chroma-2-01.chroma
+%%DATADIR%%/levels/chroma-2/chroma-2-02.chroma
+%%DATADIR%%/levels/chroma-2/chroma-2-03.chroma
+%%DATADIR%%/levels/chroma-2/chroma-2-04.chroma
+%%DATADIR%%/levels/chroma-2/chroma-2-05.chroma
+%%DATADIR%%/levels/chroma-2/chroma-2-06.chroma
+%%DATADIR%%/levels/chroma-2/chroma-2-07.chroma
+%%DATADIR%%/levels/chroma-2/chroma-2-08.chroma
+%%DATADIR%%/levels/chroma-2/chroma-2-09.chroma
+%%DATADIR%%/levels/chroma-2/chroma-2-10.chroma
+%%DATADIR%%/levels/chroma-2/chroma-2-11.chroma
+%%DATADIR%%/levels/chroma-2/chroma-2-12.chroma
+%%DATADIR%%/levels/chroma-2/set.chroma
+%%DATADIR%%/levels/regression/chroma-pieces.chroma
+%%DATADIR%%/levels/regression/chroma-regression.chroma
+%%DATADIR%%/levels/regression/enigma-regression.chroma
+%%DATADIR%%/levels/regression/set.chroma
+%%DATADIR%%/levels/regression/xor-regression.chroma
+%%DATADIR%%/locale/en_US/LC_MESSAGES/chroma.mo
+@dirrm %%DATADIR%%/locale/en_US/LC_MESSAGES
+@dirrm %%DATADIR%%/locale/en_US
+@dirrm %%DATADIR%%/locale
+@dirrm %%DATADIR%%/levels/regression
+@dirrm %%DATADIR%%/levels/chroma-2
+@dirrm %%DATADIR%%/levels/chroma-1
+@dirrm %%DATADIR%%/levels
+@dirrm %%DATADIR%%/help
+%%SDL%%@dirrm %%DATADIR%%/graphics/chroma-zen
+%%SDL%%@dirrm %%DATADIR%%/graphics/chroma-neon
+%%SDL%%@dirrm %%DATADIR%%/graphics/chroma-marble
+%%SDL%%@dirrm %%DATADIR%%/graphics
+@dirrm %%DATADIR%%/colours
+@dirrm %%DATADIR%%