From: Ricardo Cruz Date: Thu, 26 Aug 2004 22:57:13 +0000 (+0000) Subject: Added missing worldmap images existent in 0.1.2. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=8a0de8232f56fde2c9c6bb53da332379eaf48689;p=supertux.git Added missing worldmap images existent in 0.1.2. SVN-Revision: 1842 --- diff --git a/data/images/worldmap/antarctica.stwt b/data/images/worldmap/antarctica.stwt index b9bfd0404..03152147c 100644 --- a/data/images/worldmap/antarctica.stwt +++ b/data/images/worldmap/antarctica.stwt @@ -33,7 +33,7 @@ (east #t) (stop #t)) (tile (id 5) - (image "road_e.png") + (image "road_end.png") (north #f) (south #f) (west #f) @@ -282,6 +282,101 @@ (south #t) (west #f) (east #f)) - ) + + ;; Secret paths + (tile (id 61) + (image "road_nws.png") + (north #t) + (south #t) + (west #t) + (east #t)) + + (tile (id 62) + (image "snow5.png") + (stop #f) + (north #f) + (south #f) + (west #t) + (east #t)) + + (tile (id 63) + (image "water.png") + (stop #f) + (north #f) + (south #f) + (west #t) + (east #t)) + + (tile (id 64) + (image "snow7.png") + (stop #f) + (north #f) + (south #f) + (west #t) + (east #t)) + + ;;one-way vertical road + (tile (id 65) + (image "road_ns.png") + (north #t) + (south #t) + (west #f) + (east #f) + (stop #f) + (one-way "north-south")) + + ;;one-way horizontal road + (tile (id 66) + (image "road_we.png") + (north #f) + (south #f) + (west #t) + (east #t) + (stop #f) + (one-way "west-east")) + + ;; Another invisible road + (tile (id 67) + (image "snow9.png") + (stop #t) + (north #f) + (south #f) + (west #t) + (east #f)) + + ;; End of the line + (tile (id 68) + (image "road_n.png") + (stop #t) + (north #t) + (south #f) + (west #f) + (east #f)) + + (tile (id 69) + (image "road_e.png") + (stop #t) + (north #f) + (south #f) + (west #f) + (east #t)) + + (tile (id 70) + (image "road_s.png") + (stop #t) + (north #f) + (south #t) + (west #f) + (east #f)) + + (tile (id 71) + (image "road_w.png") + (stop #t) + (north #f) + (south #f) + (west #t) + (east #f)) + +) ;; EOF ;; diff --git a/data/images/worldmap/messagedot.png b/data/images/worldmap/messagedot.png index aa1a9fc3a..c450ae12e 100644 Binary files a/data/images/worldmap/messagedot.png and b/data/images/worldmap/messagedot.png differ diff --git a/data/images/worldmap/road_e.png b/data/images/worldmap/road_e.png index 1f28ea28d..7be5c565c 100644 Binary files a/data/images/worldmap/road_e.png and b/data/images/worldmap/road_e.png differ diff --git a/data/images/worldmap/road_end.png b/data/images/worldmap/road_end.png new file mode 100644 index 000000000..1f28ea28d Binary files /dev/null and b/data/images/worldmap/road_end.png differ diff --git a/data/images/worldmap/road_n.png b/data/images/worldmap/road_n.png new file mode 100644 index 000000000..a5e30fd42 Binary files /dev/null and b/data/images/worldmap/road_n.png differ diff --git a/data/images/worldmap/road_s.png b/data/images/worldmap/road_s.png new file mode 100644 index 000000000..3e189813d Binary files /dev/null and b/data/images/worldmap/road_s.png differ diff --git a/data/images/worldmap/road_w.png b/data/images/worldmap/road_w.png new file mode 100644 index 000000000..8b85775ec Binary files /dev/null and b/data/images/worldmap/road_w.png differ diff --git a/data/images/worldmap/teleporterdot.png b/data/images/worldmap/teleporterdot.png new file mode 100644 index 000000000..f1c86889c Binary files /dev/null and b/data/images/worldmap/teleporterdot.png differ