summaryrefslogtreecommitdiff
path: root/test-client/movement.ts
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-20 17:05:33 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-20 17:05:33 +0200
commitf8c73c6fd8643deac086305f7e38c275a442c0af (patch)
tree3b78bf36d2bd549510f2dff661cb43cdb9afe608 /test-client/movement.ts
parentcb9f35eb2fd1a7a17a397199d26a17d61988b39c (diff)
downloadhurrycurry-f8c73c6fd8643deac086305f7e38c275a442c0af.tar
hurrycurry-f8c73c6fd8643deac086305f7e38c275a442c0af.tar.bz2
hurrycurry-f8c73c6fd8643deac086305f7e38c275a442c0af.tar.zst
increase friction to 15
Diffstat (limited to 'test-client/movement.ts')
-rw-r--r--test-client/movement.ts2
1 files changed, 1 insertions, 1 deletions
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