Update of /cvsroot/super-tux/supertux/data/images/worldmap
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29200
Modified Files:
antarctica.stwt
Log Message:
- fixed tile properties
Index: antarctica.stwt
===================================================================
RCS file: /cvsroot/super-tux/supertux/data/images/worldmap/antarctica.stwt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- antarctica.stwt 1 Apr 2004 20:22:28 -0000 1.3
+++ antarctica.stwt 10 Apr 2004 18:54:27 -0000 1.4
@@ -116,19 +116,81 @@
(tile (id 36)
(image "wood13.png"))
- (tile (id 37) (image "road_ne.png"))
- (tile (id 38) (image "road_nsw.png"))
- (tile (id 39) (image "road_sw.png"))
- (tile (id 40) (image "road_we.png"))
- (tile (id 41) (image "road_nes.png"))
- (tile (id 42) (image "road_nw.png"))
- (tile (id 43) (image "road_swe.png"))
- (tile (id 44) (image "road_new.png"))
- (tile (id 45) (image "road_nesw.png"))
- (tile (id 46) (image "road_nws.png"))
- (tile (id 47) (image "road_ns.png"))
- (tile (id 48) (image "road_se.png"))
+ (tile (id 37)
+ (image "road_ne.png")
+ (north #t)
+ (south #f)
+ (west #f)
+ (east #t))
-)
+ (tile (id 38)
+ (image "road_nsw.png")
+ (north #t)
+ (south #t)
+ (west #t)
+ (east #f))
+ (tile (id 39)
+ (image "road_sw.png")
+ (north #f)
+ (south #t)
+ (west #t)
+ (east #f))
+ (tile (id 40)
+ (image "road_we.png")
+ (north #f)
+ (south #f)
+ (west #t)
+ (east #t)
+ (stop #f))
+ (tile (id 41)
+ (image "road_nes.png")
+ (north #t)
+ (south #t)
+ (west #f)
+ (east #t))
+ (tile (id 42)
+ (image "road_nw.png")
+ (north #t)
+ (south #f)
+ (west #t)
+ (east #f))
+ (tile (id 43)
+ (image "road_swe.png")
+ (north #f)
+ (south #t)
+ (west #t)
+ (east #t))
+ (tile (id 44)
+ (image "road_new.png")
+ (north #t)
+ (south #f)
+ (west #t)
+ (east #t))
+ (tile (id 45)
+ (image "road_nesw.png")
+ (north #t)
+ (south #t)
+ (west #t)
+ (east #t))
+ (tile (id 46)
+ (image "road_nws.png")
+ (north #t)
+ (south #t)
+ (west #t)
+ (east #f))
+ (tile (id 47)
+ (image "road_ns.png")
+ (north #t)
+ (south #t)
+ (west #f)
+ (east #f)
+ (stop #f))
+ (tile (id 48)
+ (image "road_se.png")
+ (north #f)
+ (south #t)
+ (west #f)
+ (east #t))
+ )
;; EOF ;;
|