happy with the ending.
This commit is contained in:
@@ -85,8 +85,7 @@
|
||||
(> (- (:total-time screen) @start-time) 8.0))
|
||||
|
||||
(terminate [this screen entities]
|
||||
entities
|
||||
)
|
||||
(update-in entities [:room :entities :ego ] #(actions/start-animation screen % :crawl-stand)))
|
||||
(skip-type [this screen entities]
|
||||
:none))))
|
||||
|
||||
@@ -122,9 +121,10 @@
|
||||
(actions/tween entities
|
||||
:arm-y
|
||||
(fn [screen entities]
|
||||
(tween/tween :arm-y screen [:room :entities :arm :y] 240 90 4.0 :ease tween/ease-linear)))
|
||||
(tween/tween :arm-y screen [:room :entities :arm :y] 240 70 3.0 :ease tween/ease-linear)))
|
||||
|
||||
(actions/transition-background entities :tongue-fight [141 110]))
|
||||
(actions/transition-background entities :tongue-fight [141 240])
|
||||
(actions/walk-straight-to entities :ego [141 110] :anim :tongue-idle :speed 4.0))
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user