Update runtime host message for gamepad instructions

This commit is contained in:
2026-04-12 03:59:29 +02:00
parent 3a32162c4d
commit a7f1c7f21b

View File

@@ -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."
);
});