Update of /cvsroot/super-tux/supertux/data/images/worldmap
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7955/data/images/worldmap
Modified Files:
Tag: supertux_0_1_1_branch
antarctica.stwt road_e.png
Added Files:
Tag: supertux_0_1_1_branch
road_end.png road_n.png road_s.png road_w.png
Log Message:
completely redesigned Bonus Island world map using teleporters
(levels are still missing)
--- NEW FILE: road_n.png ---
(This appears to be a binary file; contents omitted.)
Index: road_e.png
===================================================================
RCS file: /cvsroot/super-tux/supertux/data/images/worldmap/road_e.png,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
Binary files /tmp/cvsgtiOn7 and /tmp/cvsuzeSC3 differ
--- NEW FILE: road_w.png ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: road_end.png ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: road_s.png ---
(This appears to be a binary file; contents omitted.)
Index: antarctica.stwt
===================================================================
RCS file: /cvsroot/super-tux/supertux/data/images/worldmap/antarctica.stwt,v
retrieving revision 1.7.2.5
retrieving revision 1.7.2.6
diff -u -d -r1.7.2.5 -r1.7.2.6
--- antarctica.stwt 31 Jul 2004 10:30:29 -0000 1.7.2.5
+++ antarctica.stwt 11 Aug 2004 00:53:22 -0000 1.7.2.6
@@ -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)
@@ -283,37 +283,37 @@
(west #f)
(east #f))
- ;; SECRET PATHS, derived from tiles 44,18,9,16,19
+ ;; Secret paths
(tile (id 61)
- (image "road_new.png")
+ (image "road_nws.png")
(north #t)
(south #t)
(west #t)
(east #t))
(tile (id 62)
- (image "snow8.png")
+ (image "snow5.png")
(stop #f)
- (north #t)
- (south #t)
- (west #f)
- (east #f))
+ (north #f)
+ (south #f)
+ (west #t)
+ (east #t))
(tile (id 63)
(image "water.png")
(stop #f)
- (north #t)
- (south #t)
- (west #f)
- (east #f))
+ (north #f)
+ (south #f)
+ (west #t)
+ (east #t))
(tile (id 64)
- (image "snow6.png")
+ (image "snow7.png")
(stop #f)
- (north #t)
- (south #t)
- (west #f)
- (east #f))
+ (north #f)
+ (south #f)
+ (west #t)
+ (east #t))
;;one-way vertical road
(tile (id 65)
@@ -335,15 +335,47 @@
(stop #f)
(one-way "west-east"))
+ ;; Another invisible road
(tile (id 67)
(image "snow9.png")
- (stop #f)
+ (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))
)
|