mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
Added seed to burg edit menu
This commit is contained in:
parent
51f46d5183
commit
c3f2057718
2 changed files with 16 additions and 1 deletions
|
|
@ -731,6 +731,7 @@
|
|||
<button id="burgName" onmouseover="tip('Change Burg name')" class="icon-pencil"></button>
|
||||
<div id="burgNameSection" style="display: none">
|
||||
<input id="burgNameInput" onmouseover="tip('Populate to rename the Burg')" style="width: 117px"/>
|
||||
<input id="burgSeedInput" onmouseover="tip('Populate to seed the Burg')" style="width: 50px"/>
|
||||
<span id="burgNameReCulture" onmouseover="tip('Generate culture-specific name for the Burg')" class="icon-book pointer"></span>
|
||||
<span id="burgNameReRandom" onmouseover="tip('Generate random name for the Burg')" class="icon-globe pointer"></span>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue