aboutsummaryrefslogtreecommitdiff
path: root/world.scm
diff options
context:
space:
mode:
Diffstat (limited to 'world.scm')
-rw-r--r--world.scm6
1 files changed, 3 insertions, 3 deletions
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.