mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
v 0.8.01b
This commit is contained in:
parent
680044ddd6
commit
a90e26a713
2 changed files with 6 additions and 6 deletions
2
main.js
2
main.js
|
|
@ -115,7 +115,7 @@ setTimeout(showWelcomeMessage, 8000);
|
|||
function showWelcomeMessage() {
|
||||
// Changelog dialog window
|
||||
if (localStorage.getItem("version") != version) {
|
||||
const link = 'https://www.reddit.com/r/FantasyMapGenerator/'; // announcement on Reddit
|
||||
const link = 'https://www.reddit.com/r/FantasyMapGenerator/comments/bfskpi/update_stable_version_is_released_v_08b/?utm_source=share&utm_medium=web2x'; // announcement on Reddit
|
||||
alertMessage.innerHTML = `The Fantasy Map Generator is updated up to version <b>${version}</b>.
|
||||
|
||||
This version is <b>not compatible</b> with older <i>.map</i> files.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue