mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 17:26:20 +01:00
map updates
This commit is contained in:
parent
377894db98
commit
9ac4e03f08
1 changed files with 26 additions and 19 deletions
|
@ -368,7 +368,7 @@ label chapter_14A:
|
|||
|
||||
#Alexa, play In The House, In a Heartbeat
|
||||
play ambient "audio/effects/windLightLoop.ogg" fadein 4
|
||||
pause 1.5
|
||||
pause 5
|
||||
|
||||
"The whole time my mind floods with horrid worst-case scenarios."
|
||||
|
||||
|
@ -392,13 +392,16 @@ label chapter_14A:
|
|||
"There’s just a fire in the school that scared people."
|
||||
|
||||
"She’s in this crowd somewhere."
|
||||
window hide
|
||||
window auto
|
||||
pause .5
|
||||
|
||||
scene a02 with fade
|
||||
pause 1
|
||||
|
||||
stop ambient1 fadeout 3
|
||||
stop ambient fadeout 3
|
||||
play ambient2 'audio/effects/radioChatterLoop.ogg' fadein 3 volume 0.05
|
||||
play ambient3 'audio/effects/hungrybeast.ogg' fadein 3 volume 0.1
|
||||
|
||||
T "{b}YOU!!{/b}"
|
||||
pause 1
|
||||
|
@ -450,15 +453,19 @@ label chapter_14A:
|
|||
pause .5
|
||||
|
||||
"A teacher has to hold her back and try directing her to a nearby curb to sit."
|
||||
play ambient "audio/effects/windLightLoop.ogg" fadein 15
|
||||
play ambient1 "audio/effects/teenageCrowdMurmurLoop.ogg" fadein 7
|
||||
stop ambient3 fadeout 4
|
||||
stop ambient2 fadeout 3
|
||||
stop ambient fadeout 5
|
||||
|
||||
window hide
|
||||
window auto
|
||||
pause 1
|
||||
|
||||
scene black with Dissolve(2)
|
||||
pause .5
|
||||
pause 2
|
||||
|
||||
play ambient "audio/effects/windLightLoop.ogg" fadein 5
|
||||
play ambient1 "audio/effects/teenageCrowdMurmurLoop.ogg" fadein 10
|
||||
|
||||
"{cps=*.1}...{/cps}I don’t have time for this."
|
||||
|
||||
|
@ -1183,7 +1190,7 @@ label chapter_14A:
|
|||
window hide
|
||||
window auto
|
||||
play sound 'audio/effects/shooterFangJumps.ogg' volume 0.7
|
||||
pause 4
|
||||
pause 6
|
||||
|
||||
"I can’t look over."
|
||||
pause .5
|
||||
|
@ -1290,7 +1297,7 @@ label chapter_14A:
|
|||
window auto
|
||||
pause 1
|
||||
|
||||
stop ambient fadeout 3
|
||||
stop ambient fadeout 5
|
||||
play ambient1 "audio/effects/drizzleLoop.ogg" fadein 3
|
||||
play ambient2 "audio/effects/windLightLoop.ogg" fadein 3
|
||||
scene a15 with Fade(2, .5, 2)
|
||||
|
@ -1400,19 +1407,19 @@ label chapter_14A:
|
|||
$ quick_menu = False
|
||||
window hide
|
||||
|
||||
pause 4
|
||||
stop ambient fadeout 20
|
||||
|
||||
play music "audio/OST/Sad!.ogg" fadein 1.0 volume 2.8 noloop
|
||||
pause 7
|
||||
|
||||
stop ambient fadeout 10
|
||||
scene black with Dissolve(4)
|
||||
pause 2
|
||||
|
||||
scene e1of4 with Dissolve(2)
|
||||
pause
|
||||
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)
|
||||
pause 11
|
||||
|
||||
scene black with Dissolve(3)
|
||||
stop music fadeout 2
|
||||
pause 2
|
||||
stop music fadeout 22
|
||||
scene black with Dissolve(17.0)
|
||||
pause 5
|
||||
|
||||
return
|
Loading…
Reference in a new issue