From c85f91cc5e0f9e94717fbc36ebef3b2637986121 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Tue, 9 Feb 2021 11:19:22 -0500 Subject: Added newlines that don't require A presses \n in a text message just indicates a newline. \n\f is a newline with an A press. --- src/message_system.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/message_system.h') diff --git a/src/message_system.h b/src/message_system.h index 85ecd65..155f9c6 100644 --- a/src/message_system.h +++ b/src/message_system.h @@ -33,6 +33,9 @@ public: void hideCutsceneBars(); + // Adds text to the message queue. Separate lines with \n. + // \f is a special character -- put it after a \n to indicate that a button + // press is required to advance text. void displayMessage( std::string_view msg, std::string speakerName = "", -- cgit 1.4.1