guess what... intro
authorMarek Moeckel <wansti@gmx.de>
Sun, 22 Jan 2006 20:07:38 +0000 (20:07 +0000)
committerMarek Moeckel <wansti@gmx.de>
Sun, 22 Jan 2006 20:07:38 +0000 (20:07 +0000)
SVN-Revision: 3028

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

index 3525a4c..c4bb5a6 100644 (file)
@@ -3,6 +3,7 @@
 function intro()
 {
   SUPERTUX.set_action("stand-right");  
+  PENNY.set_action("stand-left");
   Tux.deactivate();
   Tux.set_visible(false);
   DisplayEffect.sixteen_to_nine(0);
@@ -16,10 +17,10 @@ function intro()
   Text.set_text("SuperTux\n(Replace this with the title logo)");
   Text.fade_in(2);
   wait(5);
-  Text.fade_out(2);     
-  wait(20);
-  //SUPERTUX.set_velocity(0,0);
-  //wait(5);
+  Text.fade_out(2);
+  wait(6);
+  SUPERTUX.set_velocity(0,0);
+  wait(10);
   Level.finish();
 }
 
index cd40ab3..9ac0985 100644 (file)
         (physic-enabled #t)
         (solid #t)
        )
+       (scriptedobject
+        (x 3500) (y 800)
+        (name "PENNY")
+        (sprite "images/creatures/penny/penny.sprite")
+        (layer 100)
+        (visible #t)
+        (physic-enabled #t)
+        (solid #t)
+      )
    )
  )