fixed animation stutter.

This commit is contained in:
Bryce Covert
2016-05-02 22:30:59 -07:00
parent 54c2871407
commit 446436eccc

View File

@@ -429,12 +429,16 @@
(actions/do-dialogue entities :ego "Yes! Now, before he gets back!")
(actions/pause-camera entities)
(actions/play-animation entities :ego :jump-straight :stop? false)
(actions/walk-straight-to entities :ego [173 51] :anim :jumping-straight :update-baseline? false :speed 2.0)
(actions/walk-straight-to entities :ego [160 98] :anim :jumping-straight :update-baseline? false :speed 5.0 :stop? false)
(actions/walk-straight-to entities :ego [173 121] :anim :jumping-straight :update-baseline? false :speed 3.0 :stop? false)
(actions/walk-straight-to entities :ego [175 125] :anim :jumping-straight :update-baseline? false :speed 1.0 :stop? false)
(actions/play-sound entities
(get-in @entities [:room :entities :ego :drop-sound])
0.2
false)
(actions/walk-straight-to entities :ego [200 -80] :anim :jumping-straight :update-baseline? false :speed 3.0)
(actions/walk-straight-to entities :ego [180 100] :anim :jumping-straight :update-baseline? false :stop? false :speed 2.0)
(actions/walk-straight-to entities :ego [190 30] :anim :jumping-straight :update-baseline? false :stop? false :speed 3.0)
(actions/walk-straight-to entities :ego [200 -80] :anim :jumping-straight :update-baseline? false :stop? false :speed 8.0)
(actions/remove-item entities :dream-sword)
(actions/remove-item entities :broom)
(actions/remove-item entities :shovel)