mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-08 18:28:49 +01:00
add ambience to reflective scene after concert
This commit is contained in:
parent
56fe353dd8
commit
bc4c4a2304
1 changed files with 4 additions and 6 deletions
|
@ -1374,7 +1374,7 @@ label chapter_1:
|
||||||
|
|
||||||
Sp "Next time it will be campus clean-up."
|
Sp "Next time it will be campus clean-up."
|
||||||
|
|
||||||
stop music1 fadeout 0.5
|
stop music1 fadeout 2
|
||||||
hide anon with Dissolve(1)
|
hide anon with Dissolve(1)
|
||||||
|
|
||||||
show spears neutral flip with Dissolve(0.25)
|
show spears neutral flip with Dissolve(0.25)
|
||||||
|
@ -1390,8 +1390,7 @@ label chapter_1:
|
||||||
|
|
||||||
pause 0.5
|
pause 0.5
|
||||||
|
|
||||||
play ambient 'audio/effects/school loop.ogg' fadein 0.5
|
play ambient 'audio/effects/school loop.ogg' fadein 1
|
||||||
|
|
||||||
scene hallway
|
scene hallway
|
||||||
show anon neutral at acenter
|
show anon neutral at acenter
|
||||||
with fade
|
with fade
|
||||||
|
@ -1400,8 +1399,7 @@ label chapter_1:
|
||||||
|
|
||||||
I "I consolidate them all into a pair of boxes and make my exit."
|
I "I consolidate them all into a pair of boxes and make my exit."
|
||||||
|
|
||||||
stop ambient fadeout 1.0
|
play ambient "audio/effects/outdoor ambience.ogg" fadeout 1.0 fadein 0.5
|
||||||
|
|
||||||
scene outside school
|
scene outside school
|
||||||
show anon neutral at acenter
|
show anon neutral at acenter
|
||||||
with fade
|
with fade
|
||||||
|
@ -1435,6 +1433,7 @@ label chapter_1:
|
||||||
|
|
||||||
I "{cps=*0.1}...{/cps}"
|
I "{cps=*0.1}...{/cps}"
|
||||||
|
|
||||||
|
stop ambient fadeout 1
|
||||||
scene black with fade
|
scene black with fade
|
||||||
|
|
||||||
#Meeting the Band
|
#Meeting the Band
|
||||||
|
@ -2463,7 +2462,6 @@ label chapter_1:
|
||||||
stop music fadeout 0.1
|
stop music fadeout 0.1
|
||||||
pause 0.1
|
pause 0.1
|
||||||
|
|
||||||
# TODO: ogg conversion
|
|
||||||
play sound 'audio/effects/ding_dong.ogg' volume 2 # CC0
|
play sound 'audio/effects/ding_dong.ogg' volume 2 # CC0
|
||||||
I "{cps=*20}{i}DING-{w=0.75}DONG{/i}{/cps}{w=1.5}{nw}"
|
I "{cps=*20}{i}DING-{w=0.75}DONG{/i}{/cps}{w=1.5}{nw}"
|
||||||
play sound 'audio/effects/ding_dong.ogg' volume 2
|
play sound 'audio/effects/ding_dong.ogg' volume 2
|
||||||
|
|
Loading…
Reference in a new issue