From: Christoph Sommer Date: Tue, 3 Apr 2007 21:12:04 +0000 (+0000) Subject: fixed walk directions of plain grass tile X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;ds=sidebyside;h=98514cf63a1158cd9da1982b645661cd77e32f02;p=supertux.git fixed walk directions of plain grass tile SVN-Revision: 4960 --- diff --git a/data/images/worldmap.strf b/data/images/worldmap.strf index 2231d93e7..6ad73e6be 100644 --- a/data/images/worldmap.strf +++ b/data/images/worldmap.strf @@ -881,11 +881,11 @@ (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))