various bug fixes.
This commit is contained in:
@@ -482,7 +482,7 @@
|
||||
(assoc-in [:room :entities :penultimate-wall :opacity] 1)
|
||||
(assoc-in [:room :entities :bloodclot-swallow-top :opacity] 1)
|
||||
(assoc-in [:room :entities :bloodclot-swallow-bottom :opacity] 1)
|
||||
(assoc-in [:cam :paused?] true)
|
||||
(update-in [:cam ] assoc :paused? true :x 160 :y 120)
|
||||
(update-in [:room :entities :ego ] assoc :x 200 :y 166 :baseline 4)
|
||||
(update-in [:room :entities] dissoc :tongue)
|
||||
(update-in [:room :entities :ego] actions/start-animation :fall-small))))
|
||||
@@ -531,8 +531,9 @@
|
||||
(println "doing screen shake?")
|
||||
(actions/camera-shake entities 8.0)
|
||||
(println "doing screen shake?")
|
||||
(actions/update-entities entities (fn [e] (update-in e [:cam ] assoc :paused? true :x 160 :y 120)))
|
||||
|
||||
(actions/transition-background entities :space [55 90]
|
||||
(actions/transition-background entities :space [55 80]
|
||||
:time 4.0
|
||||
:transition-music? false
|
||||
:type :white-fade
|
||||
|
||||
Reference in New Issue
Block a user