From: Marek Moeckel Date: Sun, 22 Jan 2006 16:07:43 +0000 (+0000) Subject: more work on the intro X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=c6b83dd26530cdda8fe741ccf750bed66e0ff0ef;p=supertux.git more work on the intro SVN-Revision: 3021 --- diff --git a/data/levels/test/default.nut b/data/levels/test/default.nut index c26f995ea..0358733ff 100644 --- a/data/levels/test/default.nut +++ b/data/levels/test/default.nut @@ -7,12 +7,15 @@ function intro() DisplayEffect.sixteen_to_nine(0); DisplayEffect.fade_in(2); Camera.scroll_to(0, 945, 15); - // Camera.scroll_to(0, 945, 150); // Sound.play_music("music/intro.ogg"); - wait(2); - - wait(20); - + wait(16); + Camera.scroll_to(3200, 945, 19); + wait(10); + Text.set_text("SuperTux\n(Replace this with the title logo)"); + Text.fade_in(2); + wait(5); + Text.fade_out(2); + wait(4); Level.finish(); } diff --git a/data/levels/test/intro2.stl b/data/levels/test/intro2.stl index a26c9a892..523da5d02 100644 --- a/data/levels/test/intro2.stl +++ b/data/levels/test/intro2.stl @@ -189,8 +189,8 @@ (particles-snow ) (background - (top_color 0 40 250) - (bottom_color 0 10 250) + (top_color 0 0.85 1) + (bottom_color 0 0.6 1) (speed 1.000000) ) (spawnpoint (name "main") (x 96) (y 0))