Small visual bug.

This commit is contained in:
2015-07-27 19:08:40 -07:00
parent ae91eceee2
commit 151421da6a
2 changed files with 3 additions and 2 deletions

View File

@@ -148,8 +148,9 @@
(actions/play-animation entities :ego :reach)
(actions/remove-item entities :alarm-clock)
(actions/add-entity entities :alarm-clock (get-in @entities [:room :alarm-clock]))
(actions/play-animation entities :ego :axe)
(actions/update-entities entities #(assoc-in % [:room :entities :axe :opacity] 0.0))
(actions/play-animation entities :ego :axe)
(actions/talk entities :ego "It's split right down the middle!")
(actions/play-animation entities :ego :reach)
(actions/remove-entity entities :alarm-clock)