new music.

This commit is contained in:
2014-11-06 19:30:25 -08:00
parent aa587b5cfd
commit d450d4ffe7
3 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@@ -13,7 +13,7 @@
(defn make [screen]
(rooms/make :music :town-1
(rooms/make :music :inside-antique
:interactions
{:down {:box [60 0 290 25]
:cursor :down

View File

@@ -176,6 +176,7 @@
:outside-castle (rooms.outside-castle/make screen)}]
{:rooms rooms
:musics {:object nil
:inside-antique (make-music "inside-antique.ogg")
:town-1 (make-music "town-music-1.ogg")
:town-2 (doto (make-music "town-music-2.ogg") play-sound)
:inside-fangald (make-music "inside-fangald.ogg")}