From 92c5ae56fcce6dd7a81977b7b325287070a15ee1 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 31 Mar 2026 05:13:07 +0200 Subject: [PATCH] Add world background and lighting settings to App.tsx --- src/app/App.tsx | 203 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 203 insertions(+) diff --git a/src/app/App.tsx b/src/app/App.tsx index 86496e6f..9c764b77 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -1441,6 +1441,209 @@ export function App({ store, initialStatusMessage }: AppProps) {