You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Class that can be called to display text on screen
Text appears in a box on the bottom half/third of the screen
Text appears in an animation (letter by letter style)
Pressing the ACCEPT button causes the text to speed up
Pressing the DENY button skips the animation, revealing all the text at once
The class should be modular, so that any object can send a string to the text box class and cause a text box to appear (perhaps the class should have a queue.
Inputs:
String: causes a single dialog to appear, then close when the player presses an interact button
List of strings: causes a series of dialogs to appear, then closes once the player finishes reading
The text was updated successfully, but these errors were encountered:
Class that can be called to display text on screen
The class should be modular, so that any object can send a string to the text box class and cause a text box to appear (perhaps the class should have a queue.
Inputs:
The text was updated successfully, but these errors were encountered: