auto-git:

[change] tests/unit/player-locomotion.test.ts
This commit is contained in:
2026-05-01 16:26:36 +02:00
parent 6eeb8de7cb
commit 3587468520

View File

@@ -23,7 +23,8 @@ const DEFAULT_MOVEMENT: RuntimePlayerMovement = {
capabilities: movementTemplate.capabilities, capabilities: movementTemplate.capabilities,
jump: movementTemplate.jump, jump: movementTemplate.jump,
sprint: movementTemplate.sprint, sprint: movementTemplate.sprint,
crouch: movementTemplate.crouch crouch: movementTemplate.crouch,
edgeAssist: movementTemplate.edgeAssist
}; };
const FORWARD_INPUT: PlayerStartActionInputState = { const FORWARD_INPUT: PlayerStartActionInputState = {