diff --git a/desktop/src-common/advent/screens/scene.clj b/desktop/src-common/advent/screens/scene.clj index 22d2c940..c164c9f3 100644 --- a/desktop/src-common/advent/screens/scene.clj +++ b/desktop/src-common/advent/screens/scene.clj @@ -177,7 +177,7 @@ sheep (animation 0.15 (for [i (flatten [(repeat 10 0) 1 2 3 4 5 6 7 4 5 6 7 8 9 10 (repeat 25 11) (repeat 15 12)])] (aget sheep-sheet 0 i))) music (sound "town-music.mp3") - ;;_ (sound! music :loop) + _ (sound! music :loop) backgrounds (backgrounds) ] {:backgrounds backgrounds