diff --git a/desktop/src-common/advent/screens/scene.clj b/desktop/src-common/advent/screens/scene.clj index 00d55717..76f67312 100644 --- a/desktop/src-common/advent/screens/scene.clj +++ b/desktop/src-common/advent/screens/scene.clj @@ -240,7 +240,9 @@ (actions/transition-background entities :outside-house [137 204]) (actions/walk-to entities :ego [195 140])) :cursor :down}} - :layers [(assoc (texture "cat-tree/background.png") :x 0 :y 0 :baseline 0)] + :layers [(assoc (texture "cat-tree/background.png") :x 0 :y 0 :baseline 0) + (assoc (texture "cat-tree/tree-and-rock.png") :x 0 :y 0 :baseline 161) + (assoc (texture "cat-tree/sillhoute.png") :x 0 :y 0 :baseline 9000)] :entities {} :collision "cat-tree/collision.png" :scale-fn (scaler-fn-with-baseline 110 0.10 1.20))