From: Ingo Ruhnke Date: Sat, 10 Apr 2004 18:54:27 +0000 (+0000) Subject: - fixed tile properties X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=cd120602b801bc79351dbddf2244364d49a92096;p=supertux.git - fixed tile properties SVN-Revision: 450 --- diff --git a/data/images/worldmap/antarctica.stwt b/data/images/worldmap/antarctica.stwt index e3adc6de0..695a7d0ca 100644 --- a/data/images/worldmap/antarctica.stwt +++ b/data/images/worldmap/antarctica.stwt @@ -116,19 +116,81 @@ (tile (id 36) (image "wood13.png")) - (tile (id 37) (image "road_ne.png")) - (tile (id 38) (image "road_nsw.png")) - (tile (id 39) (image "road_sw.png")) - (tile (id 40) (image "road_we.png")) - (tile (id 41) (image "road_nes.png")) - (tile (id 42) (image "road_nw.png")) - (tile (id 43) (image "road_swe.png")) - (tile (id 44) (image "road_new.png")) - (tile (id 45) (image "road_nesw.png")) - (tile (id 46) (image "road_nws.png")) - (tile (id 47) (image "road_ns.png")) - (tile (id 48) (image "road_se.png")) + (tile (id 37) + (image "road_ne.png") + (north #t) + (south #f) + (west #f) + (east #t)) -) + (tile (id 38) + (image "road_nsw.png") + (north #t) + (south #t) + (west #t) + (east #f)) + (tile (id 39) + (image "road_sw.png") + (north #f) + (south #t) + (west #t) + (east #f)) + (tile (id 40) + (image "road_we.png") + (north #f) + (south #f) + (west #t) + (east #t) + (stop #f)) + (tile (id 41) + (image "road_nes.png") + (north #t) + (south #t) + (west #f) + (east #t)) + (tile (id 42) + (image "road_nw.png") + (north #t) + (south #f) + (west #t) + (east #f)) + (tile (id 43) + (image "road_swe.png") + (north #f) + (south #t) + (west #t) + (east #t)) + (tile (id 44) + (image "road_new.png") + (north #t) + (south #f) + (west #t) + (east #t)) + (tile (id 45) + (image "road_nesw.png") + (north #t) + (south #t) + (west #t) + (east #t)) + (tile (id 46) + (image "road_nws.png") + (north #t) + (south #t) + (west #t) + (east #f)) + (tile (id 47) + (image "road_ns.png") + (north #t) + (south #t) + (west #f) + (east #f) + (stop #f)) + (tile (id 48) + (image "road_se.png") + (north #f) + (south #t) + (west #f) + (east #t)) + ) ;; EOF ;;