diff options
Diffstat (limited to 'server/src/customer/movement.rs')
-rw-r--r-- | server/src/customer/movement.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/customer/movement.rs b/server/src/customer/movement.rs index a4b039e2..c637a17f 100644 --- a/server/src/customer/movement.rs +++ b/server/src/customer/movement.rs @@ -4,7 +4,7 @@ use std::collections::HashSet; const PLAYER_SIZE: f32 = 0.4; const PLAYER_SPEED: f32 = 25.; -pub const PLAYER_SPEED_LIMIT: f32 = 8.; +pub const PLAYER_SPEED_LIMIT: f32 = 10.; pub struct MovementBase { pub position: Vec2, |