From 5c92093bd82b54e79c63937cb0dbefabc5f47624 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 19 Mar 2022 17:22:29 -0400 Subject: added title screen --- src/consts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/consts.h') diff --git a/src/consts.h b/src/consts.h index 4c69a58..b3033ea 100644 --- a/src/consts.h +++ b/src/consts.h @@ -11,7 +11,7 @@ constexpr int ZOOM_Y_FACTOR = 9; constexpr int CHUNK_WIDTH = 80; constexpr int CHUNK_HEIGHT = 80; constexpr int RADIUS = 8; -constexpr int NUM_TITLES = 1; +constexpr int NUM_TITLES = 2; constexpr int MESSAGE_MARGIN = 64; constexpr int MESSAGE_TEXT_WIDTH = GAME_WIDTH - MESSAGE_MARGIN * 2; constexpr int CHARS_PER_BEEP = 8; -- cgit 1.4.1