background script pt 1
This commit is contained in:
@@ -353,10 +353,10 @@
|
||||
(< y1 y (+ y1 height))))
|
||||
|
||||
(defn is-unstoppable-script-running [screen entities]
|
||||
(let [current-action (get-in entities [:actions :current])
|
||||
is-script-running (get-in entities [:actions :script-running?])]
|
||||
(let [current-action (get-in entities [:fg-actions :current])
|
||||
is-script-running (get-in entities [:fg-actions :script-running?])]
|
||||
(and is-script-running
|
||||
(= :none (get-in entities [:actions :last-skip-type])))))
|
||||
(= :none (get-in entities [:fg-actions :last-skip-type])))))
|
||||
|
||||
(defn update-override [{:keys [^FitViewport viewport] :as screen} entities]
|
||||
(let [raw-pos (get-in entities [:cursor :last-pos])
|
||||
|
||||
Reference in New Issue
Block a user