attempt at making stuff dark.

This commit is contained in:
2014-12-27 22:41:09 -08:00
parent 8d6f673625
commit b20d8528ea
25 changed files with 28 additions and 14 deletions

View File

@@ -144,9 +144,12 @@
(actions/walk-to entities :ego [165 45] :face :left)
(actions/do-dialogue entities :grandma "No thank you, handsome.")))
}}
: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 240)]
: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)]
: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)]}
:entities {:cat (actions/start-animation screen
(assoc (animation->texture screen cat-stand)
:x 184 :y 173 :baseline 1000