From: Matthias Braun Date: Sun, 23 Apr 2006 18:31:14 +0000 (+0000) Subject: tweak yeti constants a bit so that he doesn't go half out of screen X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=349c8f4c68f19d326a3a6146fcc317160fecb010;p=supertux.git tweak yeti constants a bit so that he doesn't go half out of screen SVN-Revision: 3405 --- diff --git a/src/badguy/yeti.cpp b/src/badguy/yeti.cpp index fe68b11e8..a0914da1e 100644 --- a/src/badguy/yeti.cpp +++ b/src/badguy/yeti.cpp @@ -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;