mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
removed wield slowdown by popular request
This commit is contained in:
parent
2ca81323d5
commit
f14a182734
@ -9,8 +9,8 @@ use vek::*;
|
||||
|
||||
const HUMANOID_ACCEL: f32 = 70.0;
|
||||
const HUMANOID_SPEED: f32 = 120.0;
|
||||
const WIELD_ACCEL: f32 = 60.0;
|
||||
const WIELD_SPEED: f32 = 100.0;
|
||||
const WIELD_ACCEL: f32 = 70.0;
|
||||
const WIELD_SPEED: f32 = 120.0;
|
||||
const HUMANOID_AIR_ACCEL: f32 = 10.0;
|
||||
const HUMANOID_AIR_SPEED: f32 = 100.0;
|
||||
const HUMANOID_JUMP_ACCEL: f32 = 18.0;
|
||||
|
Loading…
Reference in New Issue
Block a user