diff options
Diffstat (limited to 'server/src/customer')
| -rw-r--r-- | server/src/customer/movement.rs | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/server/src/customer/movement.rs b/server/src/customer/movement.rs index 6a70a44f..a4b039e2 100644 --- a/server/src/customer/movement.rs +++ b/server/src/customer/movement.rs @@ -4,6 +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 struct MovementBase {      pub position: Vec2, | 
