GameboardPlanFromTilesOptions
Defined in: packages/declarative-hex-worlds/src/gameboard/plan.ts:350
Options for creating a plan from already assembled tile and placement specs.
Properties
Section titled “Properties”placements?
Section titled “placements?”
optionalplacements?: readonlyGameboardPlacementSpec[]
Defined in: packages/declarative-hex-worlds/src/gameboard/plan.ts:360
Optional custom placements appended after derived terrain/connectivity placements.
seed:
string
Defined in: packages/declarative-hex-worlds/src/gameboard/plan.ts:352
Seed to write into the plan.
shape:
GameboardShape
Defined in: packages/declarative-hex-worlds/src/gameboard/plan.ts:354
Shape to write into the plan.
textureSet?
Section titled “textureSet?”
optionaltextureSet?:"default"|"fall"|"summer"|"winter"
Defined in: packages/declarative-hex-worlds/src/gameboard/plan.ts:356
Texture set to write into the plan.
tiles: readonly
GameboardTileSpec[]
Defined in: packages/declarative-hex-worlds/src/gameboard/plan.ts:358
Tile specs used by the plan.
warnings?
Section titled “warnings?”
optionalwarnings?: readonlystring[]
Defined in: packages/declarative-hex-worlds/src/gameboard/plan.ts:362
Optional non-fatal warnings.