diff options
-rw-r--r-- | examples/tile-map.scm | 2 |
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 |