more parallax

This commit is contained in:
2015-05-02 19:03:44 -07:00
parent c3d2c4058d
commit 471ededdf4
6 changed files with 2 additions and 1 deletions

View File

@@ -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)]}