revert 1of4 -> e1of4

This commit is contained in:
nutbuster 2021-10-15 16:44:13 +11:00
parent 59a765901e
commit 441bd44cfe

View file

@ -486,7 +486,7 @@ label chapter_14A:
$ renpy.music.set_volume(1, 0, 'ambient1') $ renpy.music.set_volume(1, 0, 'ambient1')
stop ambient1 stop ambient1
play ambient "audio/effects/schoolSilentLoop.ogg" fadein 3 play ambient "audio/effects/schoolSilentLoop.ogg" fadein 3
scene hallway scene hallway
show dimmer_lighter show dimmer_lighter
with Dissolve(2) with Dissolve(2)
pause .5 pause .5
@ -1406,20 +1406,20 @@ label chapter_14A:
"Its better this way." "Its better this way."
$ quick_menu = False $ quick_menu = False
window hide window hide
stop ambient fadeout 20 stop ambient fadeout 20
pause 7 pause 7
scene black with Dissolve(10.0) scene black with Dissolve(10.0)
pause 2.5 pause 2.5
play music "audio/OST/Sad!.ogg" fadein 15.0 volume 2.8 noloop 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 pause 11
stop music fadeout 22 stop music fadeout 22
scene black with Dissolve(17.0) scene black with Dissolve(17.0)
pause 5 pause 5
return return