From c2085be2dd2a0cb3da05991847e35080915e547e Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Sat, 18 Apr 2026 05:49:34 +0100 Subject: rename modules --- animation.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'animation.scm') diff --git a/animation.scm b/animation.scm index b7fe9c7..96718ec 100644 --- a/animation.scm +++ b/animation.scm @@ -1,9 +1,9 @@ -(module downstroke-animation * +(module (downstroke animation) * (import scheme (chicken base) (only srfi-1 filter) - downstroke-entity - downstroke-world) + (downstroke entity) + (downstroke world)) ;; Animation definitions are alists (converted from plist form in the user's ;; prefab data file by load-prefabs). Each animation is an alist with keys -- cgit v1.2.3