diff --git a/src/app/App.tsx b/src/app/App.tsx index b69ee3d0..abfa7afc 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -2474,7 +2474,10 @@ export function App({ store, initialStatusMessage }: AppProps) { const cameraRigActorOptions = Array.from( new Set( entityList - .filter((entity): entity is Extract => entity.kind === "npc") + .filter( + (entity): entity is Extract => + entity.kind === "npc" + ) .map((entity) => entity.actorId) ) ).sort((left, right) => left.localeCompare(right)); @@ -15084,14 +15087,14 @@ export function App({ store, initialStatusMessage }: AppProps) { -
-
Celestial Orbits
-
- These angles drive the time-aware sun and moon paths in - the editor viewport and runner. Base peak altitude is - the 12-hour reference height; longer or shorter - day/night windows shift the orbit automatically. -
+
+
Celestial Orbits
+
+ These angles drive the time-aware sun and moon paths in + the editor viewport and runner. Base peak altitude is the + 12-hour reference height; longer or shorter day/night + windows shift the orbit automatically. +