From 8250d5307806786606837000b22fb393392deb73 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 11 Apr 2026 04:38:20 +0200 Subject: [PATCH] Update interaction prompt to include Scene Exit --- src/app/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index a4abf237..c8edd983 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -6959,7 +6959,7 @@ export function App({ store, initialStatusMessage }: AppProps) { > {activeNavigationMode === "firstPerson" ? runtimeInteractionPrompt === null - ? "Aim at an authored Interactable and click when a prompt appears." + ? "Aim at an authored Interactable or Scene Exit and click when a prompt appears." : `Click "${runtimeInteractionPrompt.prompt}" within ${runtimeInteractionPrompt.range.toFixed(1)}m.` : "Switch to First Person to use click interactions."}