bug fixes.
This commit is contained in:
@@ -211,6 +211,7 @@
|
||||
{:run #(actions/talk entities :ego %)}
|
||||
"So I'm destined to be a sword?"
|
||||
{:run #(actions/talk entities :ego %)}]})
|
||||
(actions/do-dialogue entities :fairy-godfather "No, no, no!")
|
||||
(actions/update-entities entities #(update-in % [:room :entities :fairy-godfather] dissoc :path))
|
||||
(actions/walk-straight-to entities :fairy-godfather [87 120] :speed 1.75 :update-baseline? false)
|
||||
(actions/update-entities entities (fn [e] (update-in e [:room :entities :fairy-godfather] assoc :path (catmull-rom-spline (map #(apply vector-2* %) [[87 120] [87 124]]) true))))
|
||||
|
||||
Reference in New Issue
Block a user