1 tile holes work again, fixed some bugs in the PathWalker
[supertux.git] / data / levels / world1 / worldmap.stwm
index d79b09a..970d73b 100644 (file)
@@ -1,17 +1,22 @@
 ;; Generated with Flexlay Editor
 (supertux-worldmap
   (properties 
-    (name  "Icyisland")
-    (name-pt_PT  "Ilha Gelada")
-    (name-de "Eisige Insel")
-    (name-es "Isla de hielo")
-    (music "salcon.mod")
-    (start_pos_x 4)
-    (start_pos_y 5))
+    (name (_ "Icyisland"))
+    (music "music/salcon.ogg")
+  )
+  (intro-script "
+display_text_file(\"intro.txt\")
+")
+  (spawnpoint
+    (name "main")
+    (x 4)
+    (y 5)
+  )
   (tilemap 
     (width  40)
     (height 30)
-    (data
+    (solid #t)
+    (tiles
        9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  
        9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  11 12 9  9  9  9  9  9  9  9  9  9  9  9  
        9  9  9  9  9  9  9  11 16 12 11 16 16 16 16 12 9  9  9  9  11 16 16 12 9  9  14 13 9  9  9  9  9  9  9  9  9  9  9  9  
@@ -44,8 +49,6 @@
        9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  
            ))
 
-
-  (special-tiles
     (level
       (x 4)
       (y 6)
     (level
       (x 7)
       (y 20)
-      (extro-filename "extro.txt")
+      (extro-script "
+display_text_file(\"extro.txt\")
+")
       (name "level26.stl")
       (quit-worldmap #t))
-; In the future, do this to go to another world:
-; (next-worldmap "forest.stwt)
-
-  )
-
-
 )