attempt at making stuff dark.
This commit is contained in:
@@ -40,9 +40,12 @@
|
||||
(actions/do-dialogue entities
|
||||
:ego "I can see Gandarf moving around in the corner of the room."
|
||||
:ego "It's hard to make out from this angle."))}}
|
||||
:layers [(assoc (texture "behindhouse/background.png") :x 0 :y 0 :baseline 0)
|
||||
(assoc (texture "behindhouse/house.png") :x 0 :y 0 :baseline 122)
|
||||
(assoc (texture "behindhouse/brush.png") :x 0 :y 0 :baseline 240)]
|
||||
:layers {:day [(assoc (texture "behindhouse/background.png") :x 0 :y 0 :baseline 0)
|
||||
(assoc (texture "behindhouse/house.png") :x 0 :y 0 :baseline 122)
|
||||
(assoc (texture "behindhouse/brush.png") :x 0 :y 0 :baseline 240)]
|
||||
:night [(assoc (texture "behindhouse/background-dark.png") :x 0 :y 0 :baseline 0)
|
||||
(assoc (texture "behindhouse/house-dark.png") :x 0 :y 0 :baseline 122)
|
||||
(assoc (texture "behindhouse/brush-dark.png") :x 0 :y 0 :baseline 240)]}
|
||||
:entities {:stick (assoc (texture "behindhouse/stick.png")
|
||||
:x 26 :y 80 :baseline 160
|
||||
:script (actions/get-script entities
|
||||
|
||||
Reference in New Issue
Block a user