From 0ceae541a5e368bf38ed563f8ada43b7c3cf71e2 Mon Sep 17 00:00:00 2001 From: Map Date: Tue, 1 Oct 2024 17:03:38 -0500 Subject: [PATCH] Add more safegaurds when entering the chapter select, rephrase some chapter select text --- game/src/chapter_select.rpy | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/game/src/chapter_select.rpy b/game/src/chapter_select.rpy index b1558f6..e2f9422 100644 --- a/game/src/chapter_select.rpy +++ b/game/src/chapter_select.rpy @@ -134,12 +134,23 @@ label chapter_select: $ anon_points = 0 $ fang_points = 0 + camera: + yanchor 0.0 xanchor 0.0 rotate None zoom 1.0 + matrixcolor None + + stop ambient + stop ambient1 + stop ambient2 + stop ambient3 stop sound - stop music fadeout 2 - scene black with dissolve + stop music + stop music1 + stop music2 + scene black + with dissolve menu: - "Initialize scores:" + "What ending do you want to lock to?" "Ending 1": pass # Since points are already initialized at 0