things are almost working right.

This commit is contained in:
Bryce Covert
2016-12-07 07:54:21 -08:00
parent d7bc926607
commit 7c2a949cde
2 changed files with 9 additions and 2 deletions

View File

@@ -299,7 +299,11 @@
utils/mobile? (update-in [:label] assoc :x (* 20 4) :y 12)
(and utils/mobile? (or item-cursor action-cursor)
#_(not= :main action-cursor))
(= :main action-cursor))
(assoc :action-icon nil)
(and utils/mobile? (or item-cursor action-cursor)
(not= :main action-cursor))
(assoc-in [:action-icon]
(assoc
(texture (aget all-icons 0 (.indexOf utils/+all-cursors+ (or item-cursor action-cursor))))