Lots of pipes
[supertux.git] / data / levels / world2 / key3.stl
index 7d17976..3028c18 100644 (file)
@@ -4,19 +4,36 @@
   (author "slacker")
   (sector
     (name "main")
-    (music "")
+    (init-script "
+          import(\"levels/world2/default.nut\");
+        ")
     (spawnpoint
       (name "main")
       (x 96)
       (y 96)
     )
+    (powerup
+      (script "add_key(\"wood\");")
+      (disable-physics #t)
+      (x 200)
+      (y 602)
+      (sprite "images/objects/keys/key_wood.sprite")
+    )
+    (scriptedobject
+      (name "flip")
+      (visible #t)
+      (physic-enabled #f)
+      (solid #f)
+      (x 504.8427)
+      (y 472.8427)
+      (sprite "images/creatures/tux_flip/flip.sprite")
+    )
     (background
-      (image "images/background/forest1.jpg")
+      (x 0)
+      (y 0)
       (speed 0.5)
+      (image "images/background/forest1.jpg")
     )
-       (init-script "
-          import(\"levels/world2/default.nut\");
-        ")
     (tilemap
       (z-pos -100)
       (solid #f)
     (camera
       (mode "normal")
     )
-      (powerup (x 200) (y 602)
-        (sprite "images/objects/keys/key_wood.sprite")
-        (script "add_key(\"wood\");")
-        (disable-physics #t)
-      )
   )
 )