From 2c75d95ddf849996bfc18267a9eecb4d0f4e1916 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 16 Mar 2022 15:30:37 -0400 Subject: signs can be read now! --- src/consts.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/consts.h') 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; constexpr int CHUNK_HEIGHT = 80; constexpr int RADIUS = 8; 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; #endif /* end of include guard: CONSTS_H_152EBF56 */ -- cgit 1.4.1