mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-23 12:31:24 +01:00
new menu
This commit is contained in:
parent
5084e831f9
commit
29d26ecb65
1 changed files with 5 additions and 1 deletions
|
|
@ -1358,7 +1358,6 @@
|
|||
<button id="regenerateIce" data-tip="Click to icebergs and glaciers">Ice</button>
|
||||
<button id="regenerateMarkers" data-tip="Click to regenerate markers. Hold Ctrl and click to set markers number multiplier">Markers</button>
|
||||
<button id="regenerateZones" data-tip="Click to regenerate zones. Hold Ctrl and click to set zones number multiplier">Zones</button>
|
||||
<button id="openSubmapOptions" data-tip="Click to generate new (sub)map from the current viewport" onclick="openSubmapOptions()">Submap</button>
|
||||
</div>
|
||||
|
||||
<div id="addFeature">
|
||||
|
|
@ -1369,6 +1368,11 @@
|
|||
<button id="addRoute" data-tip="Click on map to place a route. Shortcut: Shift + 4">Route</button>
|
||||
<button id="addMarker" data-tip="Click on map to place a marker. Hold Shift to add multiple. Shortcut: Shift + 5">Marker</button>
|
||||
</div>
|
||||
|
||||
<div id="addFeature">
|
||||
<p>Click to create a new map:</p>
|
||||
<button id="openSubmapOptions" data-tip="Click to generate new (sub)map from the current viewport" onclick="openSubmapOptions()">Submap</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="customizationMenu" class="tabcontent">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue