From c2085be2dd2a0cb3da05991847e35080915e547e Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Sat, 18 Apr 2026 05:49:34 +0100 Subject: rename modules --- demo/sandbox.scm | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'demo/sandbox.scm') 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 ──────────────────────────────────────────────────────────────── -- cgit v1.2.3