Include interaction mapping in scene document JSON tests

This commit is contained in:
2026-04-27 15:45:40 +02:00
parent 9c7fdef4aa
commit 00e8ef9c82

View File

@@ -1042,6 +1042,7 @@ describe("scene document JSON", () => {
jump: "Space",
sprint: "ShiftRight",
crouch: "KeyC",
interact: "MouseLeft",
pauseTime: "KeyP"
},
gamepad: {
@@ -1052,6 +1053,7 @@ describe("scene document JSON", () => {
jump: "buttonNorth",
sprint: "rightShoulder",
crouch: "buttonEast",
interact: "buttonWest",
pauseTime: "buttonMenu",
cameraLook: "rightStick"
}