summaryrefslogtreecommitdiff
path: root/examples/grid.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-10-17 08:14:18 -0400
committerDavid Thompson <dthompson2@worcester.edu>2022-10-17 08:14:18 -0400
commit5edce04c698cd92149004ead1cad77c481c682e8 (patch)
tree526b428e10e714e649d4f9fd83d73cc0e81512d5 /examples/grid.scm
parentb4b1dbaaec28331572503828d1b30ec0eea79619 (diff)
Rename (chickadee graphics font) to (chickadee graphics text).
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))