mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
refactor: dynamically load modules
This commit is contained in:
parent
a107c58643
commit
347083291f
46 changed files with 161 additions and 164 deletions
|
|
@ -11,6 +11,7 @@ import {parseTransform} from "utils/stringUtils";
|
|||
import {si} from "utils/unitUtils";
|
||||
import {turnLayerButtonOff} from "layers";
|
||||
import {byId} from "utils/shorthands";
|
||||
import {closeDialogs} from "dialogs/utils";
|
||||
|
||||
export function editProvinces() {
|
||||
if (customization) return;
|
||||
|
|
@ -387,7 +388,7 @@ export function editProvinces() {
|
|||
|
||||
unfog();
|
||||
closeDialogs();
|
||||
editStates();
|
||||
openDialog("statesEditor");
|
||||
}
|
||||
|
||||
function changePopulation(province) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue