Brushes
{brushList.length === 0 ? (
-
- - No authored brushes yet. Use Create Box Brush to place the first brush.
-
+
Switch to Box Create and click in the viewport to place the first brush.
) : (
{brushList.map((brush, brushIndex) => (
-
+
+
+ {selectedBrush?.id !== brush.id ? null : (
+
+ )}
+
))}
)}
@@ -1225,14 +1242,13 @@ export function App({ store, initialStatusMessage }: AppProps) {
Entities
{playerStartList.length === 0 ? (
-
- - No Player Start authored yet. Place one before relying on first-person spawn.
-
+
No Player Start authored yet.
) : (
{playerStartList.map((playerStart, index) => (
))}