- fixed syntax
authorIngo Ruhnke <grumbel@gmx.de>
Thu, 25 Mar 2004 16:27:28 +0000 (16:27 +0000)
committerIngo Ruhnke <grumbel@gmx.de>
Thu, 25 Mar 2004 16:27:28 +0000 (16:27 +0000)
SVN-Revision: 362

data/images/worldmap/antarctica.scm [deleted file]
data/images/worldmap/antarctica.stwt [new file with mode: 0644]

diff --git a/data/images/worldmap/antarctica.scm b/data/images/worldmap/antarctica.scm
deleted file mode 100644 (file)
index acd130b..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
-;; (tile (id INT)
-;;       (directions TOP RIGHT DOWN LEFT) 
-;;
-(supertux-worldmap-tiles
- (tile (id 0)
-       (image "ground.png")
-       (north #f)
-       (south #f)
-       (east  #f)
-       (west  #f)
-       (stop  #f))
- (tile (id 1)
-       (image "road_h.png")
-       (north #f)
-       (south #f)
-       (west  #t)
-       (east  #t)
-       (stop #f))
- (tile (id 2)
-       (image "road_v.png")
-       (north #t)
-       (south #t)
-       (west  #f)
-       (east  #f)
-       (stop #f))
- (tile (id 3)
-       (image "road_ws.png")
-       (north #f)
-       (south #t)
-       (west  #t)
-       (east  #f)
-       (stop #t))
- (tile (id 4)
-       (image "road_cross.png")
-       (north #t)
-       (south #t)
-       (west  #t)
-       (east  #t)
-       (stop #t))
- (tile (id 5)
-       (image "road_e.png")
-       (north #f)
-       (south #f)
-       (west  #f)
-       (east  #t)
-       (stop #t))
- (tile (id 6)
-       (image "road_h_stop.png")
-       (north #f)
-       (south #f)
-       (west  #t)
-       (east  #t)
-       (stop #t))
- (tile (id 7)
-       (image "road_v_stop.png")
-       (north #t)
-       (south #t)
-       (west  #f)
-       (east  #f)
-       (stop #t))
-
-)
-
-;; EOF ;;
diff --git a/data/images/worldmap/antarctica.stwt b/data/images/worldmap/antarctica.stwt
new file mode 100644 (file)
index 0000000..acd130b
--- /dev/null
@@ -0,0 +1,64 @@
+;; (tile (id INT)
+;;       (directions TOP RIGHT DOWN LEFT) 
+;;
+(supertux-worldmap-tiles
+ (tile (id 0)
+       (image "ground.png")
+       (north #f)
+       (south #f)
+       (east  #f)
+       (west  #f)
+       (stop  #f))
+ (tile (id 1)
+       (image "road_h.png")
+       (north #f)
+       (south #f)
+       (west  #t)
+       (east  #t)
+       (stop #f))
+ (tile (id 2)
+       (image "road_v.png")
+       (north #t)
+       (south #t)
+       (west  #f)
+       (east  #f)
+       (stop #f))
+ (tile (id 3)
+       (image "road_ws.png")
+       (north #f)
+       (south #t)
+       (west  #t)
+       (east  #f)
+       (stop #t))
+ (tile (id 4)
+       (image "road_cross.png")
+       (north #t)
+       (south #t)
+       (west  #t)
+       (east  #t)
+       (stop #t))
+ (tile (id 5)
+       (image "road_e.png")
+       (north #f)
+       (south #f)
+       (west  #f)
+       (east  #t)
+       (stop #t))
+ (tile (id 6)
+       (image "road_h_stop.png")
+       (north #f)
+       (south #f)
+       (west  #t)
+       (east  #t)
+       (stop #t))
+ (tile (id 7)
+       (image "road_v_stop.png")
+       (north #t)
+       (south #t)
+       (west  #f)
+       (east  #f)
+       (stop #t))
+
+)
+
+;; EOF ;;