; Script generated by the HM NIS Edit Script Wizard. ; HM NIS Edit Wizard helper defines !define PRODUCT_NAME "Chroma" !define PRODUCT_VERSION "1.16" !define PRODUCT_PUBLISHER "Amf" !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\chroma.exe" !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" !define PRODUCT_UNINST_ROOT_KEY "HKLM" ; MUI 1.67 compatible ------ !include "MUI.nsh" ; MUI Settings !define MUI_ABORTWARNING !define MUI_ICON "${NSISDIR}\Contrib\Graphics\Icons\modern-install.ico" !define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\modern-uninstall.ico" ; Welcome page !insertmacro MUI_PAGE_WELCOME ; License page ;!insertmacro MUI_PAGE_LICENSE "..\..\..\..\path\to\licence\YourSoftwareLicence.txt" ; Directory page !insertmacro MUI_PAGE_DIRECTORY ; Instfiles page !insertmacro MUI_PAGE_INSTFILES ; Finish page !insertmacro MUI_PAGE_FINISH ; Uninstaller pages !insertmacro MUI_UNPAGE_INSTFILES ; Language files !insertmacro MUI_LANGUAGE "English" ; MUI end ------ Name "${PRODUCT_NAME} ${PRODUCT_VERSION}" OutFile "chroma-setup.exe" InstallDir "$PROGRAMFILES\Chroma" InstallDirRegKey HKLM "${PRODUCT_DIR_REGKEY}" "" ShowInstDetails show ShowUnInstDetails show Section "MainSection" SEC01 SetOutPath "$INSTDIR" SetOverwrite try File "chroma.exe" File "chroma-curses.exe" File "COPYING" File "README" CreateDirectory "$SMPROGRAMS\Chroma" CreateShortCut "$SMPROGRAMS\Chroma\Chroma.lnk" "$INSTDIR\chroma.exe" CreateShortCut "$SMPROGRAMS\Chroma\Chroma Curses.lnk" "$INSTDIR\chroma-curses.exe" CreateShortCut "$DESKTOP\Chroma.lnk" "$INSTDIR\chroma.exe" SetOutPath "$INSTDIR\colours" File "colours\chroma-enhanced.chroma" File "colours\chroma-enigma.chroma" File "colours\chroma-monochrome.chroma" File "colours\chroma-reverse.chroma" File "colours\chroma-standard.chroma" File "colours\fallback.chroma" SetOutPath "$INSTDIR\help" File "help\README" SetOutPath "$INSTDIR\graphics\chroma-marble" File "graphics\chroma-marble\16_arrow_blue_down.png" File "graphics\chroma-marble\16_arrow_blue_left.png" File "graphics\chroma-marble\16_arrow_blue_right.png" File "graphics\chroma-marble\16_arrow_blue_up.png" File "graphics\chroma-marble\16_arrow_green_down.png" File "graphics\chroma-marble\16_arrow_green_left.png" File "graphics\chroma-marble\16_arrow_green_right.png" File "graphics\chroma-marble\16_arrow_green_up.png" File "graphics\chroma-marble\16_arrow_red_down.png" File "graphics\chroma-marble\16_arrow_red_left.png" File "graphics\chroma-marble\16_arrow_red_right.png" File "graphics\chroma-marble\16_arrow_red_up.png" File "graphics\chroma-marble\16_arrow_shadow_down.png" File "graphics\chroma-marble\16_arrow_shadow_left.png" File "graphics\chroma-marble\16_arrow_shadow_right.png" File "graphics\chroma-marble\16_arrow_shadow_up.png" File "graphics\chroma-marble\16_bomb_blue_down.png" File "graphics\chroma-marble\16_bomb_blue_left.png" File "graphics\chroma-marble\16_bomb_blue_right.png" File "graphics\chroma-marble\16_bomb_blue_up.png" File "graphics\chroma-marble\16_bomb_green_down.png" File "graphics\chroma-marble\16_bomb_green_left.png" File "graphics\chroma-marble\16_bomb_green_right.png" File "graphics\chroma-marble\16_bomb_green_up.png" File "graphics\chroma-marble\16_bomb_red_down.png" File "graphics\chroma-marble\16_bomb_red_left.png" File "graphics\chroma-marble\16_bomb_red_right.png" File "graphics\chroma-marble\16_bomb_red_up.png" File "graphics\chroma-marble\16_bomb_shadow_down.png" File "graphics\chroma-marble\16_bomb_shadow_left.png" File "graphics\chroma-marble\16_bomb_shadow_right.png" File "graphics\chroma-marble\16_bomb_shadow_up.png" File "graphics\chroma-marble\16_circle.png" File "graphics\chroma-marble\16_circle_double.png" File "graphics\chroma-marble\16_circle_double_shadow.png" File "graphics\chroma-marble\16_circle_shadow.png" File "graphics\chroma-marble\16_door.png" File "graphics\chroma-marble\16_door_shadow.png" File "graphics\chroma-marble\16_dots.png" File "graphics\chroma-marble\16_dots_double.png" File "graphics\chroma-marble\16_dots_double_shadow.png" File "graphics\chroma-marble\16_dots_shadow.png" File "graphics\chroma-marble\16_dots_x.png" File "graphics\chroma-marble\16_dots_x_shadow.png" File "graphics\chroma-marble\16_dots_y.png" File "graphics\chroma-marble\16_dots_y_shadow.png" File "graphics\chroma-marble\16_map_bottom_left.png" File "graphics\chroma-marble\16_map_bottom_right.png" File "graphics\chroma-marble\16_map_shadow.png" File "graphics\chroma-marble\16_map_top_left.png" File "graphics\chroma-marble\16_map_top_right.png" File "graphics\chroma-marble\16_player_one.png" File "graphics\chroma-marble\16_player_one_swapped.png" File "graphics\chroma-marble\16_player_shadow.png" File "graphics\chroma-marble\16_player_two.png" File "graphics\chroma-marble\16_player_two_swapped.png" File "graphics\chroma-marble\16_space.png" File "graphics\chroma-marble\16_star.png" File "graphics\chroma-marble\16_star_shadow.png" File "graphics\chroma-marble\16_switch.png" File "graphics\chroma-marble\16_switch_shadow.png" File "graphics\chroma-marble\16_teleport.png" File "graphics\chroma-marble\16_teleport_shadow.png" File "graphics\chroma-marble\16_wall.png" File "graphics\chroma-marble\16_wall_inside.png" File "graphics\chroma-marble\16_wall_inside_shadow.png" File "graphics\chroma-marble\16_wall_outside.png" File "graphics\chroma-marble\16_wall_outside_shadow.png" File "graphics\chroma-marble\16_wall_x.png" File "graphics\chroma-marble\16_wall_x_shadow.png" File "graphics\chroma-marble\16_wall_y.png" File "graphics\chroma-marble\16_wall_y_shadow.png" File "graphics\chroma-marble\20_arrow_blue_down.png" File "graphics\chroma-marble\20_arrow_blue_left.png" File "graphics\chroma-marble\20_arrow_blue_right.png" File "graphics\chroma-marble\20_arrow_blue_up.png" File "graphics\chroma-marble\20_arrow_green_down.png" File "graphics\chroma-marble\20_arrow_green_left.png" File "graphics\chroma-marble\20_arrow_green_right.png" File "graphics\chroma-marble\20_arrow_green_up.png" File "graphics\chroma-marble\20_arrow_red_down.png" File "graphics\chroma-marble\20_arrow_red_left.png" File "graphics\chroma-marble\20_arrow_red_right.png" File "graphics\chroma-marble\20_arrow_red_up.png" File "graphics\chroma-marble\20_arrow_shadow_down.png" File "graphics\chroma-marble\20_arrow_shadow_left.png" File "graphics\chroma-marble\20_arrow_shadow_right.png" File "graphics\chroma-marble\20_arrow_shadow_up.png" File "graphics\chroma-marble\20_bomb_blue_down.png" File "graphics\chroma-marble\20_bomb_blue_left.png" File "graphics\chroma-marble\20_bomb_blue_right.png" File "graphics\chroma-marble\20_bomb_blue_up.png" File "graphics\chroma-marble\20_bomb_green_down.png" File "graphics\chroma-marble\20_bomb_green_left.png" File "graphics\chroma-marble\20_bomb_green_right.png" File "graphics\chroma-marble\20_bomb_green_up.png" File "graphics\chroma-marble\20_bomb_red_down.png" File "graphics\chroma-marble\20_bomb_red_left.png" File "graphics\chroma-marble\20_bomb_red_right.png" File "graphics\chroma-marble\20_bomb_red_up.png" File "graphics\chroma-marble\20_bomb_shadow_down.png" File "graphics\chroma-marble\20_bomb_shadow_left.png" File "graphics\chroma-marble\20_bomb_shadow_right.png" File "graphics\chroma-marble\20_bomb_shadow_up.png" File "graphics\chroma-marble\20_circle.png" File "graphics\chroma-marble\20_circle_double.png" File "graphics\chroma-marble\20_circle_double_shadow.png" File "graphics\chroma-marble\20_circle_shadow.png" File "graphics\chroma-marble\20_door.png" File "graphics\chroma-marble\20_door_shadow.png" File "graphics\chroma-marble\20_dots.png" File "graphics\chroma-marble\20_dots_double.png" File "graphics\chroma-marble\20_dots_double_shadow.png" File "graphics\chroma-marble\20_dots_shadow.png" File "graphics\chroma-marble\20_dots_x.png" File "graphics\chroma-marble\20_dots_x_shadow.png" File "graphics\chroma-marble\20_dots_y.png" File "graphics\chroma-marble\20_dots_y_shadow.png" File "graphics\chroma-marble\20_map_bottom_left.png" File "graphics\chroma-marble\20_map_bottom_right.png" File "graphics\chroma-marble\20_map_shadow.png" File "graphics\chroma-marble\20_map_top_left.png" File "graphics\chroma-marble\20_map_top_right.png" File "graphics\chroma-marble\20_player_one.png" File "graphics\chroma-marble\20_player_one_swapped.png" File "graphics\chroma-marble\20_player_shadow.png" File "graphics\chroma-marble\20_player_two.png" File "graphics\chroma-marble\20_player_two_swapped.png" File "graphics\chroma-marble\20_space.png" File "graphics\chroma-marble\20_star.png" File "graphics\chroma-marble\20_star_shadow.png" File "graphics\chroma-marble\20_switch.png" File "graphics\chroma-marble\20_switch_shadow.png" File "graphics\chroma-marble\20_teleport.png" File "graphics\chroma-marble\20_teleport_shadow.png" File "graphics\chroma-marble\20_wall.png" File "graphics\chroma-marble\20_wall_inside.png" File "graphics\chroma-marble\20_wall_inside_shadow.png" File "graphics\chroma-marble\20_wall_outside.png" File "graphics\chroma-marble\20_wall_outside_shadow.png" File "graphics\chroma-marble\20_wall_x.png" File "graphics\chroma-marble\20_wall_x_shadow.png" File "graphics\chroma-marble\20_wall_y.png" File "graphics\chroma-marble\20_wall_y_shadow.png" File "graphics\chroma-marble\24_arrow_blue_down.png" File "graphics\chroma-marble\24_arrow_blue_left.png" File "graphics\chroma-marble\24_arrow_blue_right.png" File "graphics\chroma-marble\24_arrow_blue_up.png" File "graphics\chroma-marble\24_arrow_green_down.png" File "graphics\chroma-marble\24_arrow_green_left.png" File "graphics\chroma-marble\24_arrow_green_right.png" File "graphics\chroma-marble\24_arrow_green_up.png" File "graphics\chroma-marble\24_arrow_red_down.png" File "graphics\chroma-marble\24_arrow_red_left.png" File "graphics\chroma-marble\24_arrow_red_right.png" File "graphics\chroma-marble\24_arrow_red_up.png" File "graphics\chroma-marble\24_arrow_shadow_down.png" File "graphics\chroma-marble\24_arrow_shadow_left.png" File "graphics\chroma-marble\24_arrow_shadow_right.png" File "graphics\chroma-marble\24_arrow_shadow_up.png" File "graphics\chroma-marble\24_bomb_blue_down.png" File "graphics\chroma-marble\24_bomb_blue_left.png" File "graphics\chroma-marble\24_bomb_blue_right.png" File "graphics\chroma-marble\24_bomb_blue_up.png" File "graphics\chroma-marble\24_bomb_green_down.png" File "graphics\chroma-marble\24_bomb_green_left.png" File "graphics\chroma-marble\24_bomb_green_right.png" File "graphics\chroma-marble\24_bomb_green_up.png" File "graphics\chroma-marble\24_bomb_red_down.png" File "graphics\chroma-marble\24_bomb_red_left.png" File "graphics\chroma-marble\24_bomb_red_right.png" File "graphics\chroma-marble\24_bomb_red_up.png" File "graphics\chroma-marble\24_bomb_shadow_down.png" File "graphics\chroma-marble\24_bomb_shadow_left.png" File "graphics\chroma-marble\24_bomb_shadow_right.png" File "graphics\chroma-marble\24_bomb_shadow_up.png" File "graphics\chroma-marble\24_circle.png" File "graphics\chroma-marble\24_circle_double.png" File "graphics\chroma-marble\24_circle_double_shadow.png" File "graphics\chroma-marble\24_circle_shadow.png" File "graphics\chroma-marble\24_door.png" File "graphics\chroma-marble\24_door_shadow.png" File "graphics\chroma-marble\24_dots.png" File "graphics\chroma-marble\24_dots_double.png" File "graphics\chroma-marble\24_dots_double_shadow.png" File "graphics\chroma-marble\24_dots_shadow.png" File "graphics\chroma-marble\24_dots_x.png" File "graphics\chroma-marble\24_dots_x_shadow.png" File "graphics\chroma-marble\24_dots_y.png" File "graphics\chroma-marble\24_dots_y_shadow.png" File "graphics\chroma-marble\24_map_bottom_left.png" File "graphics\chroma-marble\24_map_bottom_right.png" File "graphics\chroma-marble\24_map_shadow.png" File "graphics\chroma-marble\24_map_top_left.png" File "graphics\chroma-marble\24_map_top_right.png" File "graphics\chroma-marble\24_player_one.png" File "graphics\chroma-marble\24_player_one_swapped.png" File "graphics\chroma-marble\24_player_shadow.png" File "graphics\chroma-marble\24_player_two.png" File "graphics\chroma-marble\24_player_two_swapped.png" File "graphics\chroma-marble\24_space.png" File "graphics\chroma-marble\24_star.png" File "graphics\chroma-marble\24_star_shadow.png" File "graphics\chroma-marble\24_switch.png" File "graphics\chroma-marble\24_switch_shadow.png" File "graphics\chroma-marble\24_teleport.png" File "graphics\chroma-marble\24_teleport_shadow.png" File "graphics\chroma-marble\24_wall.png" File "graphics\chroma-marble\24_wall_inside.png" File "graphics\chroma-marble\24_wall_inside_shadow.png" File "graphics\chroma-marble\24_wall_outside.png" File "graphics\chroma-marble\24_wall_outside_shadow.png" File "graphics\chroma-marble\24_wall_x.png" File "graphics\chroma-marble\24_wall_x_shadow.png" File "graphics\chroma-marble\24_wall_y.png" File "graphics\chroma-marble\24_wall_y_shadow.png" File "graphics\chroma-marble\32_arrow_blue_down.png" File "graphics\chroma-marble\32_arrow_blue_left.png" File "graphics\chroma-marble\32_arrow_blue_right.png" File "graphics\chroma-marble\32_arrow_blue_up.png" File "graphics\chroma-marble\32_arrow_green_down.png" File "graphics\chroma-marble\32_arrow_green_left.png" File "graphics\chroma-marble\32_arrow_green_right.png" File "graphics\chroma-marble\32_arrow_green_up.png" File "graphics\chroma-marble\32_arrow_red_down.png" File "graphics\chroma-marble\32_arrow_red_left.png" File "graphics\chroma-marble\32_arrow_red_right.png" File "graphics\chroma-marble\32_arrow_red_up.png" File "graphics\chroma-marble\32_arrow_shadow_down.png" File "graphics\chroma-marble\32_arrow_shadow_left.png" File "graphics\chroma-marble\32_arrow_shadow_right.png" File "graphics\chroma-marble\32_arrow_shadow_up.png" File "graphics\chroma-marble\32_bomb_blue_down.png" File "graphics\chroma-marble\32_bomb_blue_left.png" File "graphics\chroma-marble\32_bomb_blue_right.png" File "graphics\chroma-marble\32_bomb_blue_up.png" File "graphics\chroma-marble\32_bomb_green_down.png" File "graphics\chroma-marble\32_bomb_green_left.png" File "graphics\chroma-marble\32_bomb_green_right.png" File "graphics\chroma-marble\32_bomb_green_up.png" File "graphics\chroma-marble\32_bomb_red_down.png" File "graphics\chroma-marble\32_bomb_red_left.png" File "graphics\chroma-marble\32_bomb_red_right.png" File "graphics\chroma-marble\32_bomb_red_up.png" File "graphics\chroma-marble\32_bomb_shadow_down.png" File "graphics\chroma-marble\32_bomb_shadow_left.png" File "graphics\chroma-marble\32_bomb_shadow_right.png" File "graphics\chroma-marble\32_bomb_shadow_up.png" File "graphics\chroma-marble\32_circle.png" File "graphics\chroma-marble\32_circle_double.png" File "graphics\chroma-marble\32_circle_double_shadow.png" File "graphics\chroma-marble\32_circle_shadow.png" File "graphics\chroma-marble\32_door.png" File "graphics\chroma-marble\32_door_shadow.png" File "graphics\chroma-marble\32_dots.png" File "graphics\chroma-marble\32_dots_double.png" File "graphics\chroma-marble\32_dots_double_shadow.png" File "graphics\chroma-marble\32_dots_shadow.png" File "graphics\chroma-marble\32_dots_x.png" File "graphics\chroma-marble\32_dots_x_shadow.png" File "graphics\chroma-marble\32_dots_y.png" File "graphics\chroma-marble\32_dots_y_shadow.png" File "graphics\chroma-marble\32_map_bottom_left.png" File "graphics\chroma-marble\32_map_bottom_right.png" File "graphics\chroma-marble\32_map_shadow.png" File "graphics\chroma-marble\32_map_top_left.png" File "graphics\chroma-marble\32_map_top_right.png" File "graphics\chroma-marble\32_player_one.png" File "graphics\chroma-marble\32_player_one_swapped.png" File "graphics\chroma-marble\32_player_shadow.png" File "graphics\chroma-marble\32_player_two.png" File "graphics\chroma-marble\32_player_two_swapped.png" File "graphics\chroma-marble\32_space.png" File "graphics\chroma-marble\32_star.png" File "graphics\chroma-marble\32_star_shadow.png" File "graphics\chroma-marble\32_switch.png" File "graphics\chroma-marble\32_switch_shadow.png" File "graphics\chroma-marble\32_teleport.png" File "graphics\chroma-marble\32_teleport_shadow.png" File "graphics\chroma-marble\32_wall.png" File "graphics\chroma-marble\32_wall_inside.png" File "graphics\chroma-marble\32_wall_inside_shadow.png" File "graphics\chroma-marble\32_wall_outside.png" File "graphics\chroma-marble\32_wall_outside_shadow.png" File "graphics\chroma-marble\32_wall_x.png" File "graphics\chroma-marble\32_wall_x_shadow.png" File "graphics\chroma-marble\32_wall_y.png" File "graphics\chroma-marble\32_wall_y_shadow.png" File "graphics\chroma-marble\40_arrow_blue_down.png" File "graphics\chroma-marble\40_arrow_blue_left.png" File "graphics\chroma-marble\40_arrow_blue_right.png" File "graphics\chroma-marble\40_arrow_blue_up.png" File "graphics\chroma-marble\40_arrow_green_down.png" File "graphics\chroma-marble\40_arrow_green_left.png" File "graphics\chroma-marble\40_arrow_green_right.png" File "graphics\chroma-marble\40_arrow_green_up.png" File "graphics\chroma-marble\40_arrow_red_down.png" File "graphics\chroma-marble\40_arrow_red_left.png" File "graphics\chroma-marble\40_arrow_red_right.png" File "graphics\chroma-marble\40_arrow_red_up.png" File "graphics\chroma-marble\40_arrow_shadow_down.png" File "graphics\chroma-marble\40_arrow_shadow_left.png" File "graphics\chroma-marble\40_arrow_shadow_right.png" File "graphics\chroma-marble\40_arrow_shadow_up.png" File "graphics\chroma-marble\40_bomb_blue_down.png" File "graphics\chroma-marble\40_bomb_blue_left.png" File "graphics\chroma-marble\40_bomb_blue_right.png" File "graphics\chroma-marble\40_bomb_blue_up.png" File "graphics\chroma-marble\40_bomb_green_down.png" File "graphics\chroma-marble\40_bomb_green_left.png" File "graphics\chroma-marble\40_bomb_green_right.png" File "graphics\chroma-marble\40_bomb_green_up.png" File "graphics\chroma-marble\40_bomb_red_down.png" File "graphics\chroma-marble\40_bomb_red_left.png" File "graphics\chroma-marble\40_bomb_red_right.png" File "graphics\chroma-marble\40_bomb_red_up.png" File "graphics\chroma-marble\40_bomb_shadow_down.png" File "graphics\chroma-marble\40_bomb_shadow_left.png" File "graphics\chroma-marble\40_bomb_shadow_right.png" File "graphics\chroma-marble\40_bomb_shadow_up.png" File "graphics\chroma-marble\40_circle.png" File "graphics\chroma-marble\40_circle_double.png" File "graphics\chroma-marble\40_circle_double_shadow.png" File "graphics\chroma-marble\40_circle_shadow.png" File "graphics\chroma-marble\40_door.png" File "graphics\chroma-marble\40_door_shadow.png" File "graphics\chroma-marble\40_dots.png" File "graphics\chroma-marble\40_dots_double.png" File "graphics\chroma-marble\40_dots_double_shadow.png" File "graphics\chroma-marble\40_dots_shadow.png" File "graphics\chroma-marble\40_dots_x.png" File "graphics\chroma-marble\40_dots_x_shadow.png" File "graphics\chroma-marble\40_dots_y.png" File "graphics\chroma-marble\40_dots_y_shadow.png" File "graphics\chroma-marble\40_map_bottom_left.png" File "graphics\chroma-marble\40_map_bottom_right.png" File "graphics\chroma-marble\40_map_shadow.png" File "graphics\chroma-marble\40_map_top_left.png" File "graphics\chroma-marble\40_map_top_right.png" File "graphics\chroma-marble\40_player_one.png" File "graphics\chroma-marble\40_player_one_swapped.png" File "graphics\chroma-marble\40_player_shadow.png" File "graphics\chroma-marble\40_player_two.png" File "graphics\chroma-marble\40_player_two_swapped.png" File "graphics\chroma-marble\40_space.png" File "graphics\chroma-marble\40_star.png" File "graphics\chroma-marble\40_star_shadow.png" File "graphics\chroma-marble\40_switch.png" File "graphics\chroma-marble\40_switch_shadow.png" File "graphics\chroma-marble\40_teleport.png" File "graphics\chroma-marble\40_teleport_shadow.png" File "graphics\chroma-marble\40_wall.png" File "graphics\chroma-marble\40_wall_inside.png" File "graphics\chroma-marble\40_wall_inside_shadow.png" File "graphics\chroma-marble\40_wall_outside.png" File "graphics\chroma-marble\40_wall_outside_shadow.png" File "graphics\chroma-marble\40_wall_x.png" File "graphics\chroma-marble\40_wall_x_shadow.png" File "graphics\chroma-marble\40_wall_y.png" File "graphics\chroma-marble\40_wall_y_shadow.png" File "graphics\chroma-marble\64_arrow_blue_down.png" File "graphics\chroma-marble\64_arrow_blue_left.png" File "graphics\chroma-marble\64_arrow_blue_right.png" File "graphics\chroma-marble\64_arrow_blue_up.png" File "graphics\chroma-marble\64_arrow_green_down.png" File "graphics\chroma-marble\64_arrow_green_left.png" File "graphics\chroma-marble\64_arrow_green_right.png" File "graphics\chroma-marble\64_arrow_green_up.png" File "graphics\chroma-marble\64_arrow_red_down.png" File "graphics\chroma-marble\64_arrow_red_left.png" File "graphics\chroma-marble\64_arrow_red_right.png" File "graphics\chroma-marble\64_arrow_red_up.png" File "graphics\chroma-marble\64_arrow_shadow_down.png" File "graphics\chroma-marble\64_arrow_shadow_left.png" File "graphics\chroma-marble\64_arrow_shadow_right.png" File "graphics\chroma-marble\64_arrow_shadow_up.png" File "graphics\chroma-marble\64_bomb_blue_down.png" File "graphics\chroma-marble\64_bomb_blue_left.png" File "graphics\chroma-marble\64_bomb_blue_right.png" File "graphics\chroma-marble\64_bomb_blue_up.png" File "graphics\chroma-marble\64_bomb_green_down.png" File "graphics\chroma-marble\64_bomb_green_left.png" File "graphics\chroma-marble\64_bomb_green_right.png" File "graphics\chroma-marble\64_bomb_green_up.png" File "graphics\chroma-marble\64_bomb_red_down.png" File "graphics\chroma-marble\64_bomb_red_left.png" File "graphics\chroma-marble\64_bomb_red_right.png" File "graphics\chroma-marble\64_bomb_red_up.png" File "graphics\chroma-marble\64_bomb_shadow_down.png" File "graphics\chroma-marble\64_bomb_shadow_left.png" File "graphics\chroma-marble\64_bomb_shadow_right.png" File "graphics\chroma-marble\64_bomb_shadow_up.png" File "graphics\chroma-marble\64_circle.png" File "graphics\chroma-marble\64_circle_double.png" File "graphics\chroma-marble\64_circle_double_shadow.png" File "graphics\chroma-marble\64_circle_shadow.png" File "graphics\chroma-marble\64_door.png" File "graphics\chroma-marble\64_door_shadow.png" File "graphics\chroma-marble\64_dots.png" File "graphics\chroma-marble\64_dots_double.png" File "graphics\chroma-marble\64_dots_double_shadow.png" File "graphics\chroma-marble\64_dots_shadow.png" File "graphics\chroma-marble\64_dots_x.png" File "graphics\chroma-marble\64_dots_x_shadow.png" File "graphics\chroma-marble\64_dots_y.png" File "graphics\chroma-marble\64_dots_y_shadow.png" File "graphics\chroma-marble\64_map_bottom_left.png" File "graphics\chroma-marble\64_map_bottom_right.png" File "graphics\chroma-marble\64_map_shadow.png" File "graphics\chroma-marble\64_map_top_left.png" File "graphics\chroma-marble\64_map_top_right.png" File "graphics\chroma-marble\64_player_one.png" File "graphics\chroma-marble\64_player_one_swapped.png" File "graphics\chroma-marble\64_player_shadow.png" File "graphics\chroma-marble\64_player_two.png" File "graphics\chroma-marble\64_player_two_swapped.png" File "graphics\chroma-marble\64_space.png" File "graphics\chroma-marble\64_star.png" File "graphics\chroma-marble\64_star_shadow.png" File "graphics\chroma-marble\64_switch.png" File "graphics\chroma-marble\64_switch_shadow.png" File "graphics\chroma-marble\64_teleport.png" File "graphics\chroma-marble\64_teleport_shadow.png" File "graphics\chroma-marble\64_wall.png" File "graphics\chroma-marble\64_wall_inside.png" File "graphics\chroma-marble\64_wall_inside_shadow.png" File "graphics\chroma-marble\64_wall_outside.png" File "graphics\chroma-marble\64_wall_outside_shadow.png" File "graphics\chroma-marble\64_wall_x.png" File "graphics\chroma-marble\64_wall_x_shadow.png" File "graphics\chroma-marble\64_wall_y.png" File "graphics\chroma-marble\64_wall_y_shadow.png" SetOutPath "$INSTDIR\graphics" File "graphics\chroma-marble.chroma" SetOutPath "$INSTDIR\graphics\chroma-neon" File "graphics\chroma-neon\16_arrow_blue_down.png" File "graphics\chroma-neon\16_arrow_blue_down_shadow.png" File "graphics\chroma-neon\16_arrow_blue_left.png" File "graphics\chroma-neon\16_arrow_blue_left_shadow.png" File "graphics\chroma-neon\16_arrow_blue_right.png" File "graphics\chroma-neon\16_arrow_blue_right_shadow.png" File "graphics\chroma-neon\16_arrow_blue_up.png" File "graphics\chroma-neon\16_arrow_blue_up_shadow.png" File "graphics\chroma-neon\16_arrow_green_down.png" File "graphics\chroma-neon\16_arrow_green_down_shadow.png" File "graphics\chroma-neon\16_arrow_green_left.png" File "graphics\chroma-neon\16_arrow_green_left_shadow.png" File "graphics\chroma-neon\16_arrow_green_right.png" File "graphics\chroma-neon\16_arrow_green_right_shadow.png" File "graphics\chroma-neon\16_arrow_green_up.png" File "graphics\chroma-neon\16_arrow_green_up_shadow.png" File "graphics\chroma-neon\16_arrow_red_down.png" File "graphics\chroma-neon\16_arrow_red_down_shadow.png" File "graphics\chroma-neon\16_arrow_red_left.png" File "graphics\chroma-neon\16_arrow_red_left_shadow.png" File "graphics\chroma-neon\16_arrow_red_right.png" File "graphics\chroma-neon\16_arrow_red_right_shadow.png" File "graphics\chroma-neon\16_arrow_red_up.png" File "graphics\chroma-neon\16_arrow_red_up_shadow.png" File "graphics\chroma-neon\16_bomb_blue_down.png" File "graphics\chroma-neon\16_bomb_blue_down_shadow.png" File "graphics\chroma-neon\16_bomb_blue_left.png" File "graphics\chroma-neon\16_bomb_blue_left_shadow.png" File "graphics\chroma-neon\16_bomb_blue_right.png" File "graphics\chroma-neon\16_bomb_blue_right_shadow.png" File "graphics\chroma-neon\16_bomb_blue_up.png" File "graphics\chroma-neon\16_bomb_blue_up_shadow.png" File "graphics\chroma-neon\16_bomb_green_down.png" File "graphics\chroma-neon\16_bomb_green_down_shadow.png" File "graphics\chroma-neon\16_bomb_green_left.png" File "graphics\chroma-neon\16_bomb_green_left_shadow.png" File "graphics\chroma-neon\16_bomb_green_right.png" File "graphics\chroma-neon\16_bomb_green_right_shadow.png" File "graphics\chroma-neon\16_bomb_green_up.png" File "graphics\chroma-neon\16_bomb_green_up_shadow.png" File "graphics\chroma-neon\16_bomb_red_down.png" File "graphics\chroma-neon\16_bomb_red_down_shadow.png" File "graphics\chroma-neon\16_bomb_red_left.png" File "graphics\chroma-neon\16_bomb_red_left_shadow.png" File "graphics\chroma-neon\16_bomb_red_right.png" File "graphics\chroma-neon\16_bomb_red_right_shadow.png" File "graphics\chroma-neon\16_bomb_red_up.png" File "graphics\chroma-neon\16_bomb_red_up_shadow.png" File "graphics\chroma-neon\16_circle.png" File "graphics\chroma-neon\16_circle_double.png" File "graphics\chroma-neon\16_circle_double_shadow.png" File "graphics\chroma-neon\16_circle_shadow.png" File "graphics\chroma-neon\16_door.png" File "graphics\chroma-neon\16_door_shadow.png" File "graphics\chroma-neon\16_dots.png" File "graphics\chroma-neon\16_dots_double.png" File "graphics\chroma-neon\16_dots_double_shadow.png" File "graphics\chroma-neon\16_dots_shadow.png" File "graphics\chroma-neon\16_dots_x.png" File "graphics\chroma-neon\16_dots_x_shadow.png" File "graphics\chroma-neon\16_dots_y.png" File "graphics\chroma-neon\16_dots_y_shadow.png" File "graphics\chroma-neon\16_map_bottom_left.png" File "graphics\chroma-neon\16_map_bottom_left_shadow.png" File "graphics\chroma-neon\16_map_bottom_right.png" File "graphics\chroma-neon\16_map_bottom_right_shadow.png" File "graphics\chroma-neon\16_map_top_left.png" File "graphics\chroma-neon\16_map_top_left_shadow.png" File "graphics\chroma-neon\16_map_top_right.png" File "graphics\chroma-neon\16_map_top_right_shadow.png" File "graphics\chroma-neon\16_player_one.png" File "graphics\chroma-neon\16_player_one_shadow.png" File "graphics\chroma-neon\16_player_one_swapped.png" File "graphics\chroma-neon\16_player_one_swapped_shadow.png" File "graphics\chroma-neon\16_player_two.png" File "graphics\chroma-neon\16_player_two_shadow.png" File "graphics\chroma-neon\16_player_two_swapped.png" File "graphics\chroma-neon\16_player_two_swapped_shadow.png" File "graphics\chroma-neon\16_star.png" File "graphics\chroma-neon\16_star_shadow.png" File "graphics\chroma-neon\16_switch.png" File "graphics\chroma-neon\16_switch_shadow.png" File "graphics\chroma-neon\16_teleport.png" File "graphics\chroma-neon\16_teleport_shadow.png" File "graphics\chroma-neon\16_wall.png" File "graphics\chroma-neon\16_wall_inside.png" File "graphics\chroma-neon\16_wall_outside.png" File "graphics\chroma-neon\16_wall_shadow.png" File "graphics\chroma-neon\16_wall_x.png" File "graphics\chroma-neon\16_wall_y.png" File "graphics\chroma-neon\20_arrow_blue_down.png" File "graphics\chroma-neon\20_arrow_blue_down_shadow.png" File "graphics\chroma-neon\20_arrow_blue_left.png" File "graphics\chroma-neon\20_arrow_blue_left_shadow.png" File "graphics\chroma-neon\20_arrow_blue_right.png" File "graphics\chroma-neon\20_arrow_blue_right_shadow.png" File "graphics\chroma-neon\20_arrow_blue_up.png" File "graphics\chroma-neon\20_arrow_blue_up_shadow.png" File "graphics\chroma-neon\20_arrow_green_down.png" File "graphics\chroma-neon\20_arrow_green_down_shadow.png" File "graphics\chroma-neon\20_arrow_green_left.png" File "graphics\chroma-neon\20_arrow_green_left_shadow.png" File "graphics\chroma-neon\20_arrow_green_right.png" File "graphics\chroma-neon\20_arrow_green_right_shadow.png" File "graphics\chroma-neon\20_arrow_green_up.png" File "graphics\chroma-neon\20_arrow_green_up_shadow.png" File "graphics\chroma-neon\20_arrow_red_down.png" File "graphics\chroma-neon\20_arrow_red_down_shadow.png" File "graphics\chroma-neon\20_arrow_red_left.png" File "graphics\chroma-neon\20_arrow_red_left_shadow.png" File "graphics\chroma-neon\20_arrow_red_right.png" File "graphics\chroma-neon\20_arrow_red_right_shadow.png" File "graphics\chroma-neon\20_arrow_red_up.png" File "graphics\chroma-neon\20_arrow_red_up_shadow.png" File "graphics\chroma-neon\20_bomb_blue_down.png" File "graphics\chroma-neon\20_bomb_blue_down_shadow.png" File "graphics\chroma-neon\20_bomb_blue_left.png" File "graphics\chroma-neon\20_bomb_blue_left_shadow.png" File "graphics\chroma-neon\20_bomb_blue_right.png" File "graphics\chroma-neon\20_bomb_blue_right_shadow.png" File "graphics\chroma-neon\20_bomb_blue_up.png" File "graphics\chroma-neon\20_bomb_blue_up_shadow.png" File "graphics\chroma-neon\20_bomb_green_down.png" File "graphics\chroma-neon\20_bomb_green_down_shadow.png" File "graphics\chroma-neon\20_bomb_green_left.png" File "graphics\chroma-neon\20_bomb_green_left_shadow.png" File "graphics\chroma-neon\20_bomb_green_right.png" File "graphics\chroma-neon\20_bomb_green_right_shadow.png" File "graphics\chroma-neon\20_bomb_green_up.png" File "graphics\chroma-neon\20_bomb_green_up_shadow.png" File "graphics\chroma-neon\20_bomb_red_down.png" File "graphics\chroma-neon\20_bomb_red_down_shadow.png" File "graphics\chroma-neon\20_bomb_red_left.png" File "graphics\chroma-neon\20_bomb_red_left_shadow.png" File "graphics\chroma-neon\20_bomb_red_right.png" File "graphics\chroma-neon\20_bomb_red_right_shadow.png" File "graphics\chroma-neon\20_bomb_red_up.png" File "graphics\chroma-neon\20_bomb_red_up_shadow.png" File "graphics\chroma-neon\20_circle.png" File "graphics\chroma-neon\20_circle_double.png" File "graphics\chroma-neon\20_circle_double_shadow.png" File "graphics\chroma-neon\20_circle_shadow.png" File "graphics\chroma-neon\20_door.png" File "graphics\chroma-neon\20_door_shadow.png" File "graphics\chroma-neon\20_dots.png" File "graphics\chroma-neon\20_dots_double.png" File "graphics\chroma-neon\20_dots_double_shadow.png" File "graphics\chroma-neon\20_dots_shadow.png" File "graphics\chroma-neon\20_dots_x.png" File "graphics\chroma-neon\20_dots_x_shadow.png" File "graphics\chroma-neon\20_dots_y.png" File "graphics\chroma-neon\20_dots_y_shadow.png" File "graphics\chroma-neon\20_map_bottom_left.png" File "graphics\chroma-neon\20_map_bottom_left_shadow.png" File "graphics\chroma-neon\20_map_bottom_right.png" File "graphics\chroma-neon\20_map_bottom_right_shadow.png" File "graphics\chroma-neon\20_map_top_left.png" File "graphics\chroma-neon\20_map_top_left_shadow.png" File "graphics\chroma-neon\20_map_top_right.png" File "graphics\chroma-neon\20_map_top_right_shadow.png" File "graphics\chroma-neon\20_player_one.png" File "graphics\chroma-neon\20_player_one_shadow.png" File "graphics\chroma-neon\20_player_one_swapped.png" File "graphics\chroma-neon\20_player_one_swapped_shadow.png" File "graphics\chroma-neon\20_player_two.png" File "graphics\chroma-neon\20_player_two_shadow.png" File "graphics\chroma-neon\20_player_two_swapped.png" File "graphics\chroma-neon\20_player_two_swapped_shadow.png" File "graphics\chroma-neon\20_star.png" File "graphics\chroma-neon\20_star_shadow.png" File "graphics\chroma-neon\20_switch.png" File "graphics\chroma-neon\20_switch_shadow.png" File "graphics\chroma-neon\20_teleport.png" File "graphics\chroma-neon\20_teleport_shadow.png" File "graphics\chroma-neon\20_wall.png" File "graphics\chroma-neon\20_wall_inside.png" File "graphics\chroma-neon\20_wall_outside.png" File "graphics\chroma-neon\20_wall_shadow.png" File "graphics\chroma-neon\20_wall_x.png" File "graphics\chroma-neon\20_wall_y.png" File "graphics\chroma-neon\24_arrow_blue_down.png" File "graphics\chroma-neon\24_arrow_blue_down_shadow.png" File "graphics\chroma-neon\24_arrow_blue_left.png" File "graphics\chroma-neon\24_arrow_blue_left_shadow.png" File "graphics\chroma-neon\24_arrow_blue_right.png" File "graphics\chroma-neon\24_arrow_blue_right_shadow.png" File "graphics\chroma-neon\24_arrow_blue_up.png" File "graphics\chroma-neon\24_arrow_blue_up_shadow.png" File "graphics\chroma-neon\24_arrow_green_down.png" File "graphics\chroma-neon\24_arrow_green_down_shadow.png" File "graphics\chroma-neon\24_arrow_green_left.png" File "graphics\chroma-neon\24_arrow_green_left_shadow.png" File "graphics\chroma-neon\24_arrow_green_right.png" File "graphics\chroma-neon\24_arrow_green_right_shadow.png" File "graphics\chroma-neon\24_arrow_green_up.png" File "graphics\chroma-neon\24_arrow_green_up_shadow.png" File "graphics\chroma-neon\24_arrow_red_down.png" File "graphics\chroma-neon\24_arrow_red_down_shadow.png" File "graphics\chroma-neon\24_arrow_red_left.png" File "graphics\chroma-neon\24_arrow_red_left_shadow.png" File "graphics\chroma-neon\24_arrow_red_right.png" File "graphics\chroma-neon\24_arrow_red_right_shadow.png" File "graphics\chroma-neon\24_arrow_red_up.png" File "graphics\chroma-neon\24_arrow_red_up_shadow.png" File "graphics\chroma-neon\24_bomb_blue_down.png" File "graphics\chroma-neon\24_bomb_blue_down_shadow.png" File "graphics\chroma-neon\24_bomb_blue_left.png" File "graphics\chroma-neon\24_bomb_blue_left_shadow.png" File "graphics\chroma-neon\24_bomb_blue_right.png" File "graphics\chroma-neon\24_bomb_blue_right_shadow.png" File "graphics\chroma-neon\24_bomb_blue_up.png" File "graphics\chroma-neon\24_bomb_blue_up_shadow.png" File "graphics\chroma-neon\24_bomb_green_down.png" File "graphics\chroma-neon\24_bomb_green_down_shadow.png" File "graphics\chroma-neon\24_bomb_green_left.png" File "graphics\chroma-neon\24_bomb_green_left_shadow.png" File "graphics\chroma-neon\24_bomb_green_right.png" File "graphics\chroma-neon\24_bomb_green_right_shadow.png" File "graphics\chroma-neon\24_bomb_green_up.png" File "graphics\chroma-neon\24_bomb_green_up_shadow.png" File "graphics\chroma-neon\24_bomb_red_down.png" File "graphics\chroma-neon\24_bomb_red_down_shadow.png" File "graphics\chroma-neon\24_bomb_red_left.png" File "graphics\chroma-neon\24_bomb_red_left_shadow.png" File "graphics\chroma-neon\24_bomb_red_right.png" File "graphics\chroma-neon\24_bomb_red_right_shadow.png" File "graphics\chroma-neon\24_bomb_red_up.png" File "graphics\chroma-neon\24_bomb_red_up_shadow.png" File "graphics\chroma-neon\24_circle.png" File "graphics\chroma-neon\24_circle_double.png" File "graphics\chroma-neon\24_circle_double_shadow.png" File "graphics\chroma-neon\24_circle_shadow.png" File "graphics\chroma-neon\24_door.png" File "graphics\chroma-neon\24_door_shadow.png" File "graphics\chroma-neon\24_dots.png" File "graphics\chroma-neon\24_dots_double.png" File "graphics\chroma-neon\24_dots_double_shadow.png" File "graphics\chroma-neon\24_dots_shadow.png" File "graphics\chroma-neon\24_dots_x.png" File "graphics\chroma-neon\24_dots_x_shadow.png" File "graphics\chroma-neon\24_dots_y.png" File "graphics\chroma-neon\24_dots_y_shadow.png" File "graphics\chroma-neon\24_map_bottom_left.png" File "graphics\chroma-neon\24_map_bottom_left_shadow.png" File "graphics\chroma-neon\24_map_bottom_right.png" File "graphics\chroma-neon\24_map_bottom_right_shadow.png" File "graphics\chroma-neon\24_map_top_left.png" File "graphics\chroma-neon\24_map_top_left_shadow.png" File "graphics\chroma-neon\24_map_top_right.png" File "graphics\chroma-neon\24_map_top_right_shadow.png" File "graphics\chroma-neon\24_player_one.png" File "graphics\chroma-neon\24_player_one_shadow.png" File "graphics\chroma-neon\24_player_one_swapped.png" File "graphics\chroma-neon\24_player_one_swapped_shadow.png" File "graphics\chroma-neon\24_player_two.png" File "graphics\chroma-neon\24_player_two_shadow.png" File "graphics\chroma-neon\24_player_two_swapped.png" File "graphics\chroma-neon\24_player_two_swapped_shadow.png" File "graphics\chroma-neon\24_star.png" File "graphics\chroma-neon\24_star_shadow.png" File "graphics\chroma-neon\24_switch.png" File "graphics\chroma-neon\24_switch_shadow.png" File "graphics\chroma-neon\24_teleport.png" File "graphics\chroma-neon\24_teleport_shadow.png" File "graphics\chroma-neon\24_wall.png" File "graphics\chroma-neon\24_wall_inside.png" File "graphics\chroma-neon\24_wall_outside.png" File "graphics\chroma-neon\24_wall_shadow.png" File "graphics\chroma-neon\24_wall_x.png" File "graphics\chroma-neon\24_wall_y.png" File "graphics\chroma-neon\32_arrow_blue_down.png" File "graphics\chroma-neon\32_arrow_blue_down_shadow.png" File "graphics\chroma-neon\32_arrow_blue_left.png" File "graphics\chroma-neon\32_arrow_blue_left_shadow.png" File "graphics\chroma-neon\32_arrow_blue_right.png" File "graphics\chroma-neon\32_arrow_blue_right_shadow.png" File "graphics\chroma-neon\32_arrow_blue_up.png" File "graphics\chroma-neon\32_arrow_blue_up_shadow.png" File "graphics\chroma-neon\32_arrow_green_down.png" File "graphics\chroma-neon\32_arrow_green_down_shadow.png" File "graphics\chroma-neon\32_arrow_green_left.png" File "graphics\chroma-neon\32_arrow_green_left_shadow.png" File "graphics\chroma-neon\32_arrow_green_right.png" File "graphics\chroma-neon\32_arrow_green_right_shadow.png" File "graphics\chroma-neon\32_arrow_green_up.png" File "graphics\chroma-neon\32_arrow_green_up_shadow.png" File "graphics\chroma-neon\32_arrow_red_down.png" File "graphics\chroma-neon\32_arrow_red_down_shadow.png" File "graphics\chroma-neon\32_arrow_red_left.png" File "graphics\chroma-neon\32_arrow_red_left_shadow.png" File "graphics\chroma-neon\32_arrow_red_right.png" File "graphics\chroma-neon\32_arrow_red_right_shadow.png" File "graphics\chroma-neon\32_arrow_red_up.png" File "graphics\chroma-neon\32_arrow_red_up_shadow.png" File "graphics\chroma-neon\32_bomb_blue_down.png" File "graphics\chroma-neon\32_bomb_blue_down_shadow.png" File "graphics\chroma-neon\32_bomb_blue_left.png" File "graphics\chroma-neon\32_bomb_blue_left_shadow.png" File "graphics\chroma-neon\32_bomb_blue_right.png" File "graphics\chroma-neon\32_bomb_blue_right_shadow.png" File "graphics\chroma-neon\32_bomb_blue_up.png" File "graphics\chroma-neon\32_bomb_blue_up_shadow.png" File "graphics\chroma-neon\32_bomb_green_down.png" File "graphics\chroma-neon\32_bomb_green_down_shadow.png" File "graphics\chroma-neon\32_bomb_green_left.png" File "graphics\chroma-neon\32_bomb_green_left_shadow.png" File "graphics\chroma-neon\32_bomb_green_right.png" File "graphics\chroma-neon\32_bomb_green_right_shadow.png" File "graphics\chroma-neon\32_bomb_green_up.png" File "graphics\chroma-neon\32_bomb_green_up_shadow.png" File "graphics\chroma-neon\32_bomb_red_down.png" File "graphics\chroma-neon\32_bomb_red_down_shadow.png" File "graphics\chroma-neon\32_bomb_red_left.png" File "graphics\chroma-neon\32_bomb_red_left_shadow.png" File "graphics\chroma-neon\32_bomb_red_right.png" File "graphics\chroma-neon\32_bomb_red_right_shadow.png" File "graphics\chroma-neon\32_bomb_red_up.png" File "graphics\chroma-neon\32_bomb_red_up_shadow.png" File "graphics\chroma-neon\32_circle.png" File "graphics\chroma-neon\32_circle_double.png" File "graphics\chroma-neon\32_circle_double_shadow.png" File "graphics\chroma-neon\32_circle_shadow.png" File "graphics\chroma-neon\32_door.png" File "graphics\chroma-neon\32_door_shadow.png" File "graphics\chroma-neon\32_dots.png" File "graphics\chroma-neon\32_dots_double.png" File "graphics\chroma-neon\32_dots_double_shadow.png" File "graphics\chroma-neon\32_dots_shadow.png" File "graphics\chroma-neon\32_dots_x.png" File "graphics\chroma-neon\32_dots_x_shadow.png" File "graphics\chroma-neon\32_dots_y.png" File "graphics\chroma-neon\32_dots_y_shadow.png" File "graphics\chroma-neon\32_map_bottom_left.png" File "graphics\chroma-neon\32_map_bottom_left_shadow.png" File "graphics\chroma-neon\32_map_bottom_right.png" File "graphics\chroma-neon\32_map_bottom_right_shadow.png" File "graphics\chroma-neon\32_map_top_left.png" File "graphics\chroma-neon\32_map_top_left_shadow.png" File "graphics\chroma-neon\32_map_top_right.png" File "graphics\chroma-neon\32_map_top_right_shadow.png" File "graphics\chroma-neon\32_player_one.png" File "graphics\chroma-neon\32_player_one_shadow.png" File "graphics\chroma-neon\32_player_one_swapped.png" File "graphics\chroma-neon\32_player_one_swapped_shadow.png" File "graphics\chroma-neon\32_player_two.png" File "graphics\chroma-neon\32_player_two_shadow.png" File "graphics\chroma-neon\32_player_two_swapped.png" File "graphics\chroma-neon\32_player_two_swapped_shadow.png" File "graphics\chroma-neon\32_star.png" File "graphics\chroma-neon\32_star_shadow.png" File "graphics\chroma-neon\32_switch.png" File "graphics\chroma-neon\32_switch_shadow.png" File "graphics\chroma-neon\32_teleport.png" File "graphics\chroma-neon\32_teleport_shadow.png" File "graphics\chroma-neon\32_wall.png" File "graphics\chroma-neon\32_wall_inside.png" File "graphics\chroma-neon\32_wall_outside.png" File "graphics\chroma-neon\32_wall_shadow.png" File "graphics\chroma-neon\32_wall_x.png" File "graphics\chroma-neon\32_wall_y.png" File "graphics\chroma-neon\40_arrow_blue_down.png" File "graphics\chroma-neon\40_arrow_blue_down_shadow.png" File "graphics\chroma-neon\40_arrow_blue_left.png" File "graphics\chroma-neon\40_arrow_blue_left_shadow.png" File "graphics\chroma-neon\40_arrow_blue_right.png" File "graphics\chroma-neon\40_arrow_blue_right_shadow.png" File "graphics\chroma-neon\40_arrow_blue_up.png" File "graphics\chroma-neon\40_arrow_blue_up_shadow.png" File "graphics\chroma-neon\40_arrow_green_down.png" File "graphics\chroma-neon\40_arrow_green_down_shadow.png" File "graphics\chroma-neon\40_arrow_green_left.png" File "graphics\chroma-neon\40_arrow_green_left_shadow.png" File "graphics\chroma-neon\40_arrow_green_right.png" File "graphics\chroma-neon\40_arrow_green_right_shadow.png" File "graphics\chroma-neon\40_arrow_green_up.png" File "graphics\chroma-neon\40_arrow_green_up_shadow.png" File "graphics\chroma-neon\40_arrow_red_down.png" File "graphics\chroma-neon\40_arrow_red_down_shadow.png" File "graphics\chroma-neon\40_arrow_red_left.png" File "graphics\chroma-neon\40_arrow_red_left_shadow.png" File "graphics\chroma-neon\40_arrow_red_right.png" File "graphics\chroma-neon\40_arrow_red_right_shadow.png" File "graphics\chroma-neon\40_arrow_red_up.png" File "graphics\chroma-neon\40_arrow_red_up_shadow.png" File "graphics\chroma-neon\40_bomb_blue_down.png" File "graphics\chroma-neon\40_bomb_blue_down_shadow.png" File "graphics\chroma-neon\40_bomb_blue_left.png" File "graphics\chroma-neon\40_bomb_blue_left_shadow.png" File "graphics\chroma-neon\40_bomb_blue_right.png" File "graphics\chroma-neon\40_bomb_blue_right_shadow.png" File "graphics\chroma-neon\40_bomb_blue_up.png" File "graphics\chroma-neon\40_bomb_blue_up_shadow.png" File "graphics\chroma-neon\40_bomb_green_down.png" File "graphics\chroma-neon\40_bomb_green_down_shadow.png" File "graphics\chroma-neon\40_bomb_green_left.png" File "graphics\chroma-neon\40_bomb_green_left_shadow.png" File "graphics\chroma-neon\40_bomb_green_right.png" File "graphics\chroma-neon\40_bomb_green_right_shadow.png" File "graphics\chroma-neon\40_bomb_green_up.png" File "graphics\chroma-neon\40_bomb_green_up_shadow.png" File "graphics\chroma-neon\40_bomb_red_down.png" File "graphics\chroma-neon\40_bomb_red_down_shadow.png" File "graphics\chroma-neon\40_bomb_red_left.png" File "graphics\chroma-neon\40_bomb_red_left_shadow.png" File "graphics\chroma-neon\40_bomb_red_right.png" File "graphics\chroma-neon\40_bomb_red_right_shadow.png" File "graphics\chroma-neon\40_bomb_red_up.png" File "graphics\chroma-neon\40_bomb_red_up_shadow.png" File "graphics\chroma-neon\40_circle.png" File "graphics\chroma-neon\40_circle_double.png" File "graphics\chroma-neon\40_circle_double_shadow.png" File "graphics\chroma-neon\40_circle_shadow.png" File "graphics\chroma-neon\40_door.png" File "graphics\chroma-neon\40_door_shadow.png" File "graphics\chroma-neon\40_dots.png" File "graphics\chroma-neon\40_dots_double.png" File "graphics\chroma-neon\40_dots_double_shadow.png" File "graphics\chroma-neon\40_dots_shadow.png" File "graphics\chroma-neon\40_dots_x.png" File "graphics\chroma-neon\40_dots_x_shadow.png" File "graphics\chroma-neon\40_dots_y.png" File "graphics\chroma-neon\40_dots_y_shadow.png" File "graphics\chroma-neon\40_map_bottom_left.png" File "graphics\chroma-neon\40_map_bottom_left_shadow.png" File "graphics\chroma-neon\40_map_bottom_right.png" File "graphics\chroma-neon\40_map_bottom_right_shadow.png" File "graphics\chroma-neon\40_map_top_left.png" File "graphics\chroma-neon\40_map_top_left_shadow.png" File "graphics\chroma-neon\40_map_top_right.png" File "graphics\chroma-neon\40_map_top_right_shadow.png" File "graphics\chroma-neon\40_player_one.png" File "graphics\chroma-neon\40_player_one_shadow.png" File "graphics\chroma-neon\40_player_one_swapped.png" File "graphics\chroma-neon\40_player_one_swapped_shadow.png" File "graphics\chroma-neon\40_player_two.png" File "graphics\chroma-neon\40_player_two_shadow.png" File "graphics\chroma-neon\40_player_two_swapped.png" File "graphics\chroma-neon\40_player_two_swapped_shadow.png" File "graphics\chroma-neon\40_star.png" File "graphics\chroma-neon\40_star_shadow.png" File "graphics\chroma-neon\40_switch.png" File "graphics\chroma-neon\40_switch_shadow.png" File "graphics\chroma-neon\40_teleport.png" File "graphics\chroma-neon\40_teleport_shadow.png" File "graphics\chroma-neon\40_wall.png" File "graphics\chroma-neon\40_wall_inside.png" File "graphics\chroma-neon\40_wall_outside.png" File "graphics\chroma-neon\40_wall_shadow.png" File "graphics\chroma-neon\40_wall_x.png" File "graphics\chroma-neon\40_wall_y.png" File "graphics\chroma-neon\64_arrow_blue_down.png" File "graphics\chroma-neon\64_arrow_blue_down_shadow.png" File "graphics\chroma-neon\64_arrow_blue_left.png" File "graphics\chroma-neon\64_arrow_blue_left_shadow.png" File "graphics\chroma-neon\64_arrow_blue_right.png" File "graphics\chroma-neon\64_arrow_blue_right_shadow.png" File "graphics\chroma-neon\64_arrow_blue_up.png" File "graphics\chroma-neon\64_arrow_blue_up_shadow.png" File "graphics\chroma-neon\64_arrow_green_down.png" File "graphics\chroma-neon\64_arrow_green_down_shadow.png" File "graphics\chroma-neon\64_arrow_green_left.png" File "graphics\chroma-neon\64_arrow_green_left_shadow.png" File "graphics\chroma-neon\64_arrow_green_right.png" File "graphics\chroma-neon\64_arrow_green_right_shadow.png" File "graphics\chroma-neon\64_arrow_green_up.png" File "graphics\chroma-neon\64_arrow_green_up_shadow.png" File "graphics\chroma-neon\64_arrow_red_down.png" File "graphics\chroma-neon\64_arrow_red_down_shadow.png" File "graphics\chroma-neon\64_arrow_red_left.png" File "graphics\chroma-neon\64_arrow_red_left_shadow.png" File "graphics\chroma-neon\64_arrow_red_right.png" File "graphics\chroma-neon\64_arrow_red_right_shadow.png" File "graphics\chroma-neon\64_arrow_red_up.png" File "graphics\chroma-neon\64_arrow_red_up_shadow.png" File "graphics\chroma-neon\64_bomb_blue_down.png" File "graphics\chroma-neon\64_bomb_blue_down_shadow.png" File "graphics\chroma-neon\64_bomb_blue_left.png" File "graphics\chroma-neon\64_bomb_blue_left_shadow.png" File "graphics\chroma-neon\64_bomb_blue_right.png" File "graphics\chroma-neon\64_bomb_blue_right_shadow.png" File "graphics\chroma-neon\64_bomb_blue_up.png" File "graphics\chroma-neon\64_bomb_blue_up_shadow.png" File "graphics\chroma-neon\64_bomb_green_down.png" File "graphics\chroma-neon\64_bomb_green_down_shadow.png" File "graphics\chroma-neon\64_bomb_green_left.png" File "graphics\chroma-neon\64_bomb_green_left_shadow.png" File "graphics\chroma-neon\64_bomb_green_right.png" File "graphics\chroma-neon\64_bomb_green_right_shadow.png" File "graphics\chroma-neon\64_bomb_green_up.png" File "graphics\chroma-neon\64_bomb_green_up_shadow.png" File "graphics\chroma-neon\64_bomb_red_down.png" File "graphics\chroma-neon\64_bomb_red_down_shadow.png" File "graphics\chroma-neon\64_bomb_red_left.png" File "graphics\chroma-neon\64_bomb_red_left_shadow.png" File "graphics\chroma-neon\64_bomb_red_right.png" File "graphics\chroma-neon\64_bomb_red_right_shadow.png" File "graphics\chroma-neon\64_bomb_red_up.png" File "graphics\chroma-neon\64_bomb_red_up_shadow.png" File "graphics\chroma-neon\64_circle.png" File "graphics\chroma-neon\64_circle_double.png" File "graphics\chroma-neon\64_circle_double_shadow.png" File "graphics\chroma-neon\64_circle_shadow.png" File "graphics\chroma-neon\64_door.png" File "graphics\chroma-neon\64_door_shadow.png" File "graphics\chroma-neon\64_dots.png" File "graphics\chroma-neon\64_dots_double.png" File "graphics\chroma-neon\64_dots_double_shadow.png" File "graphics\chroma-neon\64_dots_shadow.png" File "graphics\chroma-neon\64_dots_x.png" File "graphics\chroma-neon\64_dots_x_shadow.png" File "graphics\chroma-neon\64_dots_y.png" File "graphics\chroma-neon\64_dots_y_shadow.png" File "graphics\chroma-neon\64_map_bottom_left.png" File "graphics\chroma-neon\64_map_bottom_left_shadow.png" File "graphics\chroma-neon\64_map_bottom_right.png" File "graphics\chroma-neon\64_map_bottom_right_shadow.png" File "graphics\chroma-neon\64_map_top_left.png" File "graphics\chroma-neon\64_map_top_left_shadow.png" File "graphics\chroma-neon\64_map_top_right.png" File "graphics\chroma-neon\64_map_top_right_shadow.png" File "graphics\chroma-neon\64_player_one.png" File "graphics\chroma-neon\64_player_one_shadow.png" File "graphics\chroma-neon\64_player_one_swapped.png" File "graphics\chroma-neon\64_player_one_swapped_shadow.png" File "graphics\chroma-neon\64_player_two.png" File "graphics\chroma-neon\64_player_two_shadow.png" File "graphics\chroma-neon\64_player_two_swapped.png" File "graphics\chroma-neon\64_player_two_swapped_shadow.png" File "graphics\chroma-neon\64_star.png" File "graphics\chroma-neon\64_star_shadow.png" File "graphics\chroma-neon\64_switch.png" File "graphics\chroma-neon\64_switch_shadow.png" File "graphics\chroma-neon\64_teleport.png" File "graphics\chroma-neon\64_teleport_shadow.png" File "graphics\chroma-neon\64_wall.png" File "graphics\chroma-neon\64_wall_inside.png" File "graphics\chroma-neon\64_wall_outside.png" File "graphics\chroma-neon\64_wall_shadow.png" File "graphics\chroma-neon\64_wall_x.png" File "graphics\chroma-neon\64_wall_y.png" SetOutPath "$INSTDIR\graphics" File "graphics\chroma-neon.chroma" SetOutPath "$INSTDIR\graphics\chroma-zen" File "graphics\chroma-zen\16_arrow_blue_down.png" File "graphics\chroma-zen\16_arrow_blue_left.png" File "graphics\chroma-zen\16_arrow_blue_right.png" File "graphics\chroma-zen\16_arrow_blue_up.png" File "graphics\chroma-zen\16_arrow_green_down.png" File "graphics\chroma-zen\16_arrow_green_left.png" File "graphics\chroma-zen\16_arrow_green_right.png" File "graphics\chroma-zen\16_arrow_green_up.png" File "graphics\chroma-zen\16_arrow_red_down.png" File "graphics\chroma-zen\16_arrow_red_left.png" File "graphics\chroma-zen\16_arrow_red_right.png" File "graphics\chroma-zen\16_arrow_red_up.png" File "graphics\chroma-zen\16_bomb_blue_down.png" File "graphics\chroma-zen\16_bomb_blue_left.png" File "graphics\chroma-zen\16_bomb_blue_right.png" File "graphics\chroma-zen\16_bomb_blue_up.png" File "graphics\chroma-zen\16_bomb_green_down.png" File "graphics\chroma-zen\16_bomb_green_left.png" File "graphics\chroma-zen\16_bomb_green_right.png" File "graphics\chroma-zen\16_bomb_green_up.png" File "graphics\chroma-zen\16_bomb_red_down.png" File "graphics\chroma-zen\16_bomb_red_left.png" File "graphics\chroma-zen\16_bomb_red_right.png" File "graphics\chroma-zen\16_bomb_red_up.png" File "graphics\chroma-zen\16_circle.png" File "graphics\chroma-zen\16_circle_double.png" File "graphics\chroma-zen\16_door.png" File "graphics\chroma-zen\16_dots.png" File "graphics\chroma-zen\16_dots_double.png" File "graphics\chroma-zen\16_dots_x.png" File "graphics\chroma-zen\16_dots_y.png" File "graphics\chroma-zen\16_map_bottom_left.png" File "graphics\chroma-zen\16_map_bottom_right.png" File "graphics\chroma-zen\16_map_top_left.png" File "graphics\chroma-zen\16_map_top_right.png" File "graphics\chroma-zen\16_player_one.png" File "graphics\chroma-zen\16_player_one_swapped.png" File "graphics\chroma-zen\16_player_two.png" File "graphics\chroma-zen\16_player_two_swapped.png" File "graphics\chroma-zen\16_star.png" File "graphics\chroma-zen\16_switch.png" File "graphics\chroma-zen\16_teleport.png" File "graphics\chroma-zen\16_wall_inside.png" File "graphics\chroma-zen\16_wall_outside.png" File "graphics\chroma-zen\16_wall_x.png" File "graphics\chroma-zen\16_wall_y.png" File "graphics\chroma-zen\20_arrow_blue_down.png" File "graphics\chroma-zen\20_arrow_blue_left.png" File "graphics\chroma-zen\20_arrow_blue_right.png" File "graphics\chroma-zen\20_arrow_blue_up.png" File "graphics\chroma-zen\20_arrow_green_down.png" File "graphics\chroma-zen\20_arrow_green_left.png" File "graphics\chroma-zen\20_arrow_green_right.png" File "graphics\chroma-zen\20_arrow_green_up.png" File "graphics\chroma-zen\20_arrow_red_down.png" File "graphics\chroma-zen\20_arrow_red_left.png" File "graphics\chroma-zen\20_arrow_red_right.png" File "graphics\chroma-zen\20_arrow_red_up.png" File "graphics\chroma-zen\20_bomb_blue_down.png" File "graphics\chroma-zen\20_bomb_blue_left.png" File "graphics\chroma-zen\20_bomb_blue_right.png" File "graphics\chroma-zen\20_bomb_blue_up.png" File "graphics\chroma-zen\20_bomb_green_down.png" File "graphics\chroma-zen\20_bomb_green_left.png" File "graphics\chroma-zen\20_bomb_green_right.png" File "graphics\chroma-zen\20_bomb_green_up.png" File "graphics\chroma-zen\20_bomb_red_down.png" File "graphics\chroma-zen\20_bomb_red_left.png" File "graphics\chroma-zen\20_bomb_red_right.png" File "graphics\chroma-zen\20_bomb_red_up.png" File "graphics\chroma-zen\20_circle.png" File "graphics\chroma-zen\20_circle_double.png" File "graphics\chroma-zen\20_door.png" File "graphics\chroma-zen\20_dots.png" File "graphics\chroma-zen\20_dots_double.png" File "graphics\chroma-zen\20_dots_x.png" File "graphics\chroma-zen\20_dots_y.png" File "graphics\chroma-zen\20_map_bottom_left.png" File "graphics\chroma-zen\20_map_bottom_right.png" File "graphics\chroma-zen\20_map_top_left.png" File "graphics\chroma-zen\20_map_top_right.png" File "graphics\chroma-zen\20_player_one.png" File "graphics\chroma-zen\20_player_one_swapped.png" File "graphics\chroma-zen\20_player_two.png" File "graphics\chroma-zen\20_player_two_swapped.png" File "graphics\chroma-zen\20_star.png" File "graphics\chroma-zen\20_switch.png" File "graphics\chroma-zen\20_teleport.png" File "graphics\chroma-zen\20_wall_inside.png" File "graphics\chroma-zen\20_wall_outside.png" File "graphics\chroma-zen\20_wall_x.png" File "graphics\chroma-zen\20_wall_y.png" File "graphics\chroma-zen\24_arrow_blue_down.png" File "graphics\chroma-zen\24_arrow_blue_left.png" File "graphics\chroma-zen\24_arrow_blue_right.png" File "graphics\chroma-zen\24_arrow_blue_up.png" File "graphics\chroma-zen\24_arrow_green_down.png" File "graphics\chroma-zen\24_arrow_green_left.png" File "graphics\chroma-zen\24_arrow_green_right.png" File "graphics\chroma-zen\24_arrow_green_up.png" File "graphics\chroma-zen\24_arrow_red_down.png" File "graphics\chroma-zen\24_arrow_red_left.png" File "graphics\chroma-zen\24_arrow_red_right.png" File "graphics\chroma-zen\24_arrow_red_up.png" File "graphics\chroma-zen\24_bomb_blue_down.png" File "graphics\chroma-zen\24_bomb_blue_left.png" File "graphics\chroma-zen\24_bomb_blue_right.png" File "graphics\chroma-zen\24_bomb_blue_up.png" File "graphics\chroma-zen\24_bomb_green_down.png" File "graphics\chroma-zen\24_bomb_green_left.png" File "graphics\chroma-zen\24_bomb_green_right.png" File "graphics\chroma-zen\24_bomb_green_up.png" File "graphics\chroma-zen\24_bomb_red_down.png" File "graphics\chroma-zen\24_bomb_red_left.png" File "graphics\chroma-zen\24_bomb_red_right.png" File "graphics\chroma-zen\24_bomb_red_up.png" File "graphics\chroma-zen\24_circle.png" File "graphics\chroma-zen\24_circle_double.png" File "graphics\chroma-zen\24_door.png" File "graphics\chroma-zen\24_dots.png" File "graphics\chroma-zen\24_dots_double.png" File "graphics\chroma-zen\24_dots_x.png" File "graphics\chroma-zen\24_dots_y.png" File "graphics\chroma-zen\24_map_bottom_left.png" File "graphics\chroma-zen\24_map_bottom_right.png" File "graphics\chroma-zen\24_map_top_left.png" File "graphics\chroma-zen\24_map_top_right.png" File "graphics\chroma-zen\24_player_one.png" File "graphics\chroma-zen\24_player_one_swapped.png" File "graphics\chroma-zen\24_player_two.png" File "graphics\chroma-zen\24_player_two_swapped.png" File "graphics\chroma-zen\24_star.png" File "graphics\chroma-zen\24_switch.png" File "graphics\chroma-zen\24_teleport.png" File "graphics\chroma-zen\24_wall_inside.png" File "graphics\chroma-zen\24_wall_outside.png" File "graphics\chroma-zen\24_wall_x.png" File "graphics\chroma-zen\24_wall_y.png" File "graphics\chroma-zen\32_arrow_blue_down.png" File "graphics\chroma-zen\32_arrow_blue_left.png" File "graphics\chroma-zen\32_arrow_blue_right.png" File "graphics\chroma-zen\32_arrow_blue_up.png" File "graphics\chroma-zen\32_arrow_green_down.png" File "graphics\chroma-zen\32_arrow_green_left.png" File "graphics\chroma-zen\32_arrow_green_right.png" File "graphics\chroma-zen\32_arrow_green_up.png" File "graphics\chroma-zen\32_arrow_red_down.png" File "graphics\chroma-zen\32_arrow_red_left.png" File "graphics\chroma-zen\32_arrow_red_right.png" File "graphics\chroma-zen\32_arrow_red_up.png" File "graphics\chroma-zen\32_bomb_blue_down.png" File "graphics\chroma-zen\32_bomb_blue_left.png" File "graphics\chroma-zen\32_bomb_blue_right.png" File "graphics\chroma-zen\32_bomb_blue_up.png" File "graphics\chroma-zen\32_bomb_green_down.png" File "graphics\chroma-zen\32_bomb_green_left.png" File "graphics\chroma-zen\32_bomb_green_right.png" File "graphics\chroma-zen\32_bomb_green_up.png" File "graphics\chroma-zen\32_bomb_red_down.png" File "graphics\chroma-zen\32_bomb_red_left.png" File "graphics\chroma-zen\32_bomb_red_right.png" File "graphics\chroma-zen\32_bomb_red_up.png" File "graphics\chroma-zen\32_circle.png" File "graphics\chroma-zen\32_circle_double.png" File "graphics\chroma-zen\32_door.png" File "graphics\chroma-zen\32_dots.png" File "graphics\chroma-zen\32_dots_double.png" File "graphics\chroma-zen\32_dots_x.png" File "graphics\chroma-zen\32_dots_y.png" File "graphics\chroma-zen\32_map_bottom_left.png" File "graphics\chroma-zen\32_map_bottom_right.png" File "graphics\chroma-zen\32_map_top_left.png" File "graphics\chroma-zen\32_map_top_right.png" File "graphics\chroma-zen\32_player_one.png" File "graphics\chroma-zen\32_player_one_swapped.png" File "graphics\chroma-zen\32_player_two.png" File "graphics\chroma-zen\32_player_two_swapped.png" File "graphics\chroma-zen\32_star.png" File "graphics\chroma-zen\32_switch.png" File "graphics\chroma-zen\32_teleport.png" File "graphics\chroma-zen\32_wall_inside.png" File "graphics\chroma-zen\32_wall_outside.png" File "graphics\chroma-zen\32_wall_x.png" File "graphics\chroma-zen\32_wall_y.png" File "graphics\chroma-zen\40_arrow_blue_down.png" File "graphics\chroma-zen\40_arrow_blue_left.png" File "graphics\chroma-zen\40_arrow_blue_right.png" File "graphics\chroma-zen\40_arrow_blue_up.png" File "graphics\chroma-zen\40_arrow_green_down.png" File "graphics\chroma-zen\40_arrow_green_left.png" File "graphics\chroma-zen\40_arrow_green_right.png" File "graphics\chroma-zen\40_arrow_green_up.png" File "graphics\chroma-zen\40_arrow_red_down.png" File "graphics\chroma-zen\40_arrow_red_left.png" File "graphics\chroma-zen\40_arrow_red_right.png" File "graphics\chroma-zen\40_arrow_red_up.png" File "graphics\chroma-zen\40_bomb_blue_down.png" File "graphics\chroma-zen\40_bomb_blue_left.png" File "graphics\chroma-zen\40_bomb_blue_right.png" File "graphics\chroma-zen\40_bomb_blue_up.png" File "graphics\chroma-zen\40_bomb_green_down.png" File "graphics\chroma-zen\40_bomb_green_left.png" File "graphics\chroma-zen\40_bomb_green_right.png" File "graphics\chroma-zen\40_bomb_green_up.png" File "graphics\chroma-zen\40_bomb_red_down.png" File "graphics\chroma-zen\40_bomb_red_left.png" File "graphics\chroma-zen\40_bomb_red_right.png" File "graphics\chroma-zen\40_bomb_red_up.png" File "graphics\chroma-zen\40_circle.png" File "graphics\chroma-zen\40_circle_double.png" File "graphics\chroma-zen\40_door.png" File "graphics\chroma-zen\40_dots.png" File "graphics\chroma-zen\40_dots_double.png" File "graphics\chroma-zen\40_dots_x.png" File "graphics\chroma-zen\40_dots_y.png" File "graphics\chroma-zen\40_map_bottom_left.png" File "graphics\chroma-zen\40_map_bottom_right.png" File "graphics\chroma-zen\40_map_top_left.png" File "graphics\chroma-zen\40_map_top_right.png" File "graphics\chroma-zen\40_player_one.png" File "graphics\chroma-zen\40_player_one_swapped.png" File "graphics\chroma-zen\40_player_two.png" File "graphics\chroma-zen\40_player_two_swapped.png" File "graphics\chroma-zen\40_star.png" File "graphics\chroma-zen\40_switch.png" File "graphics\chroma-zen\40_teleport.png" File "graphics\chroma-zen\40_wall_inside.png" File "graphics\chroma-zen\40_wall_outside.png" File "graphics\chroma-zen\40_wall_x.png" File "graphics\chroma-zen\40_wall_y.png" File "graphics\chroma-zen\64_arrow_blue_down.png" File "graphics\chroma-zen\64_arrow_blue_left.png" File "graphics\chroma-zen\64_arrow_blue_right.png" File "graphics\chroma-zen\64_arrow_blue_up.png" File "graphics\chroma-zen\64_arrow_green_down.png" File "graphics\chroma-zen\64_arrow_green_left.png" File "graphics\chroma-zen\64_arrow_green_right.png" File "graphics\chroma-zen\64_arrow_green_up.png" File "graphics\chroma-zen\64_arrow_red_down.png" File "graphics\chroma-zen\64_arrow_red_left.png" File "graphics\chroma-zen\64_arrow_red_right.png" File "graphics\chroma-zen\64_arrow_red_up.png" File "graphics\chroma-zen\64_bomb_blue_down.png" File "graphics\chroma-zen\64_bomb_blue_left.png" File "graphics\chroma-zen\64_bomb_blue_right.png" File "graphics\chroma-zen\64_bomb_blue_up.png" File "graphics\chroma-zen\64_bomb_green_down.png" File "graphics\chroma-zen\64_bomb_green_left.png" File "graphics\chroma-zen\64_bomb_green_right.png" File "graphics\chroma-zen\64_bomb_green_up.png" File "graphics\chroma-zen\64_bomb_red_down.png" File "graphics\chroma-zen\64_bomb_red_left.png" File "graphics\chroma-zen\64_bomb_red_right.png" File "graphics\chroma-zen\64_bomb_red_up.png" File "graphics\chroma-zen\64_circle.png" File "graphics\chroma-zen\64_circle_double.png" File "graphics\chroma-zen\64_door.png" File "graphics\chroma-zen\64_dots.png" File "graphics\chroma-zen\64_dots_double.png" File "graphics\chroma-zen\64_dots_x.png" File "graphics\chroma-zen\64_dots_y.png" File "graphics\chroma-zen\64_map_bottom_left.png" File "graphics\chroma-zen\64_map_bottom_right.png" File "graphics\chroma-zen\64_map_top_left.png" File "graphics\chroma-zen\64_map_top_right.png" File "graphics\chroma-zen\64_player_one.png" File "graphics\chroma-zen\64_player_one_swapped.png" File "graphics\chroma-zen\64_player_two.png" File "graphics\chroma-zen\64_player_two_swapped.png" File "graphics\chroma-zen\64_star.png" File "graphics\chroma-zen\64_switch.png" File "graphics\chroma-zen\64_teleport.png" File "graphics\chroma-zen\64_wall_inside.png" File "graphics\chroma-zen\64_wall_outside.png" File "graphics\chroma-zen\64_wall_x.png" File "graphics\chroma-zen\64_wall_y.png" SetOutPath "$INSTDIR\graphics" File "graphics\chroma-zen.chroma" File "graphics\curses.chroma" File "graphics\fallback.chroma" File "graphics\font.txt" File "graphics\font.ttf" File "graphics\icon.png" SetOutPath "$INSTDIR" File "jpeg.dll" SetOutPath "$INSTDIR\levels\chroma-1" File "levels\chroma-1\chroma-1-01.chroma" File "levels\chroma-1\chroma-1-02.chroma" File "levels\chroma-1\chroma-1-03.chroma" File "levels\chroma-1\chroma-1-04.chroma" File "levels\chroma-1\chroma-1-05.chroma" File "levels\chroma-1\chroma-1-06.chroma" File "levels\chroma-1\chroma-1-07.chroma" File "levels\chroma-1\chroma-1-08.chroma" File "levels\chroma-1\chroma-1-09.chroma" File "levels\chroma-1\set.chroma" SetOutPath "$INSTDIR\levels\chroma-2" File "levels\chroma-2\chroma-2-01.chroma" File "levels\chroma-2\chroma-2-02.chroma" File "levels\chroma-2\chroma-2-03.chroma" File "levels\chroma-2\chroma-2-04.chroma" File "levels\chroma-2\chroma-2-05.chroma" File "levels\chroma-2\chroma-2-06.chroma" File "levels\chroma-2\chroma-2-07.chroma" File "levels\chroma-2\chroma-2-08.chroma" File "levels\chroma-2\chroma-2-09.chroma" File "levels\chroma-2\chroma-2-10.chroma" File "levels\chroma-2\chroma-2-11.chroma" File "levels\chroma-2\chroma-2-12.chroma" File "levels\chroma-2\set.chroma" SetOutPath "$INSTDIR\levels\regression" File "levels\regression\chroma-pieces.chroma" File "levels\regression\chroma-regression.chroma" File "levels\regression\enigma-regression.chroma" File "levels\regression\set.chroma" File "levels\regression\xor-regression.chroma" SetOutPath "$INSTDIR" File "libfreetype-6.dll" File "libintl.dll" File "libpng1.dll" File "SDL.dll" File "SDL_image.dll" File "zlib.dll" File "zlib1.dll" SectionEnd Section -AdditionalIcons CreateShortCut "$SMPROGRAMS\Chroma\Uninstall.lnk" "$INSTDIR\uninst.exe" SectionEnd Section -Post WriteUninstaller "$INSTDIR\uninst.exe" WriteRegStr HKLM "${PRODUCT_DIR_REGKEY}" "" "$INSTDIR\chroma.exe" WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "DisplayName" "$(^Name)" WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "UninstallString" "$INSTDIR\uninst.exe" WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "DisplayIcon" "$INSTDIR\chroma.exe" WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "DisplayVersion" "${PRODUCT_VERSION}" WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "Publisher" "${PRODUCT_PUBLISHER}" SectionEnd Function un.onUninstSuccess HideWindow MessageBox MB_ICONINFORMATION|MB_OK "$(^Name) was successfully removed from your computer." FunctionEnd Function un.onInit MessageBox MB_ICONQUESTION|MB_YESNO|MB_DEFBUTTON2 "Are you sure you want to completely remove $(^Name) and all of its components?" IDYES +2 Abort FunctionEnd Section Uninstall Delete "$INSTDIR\uninst.exe" Delete "$INSTDIR\zlib1.dll" Delete "$INSTDIR\zlib.dll" Delete "$INSTDIR\SDL_image.dll" Delete "$INSTDIR\SDL.dll" Delete "$INSTDIR\libpng1.dll" Delete "$INSTDIR\libintl.dll" Delete "$INSTDIR\libfreetype-6.dll" Delete "$INSTDIR\levels\regression\xor-regression.chroma" Delete "$INSTDIR\levels\regression\set.chroma" Delete "$INSTDIR\levels\regression\enigma-regression.chroma" Delete "$INSTDIR\levels\regression\chroma-regression.chroma" Delete "$INSTDIR\levels\regression\chroma-pieces.chroma" Delete "$INSTDIR\levels\chroma-2\set.chroma" Delete "$INSTDIR\levels\chroma-2\chroma-2-12.chroma" Delete "$INSTDIR\levels\chroma-2\chroma-2-11.chroma" Delete "$INSTDIR\levels\chroma-2\chroma-2-10.chroma" Delete "$INSTDIR\levels\chroma-2\chroma-2-09.chroma" Delete "$INSTDIR\levels\chroma-2\chroma-2-08.chroma" Delete "$INSTDIR\levels\chroma-2\chroma-2-07.chroma" Delete "$INSTDIR\levels\chroma-2\chroma-2-06.chroma" Delete "$INSTDIR\levels\chroma-2\chroma-2-05.chroma" Delete "$INSTDIR\levels\chroma-2\chroma-2-04.chroma" Delete "$INSTDIR\levels\chroma-2\chroma-2-03.chroma" Delete "$INSTDIR\levels\chroma-2\chroma-2-02.chroma" Delete "$INSTDIR\levels\chroma-2\chroma-2-01.chroma" Delete "$INSTDIR\levels\chroma-1\set.chroma" Delete "$INSTDIR\levels\chroma-1\chroma-1-09.chroma" Delete "$INSTDIR\levels\chroma-1\chroma-1-08.chroma" Delete "$INSTDIR\levels\chroma-1\chroma-1-07.chroma" Delete "$INSTDIR\levels\chroma-1\chroma-1-06.chroma" Delete "$INSTDIR\levels\chroma-1\chroma-1-05.chroma" Delete "$INSTDIR\levels\chroma-1\chroma-1-04.chroma" Delete "$INSTDIR\levels\chroma-1\chroma-1-03.chroma" Delete "$INSTDIR\levels\chroma-1\chroma-1-02.chroma" Delete "$INSTDIR\levels\chroma-1\chroma-1-01.chroma" Delete "$INSTDIR\jpeg.dll" Delete "$INSTDIR\graphics\icon.png" Delete "$INSTDIR\graphics\font.txt" Delete "$INSTDIR\graphics\font.ttf" Delete "$INSTDIR\graphics\fallback.chroma" Delete "$INSTDIR\graphics\curses.chroma" Delete "$INSTDIR\graphics\chroma-zen.chroma" Delete "$INSTDIR\graphics\chroma-zen\64_wall_y.png" Delete "$INSTDIR\graphics\chroma-zen\64_wall_x.png" Delete "$INSTDIR\graphics\chroma-zen\64_wall_outside.png" Delete "$INSTDIR\graphics\chroma-zen\64_wall_inside.png" Delete "$INSTDIR\graphics\chroma-zen\64_teleport.png" Delete "$INSTDIR\graphics\chroma-zen\64_switch.png" Delete "$INSTDIR\graphics\chroma-zen\64_star.png" Delete "$INSTDIR\graphics\chroma-zen\64_player_two_swapped.png" Delete "$INSTDIR\graphics\chroma-zen\64_player_two.png" Delete "$INSTDIR\graphics\chroma-zen\64_player_one_swapped.png" Delete "$INSTDIR\graphics\chroma-zen\64_player_one.png" Delete "$INSTDIR\graphics\chroma-zen\64_map_top_right.png" Delete "$INSTDIR\graphics\chroma-zen\64_map_top_left.png" Delete "$INSTDIR\graphics\chroma-zen\64_map_bottom_right.png" Delete "$INSTDIR\graphics\chroma-zen\64_map_bottom_left.png" Delete "$INSTDIR\graphics\chroma-zen\64_dots_y.png" Delete "$INSTDIR\graphics\chroma-zen\64_dots_x.png" Delete "$INSTDIR\graphics\chroma-zen\64_dots_double.png" Delete "$INSTDIR\graphics\chroma-zen\64_dots.png" Delete "$INSTDIR\graphics\chroma-zen\64_door.png" Delete "$INSTDIR\graphics\chroma-zen\64_circle_double.png" Delete "$INSTDIR\graphics\chroma-zen\64_circle.png" Delete "$INSTDIR\graphics\chroma-zen\64_bomb_red_up.png" Delete "$INSTDIR\graphics\chroma-zen\64_bomb_red_right.png" Delete "$INSTDIR\graphics\chroma-zen\64_bomb_red_left.png" Delete "$INSTDIR\graphics\chroma-zen\64_bomb_red_down.png" Delete "$INSTDIR\graphics\chroma-zen\64_bomb_green_up.png" Delete "$INSTDIR\graphics\chroma-zen\64_bomb_green_right.png" Delete "$INSTDIR\graphics\chroma-zen\64_bomb_green_left.png" Delete "$INSTDIR\graphics\chroma-zen\64_bomb_green_down.png" Delete "$INSTDIR\graphics\chroma-zen\64_bomb_blue_up.png" Delete "$INSTDIR\graphics\chroma-zen\64_bomb_blue_right.png" Delete "$INSTDIR\graphics\chroma-zen\64_bomb_blue_left.png" Delete "$INSTDIR\graphics\chroma-zen\64_bomb_blue_down.png" Delete "$INSTDIR\graphics\chroma-zen\64_arrow_red_up.png" Delete "$INSTDIR\graphics\chroma-zen\64_arrow_red_right.png" Delete "$INSTDIR\graphics\chroma-zen\64_arrow_red_left.png" Delete "$INSTDIR\graphics\chroma-zen\64_arrow_red_down.png" Delete "$INSTDIR\graphics\chroma-zen\64_arrow_green_up.png" Delete "$INSTDIR\graphics\chroma-zen\64_arrow_green_right.png" Delete "$INSTDIR\graphics\chroma-zen\64_arrow_green_left.png" Delete "$INSTDIR\graphics\chroma-zen\64_arrow_green_down.png" Delete "$INSTDIR\graphics\chroma-zen\64_arrow_blue_up.png" Delete "$INSTDIR\graphics\chroma-zen\64_arrow_blue_right.png" Delete "$INSTDIR\graphics\chroma-zen\64_arrow_blue_left.png" Delete "$INSTDIR\graphics\chroma-zen\64_arrow_blue_down.png" Delete "$INSTDIR\graphics\chroma-zen\40_wall_y.png" Delete "$INSTDIR\graphics\chroma-zen\40_wall_x.png" Delete "$INSTDIR\graphics\chroma-zen\40_wall_outside.png" Delete "$INSTDIR\graphics\chroma-zen\40_wall_inside.png" Delete "$INSTDIR\graphics\chroma-zen\40_teleport.png" Delete "$INSTDIR\graphics\chroma-zen\40_switch.png" Delete "$INSTDIR\graphics\chroma-zen\40_star.png" Delete "$INSTDIR\graphics\chroma-zen\40_player_two_swapped.png" Delete "$INSTDIR\graphics\chroma-zen\40_player_two.png" Delete "$INSTDIR\graphics\chroma-zen\40_player_one_swapped.png" Delete "$INSTDIR\graphics\chroma-zen\40_player_one.png" Delete "$INSTDIR\graphics\chroma-zen\40_map_top_right.png" Delete "$INSTDIR\graphics\chroma-zen\40_map_top_left.png" Delete "$INSTDIR\graphics\chroma-zen\40_map_bottom_right.png" Delete "$INSTDIR\graphics\chroma-zen\40_map_bottom_left.png" Delete "$INSTDIR\graphics\chroma-zen\40_dots_y.png" Delete "$INSTDIR\graphics\chroma-zen\40_dots_x.png" Delete "$INSTDIR\graphics\chroma-zen\40_dots_double.png" Delete "$INSTDIR\graphics\chroma-zen\40_dots.png" Delete "$INSTDIR\graphics\chroma-zen\40_door.png" Delete "$INSTDIR\graphics\chroma-zen\40_circle_double.png" Delete "$INSTDIR\graphics\chroma-zen\40_circle.png" Delete "$INSTDIR\graphics\chroma-zen\40_bomb_red_up.png" Delete "$INSTDIR\graphics\chroma-zen\40_bomb_red_right.png" Delete "$INSTDIR\graphics\chroma-zen\40_bomb_red_left.png" Delete "$INSTDIR\graphics\chroma-zen\40_bomb_red_down.png" Delete "$INSTDIR\graphics\chroma-zen\40_bomb_green_up.png" Delete "$INSTDIR\graphics\chroma-zen\40_bomb_green_right.png" Delete "$INSTDIR\graphics\chroma-zen\40_bomb_green_left.png" Delete "$INSTDIR\graphics\chroma-zen\40_bomb_green_down.png" Delete "$INSTDIR\graphics\chroma-zen\40_bomb_blue_up.png" Delete "$INSTDIR\graphics\chroma-zen\40_bomb_blue_right.png" Delete "$INSTDIR\graphics\chroma-zen\40_bomb_blue_left.png" Delete "$INSTDIR\graphics\chroma-zen\40_bomb_blue_down.png" Delete "$INSTDIR\graphics\chroma-zen\40_arrow_red_up.png" Delete "$INSTDIR\graphics\chroma-zen\40_arrow_red_right.png" Delete "$INSTDIR\graphics\chroma-zen\40_arrow_red_left.png" Delete "$INSTDIR\graphics\chroma-zen\40_arrow_red_down.png" Delete "$INSTDIR\graphics\chroma-zen\40_arrow_green_up.png" Delete "$INSTDIR\graphics\chroma-zen\40_arrow_green_right.png" Delete "$INSTDIR\graphics\chroma-zen\40_arrow_green_left.png" Delete "$INSTDIR\graphics\chroma-zen\40_arrow_green_down.png" Delete "$INSTDIR\graphics\chroma-zen\40_arrow_blue_up.png" Delete "$INSTDIR\graphics\chroma-zen\40_arrow_blue_right.png" Delete "$INSTDIR\graphics\chroma-zen\40_arrow_blue_left.png" Delete "$INSTDIR\graphics\chroma-zen\40_arrow_blue_down.png" Delete "$INSTDIR\graphics\chroma-zen\32_wall_y.png" Delete "$INSTDIR\graphics\chroma-zen\32_wall_x.png" Delete "$INSTDIR\graphics\chroma-zen\32_wall_outside.png" Delete "$INSTDIR\graphics\chroma-zen\32_wall_inside.png" Delete "$INSTDIR\graphics\chroma-zen\32_teleport.png" Delete "$INSTDIR\graphics\chroma-zen\32_switch.png" Delete "$INSTDIR\graphics\chroma-zen\32_star.png" Delete "$INSTDIR\graphics\chroma-zen\32_player_two_swapped.png" Delete "$INSTDIR\graphics\chroma-zen\32_player_two.png" Delete "$INSTDIR\graphics\chroma-zen\32_player_one_swapped.png" Delete "$INSTDIR\graphics\chroma-zen\32_player_one.png" Delete "$INSTDIR\graphics\chroma-zen\32_map_top_right.png" Delete "$INSTDIR\graphics\chroma-zen\32_map_top_left.png" Delete "$INSTDIR\graphics\chroma-zen\32_map_bottom_right.png" Delete "$INSTDIR\graphics\chroma-zen\32_map_bottom_left.png" Delete "$INSTDIR\graphics\chroma-zen\32_dots_y.png" Delete "$INSTDIR\graphics\chroma-zen\32_dots_x.png" Delete "$INSTDIR\graphics\chroma-zen\32_dots_double.png" Delete "$INSTDIR\graphics\chroma-zen\32_dots.png" Delete "$INSTDIR\graphics\chroma-zen\32_door.png" Delete "$INSTDIR\graphics\chroma-zen\32_circle_double.png" Delete "$INSTDIR\graphics\chroma-zen\32_circle.png" Delete "$INSTDIR\graphics\chroma-zen\32_bomb_red_up.png" Delete "$INSTDIR\graphics\chroma-zen\32_bomb_red_right.png" Delete "$INSTDIR\graphics\chroma-zen\32_bomb_red_left.png" Delete "$INSTDIR\graphics\chroma-zen\32_bomb_red_down.png" Delete "$INSTDIR\graphics\chroma-zen\32_bomb_green_up.png" Delete "$INSTDIR\graphics\chroma-zen\32_bomb_green_right.png" Delete "$INSTDIR\graphics\chroma-zen\32_bomb_green_left.png" Delete "$INSTDIR\graphics\chroma-zen\32_bomb_green_down.png" Delete "$INSTDIR\graphics\chroma-zen\32_bomb_blue_up.png" Delete "$INSTDIR\graphics\chroma-zen\32_bomb_blue_right.png" Delete "$INSTDIR\graphics\chroma-zen\32_bomb_blue_left.png" Delete "$INSTDIR\graphics\chroma-zen\32_bomb_blue_down.png" Delete "$INSTDIR\graphics\chroma-zen\32_arrow_red_up.png" Delete "$INSTDIR\graphics\chroma-zen\32_arrow_red_right.png" Delete "$INSTDIR\graphics\chroma-zen\32_arrow_red_left.png" Delete "$INSTDIR\graphics\chroma-zen\32_arrow_red_down.png" Delete "$INSTDIR\graphics\chroma-zen\32_arrow_green_up.png" Delete "$INSTDIR\graphics\chroma-zen\32_arrow_green_right.png" Delete "$INSTDIR\graphics\chroma-zen\32_arrow_green_left.png" Delete "$INSTDIR\graphics\chroma-zen\32_arrow_green_down.png" Delete "$INSTDIR\graphics\chroma-zen\32_arrow_blue_up.png" Delete "$INSTDIR\graphics\chroma-zen\32_arrow_blue_right.png" Delete "$INSTDIR\graphics\chroma-zen\32_arrow_blue_left.png" Delete "$INSTDIR\graphics\chroma-zen\32_arrow_blue_down.png" Delete "$INSTDIR\graphics\chroma-zen\24_wall_y.png" Delete "$INSTDIR\graphics\chroma-zen\24_wall_x.png" Delete "$INSTDIR\graphics\chroma-zen\24_wall_outside.png" Delete "$INSTDIR\graphics\chroma-zen\24_wall_inside.png" Delete "$INSTDIR\graphics\chroma-zen\24_teleport.png" Delete "$INSTDIR\graphics\chroma-zen\24_switch.png" Delete "$INSTDIR\graphics\chroma-zen\24_star.png" Delete "$INSTDIR\graphics\chroma-zen\24_player_two_swapped.png" Delete "$INSTDIR\graphics\chroma-zen\24_player_two.png" Delete "$INSTDIR\graphics\chroma-zen\24_player_one_swapped.png" Delete "$INSTDIR\graphics\chroma-zen\24_player_one.png" Delete "$INSTDIR\graphics\chroma-zen\24_map_top_right.png" Delete "$INSTDIR\graphics\chroma-zen\24_map_top_left.png" Delete "$INSTDIR\graphics\chroma-zen\24_map_bottom_right.png" Delete "$INSTDIR\graphics\chroma-zen\24_map_bottom_left.png" Delete "$INSTDIR\graphics\chroma-zen\24_dots_y.png" Delete "$INSTDIR\graphics\chroma-zen\24_dots_x.png" Delete "$INSTDIR\graphics\chroma-zen\24_dots_double.png" Delete "$INSTDIR\graphics\chroma-zen\24_dots.png" Delete "$INSTDIR\graphics\chroma-zen\24_door.png" Delete "$INSTDIR\graphics\chroma-zen\24_circle_double.png" Delete "$INSTDIR\graphics\chroma-zen\24_circle.png" Delete "$INSTDIR\graphics\chroma-zen\24_bomb_red_up.png" Delete "$INSTDIR\graphics\chroma-zen\24_bomb_red_right.png" Delete "$INSTDIR\graphics\chroma-zen\24_bomb_red_left.png" Delete "$INSTDIR\graphics\chroma-zen\24_bomb_red_down.png" Delete "$INSTDIR\graphics\chroma-zen\24_bomb_green_up.png" Delete "$INSTDIR\graphics\chroma-zen\24_bomb_green_right.png" Delete "$INSTDIR\graphics\chroma-zen\24_bomb_green_left.png" Delete "$INSTDIR\graphics\chroma-zen\24_bomb_green_down.png" Delete "$INSTDIR\graphics\chroma-zen\24_bomb_blue_up.png" Delete "$INSTDIR\graphics\chroma-zen\24_bomb_blue_right.png" Delete "$INSTDIR\graphics\chroma-zen\24_bomb_blue_left.png" Delete "$INSTDIR\graphics\chroma-zen\24_bomb_blue_down.png" Delete "$INSTDIR\graphics\chroma-zen\24_arrow_red_up.png" Delete "$INSTDIR\graphics\chroma-zen\24_arrow_red_right.png" Delete "$INSTDIR\graphics\chroma-zen\24_arrow_red_left.png" Delete "$INSTDIR\graphics\chroma-zen\24_arrow_red_down.png" Delete "$INSTDIR\graphics\chroma-zen\24_arrow_green_up.png" Delete "$INSTDIR\graphics\chroma-zen\24_arrow_green_right.png" Delete "$INSTDIR\graphics\chroma-zen\24_arrow_green_left.png" Delete "$INSTDIR\graphics\chroma-zen\24_arrow_green_down.png" Delete "$INSTDIR\graphics\chroma-zen\24_arrow_blue_up.png" Delete "$INSTDIR\graphics\chroma-zen\24_arrow_blue_right.png" Delete "$INSTDIR\graphics\chroma-zen\24_arrow_blue_left.png" Delete "$INSTDIR\graphics\chroma-zen\24_arrow_blue_down.png" Delete "$INSTDIR\graphics\chroma-zen\20_wall_y.png" Delete "$INSTDIR\graphics\chroma-zen\20_wall_x.png" Delete "$INSTDIR\graphics\chroma-zen\20_wall_outside.png" Delete "$INSTDIR\graphics\chroma-zen\20_wall_inside.png" Delete "$INSTDIR\graphics\chroma-zen\20_teleport.png" Delete "$INSTDIR\graphics\chroma-zen\20_switch.png" Delete "$INSTDIR\graphics\chroma-zen\20_star.png" Delete "$INSTDIR\graphics\chroma-zen\20_player_two_swapped.png" Delete "$INSTDIR\graphics\chroma-zen\20_player_two.png" Delete "$INSTDIR\graphics\chroma-zen\20_player_one_swapped.png" Delete "$INSTDIR\graphics\chroma-zen\20_player_one.png" Delete "$INSTDIR\graphics\chroma-zen\20_map_top_right.png" Delete "$INSTDIR\graphics\chroma-zen\20_map_top_left.png" Delete "$INSTDIR\graphics\chroma-zen\20_map_bottom_right.png" Delete "$INSTDIR\graphics\chroma-zen\20_map_bottom_left.png" Delete "$INSTDIR\graphics\chroma-zen\20_dots_y.png" Delete "$INSTDIR\graphics\chroma-zen\20_dots_x.png" Delete "$INSTDIR\graphics\chroma-zen\20_dots_double.png" Delete "$INSTDIR\graphics\chroma-zen\20_dots.png" Delete "$INSTDIR\graphics\chroma-zen\20_door.png" Delete "$INSTDIR\graphics\chroma-zen\20_circle_double.png" Delete "$INSTDIR\graphics\chroma-zen\20_circle.png" Delete "$INSTDIR\graphics\chroma-zen\20_bomb_red_up.png" Delete "$INSTDIR\graphics\chroma-zen\20_bomb_red_right.png" Delete "$INSTDIR\graphics\chroma-zen\20_bomb_red_left.png" Delete "$INSTDIR\graphics\chroma-zen\20_bomb_red_down.png" Delete "$INSTDIR\graphics\chroma-zen\20_bomb_green_up.png" Delete "$INSTDIR\graphics\chroma-zen\20_bomb_green_right.png" Delete "$INSTDIR\graphics\chroma-zen\20_bomb_green_left.png" Delete "$INSTDIR\graphics\chroma-zen\20_bomb_green_down.png" Delete "$INSTDIR\graphics\chroma-zen\20_bomb_blue_up.png" Delete "$INSTDIR\graphics\chroma-zen\20_bomb_blue_right.png" Delete "$INSTDIR\graphics\chroma-zen\20_bomb_blue_left.png" Delete "$INSTDIR\graphics\chroma-zen\20_bomb_blue_down.png" Delete "$INSTDIR\graphics\chroma-zen\20_arrow_red_up.png" Delete "$INSTDIR\graphics\chroma-zen\20_arrow_red_right.png" Delete "$INSTDIR\graphics\chroma-zen\20_arrow_red_left.png" Delete "$INSTDIR\graphics\chroma-zen\20_arrow_red_down.png" Delete "$INSTDIR\graphics\chroma-zen\20_arrow_green_up.png" Delete "$INSTDIR\graphics\chroma-zen\20_arrow_green_right.png" Delete "$INSTDIR\graphics\chroma-zen\20_arrow_green_left.png" Delete "$INSTDIR\graphics\chroma-zen\20_arrow_green_down.png" Delete "$INSTDIR\graphics\chroma-zen\20_arrow_blue_up.png" Delete "$INSTDIR\graphics\chroma-zen\20_arrow_blue_right.png" Delete "$INSTDIR\graphics\chroma-zen\20_arrow_blue_left.png" Delete "$INSTDIR\graphics\chroma-zen\20_arrow_blue_down.png" Delete "$INSTDIR\graphics\chroma-zen\16_wall_y.png" Delete "$INSTDIR\graphics\chroma-zen\16_wall_x.png" Delete "$INSTDIR\graphics\chroma-zen\16_wall_outside.png" Delete "$INSTDIR\graphics\chroma-zen\16_wall_inside.png" Delete "$INSTDIR\graphics\chroma-zen\16_teleport.png" Delete "$INSTDIR\graphics\chroma-zen\16_switch.png" Delete "$INSTDIR\graphics\chroma-zen\16_star.png" Delete "$INSTDIR\graphics\chroma-zen\16_player_two_swapped.png" Delete "$INSTDIR\graphics\chroma-zen\16_player_two.png" Delete "$INSTDIR\graphics\chroma-zen\16_player_one_swapped.png" Delete "$INSTDIR\graphics\chroma-zen\16_player_one.png" Delete "$INSTDIR\graphics\chroma-zen\16_map_top_right.png" Delete "$INSTDIR\graphics\chroma-zen\16_map_top_left.png" Delete "$INSTDIR\graphics\chroma-zen\16_map_bottom_right.png" Delete "$INSTDIR\graphics\chroma-zen\16_map_bottom_left.png" Delete "$INSTDIR\graphics\chroma-zen\16_dots_y.png" Delete "$INSTDIR\graphics\chroma-zen\16_dots_x.png" Delete "$INSTDIR\graphics\chroma-zen\16_dots_double.png" Delete "$INSTDIR\graphics\chroma-zen\16_dots.png" Delete "$INSTDIR\graphics\chroma-zen\16_door.png" Delete "$INSTDIR\graphics\chroma-zen\16_circle_double.png" Delete "$INSTDIR\graphics\chroma-zen\16_circle.png" Delete "$INSTDIR\graphics\chroma-zen\16_bomb_red_up.png" Delete "$INSTDIR\graphics\chroma-zen\16_bomb_red_right.png" Delete "$INSTDIR\graphics\chroma-zen\16_bomb_red_left.png" Delete "$INSTDIR\graphics\chroma-zen\16_bomb_red_down.png" Delete "$INSTDIR\graphics\chroma-zen\16_bomb_green_up.png" Delete "$INSTDIR\graphics\chroma-zen\16_bomb_green_right.png" Delete "$INSTDIR\graphics\chroma-zen\16_bomb_green_left.png" Delete "$INSTDIR\graphics\chroma-zen\16_bomb_green_down.png" Delete "$INSTDIR\graphics\chroma-zen\16_bomb_blue_up.png" Delete "$INSTDIR\graphics\chroma-zen\16_bomb_blue_right.png" Delete "$INSTDIR\graphics\chroma-zen\16_bomb_blue_left.png" Delete "$INSTDIR\graphics\chroma-zen\16_bomb_blue_down.png" Delete "$INSTDIR\graphics\chroma-zen\16_arrow_red_up.png" Delete "$INSTDIR\graphics\chroma-zen\16_arrow_red_right.png" Delete "$INSTDIR\graphics\chroma-zen\16_arrow_red_left.png" Delete "$INSTDIR\graphics\chroma-zen\16_arrow_red_down.png" Delete "$INSTDIR\graphics\chroma-zen\16_arrow_green_up.png" Delete "$INSTDIR\graphics\chroma-zen\16_arrow_green_right.png" Delete "$INSTDIR\graphics\chroma-zen\16_arrow_green_left.png" Delete "$INSTDIR\graphics\chroma-zen\16_arrow_green_down.png" Delete "$INSTDIR\graphics\chroma-zen\16_arrow_blue_up.png" Delete "$INSTDIR\graphics\chroma-zen\16_arrow_blue_right.png" Delete "$INSTDIR\graphics\chroma-zen\16_arrow_blue_left.png" Delete "$INSTDIR\graphics\chroma-zen\16_arrow_blue_down.png" Delete "$INSTDIR\graphics\chroma-neon.chroma" Delete "$INSTDIR\graphics\chroma-neon\64_wall_y.png" Delete "$INSTDIR\graphics\chroma-neon\64_wall_x.png" Delete "$INSTDIR\graphics\chroma-neon\64_wall_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_wall_outside.png" Delete "$INSTDIR\graphics\chroma-neon\64_wall_inside.png" Delete "$INSTDIR\graphics\chroma-neon\64_wall.png" Delete "$INSTDIR\graphics\chroma-neon\64_teleport_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_teleport.png" Delete "$INSTDIR\graphics\chroma-neon\64_switch_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_switch.png" Delete "$INSTDIR\graphics\chroma-neon\64_star_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_star.png" Delete "$INSTDIR\graphics\chroma-neon\64_player_two_swapped_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_player_two_swapped.png" Delete "$INSTDIR\graphics\chroma-neon\64_player_two_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_player_two.png" Delete "$INSTDIR\graphics\chroma-neon\64_player_one_swapped_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_player_one_swapped.png" Delete "$INSTDIR\graphics\chroma-neon\64_player_one_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_player_one.png" Delete "$INSTDIR\graphics\chroma-neon\64_map_top_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_map_top_right.png" Delete "$INSTDIR\graphics\chroma-neon\64_map_top_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_map_top_left.png" Delete "$INSTDIR\graphics\chroma-neon\64_map_bottom_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_map_bottom_right.png" Delete "$INSTDIR\graphics\chroma-neon\64_map_bottom_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_map_bottom_left.png" Delete "$INSTDIR\graphics\chroma-neon\64_dots_y_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_dots_y.png" Delete "$INSTDIR\graphics\chroma-neon\64_dots_x_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_dots_x.png" Delete "$INSTDIR\graphics\chroma-neon\64_dots_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_dots_double_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_dots_double.png" Delete "$INSTDIR\graphics\chroma-neon\64_dots.png" Delete "$INSTDIR\graphics\chroma-neon\64_door_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_door.png" Delete "$INSTDIR\graphics\chroma-neon\64_circle_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_circle_double_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_circle_double.png" Delete "$INSTDIR\graphics\chroma-neon\64_circle.png" Delete "$INSTDIR\graphics\chroma-neon\64_bomb_red_up_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_bomb_red_up.png" Delete "$INSTDIR\graphics\chroma-neon\64_bomb_red_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_bomb_red_right.png" Delete "$INSTDIR\graphics\chroma-neon\64_bomb_red_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_bomb_red_left.png" Delete "$INSTDIR\graphics\chroma-neon\64_bomb_red_down_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_bomb_red_down.png" Delete "$INSTDIR\graphics\chroma-neon\64_bomb_green_up_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_bomb_green_up.png" Delete "$INSTDIR\graphics\chroma-neon\64_bomb_green_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_bomb_green_right.png" Delete "$INSTDIR\graphics\chroma-neon\64_bomb_green_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_bomb_green_left.png" Delete "$INSTDIR\graphics\chroma-neon\64_bomb_green_down_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_bomb_green_down.png" Delete "$INSTDIR\graphics\chroma-neon\64_bomb_blue_up_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_bomb_blue_up.png" Delete "$INSTDIR\graphics\chroma-neon\64_bomb_blue_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_bomb_blue_right.png" Delete "$INSTDIR\graphics\chroma-neon\64_bomb_blue_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_bomb_blue_left.png" Delete "$INSTDIR\graphics\chroma-neon\64_bomb_blue_down_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_bomb_blue_down.png" Delete "$INSTDIR\graphics\chroma-neon\64_arrow_red_up_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_arrow_red_up.png" Delete "$INSTDIR\graphics\chroma-neon\64_arrow_red_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_arrow_red_right.png" Delete "$INSTDIR\graphics\chroma-neon\64_arrow_red_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_arrow_red_left.png" Delete "$INSTDIR\graphics\chroma-neon\64_arrow_red_down_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_arrow_red_down.png" Delete "$INSTDIR\graphics\chroma-neon\64_arrow_green_up_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_arrow_green_up.png" Delete "$INSTDIR\graphics\chroma-neon\64_arrow_green_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_arrow_green_right.png" Delete "$INSTDIR\graphics\chroma-neon\64_arrow_green_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_arrow_green_left.png" Delete "$INSTDIR\graphics\chroma-neon\64_arrow_green_down_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_arrow_green_down.png" Delete "$INSTDIR\graphics\chroma-neon\64_arrow_blue_up_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_arrow_blue_up.png" Delete "$INSTDIR\graphics\chroma-neon\64_arrow_blue_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_arrow_blue_right.png" Delete "$INSTDIR\graphics\chroma-neon\64_arrow_blue_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_arrow_blue_left.png" Delete "$INSTDIR\graphics\chroma-neon\64_arrow_blue_down_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\64_arrow_blue_down.png" Delete "$INSTDIR\graphics\chroma-neon\40_wall_y.png" Delete "$INSTDIR\graphics\chroma-neon\40_wall_x.png" Delete "$INSTDIR\graphics\chroma-neon\40_wall_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_wall_outside.png" Delete "$INSTDIR\graphics\chroma-neon\40_wall_inside.png" Delete "$INSTDIR\graphics\chroma-neon\40_wall.png" Delete "$INSTDIR\graphics\chroma-neon\40_teleport_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_teleport.png" Delete "$INSTDIR\graphics\chroma-neon\40_switch_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_switch.png" Delete "$INSTDIR\graphics\chroma-neon\40_star_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_star.png" Delete "$INSTDIR\graphics\chroma-neon\40_player_two_swapped_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_player_two_swapped.png" Delete "$INSTDIR\graphics\chroma-neon\40_player_two_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_player_two.png" Delete "$INSTDIR\graphics\chroma-neon\40_player_one_swapped_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_player_one_swapped.png" Delete "$INSTDIR\graphics\chroma-neon\40_player_one_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_player_one.png" Delete "$INSTDIR\graphics\chroma-neon\40_map_top_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_map_top_right.png" Delete "$INSTDIR\graphics\chroma-neon\40_map_top_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_map_top_left.png" Delete "$INSTDIR\graphics\chroma-neon\40_map_bottom_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_map_bottom_right.png" Delete "$INSTDIR\graphics\chroma-neon\40_map_bottom_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_map_bottom_left.png" Delete "$INSTDIR\graphics\chroma-neon\40_dots_y_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_dots_y.png" Delete "$INSTDIR\graphics\chroma-neon\40_dots_x_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_dots_x.png" Delete "$INSTDIR\graphics\chroma-neon\40_dots_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_dots_double_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_dots_double.png" Delete "$INSTDIR\graphics\chroma-neon\40_dots.png" Delete "$INSTDIR\graphics\chroma-neon\40_door_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_door.png" Delete "$INSTDIR\graphics\chroma-neon\40_circle_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_circle_double_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_circle_double.png" Delete "$INSTDIR\graphics\chroma-neon\40_circle.png" Delete "$INSTDIR\graphics\chroma-neon\40_bomb_red_up_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_bomb_red_up.png" Delete "$INSTDIR\graphics\chroma-neon\40_bomb_red_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_bomb_red_right.png" Delete "$INSTDIR\graphics\chroma-neon\40_bomb_red_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_bomb_red_left.png" Delete "$INSTDIR\graphics\chroma-neon\40_bomb_red_down_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_bomb_red_down.png" Delete "$INSTDIR\graphics\chroma-neon\40_bomb_green_up_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_bomb_green_up.png" Delete "$INSTDIR\graphics\chroma-neon\40_bomb_green_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_bomb_green_right.png" Delete "$INSTDIR\graphics\chroma-neon\40_bomb_green_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_bomb_green_left.png" Delete "$INSTDIR\graphics\chroma-neon\40_bomb_green_down_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_bomb_green_down.png" Delete "$INSTDIR\graphics\chroma-neon\40_bomb_blue_up_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_bomb_blue_up.png" Delete "$INSTDIR\graphics\chroma-neon\40_bomb_blue_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_bomb_blue_right.png" Delete "$INSTDIR\graphics\chroma-neon\40_bomb_blue_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_bomb_blue_left.png" Delete "$INSTDIR\graphics\chroma-neon\40_bomb_blue_down_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_bomb_blue_down.png" Delete "$INSTDIR\graphics\chroma-neon\40_arrow_red_up_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_arrow_red_up.png" Delete "$INSTDIR\graphics\chroma-neon\40_arrow_red_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_arrow_red_right.png" Delete "$INSTDIR\graphics\chroma-neon\40_arrow_red_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_arrow_red_left.png" Delete "$INSTDIR\graphics\chroma-neon\40_arrow_red_down_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_arrow_red_down.png" Delete "$INSTDIR\graphics\chroma-neon\40_arrow_green_up_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_arrow_green_up.png" Delete "$INSTDIR\graphics\chroma-neon\40_arrow_green_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_arrow_green_right.png" Delete "$INSTDIR\graphics\chroma-neon\40_arrow_green_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_arrow_green_left.png" Delete "$INSTDIR\graphics\chroma-neon\40_arrow_green_down_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_arrow_green_down.png" Delete "$INSTDIR\graphics\chroma-neon\40_arrow_blue_up_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_arrow_blue_up.png" Delete "$INSTDIR\graphics\chroma-neon\40_arrow_blue_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_arrow_blue_right.png" Delete "$INSTDIR\graphics\chroma-neon\40_arrow_blue_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_arrow_blue_left.png" Delete "$INSTDIR\graphics\chroma-neon\40_arrow_blue_down_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\40_arrow_blue_down.png" Delete "$INSTDIR\graphics\chroma-neon\32_wall_y.png" Delete "$INSTDIR\graphics\chroma-neon\32_wall_x.png" Delete "$INSTDIR\graphics\chroma-neon\32_wall_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_wall_outside.png" Delete "$INSTDIR\graphics\chroma-neon\32_wall_inside.png" Delete "$INSTDIR\graphics\chroma-neon\32_wall.png" Delete "$INSTDIR\graphics\chroma-neon\32_teleport_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_teleport.png" Delete "$INSTDIR\graphics\chroma-neon\32_switch_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_switch.png" Delete "$INSTDIR\graphics\chroma-neon\32_star_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_star.png" Delete "$INSTDIR\graphics\chroma-neon\32_player_two_swapped_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_player_two_swapped.png" Delete "$INSTDIR\graphics\chroma-neon\32_player_two_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_player_two.png" Delete "$INSTDIR\graphics\chroma-neon\32_player_one_swapped_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_player_one_swapped.png" Delete "$INSTDIR\graphics\chroma-neon\32_player_one_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_player_one.png" Delete "$INSTDIR\graphics\chroma-neon\32_map_top_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_map_top_right.png" Delete "$INSTDIR\graphics\chroma-neon\32_map_top_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_map_top_left.png" Delete "$INSTDIR\graphics\chroma-neon\32_map_bottom_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_map_bottom_right.png" Delete "$INSTDIR\graphics\chroma-neon\32_map_bottom_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_map_bottom_left.png" Delete "$INSTDIR\graphics\chroma-neon\32_dots_y_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_dots_y.png" Delete "$INSTDIR\graphics\chroma-neon\32_dots_x_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_dots_x.png" Delete "$INSTDIR\graphics\chroma-neon\32_dots_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_dots_double_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_dots_double.png" Delete "$INSTDIR\graphics\chroma-neon\32_dots.png" Delete "$INSTDIR\graphics\chroma-neon\32_door_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_door.png" Delete "$INSTDIR\graphics\chroma-neon\32_circle_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_circle_double_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_circle_double.png" Delete "$INSTDIR\graphics\chroma-neon\32_circle.png" Delete "$INSTDIR\graphics\chroma-neon\32_bomb_red_up_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_bomb_red_up.png" Delete "$INSTDIR\graphics\chroma-neon\32_bomb_red_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_bomb_red_right.png" Delete "$INSTDIR\graphics\chroma-neon\32_bomb_red_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_bomb_red_left.png" Delete "$INSTDIR\graphics\chroma-neon\32_bomb_red_down_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_bomb_red_down.png" Delete "$INSTDIR\graphics\chroma-neon\32_bomb_green_up_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_bomb_green_up.png" Delete "$INSTDIR\graphics\chroma-neon\32_bomb_green_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_bomb_green_right.png" Delete "$INSTDIR\graphics\chroma-neon\32_bomb_green_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_bomb_green_left.png" Delete "$INSTDIR\graphics\chroma-neon\32_bomb_green_down_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_bomb_green_down.png" Delete "$INSTDIR\graphics\chroma-neon\32_bomb_blue_up_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_bomb_blue_up.png" Delete "$INSTDIR\graphics\chroma-neon\32_bomb_blue_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_bomb_blue_right.png" Delete "$INSTDIR\graphics\chroma-neon\32_bomb_blue_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_bomb_blue_left.png" Delete "$INSTDIR\graphics\chroma-neon\32_bomb_blue_down_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_bomb_blue_down.png" Delete "$INSTDIR\graphics\chroma-neon\32_arrow_red_up_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_arrow_red_up.png" Delete "$INSTDIR\graphics\chroma-neon\32_arrow_red_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_arrow_red_right.png" Delete "$INSTDIR\graphics\chroma-neon\32_arrow_red_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_arrow_red_left.png" Delete "$INSTDIR\graphics\chroma-neon\32_arrow_red_down_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_arrow_red_down.png" Delete "$INSTDIR\graphics\chroma-neon\32_arrow_green_up_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_arrow_green_up.png" Delete "$INSTDIR\graphics\chroma-neon\32_arrow_green_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_arrow_green_right.png" Delete "$INSTDIR\graphics\chroma-neon\32_arrow_green_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_arrow_green_left.png" Delete "$INSTDIR\graphics\chroma-neon\32_arrow_green_down_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_arrow_green_down.png" Delete "$INSTDIR\graphics\chroma-neon\32_arrow_blue_up_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_arrow_blue_up.png" Delete "$INSTDIR\graphics\chroma-neon\32_arrow_blue_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_arrow_blue_right.png" Delete "$INSTDIR\graphics\chroma-neon\32_arrow_blue_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_arrow_blue_left.png" Delete "$INSTDIR\graphics\chroma-neon\32_arrow_blue_down_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\32_arrow_blue_down.png" Delete "$INSTDIR\graphics\chroma-neon\24_wall_y.png" Delete "$INSTDIR\graphics\chroma-neon\24_wall_x.png" Delete "$INSTDIR\graphics\chroma-neon\24_wall_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_wall_outside.png" Delete "$INSTDIR\graphics\chroma-neon\24_wall_inside.png" Delete "$INSTDIR\graphics\chroma-neon\24_wall.png" Delete "$INSTDIR\graphics\chroma-neon\24_teleport_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_teleport.png" Delete "$INSTDIR\graphics\chroma-neon\24_switch_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_switch.png" Delete "$INSTDIR\graphics\chroma-neon\24_star_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_star.png" Delete "$INSTDIR\graphics\chroma-neon\24_player_two_swapped_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_player_two_swapped.png" Delete "$INSTDIR\graphics\chroma-neon\24_player_two_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_player_two.png" Delete "$INSTDIR\graphics\chroma-neon\24_player_one_swapped_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_player_one_swapped.png" Delete "$INSTDIR\graphics\chroma-neon\24_player_one_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_player_one.png" Delete "$INSTDIR\graphics\chroma-neon\24_map_top_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_map_top_right.png" Delete "$INSTDIR\graphics\chroma-neon\24_map_top_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_map_top_left.png" Delete "$INSTDIR\graphics\chroma-neon\24_map_bottom_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_map_bottom_right.png" Delete "$INSTDIR\graphics\chroma-neon\24_map_bottom_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_map_bottom_left.png" Delete "$INSTDIR\graphics\chroma-neon\24_dots_y_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_dots_y.png" Delete "$INSTDIR\graphics\chroma-neon\24_dots_x_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_dots_x.png" Delete "$INSTDIR\graphics\chroma-neon\24_dots_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_dots_double_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_dots_double.png" Delete "$INSTDIR\graphics\chroma-neon\24_dots.png" Delete "$INSTDIR\graphics\chroma-neon\24_door_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_door.png" Delete "$INSTDIR\graphics\chroma-neon\24_circle_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_circle_double_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_circle_double.png" Delete "$INSTDIR\graphics\chroma-neon\24_circle.png" Delete "$INSTDIR\graphics\chroma-neon\24_bomb_red_up_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_bomb_red_up.png" Delete "$INSTDIR\graphics\chroma-neon\24_bomb_red_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_bomb_red_right.png" Delete "$INSTDIR\graphics\chroma-neon\24_bomb_red_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_bomb_red_left.png" Delete "$INSTDIR\graphics\chroma-neon\24_bomb_red_down_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_bomb_red_down.png" Delete "$INSTDIR\graphics\chroma-neon\24_bomb_green_up_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_bomb_green_up.png" Delete "$INSTDIR\graphics\chroma-neon\24_bomb_green_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_bomb_green_right.png" Delete "$INSTDIR\graphics\chroma-neon\24_bomb_green_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_bomb_green_left.png" Delete "$INSTDIR\graphics\chroma-neon\24_bomb_green_down_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_bomb_green_down.png" Delete "$INSTDIR\graphics\chroma-neon\24_bomb_blue_up_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_bomb_blue_up.png" Delete "$INSTDIR\graphics\chroma-neon\24_bomb_blue_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_bomb_blue_right.png" Delete "$INSTDIR\graphics\chroma-neon\24_bomb_blue_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_bomb_blue_left.png" Delete "$INSTDIR\graphics\chroma-neon\24_bomb_blue_down_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_bomb_blue_down.png" Delete "$INSTDIR\graphics\chroma-neon\24_arrow_red_up_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_arrow_red_up.png" Delete "$INSTDIR\graphics\chroma-neon\24_arrow_red_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_arrow_red_right.png" Delete "$INSTDIR\graphics\chroma-neon\24_arrow_red_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_arrow_red_left.png" Delete "$INSTDIR\graphics\chroma-neon\24_arrow_red_down_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_arrow_red_down.png" Delete "$INSTDIR\graphics\chroma-neon\24_arrow_green_up_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_arrow_green_up.png" Delete "$INSTDIR\graphics\chroma-neon\24_arrow_green_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_arrow_green_right.png" Delete "$INSTDIR\graphics\chroma-neon\24_arrow_green_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_arrow_green_left.png" Delete "$INSTDIR\graphics\chroma-neon\24_arrow_green_down_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_arrow_green_down.png" Delete "$INSTDIR\graphics\chroma-neon\24_arrow_blue_up_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_arrow_blue_up.png" Delete "$INSTDIR\graphics\chroma-neon\24_arrow_blue_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_arrow_blue_right.png" Delete "$INSTDIR\graphics\chroma-neon\24_arrow_blue_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_arrow_blue_left.png" Delete "$INSTDIR\graphics\chroma-neon\24_arrow_blue_down_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\24_arrow_blue_down.png" Delete "$INSTDIR\graphics\chroma-neon\20_wall_y.png" Delete "$INSTDIR\graphics\chroma-neon\20_wall_x.png" Delete "$INSTDIR\graphics\chroma-neon\20_wall_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_wall_outside.png" Delete "$INSTDIR\graphics\chroma-neon\20_wall_inside.png" Delete "$INSTDIR\graphics\chroma-neon\20_wall.png" Delete "$INSTDIR\graphics\chroma-neon\20_teleport_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_teleport.png" Delete "$INSTDIR\graphics\chroma-neon\20_switch_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_switch.png" Delete "$INSTDIR\graphics\chroma-neon\20_star_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_star.png" Delete "$INSTDIR\graphics\chroma-neon\20_player_two_swapped_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_player_two_swapped.png" Delete "$INSTDIR\graphics\chroma-neon\20_player_two_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_player_two.png" Delete "$INSTDIR\graphics\chroma-neon\20_player_one_swapped_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_player_one_swapped.png" Delete "$INSTDIR\graphics\chroma-neon\20_player_one_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_player_one.png" Delete "$INSTDIR\graphics\chroma-neon\20_map_top_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_map_top_right.png" Delete "$INSTDIR\graphics\chroma-neon\20_map_top_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_map_top_left.png" Delete "$INSTDIR\graphics\chroma-neon\20_map_bottom_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_map_bottom_right.png" Delete "$INSTDIR\graphics\chroma-neon\20_map_bottom_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_map_bottom_left.png" Delete "$INSTDIR\graphics\chroma-neon\20_dots_y_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_dots_y.png" Delete "$INSTDIR\graphics\chroma-neon\20_dots_x_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_dots_x.png" Delete "$INSTDIR\graphics\chroma-neon\20_dots_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_dots_double_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_dots_double.png" Delete "$INSTDIR\graphics\chroma-neon\20_dots.png" Delete "$INSTDIR\graphics\chroma-neon\20_door_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_door.png" Delete "$INSTDIR\graphics\chroma-neon\20_circle_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_circle_double_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_circle_double.png" Delete "$INSTDIR\graphics\chroma-neon\20_circle.png" Delete "$INSTDIR\graphics\chroma-neon\20_bomb_red_up_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_bomb_red_up.png" Delete "$INSTDIR\graphics\chroma-neon\20_bomb_red_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_bomb_red_right.png" Delete "$INSTDIR\graphics\chroma-neon\20_bomb_red_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_bomb_red_left.png" Delete "$INSTDIR\graphics\chroma-neon\20_bomb_red_down_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_bomb_red_down.png" Delete "$INSTDIR\graphics\chroma-neon\20_bomb_green_up_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_bomb_green_up.png" Delete "$INSTDIR\graphics\chroma-neon\20_bomb_green_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_bomb_green_right.png" Delete "$INSTDIR\graphics\chroma-neon\20_bomb_green_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_bomb_green_left.png" Delete "$INSTDIR\graphics\chroma-neon\20_bomb_green_down_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_bomb_green_down.png" Delete "$INSTDIR\graphics\chroma-neon\20_bomb_blue_up_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_bomb_blue_up.png" Delete "$INSTDIR\graphics\chroma-neon\20_bomb_blue_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_bomb_blue_right.png" Delete "$INSTDIR\graphics\chroma-neon\20_bomb_blue_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_bomb_blue_left.png" Delete "$INSTDIR\graphics\chroma-neon\20_bomb_blue_down_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_bomb_blue_down.png" Delete "$INSTDIR\graphics\chroma-neon\20_arrow_red_up_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_arrow_red_up.png" Delete "$INSTDIR\graphics\chroma-neon\20_arrow_red_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_arrow_red_right.png" Delete "$INSTDIR\graphics\chroma-neon\20_arrow_red_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_arrow_red_left.png" Delete "$INSTDIR\graphics\chroma-neon\20_arrow_red_down_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_arrow_red_down.png" Delete "$INSTDIR\graphics\chroma-neon\20_arrow_green_up_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_arrow_green_up.png" Delete "$INSTDIR\graphics\chroma-neon\20_arrow_green_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_arrow_green_right.png" Delete "$INSTDIR\graphics\chroma-neon\20_arrow_green_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_arrow_green_left.png" Delete "$INSTDIR\graphics\chroma-neon\20_arrow_green_down_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_arrow_green_down.png" Delete "$INSTDIR\graphics\chroma-neon\20_arrow_blue_up_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_arrow_blue_up.png" Delete "$INSTDIR\graphics\chroma-neon\20_arrow_blue_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_arrow_blue_right.png" Delete "$INSTDIR\graphics\chroma-neon\20_arrow_blue_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_arrow_blue_left.png" Delete "$INSTDIR\graphics\chroma-neon\20_arrow_blue_down_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\20_arrow_blue_down.png" Delete "$INSTDIR\graphics\chroma-neon\16_wall_y.png" Delete "$INSTDIR\graphics\chroma-neon\16_wall_x.png" Delete "$INSTDIR\graphics\chroma-neon\16_wall_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_wall_outside.png" Delete "$INSTDIR\graphics\chroma-neon\16_wall_inside.png" Delete "$INSTDIR\graphics\chroma-neon\16_wall.png" Delete "$INSTDIR\graphics\chroma-neon\16_teleport_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_teleport.png" Delete "$INSTDIR\graphics\chroma-neon\16_switch_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_switch.png" Delete "$INSTDIR\graphics\chroma-neon\16_star_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_star.png" Delete "$INSTDIR\graphics\chroma-neon\16_player_two_swapped_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_player_two_swapped.png" Delete "$INSTDIR\graphics\chroma-neon\16_player_two_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_player_two.png" Delete "$INSTDIR\graphics\chroma-neon\16_player_one_swapped_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_player_one_swapped.png" Delete "$INSTDIR\graphics\chroma-neon\16_player_one_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_player_one.png" Delete "$INSTDIR\graphics\chroma-neon\16_map_top_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_map_top_right.png" Delete "$INSTDIR\graphics\chroma-neon\16_map_top_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_map_top_left.png" Delete "$INSTDIR\graphics\chroma-neon\16_map_bottom_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_map_bottom_right.png" Delete "$INSTDIR\graphics\chroma-neon\16_map_bottom_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_map_bottom_left.png" Delete "$INSTDIR\graphics\chroma-neon\16_dots_y_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_dots_y.png" Delete "$INSTDIR\graphics\chroma-neon\16_dots_x_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_dots_x.png" Delete "$INSTDIR\graphics\chroma-neon\16_dots_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_dots_double_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_dots_double.png" Delete "$INSTDIR\graphics\chroma-neon\16_dots.png" Delete "$INSTDIR\graphics\chroma-neon\16_door_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_door.png" Delete "$INSTDIR\graphics\chroma-neon\16_circle_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_circle_double_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_circle_double.png" Delete "$INSTDIR\graphics\chroma-neon\16_circle.png" Delete "$INSTDIR\graphics\chroma-neon\16_bomb_red_up_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_bomb_red_up.png" Delete "$INSTDIR\graphics\chroma-neon\16_bomb_red_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_bomb_red_right.png" Delete "$INSTDIR\graphics\chroma-neon\16_bomb_red_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_bomb_red_left.png" Delete "$INSTDIR\graphics\chroma-neon\16_bomb_red_down_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_bomb_red_down.png" Delete "$INSTDIR\graphics\chroma-neon\16_bomb_green_up_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_bomb_green_up.png" Delete "$INSTDIR\graphics\chroma-neon\16_bomb_green_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_bomb_green_right.png" Delete "$INSTDIR\graphics\chroma-neon\16_bomb_green_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_bomb_green_left.png" Delete "$INSTDIR\graphics\chroma-neon\16_bomb_green_down_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_bomb_green_down.png" Delete "$INSTDIR\graphics\chroma-neon\16_bomb_blue_up_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_bomb_blue_up.png" Delete "$INSTDIR\graphics\chroma-neon\16_bomb_blue_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_bomb_blue_right.png" Delete "$INSTDIR\graphics\chroma-neon\16_bomb_blue_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_bomb_blue_left.png" Delete "$INSTDIR\graphics\chroma-neon\16_bomb_blue_down_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_bomb_blue_down.png" Delete "$INSTDIR\graphics\chroma-neon\16_arrow_red_up_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_arrow_red_up.png" Delete "$INSTDIR\graphics\chroma-neon\16_arrow_red_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_arrow_red_right.png" Delete "$INSTDIR\graphics\chroma-neon\16_arrow_red_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_arrow_red_left.png" Delete "$INSTDIR\graphics\chroma-neon\16_arrow_red_down_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_arrow_red_down.png" Delete "$INSTDIR\graphics\chroma-neon\16_arrow_green_up_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_arrow_green_up.png" Delete "$INSTDIR\graphics\chroma-neon\16_arrow_green_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_arrow_green_right.png" Delete "$INSTDIR\graphics\chroma-neon\16_arrow_green_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_arrow_green_left.png" Delete "$INSTDIR\graphics\chroma-neon\16_arrow_green_down_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_arrow_green_down.png" Delete "$INSTDIR\graphics\chroma-neon\16_arrow_blue_up_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_arrow_blue_up.png" Delete "$INSTDIR\graphics\chroma-neon\16_arrow_blue_right_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_arrow_blue_right.png" Delete "$INSTDIR\graphics\chroma-neon\16_arrow_blue_left_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_arrow_blue_left.png" Delete "$INSTDIR\graphics\chroma-neon\16_arrow_blue_down_shadow.png" Delete "$INSTDIR\graphics\chroma-neon\16_arrow_blue_down.png" Delete "$INSTDIR\graphics\chroma-marble.chroma" Delete "$INSTDIR\graphics\chroma-marble\64_wall_y_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\64_wall_y.png" Delete "$INSTDIR\graphics\chroma-marble\64_wall_x_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\64_wall_x.png" Delete "$INSTDIR\graphics\chroma-marble\64_wall_outside_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\64_wall_outside.png" Delete "$INSTDIR\graphics\chroma-marble\64_wall_inside_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\64_wall_inside.png" Delete "$INSTDIR\graphics\chroma-marble\64_wall.png" Delete "$INSTDIR\graphics\chroma-marble\64_teleport_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\64_teleport.png" Delete "$INSTDIR\graphics\chroma-marble\64_switch_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\64_switch.png" Delete "$INSTDIR\graphics\chroma-marble\64_star_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\64_star.png" Delete "$INSTDIR\graphics\chroma-marble\64_space.png" Delete "$INSTDIR\graphics\chroma-marble\64_player_two_swapped.png" Delete "$INSTDIR\graphics\chroma-marble\64_player_two.png" Delete "$INSTDIR\graphics\chroma-marble\64_player_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\64_player_one_swapped.png" Delete "$INSTDIR\graphics\chroma-marble\64_player_one.png" Delete "$INSTDIR\graphics\chroma-marble\64_map_top_right.png" Delete "$INSTDIR\graphics\chroma-marble\64_map_top_left.png" Delete "$INSTDIR\graphics\chroma-marble\64_map_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\64_map_bottom_right.png" Delete "$INSTDIR\graphics\chroma-marble\64_map_bottom_left.png" Delete "$INSTDIR\graphics\chroma-marble\64_dots_y_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\64_dots_y.png" Delete "$INSTDIR\graphics\chroma-marble\64_dots_x_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\64_dots_x.png" Delete "$INSTDIR\graphics\chroma-marble\64_dots_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\64_dots_double_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\64_dots_double.png" Delete "$INSTDIR\graphics\chroma-marble\64_dots.png" Delete "$INSTDIR\graphics\chroma-marble\64_door_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\64_door.png" Delete "$INSTDIR\graphics\chroma-marble\64_circle_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\64_circle_double_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\64_circle_double.png" Delete "$INSTDIR\graphics\chroma-marble\64_circle.png" Delete "$INSTDIR\graphics\chroma-marble\64_bomb_shadow_up.png" Delete "$INSTDIR\graphics\chroma-marble\64_bomb_shadow_right.png" Delete "$INSTDIR\graphics\chroma-marble\64_bomb_shadow_left.png" Delete "$INSTDIR\graphics\chroma-marble\64_bomb_shadow_down.png" Delete "$INSTDIR\graphics\chroma-marble\64_bomb_red_up.png" Delete "$INSTDIR\graphics\chroma-marble\64_bomb_red_right.png" Delete "$INSTDIR\graphics\chroma-marble\64_bomb_red_left.png" Delete "$INSTDIR\graphics\chroma-marble\64_bomb_red_down.png" Delete "$INSTDIR\graphics\chroma-marble\64_bomb_green_up.png" Delete "$INSTDIR\graphics\chroma-marble\64_bomb_green_right.png" Delete "$INSTDIR\graphics\chroma-marble\64_bomb_green_left.png" Delete "$INSTDIR\graphics\chroma-marble\64_bomb_green_down.png" Delete "$INSTDIR\graphics\chroma-marble\64_bomb_blue_up.png" Delete "$INSTDIR\graphics\chroma-marble\64_bomb_blue_right.png" Delete "$INSTDIR\graphics\chroma-marble\64_bomb_blue_left.png" Delete "$INSTDIR\graphics\chroma-marble\64_bomb_blue_down.png" Delete "$INSTDIR\graphics\chroma-marble\64_arrow_shadow_up.png" Delete "$INSTDIR\graphics\chroma-marble\64_arrow_shadow_right.png" Delete "$INSTDIR\graphics\chroma-marble\64_arrow_shadow_left.png" Delete "$INSTDIR\graphics\chroma-marble\64_arrow_shadow_down.png" Delete "$INSTDIR\graphics\chroma-marble\64_arrow_red_up.png" Delete "$INSTDIR\graphics\chroma-marble\64_arrow_red_right.png" Delete "$INSTDIR\graphics\chroma-marble\64_arrow_red_left.png" Delete "$INSTDIR\graphics\chroma-marble\64_arrow_red_down.png" Delete "$INSTDIR\graphics\chroma-marble\64_arrow_green_up.png" Delete "$INSTDIR\graphics\chroma-marble\64_arrow_green_right.png" Delete "$INSTDIR\graphics\chroma-marble\64_arrow_green_left.png" Delete "$INSTDIR\graphics\chroma-marble\64_arrow_green_down.png" Delete "$INSTDIR\graphics\chroma-marble\64_arrow_blue_up.png" Delete "$INSTDIR\graphics\chroma-marble\64_arrow_blue_right.png" Delete "$INSTDIR\graphics\chroma-marble\64_arrow_blue_left.png" Delete "$INSTDIR\graphics\chroma-marble\64_arrow_blue_down.png" Delete "$INSTDIR\graphics\chroma-marble\40_wall_y_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\40_wall_y.png" Delete "$INSTDIR\graphics\chroma-marble\40_wall_x_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\40_wall_x.png" Delete "$INSTDIR\graphics\chroma-marble\40_wall_outside_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\40_wall_outside.png" Delete "$INSTDIR\graphics\chroma-marble\40_wall_inside_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\40_wall_inside.png" Delete "$INSTDIR\graphics\chroma-marble\40_wall.png" Delete "$INSTDIR\graphics\chroma-marble\40_teleport_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\40_teleport.png" Delete "$INSTDIR\graphics\chroma-marble\40_switch_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\40_switch.png" Delete "$INSTDIR\graphics\chroma-marble\40_star_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\40_star.png" Delete "$INSTDIR\graphics\chroma-marble\40_space.png" Delete "$INSTDIR\graphics\chroma-marble\40_player_two_swapped.png" Delete "$INSTDIR\graphics\chroma-marble\40_player_two.png" Delete "$INSTDIR\graphics\chroma-marble\40_player_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\40_player_one_swapped.png" Delete "$INSTDIR\graphics\chroma-marble\40_player_one.png" Delete "$INSTDIR\graphics\chroma-marble\40_map_top_right.png" Delete "$INSTDIR\graphics\chroma-marble\40_map_top_left.png" Delete "$INSTDIR\graphics\chroma-marble\40_map_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\40_map_bottom_right.png" Delete "$INSTDIR\graphics\chroma-marble\40_map_bottom_left.png" Delete "$INSTDIR\graphics\chroma-marble\40_dots_y_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\40_dots_y.png" Delete "$INSTDIR\graphics\chroma-marble\40_dots_x_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\40_dots_x.png" Delete "$INSTDIR\graphics\chroma-marble\40_dots_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\40_dots_double_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\40_dots_double.png" Delete "$INSTDIR\graphics\chroma-marble\40_dots.png" Delete "$INSTDIR\graphics\chroma-marble\40_door_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\40_door.png" Delete "$INSTDIR\graphics\chroma-marble\40_circle_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\40_circle_double_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\40_circle_double.png" Delete "$INSTDIR\graphics\chroma-marble\40_circle.png" Delete "$INSTDIR\graphics\chroma-marble\40_bomb_shadow_up.png" Delete "$INSTDIR\graphics\chroma-marble\40_bomb_shadow_right.png" Delete "$INSTDIR\graphics\chroma-marble\40_bomb_shadow_left.png" Delete "$INSTDIR\graphics\chroma-marble\40_bomb_shadow_down.png" Delete "$INSTDIR\graphics\chroma-marble\40_bomb_red_up.png" Delete "$INSTDIR\graphics\chroma-marble\40_bomb_red_right.png" Delete "$INSTDIR\graphics\chroma-marble\40_bomb_red_left.png" Delete "$INSTDIR\graphics\chroma-marble\40_bomb_red_down.png" Delete "$INSTDIR\graphics\chroma-marble\40_bomb_green_up.png" Delete "$INSTDIR\graphics\chroma-marble\40_bomb_green_right.png" Delete "$INSTDIR\graphics\chroma-marble\40_bomb_green_left.png" Delete "$INSTDIR\graphics\chroma-marble\40_bomb_green_down.png" Delete "$INSTDIR\graphics\chroma-marble\40_bomb_blue_up.png" Delete "$INSTDIR\graphics\chroma-marble\40_bomb_blue_right.png" Delete "$INSTDIR\graphics\chroma-marble\40_bomb_blue_left.png" Delete "$INSTDIR\graphics\chroma-marble\40_bomb_blue_down.png" Delete "$INSTDIR\graphics\chroma-marble\40_arrow_shadow_up.png" Delete "$INSTDIR\graphics\chroma-marble\40_arrow_shadow_right.png" Delete "$INSTDIR\graphics\chroma-marble\40_arrow_shadow_left.png" Delete "$INSTDIR\graphics\chroma-marble\40_arrow_shadow_down.png" Delete "$INSTDIR\graphics\chroma-marble\40_arrow_red_up.png" Delete "$INSTDIR\graphics\chroma-marble\40_arrow_red_right.png" Delete "$INSTDIR\graphics\chroma-marble\40_arrow_red_left.png" Delete "$INSTDIR\graphics\chroma-marble\40_arrow_red_down.png" Delete "$INSTDIR\graphics\chroma-marble\40_arrow_green_up.png" Delete "$INSTDIR\graphics\chroma-marble\40_arrow_green_right.png" Delete "$INSTDIR\graphics\chroma-marble\40_arrow_green_left.png" Delete "$INSTDIR\graphics\chroma-marble\40_arrow_green_down.png" Delete "$INSTDIR\graphics\chroma-marble\40_arrow_blue_up.png" Delete "$INSTDIR\graphics\chroma-marble\40_arrow_blue_right.png" Delete "$INSTDIR\graphics\chroma-marble\40_arrow_blue_left.png" Delete "$INSTDIR\graphics\chroma-marble\40_arrow_blue_down.png" Delete "$INSTDIR\graphics\chroma-marble\32_wall_y_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\32_wall_y.png" Delete "$INSTDIR\graphics\chroma-marble\32_wall_x_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\32_wall_x.png" Delete "$INSTDIR\graphics\chroma-marble\32_wall_outside_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\32_wall_outside.png" Delete "$INSTDIR\graphics\chroma-marble\32_wall_inside_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\32_wall_inside.png" Delete "$INSTDIR\graphics\chroma-marble\32_wall.png" Delete "$INSTDIR\graphics\chroma-marble\32_teleport_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\32_teleport.png" Delete "$INSTDIR\graphics\chroma-marble\32_switch_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\32_switch.png" Delete "$INSTDIR\graphics\chroma-marble\32_star_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\32_star.png" Delete "$INSTDIR\graphics\chroma-marble\32_space.png" Delete "$INSTDIR\graphics\chroma-marble\32_player_two_swapped.png" Delete "$INSTDIR\graphics\chroma-marble\32_player_two.png" Delete "$INSTDIR\graphics\chroma-marble\32_player_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\32_player_one_swapped.png" Delete "$INSTDIR\graphics\chroma-marble\32_player_one.png" Delete "$INSTDIR\graphics\chroma-marble\32_map_top_right.png" Delete "$INSTDIR\graphics\chroma-marble\32_map_top_left.png" Delete "$INSTDIR\graphics\chroma-marble\32_map_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\32_map_bottom_right.png" Delete "$INSTDIR\graphics\chroma-marble\32_map_bottom_left.png" Delete "$INSTDIR\graphics\chroma-marble\32_dots_y_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\32_dots_y.png" Delete "$INSTDIR\graphics\chroma-marble\32_dots_x_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\32_dots_x.png" Delete "$INSTDIR\graphics\chroma-marble\32_dots_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\32_dots_double_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\32_dots_double.png" Delete "$INSTDIR\graphics\chroma-marble\32_dots.png" Delete "$INSTDIR\graphics\chroma-marble\32_door_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\32_door.png" Delete "$INSTDIR\graphics\chroma-marble\32_circle_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\32_circle_double_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\32_circle_double.png" Delete "$INSTDIR\graphics\chroma-marble\32_circle.png" Delete "$INSTDIR\graphics\chroma-marble\32_bomb_shadow_up.png" Delete "$INSTDIR\graphics\chroma-marble\32_bomb_shadow_right.png" Delete "$INSTDIR\graphics\chroma-marble\32_bomb_shadow_left.png" Delete "$INSTDIR\graphics\chroma-marble\32_bomb_shadow_down.png" Delete "$INSTDIR\graphics\chroma-marble\32_bomb_red_up.png" Delete "$INSTDIR\graphics\chroma-marble\32_bomb_red_right.png" Delete "$INSTDIR\graphics\chroma-marble\32_bomb_red_left.png" Delete "$INSTDIR\graphics\chroma-marble\32_bomb_red_down.png" Delete "$INSTDIR\graphics\chroma-marble\32_bomb_green_up.png" Delete "$INSTDIR\graphics\chroma-marble\32_bomb_green_right.png" Delete "$INSTDIR\graphics\chroma-marble\32_bomb_green_left.png" Delete "$INSTDIR\graphics\chroma-marble\32_bomb_green_down.png" Delete "$INSTDIR\graphics\chroma-marble\32_bomb_blue_up.png" Delete "$INSTDIR\graphics\chroma-marble\32_bomb_blue_right.png" Delete "$INSTDIR\graphics\chroma-marble\32_bomb_blue_left.png" Delete "$INSTDIR\graphics\chroma-marble\32_bomb_blue_down.png" Delete "$INSTDIR\graphics\chroma-marble\32_arrow_shadow_up.png" Delete "$INSTDIR\graphics\chroma-marble\32_arrow_shadow_right.png" Delete "$INSTDIR\graphics\chroma-marble\32_arrow_shadow_left.png" Delete "$INSTDIR\graphics\chroma-marble\32_arrow_shadow_down.png" Delete "$INSTDIR\graphics\chroma-marble\32_arrow_red_up.png" Delete "$INSTDIR\graphics\chroma-marble\32_arrow_red_right.png" Delete "$INSTDIR\graphics\chroma-marble\32_arrow_red_left.png" Delete "$INSTDIR\graphics\chroma-marble\32_arrow_red_down.png" Delete "$INSTDIR\graphics\chroma-marble\32_arrow_green_up.png" Delete "$INSTDIR\graphics\chroma-marble\32_arrow_green_right.png" Delete "$INSTDIR\graphics\chroma-marble\32_arrow_green_left.png" Delete "$INSTDIR\graphics\chroma-marble\32_arrow_green_down.png" Delete "$INSTDIR\graphics\chroma-marble\32_arrow_blue_up.png" Delete "$INSTDIR\graphics\chroma-marble\32_arrow_blue_right.png" Delete "$INSTDIR\graphics\chroma-marble\32_arrow_blue_left.png" Delete "$INSTDIR\graphics\chroma-marble\32_arrow_blue_down.png" Delete "$INSTDIR\graphics\chroma-marble\24_wall_y_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\24_wall_y.png" Delete "$INSTDIR\graphics\chroma-marble\24_wall_x_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\24_wall_x.png" Delete "$INSTDIR\graphics\chroma-marble\24_wall_outside_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\24_wall_outside.png" Delete "$INSTDIR\graphics\chroma-marble\24_wall_inside_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\24_wall_inside.png" Delete "$INSTDIR\graphics\chroma-marble\24_wall.png" Delete "$INSTDIR\graphics\chroma-marble\24_teleport_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\24_teleport.png" Delete "$INSTDIR\graphics\chroma-marble\24_switch_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\24_switch.png" Delete "$INSTDIR\graphics\chroma-marble\24_star_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\24_star.png" Delete "$INSTDIR\graphics\chroma-marble\24_space.png" Delete "$INSTDIR\graphics\chroma-marble\24_player_two_swapped.png" Delete "$INSTDIR\graphics\chroma-marble\24_player_two.png" Delete "$INSTDIR\graphics\chroma-marble\24_player_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\24_player_one_swapped.png" Delete "$INSTDIR\graphics\chroma-marble\24_player_one.png" Delete "$INSTDIR\graphics\chroma-marble\24_map_top_right.png" Delete "$INSTDIR\graphics\chroma-marble\24_map_top_left.png" Delete "$INSTDIR\graphics\chroma-marble\24_map_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\24_map_bottom_right.png" Delete "$INSTDIR\graphics\chroma-marble\24_map_bottom_left.png" Delete "$INSTDIR\graphics\chroma-marble\24_dots_y_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\24_dots_y.png" Delete "$INSTDIR\graphics\chroma-marble\24_dots_x_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\24_dots_x.png" Delete "$INSTDIR\graphics\chroma-marble\24_dots_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\24_dots_double_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\24_dots_double.png" Delete "$INSTDIR\graphics\chroma-marble\24_dots.png" Delete "$INSTDIR\graphics\chroma-marble\24_door_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\24_door.png" Delete "$INSTDIR\graphics\chroma-marble\24_circle_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\24_circle_double_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\24_circle_double.png" Delete "$INSTDIR\graphics\chroma-marble\24_circle.png" Delete "$INSTDIR\graphics\chroma-marble\24_bomb_shadow_up.png" Delete "$INSTDIR\graphics\chroma-marble\24_bomb_shadow_right.png" Delete "$INSTDIR\graphics\chroma-marble\24_bomb_shadow_left.png" Delete "$INSTDIR\graphics\chroma-marble\24_bomb_shadow_down.png" Delete "$INSTDIR\graphics\chroma-marble\24_bomb_red_up.png" Delete "$INSTDIR\graphics\chroma-marble\24_bomb_red_right.png" Delete "$INSTDIR\graphics\chroma-marble\24_bomb_red_left.png" Delete "$INSTDIR\graphics\chroma-marble\24_bomb_red_down.png" Delete "$INSTDIR\graphics\chroma-marble\24_bomb_green_up.png" Delete "$INSTDIR\graphics\chroma-marble\24_bomb_green_right.png" Delete "$INSTDIR\graphics\chroma-marble\24_bomb_green_left.png" Delete "$INSTDIR\graphics\chroma-marble\24_bomb_green_down.png" Delete "$INSTDIR\graphics\chroma-marble\24_bomb_blue_up.png" Delete "$INSTDIR\graphics\chroma-marble\24_bomb_blue_right.png" Delete "$INSTDIR\graphics\chroma-marble\24_bomb_blue_left.png" Delete "$INSTDIR\graphics\chroma-marble\24_bomb_blue_down.png" Delete "$INSTDIR\graphics\chroma-marble\24_arrow_shadow_up.png" Delete "$INSTDIR\graphics\chroma-marble\24_arrow_shadow_right.png" Delete "$INSTDIR\graphics\chroma-marble\24_arrow_shadow_left.png" Delete "$INSTDIR\graphics\chroma-marble\24_arrow_shadow_down.png" Delete "$INSTDIR\graphics\chroma-marble\24_arrow_red_up.png" Delete "$INSTDIR\graphics\chroma-marble\24_arrow_red_right.png" Delete "$INSTDIR\graphics\chroma-marble\24_arrow_red_left.png" Delete "$INSTDIR\graphics\chroma-marble\24_arrow_red_down.png" Delete "$INSTDIR\graphics\chroma-marble\24_arrow_green_up.png" Delete "$INSTDIR\graphics\chroma-marble\24_arrow_green_right.png" Delete "$INSTDIR\graphics\chroma-marble\24_arrow_green_left.png" Delete "$INSTDIR\graphics\chroma-marble\24_arrow_green_down.png" Delete "$INSTDIR\graphics\chroma-marble\24_arrow_blue_up.png" Delete "$INSTDIR\graphics\chroma-marble\24_arrow_blue_right.png" Delete "$INSTDIR\graphics\chroma-marble\24_arrow_blue_left.png" Delete "$INSTDIR\graphics\chroma-marble\24_arrow_blue_down.png" Delete "$INSTDIR\graphics\chroma-marble\20_wall_y_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\20_wall_y.png" Delete "$INSTDIR\graphics\chroma-marble\20_wall_x_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\20_wall_x.png" Delete "$INSTDIR\graphics\chroma-marble\20_wall_outside_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\20_wall_outside.png" Delete "$INSTDIR\graphics\chroma-marble\20_wall_inside_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\20_wall_inside.png" Delete "$INSTDIR\graphics\chroma-marble\20_wall.png" Delete "$INSTDIR\graphics\chroma-marble\20_teleport_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\20_teleport.png" Delete "$INSTDIR\graphics\chroma-marble\20_switch_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\20_switch.png" Delete "$INSTDIR\graphics\chroma-marble\20_star_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\20_star.png" Delete "$INSTDIR\graphics\chroma-marble\20_space.png" Delete "$INSTDIR\graphics\chroma-marble\20_player_two_swapped.png" Delete "$INSTDIR\graphics\chroma-marble\20_player_two.png" Delete "$INSTDIR\graphics\chroma-marble\20_player_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\20_player_one_swapped.png" Delete "$INSTDIR\graphics\chroma-marble\20_player_one.png" Delete "$INSTDIR\graphics\chroma-marble\20_map_top_right.png" Delete "$INSTDIR\graphics\chroma-marble\20_map_top_left.png" Delete "$INSTDIR\graphics\chroma-marble\20_map_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\20_map_bottom_right.png" Delete "$INSTDIR\graphics\chroma-marble\20_map_bottom_left.png" Delete "$INSTDIR\graphics\chroma-marble\20_dots_y_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\20_dots_y.png" Delete "$INSTDIR\graphics\chroma-marble\20_dots_x_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\20_dots_x.png" Delete "$INSTDIR\graphics\chroma-marble\20_dots_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\20_dots_double_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\20_dots_double.png" Delete "$INSTDIR\graphics\chroma-marble\20_dots.png" Delete "$INSTDIR\graphics\chroma-marble\20_door_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\20_door.png" Delete "$INSTDIR\graphics\chroma-marble\20_circle_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\20_circle_double_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\20_circle_double.png" Delete "$INSTDIR\graphics\chroma-marble\20_circle.png" Delete "$INSTDIR\graphics\chroma-marble\20_bomb_shadow_up.png" Delete "$INSTDIR\graphics\chroma-marble\20_bomb_shadow_right.png" Delete "$INSTDIR\graphics\chroma-marble\20_bomb_shadow_left.png" Delete "$INSTDIR\graphics\chroma-marble\20_bomb_shadow_down.png" Delete "$INSTDIR\graphics\chroma-marble\20_bomb_red_up.png" Delete "$INSTDIR\graphics\chroma-marble\20_bomb_red_right.png" Delete "$INSTDIR\graphics\chroma-marble\20_bomb_red_left.png" Delete "$INSTDIR\graphics\chroma-marble\20_bomb_red_down.png" Delete "$INSTDIR\graphics\chroma-marble\20_bomb_green_up.png" Delete "$INSTDIR\graphics\chroma-marble\20_bomb_green_right.png" Delete "$INSTDIR\graphics\chroma-marble\20_bomb_green_left.png" Delete "$INSTDIR\graphics\chroma-marble\20_bomb_green_down.png" Delete "$INSTDIR\graphics\chroma-marble\20_bomb_blue_up.png" Delete "$INSTDIR\graphics\chroma-marble\20_bomb_blue_right.png" Delete "$INSTDIR\graphics\chroma-marble\20_bomb_blue_left.png" Delete "$INSTDIR\graphics\chroma-marble\20_bomb_blue_down.png" Delete "$INSTDIR\graphics\chroma-marble\20_arrow_shadow_up.png" Delete "$INSTDIR\graphics\chroma-marble\20_arrow_shadow_right.png" Delete "$INSTDIR\graphics\chroma-marble\20_arrow_shadow_left.png" Delete "$INSTDIR\graphics\chroma-marble\20_arrow_shadow_down.png" Delete "$INSTDIR\graphics\chroma-marble\20_arrow_red_up.png" Delete "$INSTDIR\graphics\chroma-marble\20_arrow_red_right.png" Delete "$INSTDIR\graphics\chroma-marble\20_arrow_red_left.png" Delete "$INSTDIR\graphics\chroma-marble\20_arrow_red_down.png" Delete "$INSTDIR\graphics\chroma-marble\20_arrow_green_up.png" Delete "$INSTDIR\graphics\chroma-marble\20_arrow_green_right.png" Delete "$INSTDIR\graphics\chroma-marble\20_arrow_green_left.png" Delete "$INSTDIR\graphics\chroma-marble\20_arrow_green_down.png" Delete "$INSTDIR\graphics\chroma-marble\20_arrow_blue_up.png" Delete "$INSTDIR\graphics\chroma-marble\20_arrow_blue_right.png" Delete "$INSTDIR\graphics\chroma-marble\20_arrow_blue_left.png" Delete "$INSTDIR\graphics\chroma-marble\20_arrow_blue_down.png" Delete "$INSTDIR\graphics\chroma-marble\16_wall_y_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\16_wall_y.png" Delete "$INSTDIR\graphics\chroma-marble\16_wall_x_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\16_wall_x.png" Delete "$INSTDIR\graphics\chroma-marble\16_wall_outside_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\16_wall_outside.png" Delete "$INSTDIR\graphics\chroma-marble\16_wall_inside_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\16_wall_inside.png" Delete "$INSTDIR\graphics\chroma-marble\16_wall.png" Delete "$INSTDIR\graphics\chroma-marble\16_teleport_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\16_teleport.png" Delete "$INSTDIR\graphics\chroma-marble\16_switch_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\16_switch.png" Delete "$INSTDIR\graphics\chroma-marble\16_star_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\16_star.png" Delete "$INSTDIR\graphics\chroma-marble\16_space.png" Delete "$INSTDIR\graphics\chroma-marble\16_player_two_swapped.png" Delete "$INSTDIR\graphics\chroma-marble\16_player_two.png" Delete "$INSTDIR\graphics\chroma-marble\16_player_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\16_player_one_swapped.png" Delete "$INSTDIR\graphics\chroma-marble\16_player_one.png" Delete "$INSTDIR\graphics\chroma-marble\16_map_top_right.png" Delete "$INSTDIR\graphics\chroma-marble\16_map_top_left.png" Delete "$INSTDIR\graphics\chroma-marble\16_map_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\16_map_bottom_right.png" Delete "$INSTDIR\graphics\chroma-marble\16_map_bottom_left.png" Delete "$INSTDIR\graphics\chroma-marble\16_dots_y_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\16_dots_y.png" Delete "$INSTDIR\graphics\chroma-marble\16_dots_x_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\16_dots_x.png" Delete "$INSTDIR\graphics\chroma-marble\16_dots_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\16_dots_double_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\16_dots_double.png" Delete "$INSTDIR\graphics\chroma-marble\16_dots.png" Delete "$INSTDIR\graphics\chroma-marble\16_door_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\16_door.png" Delete "$INSTDIR\graphics\chroma-marble\16_circle_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\16_circle_double_shadow.png" Delete "$INSTDIR\graphics\chroma-marble\16_circle_double.png" Delete "$INSTDIR\graphics\chroma-marble\16_circle.png" Delete "$INSTDIR\graphics\chroma-marble\16_bomb_shadow_up.png" Delete "$INSTDIR\graphics\chroma-marble\16_bomb_shadow_right.png" Delete "$INSTDIR\graphics\chroma-marble\16_bomb_shadow_left.png" Delete "$INSTDIR\graphics\chroma-marble\16_bomb_shadow_down.png" Delete "$INSTDIR\graphics\chroma-marble\16_bomb_red_up.png" Delete "$INSTDIR\graphics\chroma-marble\16_bomb_red_right.png" Delete "$INSTDIR\graphics\chroma-marble\16_bomb_red_left.png" Delete "$INSTDIR\graphics\chroma-marble\16_bomb_red_down.png" Delete "$INSTDIR\graphics\chroma-marble\16_bomb_green_up.png" Delete "$INSTDIR\graphics\chroma-marble\16_bomb_green_right.png" Delete "$INSTDIR\graphics\chroma-marble\16_bomb_green_left.png" Delete "$INSTDIR\graphics\chroma-marble\16_bomb_green_down.png" Delete "$INSTDIR\graphics\chroma-marble\16_bomb_blue_up.png" Delete "$INSTDIR\graphics\chroma-marble\16_bomb_blue_right.png" Delete "$INSTDIR\graphics\chroma-marble\16_bomb_blue_left.png" Delete "$INSTDIR\graphics\chroma-marble\16_bomb_blue_down.png" Delete "$INSTDIR\graphics\chroma-marble\16_arrow_shadow_up.png" Delete "$INSTDIR\graphics\chroma-marble\16_arrow_shadow_right.png" Delete "$INSTDIR\graphics\chroma-marble\16_arrow_shadow_left.png" Delete "$INSTDIR\graphics\chroma-marble\16_arrow_shadow_down.png" Delete "$INSTDIR\graphics\chroma-marble\16_arrow_red_up.png" Delete "$INSTDIR\graphics\chroma-marble\16_arrow_red_right.png" Delete "$INSTDIR\graphics\chroma-marble\16_arrow_red_left.png" Delete "$INSTDIR\graphics\chroma-marble\16_arrow_red_down.png" Delete "$INSTDIR\graphics\chroma-marble\16_arrow_green_up.png" Delete "$INSTDIR\graphics\chroma-marble\16_arrow_green_right.png" Delete "$INSTDIR\graphics\chroma-marble\16_arrow_green_left.png" Delete "$INSTDIR\graphics\chroma-marble\16_arrow_green_down.png" Delete "$INSTDIR\graphics\chroma-marble\16_arrow_blue_up.png" Delete "$INSTDIR\graphics\chroma-marble\16_arrow_blue_right.png" Delete "$INSTDIR\graphics\chroma-marble\16_arrow_blue_left.png" Delete "$INSTDIR\graphics\chroma-marble\16_arrow_blue_down.png" Delete "$INSTDIR\help\README" Delete "$INSTDIR\colours\fallback.chroma" Delete "$INSTDIR\colours\chroma-standard.chroma" Delete "$INSTDIR\colours\chroma-reverse.chroma" Delete "$INSTDIR\colours\chroma-monochrome.chroma" Delete "$INSTDIR\colours\chroma-enigma.chroma" Delete "$INSTDIR\colours\chroma-enhanced.chroma" Delete "$INSTDIR\README" Delete "$INSTDIR\COPYING" Delete "$INSTDIR\chroma.exe" Delete "$INSTDIR\chroma-curses.exe" Delete "$SMPROGRAMS\Chroma\Uninstall.lnk" Delete "$DESKTOP\Chroma.lnk" Delete "$SMPROGRAMS\Chroma\Chroma.lnk" Delete "$SMPROGRAMS\Chroma\Chroma Curses.lnk" RMDir "$SMPROGRAMS\Chroma" RMDir "$INSTDIR\levels\regression" RMDir "$INSTDIR\levels\chroma-2" RMDir "$INSTDIR\levels\chroma-1" RMDir "$INSTDIR\levels" RMDir "$INSTDIR\graphics\resources" RMDir "$INSTDIR\graphics\chroma-zen" RMDir "$INSTDIR\graphics\chroma-neon" RMDir "$INSTDIR\graphics\chroma-marble" RMDir "$INSTDIR\graphics" RMDir "$INSTDIR\help" RMDir "$INSTDIR\colours" RMDir "$INSTDIR" DeleteRegKey ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" DeleteRegKey HKLM "${PRODUCT_DIR_REGKEY}" SetAutoClose true SectionEnd