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/scaling.scm | |
| parent | 38eee24832fe6da4f135cae455881ab97953b23a (diff) | |
rename modules
Diffstat (limited to 'demo/scaling.scm')
| -rw-r--r-- | demo/scaling.scm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/demo/scaling.scm b/demo/scaling.scm index e00c797..3724a59 100644 --- a/demo/scaling.scm +++ b/demo/scaling.scm @@ -3,12 +3,12 @@ (only (list-utils alist) plist->alist) (prefix sdl2 "sdl2:") (prefix sdl2-ttf "ttf:") - downstroke-engine - downstroke-world - downstroke-entity - downstroke-input - downstroke-renderer - downstroke-assets) + (downstroke engine) + (downstroke world) + (downstroke entity) + (downstroke input) + (downstroke renderer) + (downstroke assets)) ;; Logical resolution: 320×240, displayed at 640×480 via scale: 2 |
