From 30b7121c689eb457ea9cb5f37bce8619808deb03 Mon Sep 17 00:00:00 2001 From: evolvedexperiment <55178666+evolvedexperiment@users.noreply.github.com> Date: Mon, 18 Nov 2019 14:55:00 +0200 Subject: [PATCH 1/2] Fix for exit customization (#369) --- modules/ui/heightmap-editor.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ui/heightmap-editor.js b/modules/ui/heightmap-editor.js index b744a972..d645cd3f 100644 --- a/modules/ui/heightmap-editor.js +++ b/modules/ui/heightmap-editor.js @@ -125,7 +125,8 @@ function editHeightmap() { customization = 0; customizationMenu.style.display = "none"; - toolsContent.style.display = "block"; + if (options.querySelector(".tab > button.active").id === "toolsTab") + toolsContent.style.display = "block"; layersPreset.disabled = false; exitCustomization.style.display = "none"; // hide finalize button restoreDefaultEvents(); From ff31bd5eaa6b2d937f31c5bd7f008dc13a8bcc69 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Tue, 19 Nov 2019 00:20:58 +0300 Subject: [PATCH 2/2] v1.22.17 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index aa7616c6..bbec85e4 100644 --- a/index.html +++ b/index.html @@ -1875,7 +1875,7 @@
-

Fantasy Map Generator is a free open source tool which procedurally generates fantasy maps. You may use auto-generated maps as they are, edit them or even create a new map from scratch. Check out the quick start tutorial and Q&A for guidance.

+

Fantasy Map Generator is a free open source tool which procedurally generates fantasy maps. You may use auto-generated maps as they are, edit them or even create a new map from scratch. Check out the quick start tutorial, Q&A and hotkeys for guidance.

Join our Discord server and Reddit community to ask questions, get help and share created maps. You may support the project on Patreon.

The project is under active development. For older versions see the changelog. To track the development progress see the devboard. Please report bugs here. You can also contact me directly via email.

A special thanks to all supporters!