made screen reloading middleware.
This commit is contained in:
@@ -342,7 +342,8 @@
|
||||
|
||||
(continue [this screen entities]
|
||||
(if (= 185 (get-in entities [:room :entities :bloodclot :current-frame-index]))
|
||||
(particle-effect! (get-in entities [:room :entities :grow-explode]) :start))
|
||||
(do (particle-effect! (get-in entities [:room :entities :grow-explode]) :reset)
|
||||
(particle-effect! (get-in entities [:room :entities :grow-explode]) :start)))
|
||||
|
||||
(let [move-speed (* 0.17
|
||||
(/ (:delta-time screen)
|
||||
|
||||
Reference in New Issue
Block a user