From c2085be2dd2a0cb3da05991847e35080915e547e Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Sat, 18 Apr 2026 05:49:34 +0100 Subject: rename modules --- tween.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tween.scm') diff --git a/tween.scm b/tween.scm index 4ef42ce..531304e 100644 --- a/tween.scm +++ b/tween.scm @@ -1,10 +1,10 @@ -(module downstroke-tween * +(module (downstroke tween) * (import scheme (chicken base) (chicken keyword) (only srfi-1 fold) defstruct - downstroke-entity) + (downstroke entity)) ;; ── Easing: t in [0,1] → eased factor in [0,1] for linear interpolation ── -- cgit v1.2.3