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 ? (