From 4724a7543d421fcd01848c887217503f66045218 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 31 Mar 2026 20:15:23 +0200 Subject: [PATCH] Add buttons for adding point light and spot light entities --- src/app/App.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/app/App.tsx b/src/app/App.tsx index 3395c5d5..9562c071 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -2975,6 +2975,15 @@ export function App({ store, initialStatusMessage }: AppProps) { ))} )} + +
+ + +