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 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.