summaryrefslogtreecommitdiff
path: root/examples/sprite-batch.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-12-30 19:32:19 -0500
committerDavid Thompson <dthompson2@worcester.edu>2024-05-03 10:09:45 -0400
commit20a1c5cfe09b6f20dff7a345507a33975ab20ad1 (patch)
tree3bba068bc3a07bb79fccc27a4e086f84db3a5536 /examples/sprite-batch.scm
parent9a19f12c464468427a4b4526c354c0934e93ea87 (diff)
WIP graphics engine rewrite.wip-graphics-backend
Diffstat (limited to 'examples/sprite-batch.scm')
-rw-r--r--examples/sprite-batch.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sprite-batch.scm b/examples/sprite-batch.scm
index e62d1e4..f310092 100644
--- a/examples/sprite-batch.scm
+++ b/examples/sprite-batch.scm
@@ -64,4 +64,4 @@
(update-agenda 1))
(run-game #:load load #:draw draw #:update update
- #:window-title "sprite batch stress test")
+ #:window-title "sprite batch example")