mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
tweaked jump height and hooklength
This commit is contained in:
parent
c53805514d
commit
441e9f582f
|
@ -17,11 +17,11 @@ const bool debug_bots = false;
|
|||
const float ground_control_speed = 7.0f;
|
||||
const float ground_control_accel = 2.0f;
|
||||
const float ground_friction = 0.5f;
|
||||
const float ground_jump_speed = 12.0f;
|
||||
const float ground_jump_speed = 13.5f;
|
||||
const float air_control_speed = 3.5f;
|
||||
const float air_control_accel = 1.2f;
|
||||
const float air_friction = 0.95f;
|
||||
const float hook_length = 32*10.0f;
|
||||
const float hook_length = 34*10.0f;
|
||||
const float hook_fire_speed = 45.0f;
|
||||
const float hook_drag_accel = 3.0f;
|
||||
const float hook_drag_speed = 15.0f;
|
||||
|
|
Loading…
Reference in a new issue