Update of /cvsroot/super-tux/supertux/data/images/worldmap
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1967
Modified Files:
antarctica.stwt
Log Message:
- added auto-walk markings
Index: antarctica.stwt
===================================================================
RCS file: /cvsroot/super-tux/supertux/data/images/worldmap/antarctica.stwt,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- antarctica.stwt 24 Apr 2004 19:39:44 -0000 1.5
+++ antarctica.stwt 26 Apr 2004 12:42:05 -0000 1.6
@@ -1,3 +1,4 @@
+;; -*- mode: scheme -*-
;; (tile (id INT)
;; (directions TOP RIGHT DOWN LEFT)
;;
@@ -118,6 +119,8 @@
(tile (id 37)
(image "road_ne.png")
+ (stop #f)
+ (auto-walk #t)
(north #t)
(south #f)
(west #f)
@@ -131,6 +134,8 @@
(east #f))
(tile (id 39)
(image "road_sw.png")
+ (stop #f)
+ (auto-walk #t)
(north #f)
(south #t)
(west #t)
@@ -150,6 +155,8 @@
(east #t))
(tile (id 42)
(image "road_nw.png")
+ (stop #f)
+ (auto-walk #t)
(north #t)
(south #f)
(west #t)
@@ -187,6 +194,8 @@
(stop #f))
(tile (id 48)
(image "road_se.png")
+ (stop #f)
+ (auto-walk #t)
(north #f)
(south #t)
(west #f)
|