mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
Merge branch 'master' of https://github.com/Azgaar/Fantasy-Map-Generator into lock
This commit is contained in:
commit
aceb7e29b9
4 changed files with 30 additions and 13 deletions
|
|
@ -633,7 +633,7 @@ function togglePercentageMode() {
|
|||
|
||||
async function showHierarchy() {
|
||||
if (customization) return;
|
||||
const HeirarchyTree = await import("../hierarchy-tree.js?v=1.87.01");
|
||||
const HeirarchyTree = await import("../hierarchy-tree.js?v=1.88.06");
|
||||
|
||||
const getDescription = culture => {
|
||||
const {name, type, rural, urban} = culture;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue