mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
Added support for custom map links in Burgs
+ Added field under "Burg Features" + Added property "link" to burg objects with handling for undefined + Added support for "Generate", "Generated", "Default", and "" to behave as the current MFCG behavior while anything else is treated as a custom link + Added tips for the new field
This commit is contained in:
parent
168cb3cdab
commit
41b998af0a
2 changed files with 37 additions and 16 deletions
|
|
@ -984,6 +984,8 @@
|
|||
<div id="burgFeaturesSection" style="display: none">
|
||||
<button id="burgToggleCapital" onmouseover="tip('Mark the Burg as country capital. Neutral burg cannot be a capital')" class="icon-star"></button>
|
||||
<button id="burgTogglePort" onmouseover="tip('Mark the Burg as port (toggle anchor icon)')" class="icon-anchor"></button>
|
||||
<i onmouseover="tip('Set Burg custom map link')" class="icon-link"></i>
|
||||
<input id="burgLink" onmouseover="tip('Set Burg custom map link or specify Generated to use the default')" type="text" style="width: 200px;" />
|
||||
<i onmouseover="tip('Set Burg population')" class="icon-users"></i>
|
||||
<input id="burgPopulation" onmouseover="tip('Set Burg population (in population points)')" type="number" value="1" min="0" step="1" style="width: 40px;"></select>
|
||||
<output id="burgPopulationFriendly" onmouseover="tip('Burg population (in people)')">1000</output>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue