diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2022-03-16 15:30:37 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2022-03-16 15:30:37 -0400 |
commit | 2c75d95ddf849996bfc18267a9eecb4d0f4e1916 (patch) | |
tree | 285315deeaf4b5153b5f92f0c8a23af557626204 /src/consts.h | |
parent | 8713d03831226dcd559c6a1e2b1c7b0d7c660bac (diff) | |
download | ether-2c75d95ddf849996bfc18267a9eecb4d0f4e1916.tar.gz ether-2c75d95ddf849996bfc18267a9eecb4d0f4e1916.tar.bz2 ether-2c75d95ddf849996bfc18267a9eecb4d0f4e1916.zip |
signs can be read now!
Diffstat (limited to 'src/consts.h')
-rw-r--r-- | src/consts.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/consts.h b/src/consts.h index 78312c0..ecb2306 100644 --- a/src/consts.h +++ b/src/consts.h | |||
@@ -12,5 +12,8 @@ constexpr int CHUNK_WIDTH = 80; | |||
12 | constexpr int CHUNK_HEIGHT = 80; | 12 | constexpr int CHUNK_HEIGHT = 80; |
13 | constexpr int RADIUS = 8; | 13 | constexpr int RADIUS = 8; |
14 | constexpr int NUM_TITLES = 1; | 14 | constexpr int NUM_TITLES = 1; |
15 | constexpr int MESSAGE_MARGIN = 64; | ||
16 | constexpr int MESSAGE_TEXT_WIDTH = GAME_WIDTH - MESSAGE_MARGIN * 2; | ||
17 | constexpr int CHARS_PER_BEEP = 8; | ||
15 | 18 | ||
16 | #endif /* end of include guard: CONSTS_H_152EBF56 */ | 19 | #endif /* end of include guard: CONSTS_H_152EBF56 */ |