summaryrefslogtreecommitdiff
path: root/examples/tile-map.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2021-04-09 22:48:43 -0400
committerDavid Thompson <dthompson2@worcester.edu>2021-04-09 22:48:43 -0400
commiteec7daa65efa74ece4390ebb46aa97515deffe69 (patch)
treed040473a743642c73ffe4acc1ffe9e005246d5c1 /examples/tile-map.scm
parente05aa45f672eb49312449d359a9e345223741b19 (diff)
examples: tile-map: Fix map file name.
Diffstat (limited to 'examples/tile-map.scm')
-rw-r--r--examples/tile-map.scm2
1 files changed, 1 insertions, 1 deletions
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