diff options
| author | Sopár Adrián <adrian.sopar@protonmail.com> | 2024-06-23 16:58:54 +0200 |
|---|---|---|
| committer | Sopár Adrián <adrian.sopar@protonmail.com> | 2024-06-23 16:58:54 +0200 |
| commit | db00fd457bb6a6ce4eea57c9e46cc06867b1c5c6 (patch) | |
| tree | 0badc0c9ca443ddd882dca3322c4ba3a82b7440b /src/config.h | |
| parent | 90f9e3942d5ff3bcb58470926f68391211bebbad (diff) | |
Make background configurable and also hide start and end point when it's not visible.
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index 780d051..ae7d5ac 100644 --- a/src/config.h +++ b/src/config.h @@ -22,6 +22,7 @@ struct block struct game_blocks { + struct block background; struct block hidden; struct block wall; struct block road; |
