small backport from 0.1.3
authorMarek Moeckel <wansti@gmx.de>
Fri, 1 Jul 2005 22:58:38 +0000 (22:58 +0000)
committerMarek Moeckel <wansti@gmx.de>
Fri, 1 Jul 2005 22:58:38 +0000 (22:58 +0000)
SVN-Revision: 2671

data/images/worldmap.strf

index 7c2498f..ba7519d 100644 (file)
      (south #f)
      (west  #t)
      (east  #f))
+
+;; Yet another invisible one
+(tile (id 72)
+     (image "road_e.png")
+     (stop #t)
+     (north #f)
+     (south #f)
+     (west  #t)
+     (east  #t))
 )