more work on the intro
authorMarek Moeckel <wansti@gmx.de>
Sun, 22 Jan 2006 16:07:43 +0000 (16:07 +0000)
committerMarek Moeckel <wansti@gmx.de>
Sun, 22 Jan 2006 16:07:43 +0000 (16:07 +0000)
SVN-Revision: 3021

data/levels/test/default.nut
data/levels/test/intro2.stl

index c26f995..0358733 100644 (file)
@@ -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();
 }
 
index a26c9a8..523da5d 100644 (file)
        (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))