mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-19 10:31:24 +01:00
refactor: Features module start
This commit is contained in:
parent
ec236d146b
commit
b5fede560b
9 changed files with 315 additions and 160 deletions
|
|
@ -369,7 +369,7 @@ async function parseLoadedData(data, mapVersion) {
|
|||
|
||||
void (function parsePackData() {
|
||||
reGraph();
|
||||
reMarkFeatures();
|
||||
Features.markupPack();
|
||||
pack.features = JSON.parse(data[12]);
|
||||
pack.cultures = JSON.parse(data[13]);
|
||||
pack.states = JSON.parse(data[14]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue