diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-11-06 12:03:40 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-11-06 12:07:11 +0100 |
commit | 7aab15c3099be3d91a77227784644f7b0718aba6 (patch) | |
tree | a0c768ea8021678c0dd3498e209137dca20dc600 /scenes | |
parent | 0f2227141215ecc681c4f46823ba94ce20e9743f (diff) |
Remove outdated comment.
Diffstat (limited to 'scenes')
-rw-r--r-- | scenes/game.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scenes/game.scm b/scenes/game.scm index f784356..2f6fc33 100644 --- a/scenes/game.scm +++ b/scenes/game.scm @@ -48,7 +48,6 @@ (define-asset game-font (load-bitmap-font "assets/fonts/good_neighbors_starling.xml")) (define-asset music - ;; TODO: no sound if mode is 'static! (load-audio "assets/sounds/birds.mp3" #:mode 'stream)) (define location |