working on held.
This commit is contained in:
@@ -475,7 +475,7 @@
|
||||
:chorus {:sound (sound "inside-castle/chorus.wav")}
|
||||
:collision "inside-castle/collision.png"
|
||||
:scale-fn (utils/scaler-fn-from-image "inside-castle/scale.png" 0.25 1.00)
|
||||
:apply-state (fn [entities]
|
||||
:apply-state (fn [_ entities]
|
||||
(as-> entities entities
|
||||
(if (actions/has-obtained? entities :trophy)
|
||||
(update-in entities [:room :entities] #(dissoc % :trophy))
|
||||
|
||||
Reference in New Issue
Block a user