From f8c73c6fd8643deac086305f7e38c275a442c0af Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 20 Jul 2024 17:05:33 +0200 Subject: increase friction to 15 --- test-client/movement.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-client/movement.ts') diff --git a/test-client/movement.ts b/test-client/movement.ts index 1bbb9569..62846edf 100644 --- a/test-client/movement.ts +++ b/test-client/movement.ts @@ -21,7 +21,7 @@ import { tiles } from "./main.ts"; 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_FRICTION = 15 export const PLAYER_SPEED = 55 export const BOOST_FACTOR = 2.5 export const BOOST_DURATION = 0.3 -- cgit v1.2.3-70-g09d2