From 0d9a19c38bff7278c14e19df65f0a99109cd2953 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 26 Jul 2018 22:35:04 +0200 Subject: Play bird background sound. --- assets/sounds/birds.ogg | Bin 0 -> 312628 bytes scenes/game.scm | 1 + 2 files changed, 1 insertion(+) create mode 100644 assets/sounds/birds.ogg diff --git a/assets/sounds/birds.ogg b/assets/sounds/birds.ogg new file mode 100644 index 0000000..a2e8d8d Binary files /dev/null and b/assets/sounds/birds.ogg differ 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 -- cgit v1.2.3