mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
Merge branch 'faith-update' into new-faith+update
This commit is contained in:
commit
2c7624cdb8
8 changed files with 254 additions and 21 deletions
2
main.js
2
main.js
|
|
@ -2038,6 +2038,8 @@ const regenerateMap = debounce(async function (options) {
|
|||
customization = 0;
|
||||
resetZoom(1000);
|
||||
undraw();
|
||||
pack.religions = [];
|
||||
pack.cultures = [];
|
||||
await generate(options);
|
||||
restoreLayers();
|
||||
if (ThreeD.options.isOn) ThreeD.redraw();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue