mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-21 19:41:23 +01:00
feat: routes - add routes to json export
This commit is contained in:
parent
b47fa6b92d
commit
681d97b2a7
1 changed files with 4 additions and 2 deletions
|
|
@ -52,7 +52,8 @@ function getMinimalDataJson() {
|
|||
provinces: pack.provinces,
|
||||
religions: pack.religions,
|
||||
rivers: pack.rivers,
|
||||
markers: pack.markers
|
||||
markers: pack.markers,
|
||||
routes: pack.routes
|
||||
};
|
||||
return JSON.stringify({info, settings, mapCoordinates, pack: packData, biomesData, notes, nameBases});
|
||||
}
|
||||
|
|
@ -167,7 +168,8 @@ function getPackCellsData() {
|
|||
provinces: pack.provinces,
|
||||
religions: pack.religions,
|
||||
rivers: pack.rivers,
|
||||
markers: pack.markers
|
||||
markers: pack.markers,
|
||||
routes: pack.routes
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue