- Yet another try in the endless quest for perfect collision detection.
[supertux.git] / data / levels / test / yeti.stl
index 7b21213..d909f4a 100644 (file)
@@ -5,7 +5,7 @@
   (author "Team")
   (sector
     (name  "main")
-    (music  "bossattack.ogg")
+    (music  "music/bossattack.ogg")
     (gravity 10.000000)
     (tilemap
       (layer  "background")
@@ -96,7 +96,7 @@
     )
 
        (background
-         (image "semi_arctic.jpg")
+         (image "images/background/semi_arctic.jpg")
          (speed 0.500000)
        )
        (spawnpoint (name "main") (x 480) (y 448))
@@ -108,36 +108,39 @@ DisplayEffect.fade_in(2.5);
          (y 177)
          (dead-script "
 Sound.play(\"sounds/invincible.wav\");
-Text.set_text(\"You made it!\");
+Text.set_text(\"You Made It BIG TIME!\");
 Text.set_font(\"big\");
 Text.fade_in(1.5);
-wait(4);
+wait(6);
 DisplayEffect.fade_out(1.5);
 wait(1.5);
+
+
+
 Level.finish();
 ")
         )
        (particles-snow
        )
-       (yeti_stalactite (x 97) (y 46))
-       (yeti_stalactite (x 128) (y 47))
-       (yeti_stalactite (x 161) (y 47))
-       (yeti_stalactite (x 191) (y 47))
-       (yeti_stalactite (x 223) (y 48))
-       (yeti_stalactite (x 255) (y 49))
-       (yeti_stalactite (x 288) (y 48))
-       (yeti_stalactite (x 321) (y 49))
-       (yeti_stalactite (x 352) (y 49))
-       (yeti_stalactite (x 384) (y 49))
-       (yeti_stalactite (x 417) (y 49))
-       (yeti_stalactite (x 576) (y 49))
-       (yeti_stalactite (x 545) (y 51))
-       (yeti_stalactite (x 512) (y 50))
-       (yeti_stalactite (x 479) (y 49))
-       (yeti_stalactite (x 448) (y 49))
-       (yeti_stalactite (x 607) (y 49))
-       (yeti_stalactite (x 639) (y 49))
-       (yeti_stalactite (x 671) (y 49))
+       (yeti_stalactite (x 97) (y 32))
+       (yeti_stalactite (x 128) (y 32))
+       (yeti_stalactite (x 161) (y 32))
+       (yeti_stalactite (x 191) (y 32))
+       (yeti_stalactite (x 223) (y 32))
+       (yeti_stalactite (x 255) (y 32))
+       (yeti_stalactite (x 288) (y 32))
+       (yeti_stalactite (x 321) (y 32))
+       (yeti_stalactite (x 352) (y 32))
+       (yeti_stalactite (x 384) (y 32))
+       (yeti_stalactite (x 417) (y 32))
+       (yeti_stalactite (x 576) (y 32))
+       (yeti_stalactite (x 545) (y 32))
+       (yeti_stalactite (x 512) (y 32))
+       (yeti_stalactite (x 479) (y 32))
+       (yeti_stalactite (x 448) (y 32))
+       (yeti_stalactite (x 607) (y 32))
+       (yeti_stalactite (x 639) (y 32))
+       (yeti_stalactite (x 671) (y 32))
    )
  )