diff --git a/audio/se/sliding_door_O.mp3 b/audio/se/sliding_door_O.mp3 new file mode 100644 index 0000000..1d64834 Binary files /dev/null and b/audio/se/sliding_door_O.mp3 differ diff --git a/script.rpy b/script.rpy index 70c0495..9dc3fc3 100644 --- a/script.rpy +++ b/script.rpy @@ -565,8 +565,11 @@ label act1: label act2: 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) 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 "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: truecenter zoom 0.7 @@ -958,6 +962,7 @@ label finale: scene cg_pinned_1 with Fade(0.1, 0.2, 0.1) play sound knocking_a_wall + play ambient going_mad2 fadein 2.5 volume 0.7 nvl show Dissolve(0.5) nvlnarrator "Before I know it, I find myself on top of NULL." diff --git a/script.rpyc b/script.rpyc index d0271ab..8096c52 100644 Binary files a/script.rpyc and b/script.rpyc differ