aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index 096f612..a540c5c 100644
--- a/config.h
+++ b/config.h
@@ -10,6 +10,8 @@
#define WALL_CHAR '#'
#define START_CHAR_1 'S'
#define START_CHAR_2 'T'
+#define CURSOR_CHAR_1 '<'
+#define CURSOR_CHAR_2 '>'
#define DRAW_MAP_OFFSET_X 2
#define DRAW_MAP_OFFSET_Y 1