diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-07-26 22:35:04 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-07-27 17:15:49 +0200 |
commit | 0d9a19c38bff7278c14e19df65f0a99109cd2953 (patch) | |
tree | ba384976e1ab8afbaa0f1143d69600f83002321a /scenes | |
parent | 7ef3ad7b4f8c2c2a066c19d8096b6c4995b0c431 (diff) |
Play bird background sound.
Diffstat (limited to 'scenes')
-rw-r--r-- | scenes/game.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scenes/game.scm b/scenes/game.scm index 1591844..e32c434 100644 --- a/scenes/game.scm +++ b/scenes/game.scm @@ -417,6 +417,7 @@ conversation." (- (/ %height 2)))))) (set-music-volume! 1.0) (set-sample-volume! 1.0) + (play-music (load-music "assets/sounds/birds.ogg") #:loop? #t) (with-agenda (agenda game) (schedule-every |