forked from Cavemanon/SnootGame
Changed, tweaked, and added window fading to several chapters. Fixed a bathroom5.
This commit is contained in:
@ -396,7 +396,9 @@ label chapter_14A:
|
||||
window auto
|
||||
pause .5
|
||||
|
||||
scene a02 with fade
|
||||
scene black with Dissolve(1)
|
||||
pause .5
|
||||
scene a02 with Dissolve(1)
|
||||
pause 1
|
||||
|
||||
stop ambient1 fadeout 3
|
||||
@ -507,7 +509,7 @@ label chapter_14A:
|
||||
window auto
|
||||
pause .5
|
||||
|
||||
scene black with dissolve
|
||||
scene black with Dissolve(1)
|
||||
pause .5
|
||||
|
||||
"I pause when I reach the stairwell upwards."
|
||||
@ -815,7 +817,7 @@ label chapter_14A:
|
||||
hide red
|
||||
with Dissolve(0.4)
|
||||
hide fang flash blurred with Dissolve(2)
|
||||
pause 1
|
||||
pause 2
|
||||
|
||||
A "{i}ARGH!{/i}"
|
||||
pause .5
|
||||
@ -833,11 +835,11 @@ label chapter_14A:
|
||||
"As I fall I see Fang’s beautiful amber eyes."
|
||||
|
||||
"They’re red and puffy, with makeup-less tears running freely down her cheeks."
|
||||
stop sound fadeout 7
|
||||
stop sound fadeout 5
|
||||
|
||||
window hide
|
||||
window auto
|
||||
pause .5
|
||||
pause 1
|
||||
|
||||
play audio 'audio/effects/shooterWitnessed.ogg' volume 0.6
|
||||
play ambient1 'audio/effects/hungrybeast.ogg' volume 0.05 fadein 2
|
||||
@ -877,6 +879,9 @@ label chapter_14A:
|
||||
$ renpy.music.set_volume(0.2, 0, 'ambient')
|
||||
|
||||
"I hobble forward."
|
||||
window hide
|
||||
window auto
|
||||
pause 0.25
|
||||
|
||||
play ambient 'audio/effects/deepLoop.ogg' fadein 10
|
||||
play sound 'audio/effects/shooterAnonStep.ogg' volume 0.7
|
||||
|
Reference in New Issue
Block a user