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/scaling.scm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'demo/scaling.scm') 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 -- cgit v1.2.3