diff options
| author | Gene Pasquet <dev@etenil.net> | 2026-04-18 05:49:34 +0100 |
|---|---|---|
| committer | Gene Pasquet <dev@etenil.net> | 2026-04-18 05:49:34 +0100 |
| commit | c2085be2dd2a0cb3da05991847e35080915e547e (patch) | |
| tree | e89a0f3c347b3106b15b69b09dcf29f93a7ef627 /demo/sandbox.scm | |
| parent | 38eee24832fe6da4f135cae455881ab97953b23a (diff) | |
rename modules
Diffstat (limited to 'demo/sandbox.scm')
| -rw-r--r-- | demo/sandbox.scm | 18 |
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 ──────────────────────────────────────────────────────────────── |
