diff options
author | David Thompson <dthompson2@worcester.edu> | 2020-10-03 22:29:27 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2020-10-03 22:29:27 -0400 |
commit | 85c32e4c1302a3c37a1ebb4cf7b4888affdc4f61 (patch) | |
tree | 49405ce1598633857b69e6c8a30ae7abca324173 /examples/tiled.scm | |
parent | 0a13a8e9760091031986fe3a429645113dd038b1 (diff) |
Rename 'render' subdirectory to 'graphics'.
Diffstat (limited to 'examples/tiled.scm')
-rw-r--r-- | examples/tiled.scm | 4 |
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)) |