diff --git a/src/app/App.tsx b/src/app/App.tsx index a857bda7..813d1d80 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -21397,80 +21397,54 @@ export function App({
Grid Settings
Cell Size changes resolution while preserving footprint. - Samples X/Z extend or crop terrain size toward the chosen - cardinal edge. + East, West, North, and South samples extend or crop that + side of the terrain.
-
- - +
+ {( + [ + ["east", "East"], + ["west", "West"], + ["north", "North"], + ["south", "South"] + ] as const + ).map(([side, label]) => ( + + ))} +
+
-
- - -