tweaked hook length

This commit is contained in:
Magnus Auvinen 2008-03-22 12:59:16 +00:00
parent 3dd090c705
commit fc81400955

View file

@ -7,7 +7,7 @@ MACRO_TUNING_PARAM(air_jump_impulse, 11.5f)
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)
MACRO_TUNING_PARAM(hook_length, 34*10.0f)
MACRO_TUNING_PARAM(hook_length, 380.0f)
MACRO_TUNING_PARAM(hook_fire_speed, 80.0f)
MACRO_TUNING_PARAM(hook_drag_accel, 3.0f)
MACRO_TUNING_PARAM(hook_drag_speed, 15.0f)