Added missing worldmap images existent in 0.1.2.
authorRicardo Cruz <rick2@aeiou.pt>
Thu, 26 Aug 2004 22:57:13 +0000 (22:57 +0000)
committerRicardo Cruz <rick2@aeiou.pt>
Thu, 26 Aug 2004 22:57:13 +0000 (22:57 +0000)
SVN-Revision: 1842

data/images/worldmap/antarctica.stwt
data/images/worldmap/messagedot.png
data/images/worldmap/road_e.png
data/images/worldmap/road_end.png [new file with mode: 0644]
data/images/worldmap/road_n.png [new file with mode: 0644]
data/images/worldmap/road_s.png [new file with mode: 0644]
data/images/worldmap/road_w.png [new file with mode: 0644]
data/images/worldmap/teleporterdot.png [new file with mode: 0644]

index b9bfd04..0315214 100644 (file)
@@ -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)
        (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 ;;
index aa1a9fc..c450ae1 100644 (file)
Binary files a/data/images/worldmap/messagedot.png and b/data/images/worldmap/messagedot.png differ
index 1f28ea2..7be5c56 100644 (file)
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 (file)
index 0000000..1f28ea2
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 (file)
index 0000000..a5e30fd
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 (file)
index 0000000..3e18981
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 (file)
index 0000000..8b85775
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 (file)
index 0000000..f1c8688
Binary files /dev/null and b/data/images/worldmap/teleporterdot.png differ