sign.
This commit is contained in:
@@ -46,7 +46,8 @@
|
|||||||
:shovel (assoc (texture "dream/shovel.png") :x 33 :y 122
|
:shovel (assoc (texture "dream/shovel.png") :x 33 :y 122
|
||||||
:path (catmull-rom-spline (map #(apply vector-2* %) [[22 122] [22 128]]) true)
|
:path (catmull-rom-spline (map #(apply vector-2* %) [[22 122] [22 128]]) true)
|
||||||
:update-fn (partial utils/update-path-location 0.33)
|
:update-fn (partial utils/update-path-location 0.33)
|
||||||
:baseline 240)}
|
:baseline 240)
|
||||||
|
:sign (assoc (texture "dream/sign.png") :x 229 :y 33 :baseline 207)}
|
||||||
:collision "dream/collision.png"
|
:collision "dream/collision.png"
|
||||||
:scale-fn (utils/scaler-fn-with-baseline 40 0.5 1.6)
|
:scale-fn (utils/scaler-fn-with-baseline 40 0.5 1.6)
|
||||||
:start-pos [140 55]))
|
:start-pos [140 55]))
|
||||||
|
|||||||
Reference in New Issue
Block a user