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/grid.scm | |
parent | 0a13a8e9760091031986fe3a429645113dd038b1 (diff) |
Rename 'render' subdirectory to 'graphics'.
Diffstat (limited to 'examples/grid.scm')
-rw-r--r-- | examples/grid.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/grid.scm b/examples/grid.scm index e9fe2cc..58ada10 100644 --- a/examples/grid.scm +++ b/examples/grid.scm @@ -2,11 +2,11 @@ (chickadee math grid) (chickadee math vector) (chickadee math rect) - (chickadee render) - (chickadee render color) - (chickadee render font) - (chickadee render shapes) - (chickadee render sprite)) + (chickadee graphics) + (chickadee graphics color) + (chickadee graphics font) + (chickadee graphics shapes) + (chickadee graphics sprite)) (define grid (make-grid)) (define item-color (make-color 0.7 0.0 0.0 0.5)) |