Skip to content

Commit

Permalink
feat(audio): play music tropical house beat
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Jun 15, 2024
1 parent 0b95be9 commit 501788b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Binary file added game/audio/tropical_house.ogg
Binary file not shown.
Binary file added game/audio/tropical_house_beat.ogg
Binary file not shown.
6 changes: 5 additions & 1 deletion game/good_ending.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ label good_ending:
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."

play music "tropical_house.ogg"

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

Expand All @@ -29,6 +31,8 @@ label good_ending:
scene bg lecturehall
with dissolve

queue music "tropical_house_beat.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 All @@ -52,4 +56,4 @@ label good_ending:

"{b}Good Ending{/b}."

return
return

0 comments on commit 501788b

Please sign in to comment.