mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
v1.3.44
This commit is contained in:
parent
bdc8db2354
commit
2c6a8caf64
1 changed files with 3 additions and 0 deletions
3
main.js
3
main.js
|
|
@ -338,6 +338,7 @@ function showWelcomeMessage() {
|
|||
const reddit = link("https://www.reddit.com/r/FantasyMapGenerator", "Reddit community");
|
||||
const discord = link("https://discordapp.com/invite/X7E84HU", "Discord server");
|
||||
const patreon = link("https://www.patreon.com/azgaar", "Patreon");
|
||||
const desktop = link("https://github.com/Azgaar/Fantasy-Map-Generator/wiki/Q&A#is-there-a-desktop-version", "desktop application");
|
||||
|
||||
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.
|
||||
|
|
@ -349,6 +350,8 @@ function showWelcomeMessage() {
|
|||
<li>Regiments editor</li>
|
||||
</ul>
|
||||
|
||||
<p>You can can also download a ${desktop}.</p>
|
||||
|
||||
<p>Join our ${discord} and ${reddit} to ask questions, share maps, discuss the Generator and Worlbuilding, report bugs and propose new features.</p>
|
||||
|
||||
<span>Thanks for all supporters on ${patreon}!</i></span>`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue