medium sized dollop
[carveJwlIkooP6JGAAIwe30JlM.git] / player_animation.h
index 33dc3bf82d31e033302f8171cffc8d44669ca45c..02b4d255ef17a8ef1bb8289fb4b41c9da126a575 100644 (file)
@@ -154,7 +154,7 @@ static void player_animate(void)
       /* trick setup */
       float jump_start_frame = 14.0f/30.0f;
 
-      player.fjump = vg_lerpf( player.fjump, phys->jump, 0.08f );
+      player.fjump = vg_lerpf( player.fjump, phys->jump, 0.14f );
 
       float setup_frame = phys->jump * jump_start_frame,
             setup_blend = vg_minf( player.fjump, 1.0f );