summaryrefslogtreecommitdiff
path: root/examples/grid.scm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/grid.scm')
-rw-r--r--examples/grid.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/grid.scm b/examples/grid.scm
index c83dac7..4a5dbd2 100644
--- a/examples/grid.scm
+++ b/examples/grid.scm
@@ -3,9 +3,9 @@
(chickadee math vector)
(chickadee math rect)
(chickadee graphics color)
- (chickadee graphics font)
(chickadee graphics path)
- (chickadee graphics sprite))
+ (chickadee graphics sprite)
+ (chickadee graphics text))
(define grid (make-grid))
(define item-color (make-color 0.7 0.0 0.0 0.7))