From eec7daa65efa74ece4390ebb46aa97515deffe69 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 9 Apr 2021 22:48:43 -0400 Subject: examples: tile-map: Fix map file name. --- examples/tile-map.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/tile-map.scm') diff --git a/examples/tile-map.scm b/examples/tile-map.scm index 52d6b94..ae1342b 100644 --- a/examples/tile-map.scm +++ b/examples/tile-map.scm @@ -27,7 +27,7 @@ (define scroll-speed 6.0) (define (load) - (set! map (load-tile-map "maps/example3.tmx"))) + (set! map (load-tile-map "maps/example.tmx"))) (define (draw alpha) ;; Linearly interpolate between the current camera position and the -- cgit v1.2.3