things are almost working right.
This commit is contained in:
@@ -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))))
|
||||
|
||||
Reference in New Issue
Block a user