summaryrefslogtreecommitdiff
path: root/examples/shmup
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2020-10-03 23:01:50 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2020-10-03 23:11:49 -0400
commit3aaed194a553a745627d5f06f88b942b2dce2da1 (patch)
tree2c43e2e4859fc8345c6ea5fb1f193853a5945509 /examples/shmup
parent6e809066edb93ff6907cf342fd896cb554e232d6 (diff)
Update chickadee to latest commit.
Diffstat (limited to 'examples/shmup')
-rw-r--r--examples/shmup/shmup.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/shmup/shmup.scm b/examples/shmup/shmup.scm
index fa757e5..95f6292 100644
--- a/examples/shmup/shmup.scm
+++ b/examples/shmup/shmup.scm
@@ -3,10 +3,10 @@
(chickadee math matrix)
(chickadee math rect)
(chickadee math vector)
- (chickadee render color)
- (chickadee render shapes)
- (chickadee render texture)
- (chickadee render sprite)
+ (chickadee graphics color)
+ (chickadee graphics shapes)
+ (chickadee graphics texture)
+ (chickadee graphics sprite)
(chickadee scripting)
(ice-9 match)
(oop goops)