mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
version info and hash update
This commit is contained in:
parent
a392223ef6
commit
d5f202ba47
6 changed files with 40 additions and 37 deletions
|
|
@ -1119,12 +1119,12 @@ function refreshAllEditors() {
|
|||
// dynamically loaded editors
|
||||
async function editStates() {
|
||||
if (customization) return;
|
||||
const StateEditor = await import("../dynamic/editors/states-editor.js?v=20052022");
|
||||
const StateEditor = await import("../dynamic/editors/states-editor.js?v=29052022");
|
||||
StateEditor.open();
|
||||
}
|
||||
|
||||
async function editCultures() {
|
||||
if (customization) return;
|
||||
const CulturesEditor = await import("../dynamic/editors/cultures-editor.js?v=20052022");
|
||||
const CulturesEditor = await import("../dynamic/editors/cultures-editor.js?v=29052022");
|
||||
CulturesEditor.open();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -623,7 +623,7 @@ function changeEra() {
|
|||
}
|
||||
|
||||
async function openTemplateSelectionDialog() {
|
||||
const HeightmapSelectionDialog = await import("../dynamic/heightmap-selection.js");
|
||||
const HeightmapSelectionDialog = await import("../dynamic/heightmap-selection.js?v=290520222");
|
||||
HeightmapSelectionDialog.open();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue