fixed walk directions of plain grass tile
authorChristoph Sommer <mail@christoph-sommer.de>
Tue, 3 Apr 2007 21:12:04 +0000 (21:12 +0000)
committerChristoph Sommer <mail@christoph-sommer.de>
Tue, 3 Apr 2007 21:12:04 +0000 (21:12 +0000)
SVN-Revision: 4960

data/images/worldmap.strf

index 2231d93..6ad73e6 100644 (file)
 (tile (id 410)
       (images
         (region "worldmap/forest/forestwood.png" 96 32 32 32))
-      (north #t)
-      (south #t)
-      (east  #t)
+      (north #f)
+      (south #f)
+      (east  #f)
       (west  #f)
-      (stop  #t))
+      (stop  #f))
 (tile (id 411)
       (images
         (region "worldmap/forest/forestwood.png" 128 32 32 32))