mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
load dynamically cultures editor
This commit is contained in:
parent
877ae096bd
commit
69823ceeb0
3 changed files with 14 additions and 8 deletions
|
|
@ -1197,3 +1197,9 @@ async function editStates() {
|
|||
const StateEditor = await import("../dynamic/editors/states-editor.js");
|
||||
StateEditor.open();
|
||||
}
|
||||
|
||||
async function editCultures() {
|
||||
if (customization) return;
|
||||
const CulturesEditor = await import("../dynamic/editors/cultures-editor.js");
|
||||
CulturesEditor.open();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue