mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
feat: multi-parental tree
This commit is contained in:
parent
1142be65c6
commit
f4ef859af8
4 changed files with 370 additions and 114 deletions
|
|
@ -1,7 +1,7 @@
|
|||
"use strict";
|
||||
// version and caching control
|
||||
|
||||
const version = "1.85.02"; // generator version, update each time
|
||||
const version = "1.86.00"; // generator version, update each time
|
||||
|
||||
{
|
||||
document.title += " v" + version;
|
||||
|
|
@ -28,6 +28,7 @@ const version = "1.85.02"; // generator version, update each time
|
|||
|
||||
<ul>
|
||||
<strong>Latest changes:</strong>
|
||||
<li>Hierarchy tree: cultures and religions can have multiple parents</li>
|
||||
<li>Heightmap selection screen</li>
|
||||
<li>Dialogs optimization for mobile</li>
|
||||
<li>New heightmap template: Fractious</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue