adding love.

This commit is contained in:
2015-04-21 07:52:57 -07:00
parent e7e9f75b23
commit 1b71d12d0a
2 changed files with 9 additions and 5 deletions

View File

@@ -731,3 +731,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))