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- --- world.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'world.scm') diff --git a/world.scm b/world.scm index 521cf13..1ca365b 100644 --- a/world.scm +++ b/world.scm @@ -1,11 +1,11 @@ -(module downstroke/world +(module downstroke-world * (import scheme (chicken base) (only srfi-1 fold filter) defstruct - downstroke/tilemap - downstroke/entity) + downstroke-tilemap + downstroke-entity) ;; Scene = current level: tilemap (layers, objects) + list of entities. ;; Returns tile-id if the cell at (col, row) in this layer is non-zero, #f otherwise. -- cgit v1.2.3