X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player_animation.h;h=02b4d255ef17a8ef1bb8289fb4b41c9da126a575;hb=c2d67378dd5c82de50b8fbbbe222ec6be2da4eee;hp=33dc3bf82d31e033302f8171cffc8d44669ca45c;hpb=86dbcd5796ed674ca9433cce1ace8bef322cd121;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_animation.h b/player_animation.h index 33dc3bf..02b4d25 100644 --- a/player_animation.h +++ b/player_animation.h @@ -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 );