diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2022-03-19 16:46:19 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2022-03-19 16:46:19 -0400 |
commit | b2f0190f6b2a227a21dd4909476171f7cc371a2d (patch) | |
tree | 0b12cdc515198a6daf5d0a39ed40f581e410cfba /src/consts.h | |
parent | 81e8c1dae2e7e4be632d6e81d765b5dd43ea3927 (diff) | |
download | ether-b2f0190f6b2a227a21dd4909476171f7cc371a2d.tar.gz ether-b2f0190f6b2a227a21dd4909476171f7cc371a2d.tar.bz2 ether-b2f0190f6b2a227a21dd4909476171f7cc371a2d.zip |
menu!
Diffstat (limited to 'src/consts.h')
-rw-r--r-- | src/consts.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/consts.h b/src/consts.h index ecb2306..4c69a58 100644 --- a/src/consts.h +++ b/src/consts.h | |||
@@ -15,5 +15,7 @@ constexpr int NUM_TITLES = 1; | |||
15 | constexpr int MESSAGE_MARGIN = 64; | 15 | constexpr int MESSAGE_MARGIN = 64; |
16 | constexpr int MESSAGE_TEXT_WIDTH = GAME_WIDTH - MESSAGE_MARGIN * 2; | 16 | constexpr int MESSAGE_TEXT_WIDTH = GAME_WIDTH - MESSAGE_MARGIN * 2; |
17 | constexpr int CHARS_PER_BEEP = 8; | 17 | constexpr int CHARS_PER_BEEP = 8; |
18 | constexpr int MENU_PADDING = 40; | ||
19 | constexpr int MENU_BORDER = 2; | ||
18 | 20 | ||
19 | #endif /* end of include guard: CONSTS_H_152EBF56 */ | 21 | #endif /* end of include guard: CONSTS_H_152EBF56 */ |