aboutsummaryrefslogtreecommitdiff
path: root/demo/sandbox.scm
diff options
context:
space:
mode:
Diffstat (limited to 'demo/sandbox.scm')
-rw-r--r--demo/sandbox.scm18
1 files changed, 9 insertions, 9 deletions
diff --git a/demo/sandbox.scm b/demo/sandbox.scm
index ffc0cca..f585a6a 100644
--- a/demo/sandbox.scm
+++ b/demo/sandbox.scm
@@ -4,15 +4,15 @@
(prefix sdl2 "sdl2:")
(prefix sdl2-ttf "ttf:")
(prefix sdl2-image "img:")
- downstroke/engine
- downstroke/world
- downstroke/tilemap
- downstroke/renderer
- downstroke/input
- downstroke/physics
- downstroke/assets
- downstroke/entity
- downstroke/scene-loader)
+ downstroke-engine
+ downstroke-world
+ downstroke-tilemap
+ downstroke-renderer
+ downstroke-input
+ downstroke-physics
+ downstroke-assets
+ downstroke-entity
+ downstroke-scene-loader)
(define *elapsed* 0)
(define *respawn-interval* 10000)