removed some unused yeti images, added some new yeti images, testing a new ending...
[supertux.git] / data / levels / world1 / 27 - No More Mr Ice Guy.stl
index 787ade2..22819db 100644 (file)
@@ -107,13 +107,13 @@ Effect.fade_in(1);
          (x 2)
          (y 177)
          (dead-script "
-Sound.play(\"sounds/invincible.wav\");
-Text.set_text(\"You Made It BIG TIME!\");
+play_sound(\"sounds/yeti_finish.ogg\");
+Text.set_text(\"You Made It!\");
 Text.set_font(\"big\");
-Text.fade_in(1.5);
-wait(6);
-Effect.fade_out(1.5);
-wait(1.5);
+Text.fade_in(8.5);
+wait(2);
+Effect.fade_out(2.5);
+wait(2.5);
 Level.finish(true);
 ")
         )