From: Marek Moeckel Date: Fri, 1 Jul 2005 22:58:38 +0000 (+0000) Subject: small backport from 0.1.3 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=2c7ce608fb6d088f8039e545ae39f1741c6cbec3;p=supertux.git small backport from 0.1.3 SVN-Revision: 2671 --- diff --git a/data/images/worldmap.strf b/data/images/worldmap.strf index 7c2498f2d..ba7519dcb 100644 --- a/data/images/worldmap.strf +++ b/data/images/worldmap.strf @@ -328,4 +328,13 @@ (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)) )