diff options
| author | Kirill Petrashin <kirill8201@yandex.ru> | 2026-03-14 15:05:03 +0300 |
|---|---|---|
| committer | Kirill Petrashin <kirill8201@yandex.ru> | 2026-03-14 15:05:03 +0300 |
| commit | 7fd2c1ca96f2972bc53a4a89cb6db582c4f6e2e1 (patch) | |
| tree | 17b935a1b7b38834d5cb9347c8a06ea30054a345 /config.h | |
| parent | c73a11860175a830c9b04967eac56dbd8221f311 (diff) | |
Rename player into start
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
