mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
pump version to v1.721
This commit is contained in:
parent
70b1086c50
commit
315aad2521
1 changed files with 2 additions and 5 deletions
7
main.js
7
main.js
|
|
@ -2,7 +2,7 @@
|
||||||
// https://github.com/Azgaar/Fantasy-Map-Generator
|
// https://github.com/Azgaar/Fantasy-Map-Generator
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
const version = "1.72"; // generator version
|
const version = "1.721"; // generator version
|
||||||
document.title += " v" + version;
|
document.title += " v" + version;
|
||||||
|
|
||||||
// switches to disable/enable logging features
|
// switches to disable/enable logging features
|
||||||
|
|
@ -435,15 +435,12 @@ function showWelcomeMessage() {
|
||||||
alertMessage.innerHTML = `The Fantasy Map Generator is updated up to version <b>${version}</b>.
|
alertMessage.innerHTML = `The Fantasy Map Generator is updated up to version <b>${version}</b>.
|
||||||
This version is compatible with ${changelog}, loaded <i>.map</i> files will be auto-updated.
|
This version is compatible with ${changelog}, loaded <i>.map</i> files will be auto-updated.
|
||||||
<ul><b>Latest changes:</b>
|
<ul><b>Latest changes:</b>
|
||||||
|
<li>New style preset: Cyberpunk</li>
|
||||||
<li>Burg temperature graph</li>
|
<li>Burg temperature graph</li>
|
||||||
<li>4 new textures</li>
|
<li>4 new textures</li>
|
||||||
<li>Province capture logic rework</li>
|
<li>Province capture logic rework</li>
|
||||||
<li>Button to release all provinces</li>
|
<li>Button to release all provinces</li>
|
||||||
<li>Limit military units by biome, state, culture and religion</li>
|
<li>Limit military units by biome, state, culture and religion</li>
|
||||||
<li>New marker types</li>
|
|
||||||
<li>New markers editor</li>
|
|
||||||
<li>Markers overview screen</li>
|
|
||||||
<li>Markers regeneration menu</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>Join our ${discord} and ${reddit} to ask questions, share maps, discuss the Generator and Worlbuilding, report bugs and propose new features.</p>
|
<p>Join our ${discord} and ${reddit} to ask questions, share maps, discuss the Generator and Worlbuilding, report bugs and propose new features.</p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue