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 --- test-client/movement.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test-client/movement.ts') diff --git a/test-client/movement.ts b/test-client/movement.ts index 933b6af5..fcb2e0ba 100644 --- a/test-client/movement.ts +++ b/test-client/movement.ts @@ -21,8 +21,8 @@ import { V2, normalize, length, sub_v2, lerp_exp_v2_mut } from "./util.ts"; export const PLAYER_SIZE = 0.4 export const PLAYER_FRICTION = 10 -export const PLAYER_SPEED = 40 -export const BOOST_FACTOR = 3 +export const PLAYER_SPEED = 55 +export const BOOST_FACTOR = 2.5 export const BOOST_DURATION = 0.3 export const BOOST_RESTORE = 0.5 -- cgit v1.2.3-70-g09d2