progress.

This commit is contained in:
Bryce Covert
2016-08-01 08:55:48 -07:00
parent bab004ab87
commit 9139a37119
3 changed files with 57 additions and 27 deletions

View File

@@ -361,7 +361,7 @@
(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 [:fg-actions :last-skip-type])))))
(not= :end (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])