dialogue colors for each person.
This commit is contained in:
@@ -121,7 +121,7 @@
|
||||
{:choices actions/something-else}]}
|
||||
"Why aren't you sitting and eating?"
|
||||
{:run #(do (actions/respond entities % :ladder-guard "I'm on duty, young sire.")
|
||||
(when (not (actions/has-obtained? :ladder))
|
||||
(when (not (actions/has-obtained? entities :ladder))
|
||||
(actions/do-dialogue entities
|
||||
:ladder-guard "Dost thou seeth this ladder?"
|
||||
:ladder-guard "Tis my duty to guardeth it."
|
||||
@@ -167,7 +167,7 @@
|
||||
:right {:stand warriors-stand
|
||||
:talk warriors-stand}
|
||||
:facing :right
|
||||
:talk-color (color 1.0 0.4 0.3 1.0)
|
||||
:talk-color (color 1.0 0.2 0.3 1.0)
|
||||
:script (actions/get-script entities
|
||||
(do-warrior-dialogue entities)
|
||||
))
|
||||
@@ -175,6 +175,7 @@
|
||||
:ladder-guard (actions/start-animation screen (assoc (animation->texture screen ladder-guard-stand) :x 202 :y 85 :baseline 155
|
||||
:stand ladder-guard-stand
|
||||
:talk ladder-guard-talk
|
||||
:talk-color (color 0.2 0.6 1.0 1.0)
|
||||
:script (actions/get-script entities (do-ladder-guard-dialogue entities)))
|
||||
:stand)
|
||||
:ladder (assoc (texture "inside-cafeteria/ladder.png") :x 250 :y 85 :baseline 155
|
||||
|
||||
Reference in New Issue
Block a user