From 871943d6a90bdb92b3cc495d4d927199611f8c6b Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Thu, 4 Feb 2021 20:45:18 -0500 Subject: Added text boxes Text now reveals itself and scrolls! Yay! It even plays speaker beeps. TODO: the arror indicating an A press is needed. Bullets on lines that need bullets. The header that says who the speaker is, if relevant. --- 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 5ef2c21..12b9e8f 100644 --- a/src/consts.h +++ b/src/consts.h @@ -10,4 +10,6 @@ const int CANVAS_HEIGHT = 160; const int MOVEMENT_SPEED = 2; const int PARTY_FRAME_DELAY = 10;// / MOVEMENT_SPEED; +const int MESSAGE_TEXT_WIDTH = 196; + #endif /* end of include guard: CONSTS_H_9561E49C */ -- cgit 1.4.1