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- --- ai.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ai.scm') diff --git a/ai.scm b/ai.scm index e6c1ec1..9240eba 100644 --- a/ai.scm +++ b/ai.scm @@ -1,11 +1,11 @@ -(module downstroke/ai * +(module downstroke-ai * (import scheme (chicken base) (chicken keyword) (only srfi-1 find) states - downstroke/entity - downstroke/world) + downstroke-entity + downstroke-world) ;; Patrol speed in pixels per frame (define *patrol-speed* 1) -- cgit v1.2.3