From 0c63f855539ccff487679470e5c6ed30c601f197 Mon Sep 17 00:00:00 2001 From: Remington Covert Date: Wed, 17 Sep 2014 18:00:33 -0700 Subject: [PATCH] new background. --- desktop/src-common/advent/screens/scene.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))}))