This commit is contained in:
2015-03-11 10:48:06 -07:00
parent c67fe1ac9f
commit 0ed66c78b2

View File

@@ -46,7 +46,8 @@
:shovel (assoc (texture "dream/shovel.png") :x 33 :y 122
:path (catmull-rom-spline (map #(apply vector-2* %) [[22 122] [22 128]]) true)
: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"
:scale-fn (utils/scaler-fn-with-baseline 40 0.5 1.6)
:start-pos [140 55]))