attempt at making stuff dark.
This commit is contained in:
@@ -185,7 +185,8 @@
|
||||
(actions/do-dialogue entities
|
||||
:ego "Are you interested in this?"
|
||||
:peddler "No, I have no use for it.")))}}
|
||||
:layers [(assoc (texture "outside-castle/background.png") :x 0 :y 0 :baseline 0)]
|
||||
:layers {:day [(assoc (texture "outside-castle/background.png") :x 0 :y 0 :baseline 0)]
|
||||
:night [(assoc (texture "outside-castle/background-dark.png") :x 0 :y 0 :baseline 0)]}
|
||||
:entities {:peddler (actions/start-animation screen
|
||||
(assoc (texture "outside-castle/peddler.png") :x 110 :y 90 :baseline 150 :anim nil
|
||||
:talk peddler-talk :stand peddler-stand
|
||||
|
||||
Reference in New Issue
Block a user