This commit is contained in:
2015-04-21 23:05:31 -07:00
23 changed files with 18 additions and 6 deletions

View File

@@ -746,3 +746,9 @@
entities)
(can-skip? [this screen entities]
false)))
(defn in-love [entities]
(transition-music entities :love :duration 1.0)
(play-animation entities :ego :love)
(transition-music entities nil :duration 1.0))