diff --git a/desktop/src-common/advent/screens/rooms/dream.clj b/desktop/src-common/advent/screens/rooms/dream.clj index 9fcd3f4c..bdeff743 100644 --- a/desktop/src-common/advent/screens/rooms/dream.clj +++ b/desktop/src-common/advent/screens/rooms/dream.clj @@ -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)