mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
states-editor - dynamic module
This commit is contained in:
parent
fd450a20c1
commit
877ae096bd
1 changed files with 7 additions and 0 deletions
|
|
@ -1190,3 +1190,10 @@ async function editReligions() {
|
||||||
const Editor = await import("../dynamic/editors/religions-editor.js?v=1.87.01");
|
const Editor = await import("../dynamic/editors/religions-editor.js?v=1.87.01");
|
||||||
Editor.open();
|
Editor.open();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// dynamically loaded editors
|
||||||
|
async function editStates() {
|
||||||
|
if (customization) return;
|
||||||
|
const StateEditor = await import("../dynamic/editors/states-editor.js");
|
||||||
|
StateEditor.open();
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue