diff options
author | Colin Okay <colin@cicadas.surf> | 2022-07-08 08:22:09 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-07-08 08:22:09 -0500 |
commit | 50035adb08e82c240209ab6b53ba70e741ea58b0 (patch) | |
tree | 4537bb50027b179e1880df74320c3ff649dc651a /wheelwork-examples.asd | |
parent | 49d2a25cd4910be8ad1e32938a6537e0adcf6450 (diff) |
[example] [modify] pong, made it a bit more dynamic
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 a5a5498..952c36a 100644 --- a/wheelwork-examples.asd +++ b/wheelwork-examples.asd @@ -12,4 +12,5 @@ (:file "04-a-button") (:file "05-frameset-animation") (:file "06-sprite") - (:file "07-renderarea"))) + (:file "07-renderarea") + (:file "08-pong"))) |