diff options
author | Colin Okay <colin@cicadas.surf> | 2022-07-15 16:35:06 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-07-15 16:35:06 -0500 |
commit | b70a404c640785010ecad52af29b4a96184b2c7e (patch) | |
tree | 939b271a963786e649eb0fc1c8aa7e640eb4c89f /wheelwork-examples.asd | |
parent | f2f49f3beae4fb62292e9a80e7ddda64de098771 (diff) |
[add] working canvas demo!
Diffstat (limited to 'wheelwork-examples.asd')
-rw-r--r-- | wheelwork-examples.asd | 3 |
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"))) |