site boundary editor
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user