mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
pump version to 1.722
This commit is contained in:
parent
8537cb1c76
commit
7dadb95c86
1 changed files with 2 additions and 2 deletions
4
main.js
4
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.721"; // generator version
|
const version = "1.722"; // generator version
|
||||||
document.title += " v" + version;
|
document.title += " v" + version;
|
||||||
|
|
||||||
// switches to disable/enable logging features
|
// switches to disable/enable logging features
|
||||||
|
|
@ -435,7 +435,7 @@ 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>New style presets: Cyberpunk and Atlas</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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue