auto-git:
[change] tests/unit/player-locomotion.test.ts
This commit is contained in:
@@ -23,7 +23,8 @@ const DEFAULT_MOVEMENT: RuntimePlayerMovement = {
|
||||
capabilities: movementTemplate.capabilities,
|
||||
jump: movementTemplate.jump,
|
||||
sprint: movementTemplate.sprint,
|
||||
crouch: movementTemplate.crouch
|
||||
crouch: movementTemplate.crouch,
|
||||
edgeAssist: movementTemplate.edgeAssist
|
||||
};
|
||||
|
||||
const FORWARD_INPUT: PlayerStartActionInputState = {
|
||||
|
||||
Reference in New Issue
Block a user