diff --git a/src/app/App.tsx b/src/app/App.tsx
index 1c0e5a6f..3395c5d5 100644
--- a/src/app/App.tsx
+++ b/src/app/App.tsx
@@ -3481,6 +3481,203 @@ export function App({ store, initialStatusMessage }: AppProps) {
+ {selectedPointLight !== null ? (
+ <>
+
+
+
+
Range
+
+
+ >
+ ) : null}
+
+ {selectedSpotLight !== null ? (
+ <>
+
+
+
+
+
+
Direction
+
+
+
+
+
+
+ >
+ ) : null}
+
{selectedPlayerStart !== null ? (