Add jump, sprint, and crouch bindings to scene document JSON tests

This commit is contained in:
2026-04-11 18:44:54 +02:00
parent 4c42cbbaf2
commit c27339ed23

View File

@@ -441,13 +441,19 @@ describe("scene document JSON", () => {
moveForward: "KeyQ",
moveBackward: "BracketLeft",
moveLeft: "Comma",
moveRight: "Period"
moveRight: "Period",
jump: "Space",
sprint: "ShiftRight",
crouch: "KeyC"
},
gamepad: {
moveForward: "dpadUp",
moveBackward: "dpadDown",
moveLeft: "dpadLeft",
moveRight: "dpadRight",
jump: "buttonNorth",
sprint: "rightShoulder",
crouch: "buttonEast",
cameraLook: "rightStick"
}
}