Final edits for v1.1.1

This commit is contained in:
The Gears of Progress
2024-12-13 12:08:09 -05:00
parent fa56964f34
commit 5eb4321513
6 changed files with 56 additions and 54 deletions

View File

@@ -58,7 +58,7 @@ int text_loop(int script)
{
if (get_frame_count() % 2 == 0 || key_held(KEY_B) || key_held(KEY_A))
{
if (DEBUG_MODE)
if (INSTANT_TEXT_SPEED)
{
while (char_index < curr_text.length() && curr_text.substr(char_index, 1) != "|")
{