From 30130e13991b32271800229ec8d0fd5977c2e33f Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 18 Apr 2026 20:32:32 +0200 Subject: [PATCH] auto-git: [change] src/app/App.tsx --- src/app/App.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/app/App.tsx b/src/app/App.tsx index 7a926658..ee5b61db 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -715,6 +715,12 @@ function formatPlayerStartGamepadCameraLookBindingLabel( const STARTER_MATERIAL_ORDER = new Map( STARTER_MATERIAL_LIBRARY.map((material, index) => [material.id, index]) ); +const TERRAIN_BRUSH_TOOLS: TerrainBrushTool[] = [ + "raise", + "lower", + "smooth", + "flatten" +]; const MIN_VIEWPORT_QUAD_SPLIT = 0.2; const MAX_VIEWPORT_QUAD_SPLIT = 0.8;