mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-23 12:31:24 +01:00
refactored submap ui options
This commit is contained in:
parent
1a62cc97e2
commit
9afef4d7aa
1 changed files with 13 additions and 9 deletions
22
index.html
22
index.html
|
|
@ -3667,26 +3667,30 @@
|
||||||
be automatically updated according to the current scale factor. If you'd like
|
be automatically updated according to the current scale factor. If you'd like
|
||||||
to generate a new parent-map, <b>don't forget to reset them!</b> Options are interpreted as usual.</p>
|
to generate a new parent-map, <b>don't forget to reset them!</b> Options are interpreted as usual.</p>
|
||||||
<hr />
|
<hr />
|
||||||
<p>Remap (copy) features:</p>
|
<p>Remap (copy) the following features to the new map:</p>
|
||||||
<div data-tip="Copy burgs from old map. Regenerate burgs if not checked." >
|
<div data-tip="Copy burgs from old map. Regenerate burgs if not checked." >
|
||||||
<input id="submapCopyBurgs" class="checkbox" type="checkbox" checked>
|
<input id="submapCopyBurgs" class="checkbox" type="checkbox" checked>
|
||||||
<label for="submapCopyBurgs" class="checkbox-label">Copy cities</label>
|
<label for="submapCopyBurgs" class="checkbox-label">Burgs (cities)</label>
|
||||||
</div>
|
</div>
|
||||||
<div data-tip="Copy Rivers from the original map, regenerate otherwise (see errode riverbeds)." >
|
<div data-tip="Copy Rivers from the original map, regenerate otherwise (see errode riverbeds)." >
|
||||||
<input id="submapCopyZones" class="checkbox" type="checkbox" checked>
|
<input id="submapCopyRivers" class="checkbox" type="checkbox">
|
||||||
<label for="submapCopyZones" class="checkbox-label">Add Zones</label>
|
<label for="submapCopyRivers" class="checkbox-label">Rivers</label>
|
||||||
</div>
|
</div>
|
||||||
<div data-tip="Copy military data from the original map. Regenerate military if not checked." >
|
<div data-tip="Copy military data from the original map. Regenerate military if not checked." >
|
||||||
<input id="submapCopyMilitary" class="checkbox" type="checkbox">
|
<input id="submapCopyMilitary" class="checkbox" type="checkbox">
|
||||||
<label for="submapCopyMilitary" class="checkbox-label">Add Military</label>
|
<label for="submapCopyMilitary" class="checkbox-label">Military</label>
|
||||||
</div>
|
</div>
|
||||||
<div data-tip="Copy markers from the original map. Regenerate markers if not checked." >
|
<div data-tip="Copy markers from the original map. Regenerate markers if not checked." >
|
||||||
<input id="submapCopyMarkers" class="checkbox" type="checkbox" checked>
|
<input id="submapCopyMarkers" class="checkbox" type="checkbox" checked>
|
||||||
<label for="submapCopyMarkers" class="checkbox-label">Add Markers</label>
|
<label for="submapCopyMarkers" class="checkbox-label">Markers</label>
|
||||||
</div>
|
</div>
|
||||||
<div data-tip="Copy Zones from the original map. Regenerate Zones if not checked." >
|
<div data-tip="Copy Zones from the original map. Regenerate Zones if not checked." class="disabled">
|
||||||
<input id="submapCopyZones" class="checkbox" type="checkbox" checked>
|
<input id="submapCopyZones" class="checkbox" type="checkbox" disabled>
|
||||||
<label for="submapCopyZones" class="checkbox-label">Add Zones</label>
|
<label for="submapCopyZones" class="checkbox-label">Zones</label>
|
||||||
|
</div>
|
||||||
|
<div data-tip="Copy road network of the original map. Regenerate if not checked." class="disabled">
|
||||||
|
<input id="submapCopyRoads" class="checkbox" type="checkbox" disabled>
|
||||||
|
<label for="submapCopyRoads" class="checkbox-label">Roads</label>
|
||||||
</div>
|
</div>
|
||||||
<hr />
|
<hr />
|
||||||
<p>Extra / experimental features:</p>
|
<p>Extra / experimental features:</p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue