fixed autoscroll level syntax (the path is still bad though...)
[supertux.git] / data / levels / bonus2 / level10.stl
index 543269b..3a33f4e 100644 (file)
@@ -5,10 +5,10 @@
   (author "Thomas")
   (sector
     (name "main")
-    (music "chipdisko.ogg")
+    (music "music/chipdisko.ogg")
     (gravity 10.0)
     (tilemap
-      (layer "background")
+      (z-pos -100)
       (solid #f)
       (speed 1.0)
       (width 200)
@@ -18,7 +18,7 @@
       )
     )
     (tilemap
-      (layer "interactive")
+      (z-pos 0)
       (solid #t)
       (speed 1.0)
       (width 200)
@@ -28,7 +28,7 @@
       )
     )
     (tilemap
-      (layer "foreground")
+      (z-pos 100)
       (solid #f)
       (speed 1.0)
       (width 200)
       )
     )
     (background
-      (image "arctis.jpg")
+      (image "images/background/arctis.jpg")
       (speed 0.5)
     )
     (leveltime
       (time 80)
     )
     (particles-clouds
-      (layer -200)
+      (z-pos -200)
     )
     (camera
       (mode "normal")