From c2085be2dd2a0cb3da05991847e35080915e547e Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Sat, 18 Apr 2026 05:49:34 +0100 Subject: rename modules --- world.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'world.scm') diff --git a/world.scm b/world.scm index 1691396..c913663 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