new music.
This commit is contained in:
BIN
desktop/resources/inside-antique.ogg
Normal file
BIN
desktop/resources/inside-antique.ogg
Normal file
Binary file not shown.
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
|
|
||||||
(defn make [screen]
|
(defn make [screen]
|
||||||
(rooms/make :music :town-1
|
(rooms/make :music :inside-antique
|
||||||
:interactions
|
:interactions
|
||||||
{:down {:box [60 0 290 25]
|
{:down {:box [60 0 290 25]
|
||||||
:cursor :down
|
:cursor :down
|
||||||
|
|||||||
@@ -176,6 +176,7 @@
|
|||||||
:outside-castle (rooms.outside-castle/make screen)}]
|
:outside-castle (rooms.outside-castle/make screen)}]
|
||||||
{:rooms rooms
|
{:rooms rooms
|
||||||
:musics {:object nil
|
:musics {:object nil
|
||||||
|
:inside-antique (make-music "inside-antique.ogg")
|
||||||
:town-1 (make-music "town-music-1.ogg")
|
:town-1 (make-music "town-music-1.ogg")
|
||||||
:town-2 (doto (make-music "town-music-2.ogg") play-sound)
|
:town-2 (doto (make-music "town-music-2.ogg") play-sound)
|
||||||
:inside-fangald (make-music "inside-fangald.ogg")}
|
:inside-fangald (make-music "inside-fangald.ogg")}
|
||||||
|
|||||||
Reference in New Issue
Block a user