mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
Dev submaps update (#780)
* Rescale style option for submaps. * namespace for submap ui. * Keep visual change for towns Co-authored-by: Mészáros Gergely <monk@geotronic.hu>
This commit is contained in:
parent
b00a8a2228
commit
3cd30206b7
2 changed files with 186 additions and 152 deletions
|
|
@ -1728,8 +1728,8 @@
|
|||
|
||||
<p>Click to create a new map:</p>
|
||||
<div id="resamplers">
|
||||
<button data-tip="Click to generate new (sub)map from the current viewport" onclick="openSubmapOptions()">Submap</button>
|
||||
<button data-tip="Click to resample (transform) your map to different cellcount" onclick="openRemapOptions()">Resample</button>
|
||||
<button data-tip="Click to generate new (sub)map from the current viewport" onclick="UISubmap.openSubmapOptions()">Submap</button>
|
||||
<button data-tip="Click to resample (transform) your map to different cellcount" onclick="UISubmap.openRemapOptions()">Resample</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
@ -4488,6 +4488,10 @@
|
|||
<input id="submapDepressRivers" class="checkbox" type="checkbox" />
|
||||
<label for="submapDepressRivers" class="checkbox-label">Errode 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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue