mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-23 04:21:24 +01:00
fix invalid feature number at burg.ports, option to disable regenerations
This commit is contained in:
parent
968a4725cc
commit
25575b8966
3 changed files with 22 additions and 4 deletions
12
index.html
12
index.html
|
|
@ -3525,6 +3525,18 @@
|
|||
<input id="submapAddLakeInDepression" class="checkbox" type="checkbox">
|
||||
<label for="submapAddLakeInDepression" class="checkbox-label">Add lakes in depressions.</label>
|
||||
</div>
|
||||
<div data-tip="Regenerate military data in submap." >
|
||||
<input id="submapAddMilitary" class="checkbox" type="checkbox">
|
||||
<label for="submapAddMilitary" class="checkbox-label">Add Military</label>
|
||||
</div>
|
||||
<div data-tip="Regenerate markers data in submap." >
|
||||
<input id="submapAddMarkers" class="checkbox" type="checkbox" checked>
|
||||
<label for="submapAddMarkers" class="checkbox-label">Add Markers</label>
|
||||
</div>
|
||||
<div data-tip="Regenerate military data in submap." >
|
||||
<input id="submapAddZones" class="checkbox" type="checkbox" checked>
|
||||
<label for="submapAddZones" class="checkbox-label">Add Zones</label>
|
||||
</div>
|
||||
<hr/>
|
||||
<button id="start" data-tip="Start submap resampling" class="options glow" onclick="generateSubmap()">Generate</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue