Update of /cvsroot/super-tux/supertux/data/images/worldmap
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28377/data/images/worldmap
Modified Files:
Tag: supertux_0_1_1_branch
antarctica.stwt
Log Message:
-changed bonus island worldmap, added a path leading back
-added template for a new level
PLEASE NOTE:
-the game says tilemap data is buggy, i don't know why, maybe someone can check this out.
-I put in a little gag with some map-messages being thrown on that new path leading back to the start; I'm not sure if it's funny :-) please try it and tell me if you like it.
Thanks
Index: antarctica.stwt
===================================================================
RCS file: /cvsroot/super-tux/supertux/data/images/worldmap/antarctica.stwt,v
retrieving revision 1.7.2.3
retrieving revision 1.7.2.4
diff -u -d -r1.7.2.3 -r1.7.2.4
--- antarctica.stwt 30 Jul 2004 22:35:13 -0000 1.7.2.3
+++ antarctica.stwt 31 Jul 2004 10:06:51 -0000 1.7.2.4
@@ -324,7 +324,17 @@
(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"))
+
)
;; EOF ;;
|