better potion.
This commit is contained in:
@@ -334,7 +334,7 @@
|
||||
(update-in [:room :entities :ego] #(actions/start-animation screen % :crawl))))
|
||||
|
||||
(continue [this screen entities]
|
||||
(if (= 170 (get-in entities [:room :entities :bloodclot :current-frame-index]))
|
||||
(if (= 185 (get-in entities [:room :entities :bloodclot :current-frame-index]))
|
||||
(particle-effect! (get-in entities [:room :entities :grow-explode]) :start))
|
||||
|
||||
(let [move-speed (* 0.17
|
||||
@@ -347,7 +347,7 @@
|
||||
entities )))
|
||||
|
||||
(done? [this screen entities]
|
||||
(= (get-in entities [:room :entities :bloodclot :current-frame-index]) 176))
|
||||
(= (get-in entities [:room :entities :bloodclot :current-frame-index]) 191))
|
||||
|
||||
(terminate [this screen entities]
|
||||
(-> entities
|
||||
@@ -547,7 +547,7 @@
|
||||
:frankie "No sense in thanking Dipstick.")
|
||||
(actions/play-animation entities :frankie :laugh)
|
||||
(actions/play-animation entities :georgia :kick)
|
||||
(actions/walk-straight-to entities :georgia [141 35] :anim :stand :speed 1.0)
|
||||
(actions/walk-straight-to entities :georgia [131 40] :anim :stand :speed 1.0)
|
||||
(actions/play-animation entities :frankie :fall :stop? false)
|
||||
(actions/do-dialogue entities :georgia "Let's go, Sir Hunk.")
|
||||
(fade-out entities)
|
||||
|
||||
Reference in New Issue
Block a user