diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-07-27 12:32:48 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-07-27 17:15:50 +0200 |
commit | fe9163e763e1478f64f2f729e7175dba1287e408 (patch) | |
tree | cd994d1c384be8127e5964a8406992e554ba6f50 | |
parent | 58e21aa2bba8525ff626f912a0ff15d7ae01461f (diff) |
The colour is called "red", not "region".
-rw-r--r-- | scenes/game.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scenes/game.scm b/scenes/game.scm index 93132a5..d2e8450 100644 --- a/scenes/game.scm +++ b/scenes/game.scm @@ -160,7 +160,7 @@ positions layer." #:name 'dialog-selection-indicator #:region (make-rect 0.0 0.0 5 10) #:position (vec2 0 65) - #:color region))) + #:color red))) (+ lines (render-text bubble text #:suffix message |