From: Ingo Ruhnke Date: Thu, 25 Mar 2004 16:27:28 +0000 (+0000) Subject: - fixed syntax X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=21cf82d7f0d2c21f8543ad441d3bf9b01aa58916;p=supertux.git - fixed syntax SVN-Revision: 362 --- diff --git a/data/images/worldmap/antarctica.scm b/data/images/worldmap/antarctica.scm deleted file mode 100644 index acd130b0a..000000000 --- a/data/images/worldmap/antarctica.scm +++ /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 index 000000000..acd130b0a --- /dev/null +++ b/data/images/worldmap/antarctica.stwt @@ -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 ;;