Update of /cvsroot/super-tux/supertux/data/images/worldmap
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv848/data/images/worldmap
Modified Files:
Tag: supertux_0_1_1_branch
antarctica.stwt
Log Message:
added secret path to the bonus island map
(the actual secret level will follow)
Index: antarctica.stwt
===================================================================
RCS file: /cvsroot/super-tux/supertux/data/images/worldmap/antarctica.stwt,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -u -d -r1.7 -r1.7.2.1
--- antarctica.stwt 26 Apr 2004 14:16:22 -0000 1.7
+++ antarctica.stwt 27 Jul 2004 16:48:18 -0000 1.7.2.1
@@ -282,6 +282,38 @@
(south #t)
(west #f)
(east #f))
- )
+
+ ;; SECRET PATHS, derived from tiles 44,18,9,16
+ (tile (id 61)
+ (image "road_new.png")
+ (north #t)
+ (south #t)
+ (west #t)
+ (east #t))
+
+ (tile (id 62)
+ (image "snow8.png")
+ (stop #f)
+ (north #t)
+ (south #t)
+ (west #f)
+ (east #f))
+
+ (tile (id 63)
+ (image "water.png")
+ (stop #f)
+ (north #t)
+ (south #t)
+ (west #f)
+ (east #f))
+
+ (tile (id 64)
+ (image "snow6.png")
+ (stop #f)
+ (north #t)
+ (south #t)
+ (west #f)
+ (east #f))
+)
;; EOF ;;
|