Update of /cvsroot/super-tux/supertux/data/images/worldmap
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31342/data/images/worldmap
Modified Files:
Tag: supertux_0_1_1_branch
antarctica.stwt
Log Message:
fixed a bug which allowed tux to wander off the paths after completeing the secret level
Index: antarctica.stwt
===================================================================
RCS file: /cvsroot/super-tux/supertux/data/images/worldmap/antarctica.stwt,v
retrieving revision 1.7.2.4
retrieving revision 1.7.2.5
diff -u -d -r1.7.2.4 -r1.7.2.5
--- antarctica.stwt 31 Jul 2004 10:06:51 -0000 1.7.2.4
+++ antarctica.stwt 31 Jul 2004 10:30:29 -0000 1.7.2.5
@@ -283,7 +283,7 @@
(west #f)
(east #f))
- ;; SECRET PATHS, derived from tiles 44,18,9,16
+ ;; SECRET PATHS, derived from tiles 44,18,9,16,19
(tile (id 61)
(image "road_new.png")
(north #t)
@@ -317,23 +317,33 @@
;;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"))
+ (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"))
+ (image "road_we.png")
+ (north #f)
+ (south #f)
+ (west #t)
+ (east #t)
+ (stop #f)
+ (one-way "west-east"))
+
+ (tile (id 67)
+ (image "snow9.png")
+ (stop #f)
+ (north #t)
+ (south #f)
+ (west #f)
+ (east #f))
+
+
)
|