From a7f1c7f21bc6ff5e9f120f389147305b63147fdc Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 12 Apr 2026 03:59:29 +0200 Subject: [PATCH] Update runtime host message for gamepad instructions --- tests/unit/runtime-host.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/runtime-host.test.ts b/tests/unit/runtime-host.test.ts index 939b2f74..4fb1c7e9 100644 --- a/tests/unit/runtime-host.test.ts +++ b/tests/unit/runtime-host.test.ts @@ -80,7 +80,7 @@ describe("RuntimeHost", () => { message: null }); expect(runtimeMessages).toContain( - "Third Person active. Drag to orbit the camera, use WASD to move, and scroll to zoom." + "Third Person active. Drag to orbit the camera, use the right stick for gamepad camera look, move with your authored bindings, and scroll to zoom." ); });