From 96ac96341e7959a0658c7d57e65a76556e2b0817 Mon Sep 17 00:00:00 2001 From: Ingo Ruhnke Date: Mon, 26 Apr 2004 12:42:05 +0000 Subject: [PATCH] - added auto-walk markings SVN-Revision: 740 --- data/images/worldmap/antarctica.stwt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data/images/worldmap/antarctica.stwt b/data/images/worldmap/antarctica.stwt index b7c88250e..73da54116 100644 --- a/data/images/worldmap/antarctica.stwt +++ b/data/images/worldmap/antarctica.stwt @@ -1,3 +1,4 @@ +;; -*- mode: scheme -*- ;; (tile (id INT) ;; (directions TOP RIGHT DOWN LEFT) ;; @@ -118,6 +119,8 @@ (tile (id 37) (image "road_ne.png") + (stop #f) + (auto-walk #t) (north #t) (south #f) (west #f) @@ -131,6 +134,8 @@ (east #f)) (tile (id 39) (image "road_sw.png") + (stop #f) + (auto-walk #t) (north #f) (south #t) (west #t) @@ -150,6 +155,8 @@ (east #t)) (tile (id 42) (image "road_nw.png") + (stop #f) + (auto-walk #t) (north #t) (south #f) (west #t) @@ -187,6 +194,8 @@ (stop #f)) (tile (id 48) (image "road_se.png") + (stop #f) + (auto-walk #t) (north #f) (south #t) (west #f) -- 2.11.0