sound stuff all over
This commit is contained in:
parent
ab37102ee6
commit
204883aad7
3 changed files with 9 additions and 4 deletions
BIN
audio/se/sliding_door_O.mp3
Normal file
BIN
audio/se/sliding_door_O.mp3
Normal file
Binary file not shown.
13
script.rpy
13
script.rpy
|
|
@ -565,8 +565,11 @@ label act1:
|
||||||
|
|
||||||
label act2:
|
label act2:
|
||||||
nvl clear
|
nvl clear
|
||||||
# street ambiance
|
|
||||||
scene street with Fade(0, 1, 1.5)
|
pause 1.5
|
||||||
|
|
||||||
|
play ambient car_streets1 fadein 1.5 volume 0.4
|
||||||
|
scene street with Fade(0, 0, 1.5)
|
||||||
|
|
||||||
nvl show Dissolve(0.5)
|
nvl show Dissolve(0.5)
|
||||||
nvlnarrator "It's the middle of the day.{w} All kinds of people from different kinds of lives all rush, passing by one another,{w} some chatting, some just hurried..."
|
nvlnarrator "It's the middle of the day.{w} All kinds of people from different kinds of lives all rush, passing by one another,{w} some chatting, some just hurried..."
|
||||||
|
|
@ -630,8 +633,9 @@ label act2:
|
||||||
advnarrator "It's time to talk with some people..."
|
advnarrator "It's time to talk with some people..."
|
||||||
advnarrator "My shoulders stiffen, and I step forwards."
|
advnarrator "My shoulders stiffen, and I step forwards."
|
||||||
|
|
||||||
# door opening, walking, idk any sfx that serve as decent transition
|
play sound sliding_door_o volume 0.5
|
||||||
|
pause 0.5
|
||||||
|
play ambient base_noise1 volume 0.1
|
||||||
scene receptiondesk with dissolve:
|
scene receptiondesk with dissolve:
|
||||||
truecenter
|
truecenter
|
||||||
zoom 0.7
|
zoom 0.7
|
||||||
|
|
@ -958,6 +962,7 @@ label finale:
|
||||||
|
|
||||||
scene cg_pinned_1 with Fade(0.1, 0.2, 0.1)
|
scene cg_pinned_1 with Fade(0.1, 0.2, 0.1)
|
||||||
play sound knocking_a_wall
|
play sound knocking_a_wall
|
||||||
|
play ambient going_mad2 fadein 2.5 volume 0.7
|
||||||
nvl show Dissolve(0.5)
|
nvl show Dissolve(0.5)
|
||||||
|
|
||||||
nvlnarrator "Before I know it, I find myself on top of NULL."
|
nvlnarrator "Before I know it, I find myself on top of NULL."
|
||||||
|
|
|
||||||
BIN
script.rpyc
BIN
script.rpyc
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue