auto-git:
[change] src/app/App.tsx
This commit is contained in:
@@ -845,7 +845,11 @@ const STARTER_MATERIAL_ORDER = new Map(
|
|||||||
);
|
);
|
||||||
const TERRAIN_SCULPT_BRUSH_TOOLS: Exclude<
|
const TERRAIN_SCULPT_BRUSH_TOOLS: Exclude<
|
||||||
TerrainBrushTool,
|
TerrainBrushTool,
|
||||||
"paint" | "foliagePaint" | "foliageErase"
|
| "paint"
|
||||||
|
| "foliagePaint"
|
||||||
|
| "foliageErase"
|
||||||
|
| "foliageBlockerPaint"
|
||||||
|
| "foliageBlockerErase"
|
||||||
>[] = [
|
>[] = [
|
||||||
"raise",
|
"raise",
|
||||||
"lower",
|
"lower",
|
||||||
|
|||||||
Reference in New Issue
Block a user