beginning of explosion.

This commit is contained in:
2015-04-14 23:00:40 -07:00
parent ca4d184f9a
commit 8ee81631e0
13 changed files with 40 additions and 4 deletions

View File

@@ -225,7 +225,10 @@
:sword (assoc (texture "dream/sword.png")
:x 144 :y 122 :baseline 139
:script (actions/get-script entities
(read-sword-plaque entities)))
(read-sword-plaque entities))
:scripts {:shovel (actions/get-script entities
(actions/walk-to entities :ego [148 76] :face :right)
(actions/play-animation entities :ego :swing-shovel))})
:broom (assoc (texture "dream/broom.png") :x 286 :y 122
:path (catmull-rom-spline (map #(apply vector-2* %) [[286 122] [286 128]]) true)