diff --git a/desktop/resources/cat-tree/background.png b/desktop/resources/cat-tree/background.png index 4e04f06a..b33f6bcc 100644 Binary files a/desktop/resources/cat-tree/background.png and b/desktop/resources/cat-tree/background.png differ diff --git a/desktop/resources/cat-tree/brush-l-dark.png b/desktop/resources/cat-tree/brush-l-dark.png new file mode 100644 index 00000000..170743c0 Binary files /dev/null and b/desktop/resources/cat-tree/brush-l-dark.png differ diff --git a/desktop/resources/cat-tree/brush-l.png b/desktop/resources/cat-tree/brush-l.png new file mode 100644 index 00000000..440702c8 Binary files /dev/null and b/desktop/resources/cat-tree/brush-l.png differ diff --git a/desktop/resources/cat-tree/tree-r-dark.png b/desktop/resources/cat-tree/tree-r-dark.png new file mode 100644 index 00000000..f92ccc25 Binary files /dev/null and b/desktop/resources/cat-tree/tree-r-dark.png differ diff --git a/desktop/resources/cat-tree/tree-r.png b/desktop/resources/cat-tree/tree-r.png new file mode 100644 index 00000000..e2c24be3 Binary files /dev/null and b/desktop/resources/cat-tree/tree-r.png differ diff --git a/desktop/src-common/advent/screens/rooms/cat_tree.clj b/desktop/src-common/advent/screens/rooms/cat_tree.clj index 3bc12c1a..6b0632a7 100644 --- a/desktop/src-common/advent/screens/rooms/cat_tree.clj +++ b/desktop/src-common/advent/screens/rooms/cat_tree.clj @@ -253,7 +253,8 @@ }} :layers {:day [(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 240)] + (assoc (texture "cat-tree/brush-l.png") :x -5 :y -5 :parallax 1.3 :baseline 240) + (assoc (texture "cat-tree/tree-r.png") :x 270 :y 0 :scale-x 1.1 :scale-y 1.1 :parallax 1.5 :baseline 240)] :night [(assoc (texture "cat-tree/background-dark.png") :x 0 :y 0 :baseline 0) (assoc (texture "cat-tree/tree-and-rock-dark.png") :x 0 :y 0 :baseline 161) (assoc (texture "cat-tree/sillhoute-dark.png") :x 0 :y 0 :baseline 240)]}