mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-24 10:38:56 +01:00
Merge pull request 'Patch7' (#172) from MapAnon/SnootGame:Patch7 into Patch7
Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/172
This commit is contained in:
commit
5fed87c0cc
1 changed files with 6 additions and 5 deletions
|
@ -442,8 +442,8 @@ label chapter_9:
|
||||||
linear 0.5 blur 0
|
linear 0.5 blur 0
|
||||||
show dimmer_darker:
|
show dimmer_darker:
|
||||||
linear 0.5 alpha 0
|
linear 0.5 alpha 0
|
||||||
play ambient 'audio/effects/teenageCrowdJeerLoop.ogg' fadein 3
|
play ambient 'audio/effects/teenageCrowdJeerLoop.ogg' fadein 3 volume 0.5
|
||||||
play sound 'audio/effects/teenageCrowdLaugh.ogg'
|
play sound 'audio/effects/teenageCrowdLaugh.ogg' volume 0.5
|
||||||
window hide
|
window hide
|
||||||
window auto
|
window auto
|
||||||
pause 1.5
|
pause 1.5
|
||||||
|
@ -488,11 +488,10 @@ label chapter_9:
|
||||||
pause .1
|
pause .1
|
||||||
alpha 0
|
alpha 0
|
||||||
linear 0.5 alpha 1
|
linear 0.5 alpha 1
|
||||||
play sound 'audio/effects/tableslam.ogg'
|
play sound 'audio/effects/projectorFallReverb.ogg'
|
||||||
with vpunch
|
with vpunch
|
||||||
play audio 'audio/effects/slapstickglassbreak.ogg'
|
|
||||||
|
|
||||||
show black with Fade(0.14, 0, 0, color="#fff")
|
show black with Fade(0.2, 0, 0, color="#fff")
|
||||||
|
|
||||||
stop music
|
stop music
|
||||||
stop ambient fadeout 5
|
stop ambient fadeout 5
|
||||||
|
@ -2176,6 +2175,8 @@ label chapter_9:
|
||||||
"Crap, did I leave Saturnia on?"
|
"Crap, did I leave Saturnia on?"
|
||||||
|
|
||||||
"{cps=*.1}...{/cps}"
|
"{cps=*.1}...{/cps}"
|
||||||
|
window hide
|
||||||
|
window auto
|
||||||
pause .5
|
pause .5
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in a new issue