From 92d62206864701f017d4e8f0f56de089e9120673 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 30 Apr 2026 00:24:16 +0200 Subject: [PATCH] Add climb action bindings to entity defaults tests --- tests/unit/entity-instances.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/unit/entity-instances.test.ts b/tests/unit/entity-instances.test.ts index a1e3f8e1..d82a58a8 100644 --- a/tests/unit/entity-instances.test.ts +++ b/tests/unit/entity-instances.test.ts @@ -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",