supporting different dialogue colors.

This commit is contained in:
2014-12-16 11:28:20 -08:00
parent 654f564311
commit 6a8191f49a
7 changed files with 9 additions and 5 deletions

View File

@@ -164,6 +164,7 @@
:step-sound (sound "ego/step.ogg")
:scale-x start-scale
:scale-y start-scale
:talk-color (color 0.5 0.9 1.0 1.0)
:mouse-in? (fn [entities x y]
(let [{entity-x :x entity-y :y region :object scale :scale-x} (get-in entities [:room :entities :ego])