icon tweaks.

This commit is contained in:
Bryce Covert
2017-02-09 22:30:51 -08:00
parent a4edcf1277
commit 00a90e2313
17 changed files with 2 additions and 5 deletions

View File

@@ -1508,9 +1508,8 @@
:on-resize
(fn [{:keys [^FitViewport viewport]} entities {:keys [width height]}]
(.update viewport width height true))
(.update viewport width height true)))
)
(defn hud-interactable? []
(let [scene-entities (-> scene :entities deref)]
(and (not (get-in scene-entities [:fg-actions :script-running?]))
@@ -1584,9 +1583,7 @@
:hide-or-show hide-or-show
:upright? upright?
:notify notify})
entities))
))
entities))))
(transition-done? [this screen entities]
@notify))))