aboutsummaryrefslogtreecommitdiff
path: root/demo/sandbox.scm
diff options
context:
space:
mode:
authorGene Pasquet <dev@etenil.net>2026-04-18 05:49:34 +0100
committerGene Pasquet <dev@etenil.net>2026-04-18 05:49:34 +0100
commitc2085be2dd2a0cb3da05991847e35080915e547e (patch)
treee89a0f3c347b3106b15b69b09dcf29f93a7ef627 /demo/sandbox.scm
parent38eee24832fe6da4f135cae455881ab97953b23a (diff)
rename modules
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 9d6b0fe..0851f16 100644
--- a/demo/sandbox.scm
+++ b/demo/sandbox.scm
@@ -6,15 +6,15 @@
(prefix sdl2 "sdl2:")
(prefix sdl2-ttf "ttf:")
(prefix sdl2-image "img:")
- downstroke-engine
- downstroke-world
- downstroke-tilemap
- downstroke-physics
- downstroke-assets
- downstroke-entity
- downstroke-scene-loader
- downstroke-tween
- downstroke-prefabs)
+ (downstroke engine)
+ (downstroke world)
+ (downstroke tilemap)
+ (downstroke physics)
+ (downstroke assets)
+ (downstroke entity)
+ (downstroke scene-loader)
+ (downstroke tween)
+ (downstroke prefabs))
;; ── Constants ────────────────────────────────────────────────────────────────