mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
feat: new heraldic charges, multicolor support
This commit is contained in:
parent
09efbf0c3e
commit
2ed74fdaa1
251 changed files with 9376 additions and 621 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
// version and caching control
|
||||
|
||||
const version = "1.89.39"; // generator version, update each time
|
||||
const version = "1.90.01"; // generator version, update each time
|
||||
|
||||
{
|
||||
document.title += " v" + version;
|
||||
|
|
@ -29,6 +29,8 @@ const version = "1.89.39"; // generator version, update each time
|
|||
|
||||
<ul>
|
||||
<strong>Latest changes:</strong>
|
||||
<li>More than 70 new heraldic charges</li>
|
||||
<li>Multi-color heraldic charges support</li>
|
||||
<li>New 3D scene options</li>
|
||||
<li>Autosave feature (in Options)</li>
|
||||
<li>Google translation support (in Options)</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue