refactor: submap - simplify options

This commit is contained in:
Azgaar 2024-10-20 15:53:22 +02:00
parent 72be5f8220
commit 1d9ba6f17c
4 changed files with 21 additions and 53 deletions

View file

@ -5771,16 +5771,6 @@
This operation is destructive and irreversible. It will create a completely new map based on the current one.
Don't forget to save the .map file to your machine first!
</p>
<p>Options:</p>
<div data-tip="Smooth heightmap to get more natural terrain">
<input id="submapSmoothHeightmap" class="checkbox" type="checkbox" checked />
<label for="submapSmoothHeightmap" class="checkbox-label">Smooth heightmap</label>
</div>
<div data-tip="Rivers will erode land (helps to get more similar river network)">
<input id="submapDepressRivers" class="checkbox" type="checkbox" checked />
<label for="submapDepressRivers" class="checkbox-label">Erode riverbeds</label>
</div>
</div>
<div id="transformTool" style="display: none" class="dialog">