From eeb5435ad61a8f5ef57f9a813571e6ce3ac094ad Mon Sep 17 00:00:00 2001 From: Azgaar Date: Sat, 14 Sep 2019 02:19:55 +0300 Subject: [PATCH] 1.0.34 --- modules/ui/heightmap-editor.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/ui/heightmap-editor.js b/modules/ui/heightmap-editor.js index 12783cd1..bb2d1bd0 100644 --- a/modules/ui/heightmap-editor.js +++ b/modules/ui/heightmap-editor.js @@ -11,10 +11,13 @@ function editHeightmap() {

If you need to change the coastline and keep the data, you may try the risk edit option. The data will be restored as much as possible, but the coastline change can cause unexpected fluctuations and errors.

-

Check out wiki for guidance.

`; +

Check out wiki for guidance.

+ +

Please save the map before edditing the heightmap!

`; $("#alert").dialog({resizable: false, title: "Edit Heightmap", width: "28em", buttons: { + Save: function() {saveMap();}, Erase: function() {enterHeightmapEditMode("erase");}, Keep: function() {enterHeightmapEditMode("keep");}, Risk: function() {enterHeightmapEditMode("risk");},