happy with the ending.

This commit is contained in:
Bryce Covert
2018-02-10 22:22:57 -08:00
parent 2ab191c2d5
commit e9b1c8b0a4
2 changed files with 11 additions and 9 deletions

View File

@@ -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))