summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/controller/gamecontext.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller/gamecontext.ts b/src/controller/gamecontext.ts
index a12e3bc..d6d02d1 100644
--- a/src/controller/gamecontext.ts
+++ b/src/controller/gamecontext.ts
@@ -52,7 +52,7 @@ export class GameContext implements CollidableGroup {
private readonly playerDir: vec2 = vec2.fromValues(0, 1);
private speed: number = 0;
- private readonly collisionRadius = 7 / 16;
+ private readonly collisionRadius = 15 / 32;
private readonly interactLength = 1 / 32;
private constructor(