summaryrefslogtreecommitdiff
path: root/examples/tiled.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2020-10-03 22:29:27 -0400
committerDavid Thompson <dthompson2@worcester.edu>2020-10-03 22:29:27 -0400
commit85c32e4c1302a3c37a1ebb4cf7b4888affdc4f61 (patch)
tree49405ce1598633857b69e6c8a30ae7abca324173 /examples/tiled.scm
parent0a13a8e9760091031986fe3a429645113dd038b1 (diff)
Rename 'render' subdirectory to 'graphics'.
Diffstat (limited to 'examples/tiled.scm')
-rw-r--r--examples/tiled.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tiled.scm b/examples/tiled.scm
index e6099df..e1bf22a 100644
--- a/examples/tiled.scm
+++ b/examples/tiled.scm
@@ -1,8 +1,8 @@
(use-modules (chickadee)
(chickadee math vector)
(chickadee math rect)
- (chickadee render font)
- (chickadee render tiled)
+ (chickadee graphics font)
+ (chickadee graphics tiled)
(ice-9 format)
(ice-9 match)
(srfi srfi-11))