From: Stephen Groundwater Date: Wed, 31 Aug 2005 03:00:42 +0000 (+0000) Subject: Forest WM tiles, more work in progress X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=a2e15e2824d6b3c57792c323881fc68c39dd98e6;hp=2580e5f07d7053952f09202d1f44bce055769121;p=supertux.git Forest WM tiles, more work in progress SVN-Revision: 2756 --- diff --git a/data/images/worldmap.strf b/data/images/worldmap.strf index 511b21029..2a2748885 100644 --- a/data/images/worldmap.strf +++ b/data/images/worldmap.strf @@ -601,5 +601,47 @@ (south #f) (west #t) (east #f)) +(tile (id 142) + (images "worldmap/forest/map-1-1.png")) +(tile (id 143) + (images "worldmap/forest/map-1-2.png")) +(tile (id 144) + (images "worldmap/forest/map-2-1.png") + (stop #f) + (north #f) + (south #f) + (west #t) + (east #t)) +(tile (id 145) + (images "worldmap/forest/map-2-2.png") + (stop #f) + (north #f) + (south #f) + (west #t) + (east #t)) +(tile (id 146) + (images "worldmap/forest/map-3-1.png")) +(tile (id 147) + (images "worldmap/forest/map-3-2.png")) +(tile (id 148) + (images "worldmap/forest/ground2.png")) +(tile (id 149) + (images "worldmap/forest/map-2-1b.png") + (stop #f) + (north #f) + (south #f) + (west #t) + (east #t)) +(tile (id 150) + (images "worldmap/forest/map-2-1c.png")) +(tile (id 151) + (images "worldmap/forest/map-2-2b.png")) +(tile (id 152) + (images "worldmap/forest/map-2-1d.png") + (stop #f) + (north #f) + (south #f) + (west #t) + (east #t)) )