From c1e3ea079c8e6679228a88f0da73deba67b9be94 Mon Sep 17 00:00:00 2001 From: tpart Date: Wed, 26 Jun 2024 20:49:07 +0200 Subject: Increase movement speed & adjust boost --- server/src/customer/movement.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/src') diff --git a/server/src/customer/movement.rs b/server/src/customer/movement.rs index a189ddce..c6350ebd 100644 --- a/server/src/customer/movement.rs +++ b/server/src/customer/movement.rs @@ -21,8 +21,8 @@ use std::collections::HashSet; const PLAYER_SIZE: f32 = 0.4; const PLAYER_FRICTION: f32 = 10.0; -const PLAYER_SPEED: f32 = 40.0; -const BOOST_FACTOR: f32 = 3.0; +const PLAYER_SPEED: f32 = 55.0; +const BOOST_FACTOR: f32 = 2.5; const BOOST_DURATION: f32 = 0.3; const BOOST_RESTORE: f32 = 0.5; -- cgit v1.2.3-70-g09d2