mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-04-03 05:57:24 +02:00
feat: Implement RuntimeDefsModule for managing shared runtime definitions and update related components
This commit is contained in:
parent
f928f9d101
commit
73d6d664fc
14 changed files with 126 additions and 43 deletions
|
|
@ -367,6 +367,8 @@ async function parseLoadedData(data, mapVersion) {
|
|||
}
|
||||
}
|
||||
|
||||
RuntimeDefs.purgeMapDefStubs();
|
||||
|
||||
{
|
||||
grid = JSON.parse(data[6]);
|
||||
const {cells, vertices} = calculateVoronoi(grid.points, grid.boundary);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue