Skip to content

Commit

Permalink
feat(audio): play music tense
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Jun 15, 2024
1 parent 6853f92 commit 06a911e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Binary file added game/audio/tense_intro.ogg
Binary file not shown.
Binary file added game/audio/tense_verse.ogg
Binary file not shown.
6 changes: 5 additions & 1 deletion game/script.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,12 @@ label act_1:
scene bg lecturehall
with dissolve

queue music "tense_intro.ogg"
queue music "tense_verse.ogg"

"You get to class the next day and notice that Alex is absent. The room feels tense."
player "{i}(thinking){/i} Where is Alex? She said she’d be here today."
player "{i}(thinking){/i} Where’s Alex? She said she’d be here today."


if affection > 0:
jump good_ending
Expand Down

0 comments on commit 06a911e

Please sign in to comment.