From 2a75c88de470a173067feee4df80cd8e3fb7a641 Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Sun, 5 Apr 2026 15:34:21 +0100 Subject: Cleanup and egg! --- world.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'world.scm') diff --git a/world.scm b/world.scm index ee1d60c..2cd0feb 100644 --- a/world.scm +++ b/world.scm @@ -1,11 +1,11 @@ -(module world +(module downstroke/world * (import scheme (chicken base) (only srfi-1 fold filter) defstruct - tilemap - 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