Beginning to get IOS, Android, and Desktop all working at once. Re-enabling steam.
This commit is contained in:
@@ -545,10 +545,12 @@
|
||||
(-> e
|
||||
(assoc-in [:room :entities :penultimate-black :opacity] 1)
|
||||
(assoc-in [:cam :paused?] false)
|
||||
(update-in [:room :entities :black-blowup] (fn [b]
|
||||
(particle-effect! b :reset)
|
||||
(particle-effect! b :start)
|
||||
b)))))
|
||||
(update-in [:room :entities (if won? :black-blowup-big
|
||||
:black-blowup)]
|
||||
(fn [b]
|
||||
(particle-effect! b :reset)
|
||||
(particle-effect! b :start)
|
||||
b)))))
|
||||
|
||||
(println "doing screen shake?")
|
||||
(actions/camera-shake entities 8.0)
|
||||
|
||||
Reference in New Issue
Block a user