From a7b9cedeeddb87be53ae21242bc041061a24586a Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 15 Apr 2026 03:45:22 +0200 Subject: [PATCH] Remove scene exit configuration section --- src/app/App.tsx | 144 ------------------------------------------------ 1 file changed, 144 deletions(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index 345ee983..dde1e0f7 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -17573,150 +17573,6 @@ 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 ? (