messing with volumes.

This commit is contained in:
2014-09-16 17:03:20 -07:00
parent 68317528a9
commit d86ea452ab
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -185,7 +185,7 @@
(update! screen :renderer (stage) :camera (orthographic))
(let [_ (input! :set-cursor-image (utils/cursor "cursor.png" :main) 0 0)
music (sound "town-music.mp3")
_ (sound! music :loop)
_ (sound! music :loop 0.5)
backgrounds (backgrounds screen)]
{:backgrounds backgrounds
:actions {:object nil