From b2f0190f6b2a227a21dd4909476171f7cc371a2d Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 19 Mar 2022 16:46:19 -0400 Subject: menu! --- src/consts.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/consts.h') 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; constexpr int MESSAGE_MARGIN = 64; constexpr int MESSAGE_TEXT_WIDTH = GAME_WIDTH - MESSAGE_MARGIN * 2; constexpr int CHARS_PER_BEEP = 8; +constexpr int MENU_PADDING = 40; +constexpr int MENU_BORDER = 2; #endif /* end of include guard: CONSTS_H_152EBF56 */ -- cgit 1.4.1