mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-02 06:46:34 +01:00
revert 1of4 -> e1of4
This commit is contained in:
parent
59a765901e
commit
441bd44cfe
1 changed files with 5 additions and 5 deletions
|
@ -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:
|
||||||
"It’s better this way."
|
"It’s 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
|
||||||
|
|
Loading…
Reference in a new issue