tweak yeti constants a bit so that he doesn't go half out of screen
authorMatthias Braun <matze@braunis.de>
Sun, 23 Apr 2006 18:31:14 +0000 (18:31 +0000)
committerMatthias Braun <matze@braunis.de>
Sun, 23 Apr 2006 18:31:14 +0000 (18:31 +0000)
SVN-Revision: 3405

src/badguy/yeti.cpp

index fe68b11..a0914da 100644 (file)
@@ -31,7 +31,7 @@
 static const float JUMP_VEL1 = 250;
 static const float JUMP_VEL2 = 700;
 static const float RUN_SPEED = 350;
-static const float JUMP_TIME = 1.6;
+static const float JUMP_TIME = 1.25;
 static const float ANGRY_JUMP_WAIT = .5;
 /// the time we are safe when tux just hit us
 static const float SAFE_TIME = .5;