From 518db9218fcb3152d02bbc7b9bb3b0e5ff52a41b Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 11 Jan 2009 09:46:23 +0000 Subject: tuned so the jumps are as high in 0.4 --- src/game/tuning.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/game/tuning.hpp b/src/game/tuning.hpp index d35ef148..b68c6a36 100644 --- a/src/game/tuning.hpp +++ b/src/game/tuning.hpp @@ -2,8 +2,8 @@ MACRO_TUNING_PARAM(ground_control_speed, 10.0f) MACRO_TUNING_PARAM(ground_control_accel, 100.0f / ticks_per_second) MACRO_TUNING_PARAM(ground_friction, 0.5f) -MACRO_TUNING_PARAM(ground_jump_impulse, 12.6f) -MACRO_TUNING_PARAM(air_jump_impulse, 11.5f) +MACRO_TUNING_PARAM(ground_jump_impulse, 13.2f) +MACRO_TUNING_PARAM(air_jump_impulse, 12.0f) MACRO_TUNING_PARAM(air_control_speed, 250.0f / ticks_per_second) MACRO_TUNING_PARAM(air_control_accel, 1.5f) MACRO_TUNING_PARAM(air_friction, 0.95f) -- cgit 1.4.1