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-07-24 21:54:32 -0400
commit76dc3f0af36775d2fdaab61134dd0f875ee48292 (patch)
tree33fe349038005f7e5f733856895903257a448b54 /examples/sprite-batch.scm
parent41e7e7152a66f40f3a23439fb0ea4b2b03acbf1c (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")