mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-19 10:31:24 +01:00
refactor: submap - UI update
This commit is contained in:
parent
431a5aa3e9
commit
6e38c93841
4 changed files with 22 additions and 48 deletions
18
index.html
18
index.html
|
|
@ -5772,15 +5772,7 @@
|
|||
Don't forget to save the .map file to your machine first!
|
||||
</p>
|
||||
|
||||
<p>Settings to be changed: population rate, map pixel size</p>
|
||||
<p>
|
||||
Data to be copied: heightmap, biomes, religions, population, precipitation, cultures, states, provinces,
|
||||
military regiments
|
||||
</p>
|
||||
<p>Data to be regenerated: zones, routes, rivers</p>
|
||||
<p>Burgs may be remapped incorrectly, manual change is required</p>
|
||||
|
||||
<p>Experimental features:</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>
|
||||
|
|
@ -5789,14 +5781,6 @@
|
|||
<input id="submapDepressRivers" class="checkbox" type="checkbox" checked />
|
||||
<label for="submapDepressRivers" class="checkbox-label">Erode riverbeds</label>
|
||||
</div>
|
||||
<div data-tip="Rescale styles (burg labels, emblem size) to match the new scale">
|
||||
<input id="submapRescaleStyles" class="checkbox" type="checkbox" checked />
|
||||
<label for="submapRescaleStyles" class="checkbox-label">Rescale styles</label>
|
||||
</div>
|
||||
<div data-tip="Move all existing towns to the 'largetown' burg group">
|
||||
<input id="submapPromoteTowns" class="checkbox" type="checkbox" />
|
||||
<label for="submapPromoteTowns" class="checkbox-label">Promote towns to largetowns</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="transformTool" style="display: none" class="dialog">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue