diff --git a/desktop/src-common/advent/screens/scene.clj b/desktop/src-common/advent/screens/scene.clj index c409d960..c08c23ec 100644 --- a/desktop/src-common/advent/screens/scene.clj +++ b/desktop/src-common/advent/screens/scene.clj @@ -173,7 +173,7 @@ (actions/walk-to entities :ego [310 80]) (actions/transition-background entities :outside-house [0 80])) :cursor :right}} - :layers [(assoc (texture "behindhouse/background.png") :x 0 :y 0 :baseline 0)] + :layers [(assoc (texture "outside-castle/background.png") :x 0 :y 0 :baseline 0)] :collision "behindhouse/collision.png" :scale-fn (scaler-fn-with-baseline 110 0.10 1.00))}))