summaryrefslogtreecommitdiff
path: root/examples/text.scm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/text.scm')
-rw-r--r--examples/text.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/text.scm b/examples/text.scm
index 4758782..df0a2ed 100644
--- a/examples/text.scm
+++ b/examples/text.scm
@@ -3,6 +3,7 @@
(chickadee render font))
(define (draw alpha)
- (draw-text "Hello, world!" #v(260.0 240.0)))
+ (draw-text "The quick brown fox jumps over the lazy dog.\nFive hexing wizard bots jump quickly."
+ #v(140.0 240.0)))
(run-game #:draw draw)