icon tweaks.
This commit is contained in:
@@ -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))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user