diff --git a/src/app/App.tsx b/src/app/App.tsx index c2a00874..4c32735c 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -1179,44 +1179,61 @@ export function App({ store, initialStatusMessage }: AppProps) { Clear Face Material - -
Brushes
{brushList.length === 0 ? ( - +
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.
) : (
{playerStartList.map((playerStart, index) => ( ))}