aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKirill Petrashin <kirill8201@yandex.ru>2026-03-14 15:05:03 +0300
committerKirill Petrashin <kirill8201@yandex.ru>2026-03-14 15:05:03 +0300
commit7fd2c1ca96f2972bc53a4a89cb6db582c4f6e2e1 (patch)
tree17b935a1b7b38834d5cb9347c8a06ea30054a345 /config.h
parentc73a11860175a830c9b04967eac56dbd8221f311 (diff)
Rename player into start
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