site boundary editor

This commit is contained in:
wass08
2026-02-05 15:07:49 +09:00
parent 39f9f595d8
commit 40e3ce8d84
7 changed files with 465 additions and 295 deletions
+5 -5
View File
@@ -24,12 +24,12 @@ export const SiteNode = BaseNode.extend({
// Specific props
polygon: PropertyLineData.optional().default({
type: 'polygon',
// Default 30x30 square matching GRID_SIZE
// Default 30x30 square centered at origin
points: [
[0, 0],
[30, 0],
[30, 30],
[0, 30],
[-15, -15],
[15, -15],
[15, 15],
[-15, 15],
],
}),
// terrain: TerrainData,