Skip to content

Commit

Permalink
refactor(audio): add another sad music
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Jun 17, 2024
1 parent e446823 commit 4610ba7
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
Binary file added game/audio/sad2_bridge.ogg
Binary file not shown.
Binary file added game/audio/sad2_intro.ogg
Binary file not shown.
Binary file added game/audio/sad2_refrain.ogg
Binary file not shown.
Binary file added game/audio/sad2_verse.ogg
Binary file not shown.
8 changes: 5 additions & 3 deletions game/script.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ label act_1:

stop music fadeout 4

queue music "sad_intro.ogg"
queue music "sad_verse.ogg"
queue music "sad1_intro.ogg"
queue music "sad1_verse.ogg"

scene bg club
with dissolve
Expand All @@ -60,14 +60,16 @@ label act_1:

stop music fadeout 4

queue music ["dark_intro.ogg", "dark_verse.ogg"]
queue music "sad2_intro.ogg"

scene bg meadow
with dissolve

"Later that evening, you check social media and see a post from Alex."
classmate "Sometimes I wonder if it’s all worth it. Life just feels like one big mess."

queue music ["sad2_verse.ogg", "sad2_bridge.ogg"]

menu:
"Hey, I saw your post. I’m really concerned about you. Please, let’s talk.":
$ affection += 1
Expand Down

0 comments on commit 4610ba7

Please sign in to comment.