Skip to content

Commit

Permalink
refactor(audio): replace tropical house with dark music
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Jun 16, 2024
1 parent 06a911e commit 25772e0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
Binary file added game/audio/dark_intro.ogg
Binary file not shown.
Binary file added game/audio/dark_verse.ogg
Binary file not shown.
11 changes: 9 additions & 2 deletions game/good_ending.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,21 @@ label good_ending:
player "{i}(thinking){/i} No, it can’t be her. Please don’t be her."
teacher "For the privacy of the individual, we’re currently not able to say who it was. But please be respectful for the time being."

stop music fadeout 4
queue music "tropical_house5_intro.ogg" fadein 4
queue music "tropical_house5_verse.ogg"

show classmate smile at scale(0.6), left

classmate "I’m sorry I’m late. I had an appointment with the counselor this morning."
player "{i}(thinking){/i} Thank goodness she’s okay."

queue music ["tropical_house1_intro.ogg", "tropical_house1_verse.ogg"]
player "{i}(thinking){/i} Thank goodness she’s okay."

#put counselor/therapist's office background below
scene bg uni

queue music "tropical_house5_refrain.ogg"

"You and Alex visit the counselor together, talking openly about Alex’s struggles. The counselor provides resources and support."

show teacher happy at scale(0.6), right
Expand All @@ -31,6 +36,8 @@ label good_ending:
scene bg lecturehall
with dissolve

queue music ["tropical_house5_prechorus.ogg", "tropical_house5_chorus.ogg"]

"In the following days, you and Alex continue to support each other. Alex starts to feel more positive and engaged in class."

show classmate smile
Expand Down
5 changes: 2 additions & 3 deletions game/script.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ label act_1:
scene bg club
with dissolve

play music ["tropical_house5_intro.ogg", "tropical_house5_verse.ogg"]
play music ["dark_intro.ogg", "dark_verse.ogg"]

show classmate upset at scale(0.6), right

Expand All @@ -83,8 +83,7 @@ label act_1:

stop music fadeout 4

queue music "tropical_house5_refrain.ogg" fadein 0.5
queue music ["tropical_house5_prechorus.ogg", "tropical_house5_chorus.ogg"]
queue music ["tropical_house1_intro.ogg", "tropical_house1_verse.ogg"]

scene bg meadow
with dissolve
Expand Down

0 comments on commit 25772e0

Please sign in to comment.