added base for a possible second intro scene in which tux tries to pursuit nolok
[supertux.git] / data / levels / world1 / worldmap.stwm
index 67c2a95..970d73b 100644 (file)
@@ -2,13 +2,20 @@
 (supertux-worldmap
   (properties 
     (name (_ "Icyisland"))
-    (intro-filename "intro.txt")
-    (music "salcon.mod")
-    (start_pos_x 4)
-    (start_pos_y 5))
+    (music "music/salcon.ogg")
+  )
+  (intro-script "
+display_text_file(\"intro.txt\")
+")
+  (spawnpoint
+    (name "main")
+    (x 4)
+    (y 5)
+  )
   (tilemap 
     (width  40)
     (height 30)
+    (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  
     (level
       (x 7)
       (y 20)
-      (extro-filename "extro.txt")
+      (extro-script "
+display_text_file(\"extro.txt\")
+")
       (name "level26.stl")
       (quit-worldmap #t))
 )