Exclude foliage tools from terrain sculpt brush list

This commit is contained in:
2026-05-02 04:14:49 +02:00
parent e847c0607d
commit 7e0081f96f

View File

@@ -837,7 +837,10 @@ function formatPlayerStartGamepadCameraLookBindingLabel(
const STARTER_MATERIAL_ORDER = new Map(
STARTER_MATERIAL_LIBRARY.map((material, index) => [material.id, index])
);
const TERRAIN_SCULPT_BRUSH_TOOLS: Exclude<TerrainBrushTool, "paint">[] = [
const TERRAIN_SCULPT_BRUSH_TOOLS: Exclude<
TerrainBrushTool,
"paint" | "foliagePaint" | "foliageErase"
>[] = [
"raise",
"lower",
"smooth",