dream tweaks.

This commit is contained in:
2015-03-12 10:36:23 -07:00
parent 2ff5bf6d5f
commit 2d84b07b09
2 changed files with 5 additions and 3 deletions

View File

@@ -681,7 +681,8 @@
(:button screen))
(assoc-in entities [:cursor :current] :main)
(when (and (get-in entities [:state :active?])
(not (get-in entities [:state :hud-active?])))
(not (get-in entities [:state :hud-active?]))
(= 0.0 (get-in entities [:fade :opacity])))
(left-click screen entities)))))
:on-deactivate (fn [screen [entities]]