From 8dfa492442e74db2aa8f2dbc3acfc866929eb064 Mon Sep 17 00:00:00 2001 From: Map Date: Sat, 5 Oct 2024 14:15:11 -0500 Subject: [PATCH] forgor to return the fucking label that puts you into the main menu --- game/script.rpy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/game/script.rpy b/game/script.rpy index 66e2307..f2aae31 100644 --- a/game/script.rpy +++ b/game/script.rpy @@ -63,6 +63,8 @@ label before_main_menu: $ persistent.languaged_up = True call screen lang_sel + return + label start: $ toggle_debug()