mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-19 10:31:24 +01:00
refactor: submap - simplify options
This commit is contained in:
parent
72be5f8220
commit
1d9ba6f17c
4 changed files with 21 additions and 53 deletions
10
index.html
10
index.html
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue