From 430873297af9b8fa71b0f5be00ce43a668d1ac66 Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Sun, 26 Jul 2015 21:13:05 -0700 Subject: [PATCH] faulty walkbehind. --- desktop/src-common/advent/screens/rooms/outside_castle.clj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/desktop/src-common/advent/screens/rooms/outside_castle.clj b/desktop/src-common/advent/screens/rooms/outside_castle.clj index b2ae7794..98660758 100644 --- a/desktop/src-common/advent/screens/rooms/outside_castle.clj +++ b/desktop/src-common/advent/screens/rooms/outside_castle.clj @@ -304,13 +304,13 @@ (actions/give entities :carrot))))}} :layers {:day [(assoc (texture "outside-castle/background.png") :x 0 :y 0 :baseline 0) (assoc (texture "outside-castle/brush.png") :origin-x 0 :origin-y 0 :scale-x 1.0 :scale-y 1.0 :x 15 :y 0 :baseline 240 :parallax 1.2) - (assoc (texture "outside-castle/walk-behind.png") :x 0 :y 0 :baseline 240)] + (assoc (texture "outside-castle/walk-behind.png") :x 0 :y 0 :baseline 69)] :night [(assoc (texture "outside-castle/background.png") :x 0 :y 0 :baseline 0) (assoc (texture "outside-castle/brush.png") :origin-x 0 :origin-y 0 :scale-x 1.0 :scale-y 1.0 :x 15 :y 0 :baseline 240 :parallax 1.2) - (assoc (texture "outside-castle/walk-behind.png") :x 0 :y 0 :baseline 240)] + (assoc (texture "outside-castle/walk-behind.png") :x 0 :y 0 :baseline 69)] :sunrise [(assoc (texture "outside-castle/background.png") :x 0 :y 0 :baseline 0) (assoc (texture "outside-castle/brush.png") :origin-x 0 :origin-y 0 :scale-x 1.0 :scale-y 1.0 :x 15 :y 0 :baseline 240 :parallax 1.2) - (assoc (texture "outside-castle/walk-behind.png") :x 0 :y 0 :baseline 240)]} + (assoc (texture "outside-castle/walk-behind.png") :x 0 :y 0 :baseline 69)]} :entities {:peddler (actions/start-animation screen (assoc (texture "outside-castle/peddler.png") :x 110 :y 90 :baseline 150 :anim nil :anim-sound-frames {peddler-stand {23 [:scratch 1.0]}