mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
refactor: generation script
This commit is contained in:
parent
c0f6ce00ef
commit
87d8c1024d
31 changed files with 364 additions and 324 deletions
|
|
@ -15,7 +15,8 @@ const dialogsMap = {
|
|||
lakeEditor: "lake-editor",
|
||||
religionsEditor: "religions-editor",
|
||||
statesEditor: "states-editor",
|
||||
unitsEditor: "units-editor"
|
||||
unitsEditor: "units-editor",
|
||||
worldConfigurator: "world-configurator"
|
||||
};
|
||||
|
||||
type TDialog = keyof typeof dialogsMap;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue