vector-styled

This commit is contained in:
33333-33333 2026-05-22 14:13:35 +09:00
commit 3f2be96395
5 changed files with 291 additions and 35 deletions

View file

@ -6,6 +6,7 @@ export function finishMapOutput({
seed,
options,
terrainTemplate,
seaLevel,
cityPopulationCap,
stationInfluence,
roadInfluence,
@ -207,6 +208,7 @@ export function finishMapOutput({
height: MAP_H,
cellSize: CELL_SIZE,
terrainTemplate,
seaLevel,
prefectureMask,
prefectureBorder,
prefectureRegionId,