From fe9163e763e1478f64f2f729e7175dba1287e408 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 27 Jul 2018 12:32:48 +0200 Subject: The colour is called "red", not "region". --- scenes/game.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3