summaryrefslogtreecommitdiff
path: root/examples/9-patch.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/9-patch.scm
parentb4b1dbaaec28331572503828d1b30ec0eea79619 (diff)
Rename (chickadee graphics font) to (chickadee graphics text).
Diffstat (limited to 'examples/9-patch.scm')
-rw-r--r--examples/9-patch.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/9-patch.scm b/examples/9-patch.scm
index feb02b0..debc69d 100644
--- a/examples/9-patch.scm
+++ b/examples/9-patch.scm
@@ -1,8 +1,8 @@
(use-modules (chickadee)
(chickadee math rect)
(chickadee math vector)
- (chickadee graphics font)
(chickadee graphics 9-patch)
+ (chickadee graphics text)
(chickadee graphics texture))
(define image #f)