added yeti dead-flip and hit images
[supertux.git] / data / levels / test / yeti.stl
index 0673514..f317c93 100644 (file)
@@ -5,7 +5,7 @@
   (author "Team")
   (sector
     (name  "main")
-    (music  "bossattack.mod")
+    (music  "bossattack.ogg")
     (gravity 10.000000)
     (tilemap
       (layer  "background")
          (speed 0.500000)
        )
        (spawnpoint (name "main") (x 480) (y 448))
+       (init-script "
+DisplayEffect.fade_in(2.5);
+")
        (yeti
          (x 2)
          (y 177)
          (dead-script "
-Sound.play_sound(\"invincible\");
-Text.set_text(\"You made it!\");
+Sound.play(\"sounds/invincible.wav\");
+Text.set_text(\"You Made It BIG TIME!\");
 Text.set_font(\"big\");
 Text.fade_in(1.5);
-set_wakeup_time(4);
-suspend();
-Text.fade_out(1);
-set_wakeup_time(1.5);
-suspend();
+wait(4);
+DisplayEffect.fade_out(1.5);
+wait(1.5);
+
+
+
 Level.finish();
 ")
         )