diff options
Diffstat (limited to 'world.scm')
| -rw-r--r-- | world.scm | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |
