added yeti dead-flip and hit images
[supertux.git] / data / levels / test / yeti.stl
index 8b9eca3..f317c93 100644 (file)
@@ -107,15 +107,16 @@ DisplayEffect.fade_in(2.5);
          (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();
+wait(4);
 DisplayEffect.fade_out(1.5);
-set_wakeup_time(1.5);
-suspend();
+wait(1.5);
+
+
+
 Level.finish();
 ")
         )