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/platformer.scm | |
| parent | 38eee24832fe6da4f135cae455881ab97953b23a (diff) | |
rename modules
Diffstat (limited to 'demo/platformer.scm')
| -rw-r--r-- | demo/platformer.scm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/demo/platformer.scm b/demo/platformer.scm index c11c390..11a782d 100644 --- a/demo/platformer.scm +++ b/demo/platformer.scm @@ -5,14 +5,14 @@ (prefix sdl2 "sdl2:") (prefix sdl2-ttf "ttf:") (prefix sdl2-image "img:") - downstroke-engine - downstroke-world - downstroke-input - downstroke-physics - downstroke-assets - downstroke-entity - downstroke-sound - downstroke-scene-loader) + (downstroke engine) + (downstroke world) + (downstroke input) + (downstroke physics) + (downstroke assets) + (downstroke entity) + (downstroke sound) + (downstroke scene-loader)) (define +debug?+ (and (member "--debug" (command-line-arguments)) #t)) |
