From 300131ca5a19d9de5250579d944a52b067b2d60b Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Sun, 5 Apr 2026 23:44:12 +0100 Subject: Rename prefix from downstroke/ to downstroke- --- animation.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'animation.scm') diff --git a/animation.scm b/animation.scm index e6627fe..a152753 100644 --- a/animation.scm +++ b/animation.scm @@ -1,9 +1,9 @@ -(module downstroke/animation * +(module downstroke-animation * (import scheme (chicken base) (chicken keyword) - downstroke/entity - downstroke/world) + downstroke-entity + downstroke-world) ;; ---- Animation data accessors ---- -- cgit v1.2.3