Add climb action bindings to entity defaults tests

This commit is contained in:
2026-04-30 00:24:16 +02:00
parent 4c080b5eed
commit 92d6220686

View File

@@ -83,6 +83,7 @@ describe("entity registry defaults", () => {
jump: "Space",
sprint: "ShiftLeft",
crouch: "ControlLeft",
climb: "KeyE",
interact: "MouseLeft",
clearTarget: "KeyQ",
pauseTime: "KeyP"
@@ -95,6 +96,7 @@ describe("entity registry defaults", () => {
jump: "buttonSouth",
sprint: "leftStickPress",
crouch: "buttonEast",
climb: "rightShoulder",
interact: "buttonWest",
clearTarget: "buttonNorth",
pauseTime: "buttonMenu",