mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 18:11:24 +01:00
feat: burg group editor - form
This commit is contained in:
parent
d8009f84ad
commit
511d8f37d8
3 changed files with 81 additions and 86 deletions
|
|
@ -5358,7 +5358,6 @@
|
|||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th data-tip="Select group to be assigned if other groups are not passed">Default</th>
|
||||
<th data-tip="Type group name">Name</th>
|
||||
<th data-tip="Set min population constraint" colspan="2">Population</th>
|
||||
<th data-tip="Set population percentile: 0-100, where 90 means the burg must have a population higher than 90% of all burgs">Percentile</th>
|
||||
|
|
@ -5369,15 +5368,12 @@
|
|||
<th data-tip="Select allowed features">Features</th>
|
||||
<th data-tip="Number of burgs in group">Count</th>
|
||||
<th data-tip="Activate/deactivate group">Active</th>
|
||||
<th data-tip="Select group to be assigned if other groups are not passed">Default</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="burgGroupsBody"></tbody>
|
||||
</table>
|
||||
</form>
|
||||
<div id="burgGroupsBottom" style="margin-top: .3em">
|
||||
<button id="burgGroupsEditorAdd" data-tip="Create a new burgs group" class="icon-plus"></button>
|
||||
<button id="burgGroupsEditStyle" data-tip="Open burgs Style setup menu" class="icon-brush"></button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="routesOverview" class="dialog stable" style="display: none">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue