diff --git a/desktop/resources/inside-antique.ogg b/desktop/resources/inside-antique.ogg new file mode 100644 index 00000000..bb4dbc54 Binary files /dev/null and b/desktop/resources/inside-antique.ogg differ diff --git a/desktop/src-common/advent/screens/rooms/inside_antique.clj b/desktop/src-common/advent/screens/rooms/inside_antique.clj index 01826c7f..23760fe8 100644 --- a/desktop/src-common/advent/screens/rooms/inside_antique.clj +++ b/desktop/src-common/advent/screens/rooms/inside_antique.clj @@ -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 diff --git a/desktop/src-common/advent/screens/scene.clj b/desktop/src-common/advent/screens/scene.clj index b8ed97e0..36d8bed3 100644 --- a/desktop/src-common/advent/screens/scene.clj +++ b/desktop/src-common/advent/screens/scene.clj @@ -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")}