detail.
This commit is contained in:
@@ -74,7 +74,9 @@
|
||||
(if current-action
|
||||
entities
|
||||
((or (when interaction
|
||||
((:get-script interaction) (get-in entities [:cursor :current]) [x y]))
|
||||
((:get-script interaction) (or (when (:cursor interaction) :main)
|
||||
(get-in entities [:cursor :current]))
|
||||
[x y]))
|
||||
(when interacting-entity
|
||||
((:get-script interacting-entity) (get-in entities [:cursor :current]) [x y]))
|
||||
((:get-script default-interaction) (get-in entities [:cursor :current]) [x y])) entities))
|
||||
|
||||
Reference in New Issue
Block a user