Fixed a tiny spelling mistake that made W1L7 harder to solve.
[supertux.git] / data / levels / test / intro.stl
index 5566b52..7d8dc55 100644 (file)
@@ -96,7 +96,7 @@
     )
 
        (background
-         (image "semi_arctic.jpg")
+         (image "images/background/semi_arctic.jpg")
          (speed 0.500000)
        )
        (spawnpoint (name "main") (x 220) (y 416))
          (name "PENNY")
          (x 390)
          (y 510)
-         (sprite "dummyguy")
+         (sprite "images/creatures/dummyguy/dummyguy.sprite")
        )
-       (init-script "intro();")
+       (init-script "
+          import(\"levels/test/default.nut\");
+          intro();
+        ")
    )
  )