diff options
Diffstat (limited to 'test-client/movement.ts')
-rw-r--r-- | test-client/movement.ts | 2 |
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 |