Improve third-person climbing logic and planar movement detection

This commit is contained in:
2026-04-30 00:35:42 +02:00
parent e88dd59a7a
commit f022dac380
2 changed files with 28 additions and 12 deletions

View File

@@ -143,7 +143,7 @@ describe("player climbing helpers", () => {
isClimbMovementIntoSurface({
input: createInputState({ moveForward: 1 }),
movementYawRadians: 0,
surface,
surface
})
).toBe(true);
expect(