From c2085be2dd2a0cb3da05991847e35080915e547e Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Sat, 18 Apr 2026 05:49:34 +0100 Subject: rename modules --- tests/animation-test.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/animation-test.scm') diff --git a/tests/animation-test.scm b/tests/animation-test.scm index adf534f..117e933 100644 --- a/tests/animation-test.scm +++ b/tests/animation-test.scm @@ -4,7 +4,7 @@ (include "tilemap.scm") (include "world.scm") (include "animation.scm") -(import downstroke-entity downstroke-world downstroke-animation) +(import (downstroke entity) (downstroke world) (downstroke animation)) ;; Test helpers: construct alist entities / animation defs from readable plist kwargs. (define (entity . kws) (plist->alist kws)) -- cgit v1.2.3