aboutsummaryrefslogtreecommitdiff
path: root/test-client/movement.ts
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-26 21:27:40 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-26 21:27:40 +0200
commite38a2ee78910edcec4425c07903e36fb5749ae3b (patch)
tree963b24ec9d73d98b46c1fff1bb6d10d043dc6285 /test-client/movement.ts
parent18e9409739ceefef970dd509709a1f7b0c1c15e4 (diff)
parentcbe0201f67eaa751434786e23da3311761f5e776 (diff)
downloadhurrycurry-e38a2ee78910edcec4425c07903e36fb5749ae3b.tar
hurrycurry-e38a2ee78910edcec4425c07903e36fb5749ae3b.tar.bz2
hurrycurry-e38a2ee78910edcec4425c07903e36fb5749ae3b.tar.zst
Merge branch 'master' of https://codeberg.org/metamuffin/undercooked
Diffstat (limited to 'test-client/movement.ts')
-rw-r--r--test-client/movement.ts4
1 files changed, 2 insertions, 2 deletions
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