love is in the air.

This commit is contained in:
2015-03-04 17:01:37 -08:00
parent 54f6b25b39
commit b057593b86
7 changed files with 157 additions and 1 deletions

View File

@@ -297,7 +297,8 @@
:script (actions/get-script entities
(actions/do-dialogue entities
:ego "That's Georgia McGorgeous' house."
:ego "One day, when I'm a knight, I'll ask her to be my girlfriend."))}}
:ego "One day, when I'm a knight, I'll ask her to be my girlfriend.")
(actions/transition-music entities :love :duration 1.0))}}
:layers {:day [(assoc (texture "inside-castle/background.png") :x 0 :y 0 :baseline 0)
(assoc (texture "inside-castle/roof.png") :x (- 320 57) :y 0 :baseline 240 :parallax 1.5)]
:night [(assoc (texture "inside-castle/background-dark.png") :x 0 :y 0 :baseline 0)]

View File

@@ -522,6 +522,7 @@
:inside-antique (utils/make-music "inside-antique.ogg")
:town-1 (utils/make-music "town-music-1.ogg")
:town-2 (utils/make-music "town-music-2.ogg")
:love (utils/make-music "love.ogg")
:inside-fangald (utils/make-music "inside-fangald.ogg")
:fight (utils/make-music "megaboss.mp3")
:pull-sword (utils/make-music "pull-sword.ogg")