From 441bd44cfe0406f854d91aeeb065b825fad491e2 Mon Sep 17 00:00:00 2001 From: nutbuster Date: Fri, 15 Oct 2021 16:44:13 +1100 Subject: [PATCH] revert 1of4 -> e1of4 --- game/script/14A.KO_OP-ending.rpy | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/game/script/14A.KO_OP-ending.rpy b/game/script/14A.KO_OP-ending.rpy index b5e18b5..8636664 100644 --- a/game/script/14A.KO_OP-ending.rpy +++ b/game/script/14A.KO_OP-ending.rpy @@ -486,7 +486,7 @@ label chapter_14A: $ renpy.music.set_volume(1, 0, 'ambient1') stop ambient1 play ambient "audio/effects/schoolSilentLoop.ogg" fadein 3 - scene hallway + scene hallway show dimmer_lighter with Dissolve(2) pause .5 @@ -1406,20 +1406,20 @@ label chapter_14A: "It’s better this way." $ quick_menu = False window hide - + stop ambient fadeout 20 pause 7 - + scene black with Dissolve(10.0) pause 2.5 play music "audio/OST/Sad!.ogg" fadein 15.0 volume 2.8 noloop - scene 1of4 with Dissolve(9.0) + scene e1of4 with Dissolve(9.0) pause 11 stop music fadeout 22 scene black with Dissolve(17.0) pause 5 - return \ No newline at end of file + return