aboutsummaryrefslogtreecommitdiffhomepage
path: root/wheelwork-examples.asd
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-07-15 16:35:06 -0500
committerColin Okay <colin@cicadas.surf>2022-07-15 16:35:06 -0500
commitb70a404c640785010ecad52af29b4a96184b2c7e (patch)
tree939b271a963786e649eb0fc1c8aa7e640eb4c89f /wheelwork-examples.asd
parentf2f49f3beae4fb62292e9a80e7ddda64de098771 (diff)
[add] working canvas demo!
Diffstat (limited to 'wheelwork-examples.asd')
-rw-r--r--wheelwork-examples.asd3
1 files changed, 2 insertions, 1 deletions
diff --git a/wheelwork-examples.asd b/wheelwork-examples.asd
index 9680e85..80fd4a6 100644
--- a/wheelwork-examples.asd
+++ b/wheelwork-examples.asd
@@ -14,4 +14,5 @@
(:file "06-sprite")
(:file "07-renderarea")
(:file "08-pong")
- (:file "09-ghoulspree")))
+ (:file "09-ghoulspree")
+ (:file "10-canvas")))