From 678123574311d0c07937b0b308ddad253f0f3e52 Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Sun, 9 Nov 2025 19:29:35 +0000 Subject: Draw rows of tiles --- src/tilemap.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tilemap.scm') diff --git a/src/tilemap.scm b/src/tilemap.scm index d789422..8d0379b 100644 --- a/src/tilemap.scm +++ b/src/tilemap.scm @@ -155,8 +155,8 @@ (x (* tile-x tile-width)) (y (* tile-y tile-height))) (make-tile - tile-id - (sdl2:make-rect x y tile-width tile-height)))) + id: tile-id + rect: (sdl2:make-rect x y tile-width tile-height)))) (define (load-tilemap file-name) (call-with-input-file file-name -- cgit v1.2.3