mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-23 12:31:24 +01:00
burg remapping
This commit is contained in:
parent
36248e36b5
commit
6f97864962
3 changed files with 26 additions and 15 deletions
|
|
@ -1313,7 +1313,7 @@
|
|||
|
||||
<button id="configureWorld" data-tip="Click to open world configurator to setup map position on Globe and World climate" onclick="editWorld()">Configure World</button>
|
||||
<button id="openSubmapOptions" data-tip="Click to generate new (sub)map from the current viewport" onclick="openSubmapOptions()">Submap</button>
|
||||
<button id="optionsReset" data-tip="Click to restore default options (page will be reloaded)" onclick="restoreDefaultOptions()">Reset to defaults</button>
|
||||
<button id="optionsReset" data-tip="Click to restore default options (page will be reloaded)" onclick="restoreDefaultOptions()">Reset</button>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -3507,7 +3507,7 @@
|
|||
<p style="font-style: italic; color: red">Original map will be destroyed! Don't forget to save your work!</p>
|
||||
<div id="submapStage"></div>
|
||||
<div id="submapProgress"></div>
|
||||
<button id="start" data-tip="Start submap resampling" class="options glow" onclick="generateSubmap()">Ok</button>
|
||||
<button id="start" data-tip="Start submap resampling" class="options glow" onclick="generateSubmap()">Generate</button>
|
||||
</div>
|
||||
|
||||
<div id="alert" style="display: none" class="dialog">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue