mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
Merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
commit
bed7486218
1 changed files with 3 additions and 3 deletions
|
|
@ -1919,7 +1919,7 @@
|
||||||
<td>
|
<td>
|
||||||
<select id="shapeRendering" data-stored="shapeRendering">
|
<select id="shapeRendering" data-stored="shapeRendering">
|
||||||
<option value="geometricPrecision">Best quality</option>
|
<option value="geometricPrecision">Best quality</option>
|
||||||
<option value="optimizeSpeed" selected>Best performace</option>
|
<option value="optimizeSpeed" selected>Best performance</option>
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
|
|
@ -3813,8 +3813,8 @@
|
||||||
<button id="battleNameShow" data-tip="Set battle name" class="icon-font"></button>
|
<button id="battleNameShow" data-tip="Set battle name" class="icon-font"></button>
|
||||||
<div id="battleNameSection" style="display: none">
|
<div id="battleNameSection" style="display: none">
|
||||||
<button id="battleNameHide" data-tip="Hide the battle name section" class="icon-font"></button>
|
<button id="battleNameHide" data-tip="Hide the battle name section" class="icon-font"></button>
|
||||||
<input id="battleNamePlace" data-tip="Type place name"" style="width: 30%"> <input id="battleNameFull"
|
<input id="battleNamePlace" data-tip="Type place name" style="width: 30%"> <input id="battleNameFull"
|
||||||
data-tip="Type full battle name"" style="width: 46%">
|
data-tip="Type full battle name" style="width: 46%">
|
||||||
<button
|
<button
|
||||||
id="battleNameCulture"
|
id="battleNameCulture"
|
||||||
data-tip="Generate culture-specific name for place and battle"
|
data-tip="Generate culture-specific name for place and battle"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue