mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
state labels mode
This commit is contained in:
parent
6de70f5897
commit
4935d506b6
5 changed files with 58 additions and 26 deletions
15
index.html
15
index.html
|
|
@ -1130,6 +1130,21 @@
|
|||
<output id="religionsOutput" data-stored="religions" value="auto"></output>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr data-tip="Select state labels mode: display short or full names">
|
||||
<td>
|
||||
<i data-locked=0 id="lock_stateLabelsMode" class="icon-lock-open"></i>
|
||||
</td>
|
||||
<td>State labels</td>
|
||||
<td>
|
||||
<select id="stateLabelsModeInput" data-stored="stateLabelsMode">
|
||||
<option value="auto">Auto </option>
|
||||
<option value="short">Short names</option>
|
||||
<option value="full">Full names</option>
|
||||
</select>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p data-tip="Tool settings that don't affect maps. Changes are getting applied immediately">Generator settings:</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue