From 491b96223cf45719d8c8c510d55e49ede8f6c75a Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 11 Apr 2026 04:37:57 +0200 Subject: [PATCH] Add scene exit configuration options in App.tsx --- src/app/App.tsx | 147 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 147 insertions(+) diff --git a/src/app/App.tsx b/src/app/App.tsx index a1797275..30f63ce9 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -10512,6 +10512,153 @@ export function App({ store, initialStatusMessage }: AppProps) { )} ) : null} + + {selectedSceneExit !== null ? ( + <> +
+
Transition
+
+ + +
+
+ +
+
Prompt
+ +
+ +
+
Destination
+ + +
+ Scene Exits load the target scene through the runner + overlay and spawn at the selected Scene Entry. +
+
+ + ) : null} ) : selectedBrush === null ? (