diff options
author | Colin Okay <colin@cicadas.surf> | 2022-07-08 18:25:51 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-07-08 18:25:51 -0500 |
commit | 36af0ea27f336106e4ad81695030f3d6494fda55 (patch) | |
tree | 54e052fb66865ac787c2677a5a06caedb2da9189 /wheelwork-examples.asd | |
parent | 7d65547961ed7ac007f8c873d179f9db97d64fa2 (diff) |
[add] [example] ghoulspree - test loads of sprites
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 952c36a..9680e85 100644 --- a/wheelwork-examples.asd +++ b/wheelwork-examples.asd @@ -13,4 +13,5 @@ (:file "05-frameset-animation") (:file "06-sprite") (:file "07-renderarea") - (:file "08-pong"))) + (:file "08-pong") + (:file "09-ghoulspree"))) |