mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
tweaked hook length
This commit is contained in:
parent
3dd090c705
commit
fc81400955
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue