diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-10-17 08:14:18 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-10-17 08:14:18 -0400 |
commit | 5edce04c698cd92149004ead1cad77c481c682e8 (patch) | |
tree | 526b428e10e714e649d4f9fd83d73cc0e81512d5 /examples/tile-map.scm | |
parent | b4b1dbaaec28331572503828d1b30ec0eea79619 (diff) |
Rename (chickadee graphics font) to (chickadee graphics text).
Diffstat (limited to 'examples/tile-map.scm')
-rw-r--r-- | examples/tile-map.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tile-map.scm b/examples/tile-map.scm index ae1342b..7aea4ca 100644 --- a/examples/tile-map.scm +++ b/examples/tile-map.scm @@ -2,7 +2,7 @@ (chickadee math vector) (chickadee math rect) (chickadee graphics color) - (chickadee graphics font) + (chickadee graphics text) (chickadee graphics tile-map) (ice-9 format) (ice-9 match) |