Add maxStepHeight to DEFAULT_MOVEMENT in player-locomotion.test.ts
This commit is contained in:
@@ -17,6 +17,7 @@ const DEFAULT_MOVEMENT: RuntimePlayerMovement = {
|
||||
templateKind: "default",
|
||||
moveSpeed: movementTemplate.moveSpeed,
|
||||
maxSpeed: movementTemplate.maxSpeed,
|
||||
maxStepHeight: movementTemplate.maxStepHeight,
|
||||
capabilities: movementTemplate.capabilities,
|
||||
jump: movementTemplate.jump,
|
||||
sprint: movementTemplate.sprint,
|
||||
|
||||
Reference in New Issue
Block a user