aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 3b3cd51..3eb931d 100644
--- a/config.h
+++ b/config.h
@@ -3,9 +3,9 @@
// The characters that represent different tiles
#define EMPTY_CHAR '.'
-#define GOAL_CHAR 'X'
+#define GOAL_CHAR 'Z'
#define WALL_CHAR '#'
-#define PLAYER_CHAR '@'
+#define START_CHAR 'A'
#define DRAW_MAP_OFFSET_X 1
#define DRAW_MAP_OFFSET_Y 1