adding flask item.

This commit is contained in:
2014-10-06 12:49:36 -07:00
parent 5f039bb7c4
commit de24910ed0
6 changed files with 10 additions and 3 deletions

View File

@@ -133,7 +133,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 0.20)
_ (sound! music :loop 0.80)
rooms {:inside-house (rooms.inside-house/make screen)
:outside-house (rooms.outside-house/make screen)
:behind-house (rooms.behind-house/make screen)