diff --git a/src/app/App.tsx b/src/app/App.tsx index c64d070e..4ff6c6b5 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -20654,6 +20654,41 @@ export function App({ store, draftStorage = null, initialStatusMessage }: AppPro +
+
Foliage Mask Paint
+
+ + +
+
+ {activeFoliageLayer === null + ? "Create or select a foliage layer in the Foliage panel before painting terrain masks." + : `${activeFoliageLayer.name} mask has ${selectedTerrainActiveFoliageMaskPaintedSampleCount} painted sample${selectedTerrainActiveFoliageMaskPaintedSampleCount === 1 ? "" : "s"} on this terrain.`} +
+
+
Brush Settings