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

@@ -158,11 +158,16 @@
(actions/walk-straight-to entities :ego [310 80])
)
:cursor :left}}
:layers [(assoc (texture "outsidehouse/bg5.png") :x 0 :y 0 :baseline 0)
(assoc (texture "house.png") :x 0 :y 0 :baseline 122)
(assoc (texture "outsidehouse/fence.png") :x 0 :y 0 :baseline 95)
(assoc (texture "background-trees.png") :x 0 :y 0 :baseline 44)]
:layers {:day [(assoc (texture "outsidehouse/background.png") :x 0 :y 0 :baseline 0)
(assoc (texture "outsidehouse/house.png") :x 0 :y 0 :baseline 122)
(assoc (texture "outsidehouse/fence.png") :x 0 :y 0 :baseline 95)
(assoc (texture "outsidehouse/background-trees.png") :x 0 :y 0 :baseline 44)]
:night [(assoc (texture "outsidehouse/background-dark.png") :x 0 :y 0 :baseline 0)
(assoc (texture "outsidehouse/house-dark.png") :x 0 :y 0 :baseline 122)
(assoc (texture "outsidehouse/fence-dark.png") :x 0 :y 0 :baseline 95)
(assoc (texture "outsidehouse/background-trees-dark.png") :x 0 :y 0 :baseline 44)]}
:entities {:sheep (actions/start-animation screen
(assoc (animation->texture screen sheep-stand) :x 38 :y 160 :baseline 160
:box [38 160 71 181]