fixes: ui scale of inventory,save,close. intersects.
This commit is contained in:
@@ -190,7 +190,6 @@
|
||||
))))))
|
||||
|
||||
:on-touch-up (fn [screen entities options]
|
||||
(println "touched up!")
|
||||
(let [[x y] (utils/unproject screen options)]
|
||||
(when (seq (get-in entities [:state :choices]))
|
||||
(when-let [choice (first (filter #(utils/intersects? % [x y]) (get-in entities [:state :labels])))]
|
||||
|
||||
Reference in New Issue
Block a user