fixed animation stutter.
This commit is contained in:
@@ -429,12 +429,16 @@
|
|||||||
(actions/do-dialogue entities :ego "Yes! Now, before he gets back!")
|
(actions/do-dialogue entities :ego "Yes! Now, before he gets back!")
|
||||||
(actions/pause-camera entities)
|
(actions/pause-camera entities)
|
||||||
(actions/play-animation entities :ego :jump-straight :stop? false)
|
(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
|
(actions/play-sound entities
|
||||||
(get-in @entities [:room :entities :ego :drop-sound])
|
(get-in @entities [:room :entities :ego :drop-sound])
|
||||||
0.2
|
0.2
|
||||||
false)
|
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 :dream-sword)
|
||||||
(actions/remove-item entities :broom)
|
(actions/remove-item entities :broom)
|
||||||
(actions/remove-item entities :shovel)
|
(actions/remove-item entities :shovel)
|
||||||
|
|||||||
Reference in New Issue
Block a user