Skip to content

Commit

Permalink
feat(audio): play music chill beat
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Jun 15, 2024
1 parent c51d871 commit 0b95be9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Binary file added game/audio/chill.ogg
Binary file not shown.
Binary file added game/audio/chill_beat.ogg
Binary file not shown.
5 changes: 5 additions & 0 deletions game/script.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ label act_1:
pause 0.8
show classmate sad at left, flip

play music "chill.ogg"
queue music "chill_beat.ogg"

player "Hey Alex, you okay? You seem a bit off today."
classmate "{i}(sigh){/i} Just dealing with some stuff. It’s been a tough week."

Expand All @@ -51,6 +54,8 @@ label act_1:

"Class begins, but you can’t help but notice Alex’s distracted state. The teacher discusses the importance of mental health awareness, which resonates deeply with the you."

stop music fadeout 4

scene bg club
with dissolve

Expand Down

0 comments on commit 0b95be9

Please sign in to comment.