diff options
-rw-r--r-- | assets/sounds/birds.ogg | bin | 0 -> 312628 bytes | |||
-rw-r--r-- | scenes/game.scm | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/assets/sounds/birds.ogg b/assets/sounds/birds.ogg Binary files differnew file mode 100644 index 0000000..a2e8d8d --- /dev/null +++ b/assets/sounds/birds.ogg 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 |