mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
allow to style text-shadow for labels
This commit is contained in:
parent
f2f170ff29
commit
05700cc338
5 changed files with 60 additions and 23 deletions
11
index.html
11
index.html
|
|
@ -234,7 +234,7 @@
|
|||
<div id="loading">
|
||||
<div id="titleName"><t data-t="titleName">Azgaar's</t></div>
|
||||
<div id="title"><t data-t="title">Fantasy Map Generator</t></div>
|
||||
<div id="version"><t data-t="version">v. </t>1.62</div>
|
||||
<div id="version"><t data-t="version">v. </t>1.63</div>
|
||||
<p id="loading-text"><t data-t="loading">LOADING</t><span>.</span><span>.</span><span>.</span></p>
|
||||
</div>
|
||||
|
||||
|
|
@ -669,6 +669,15 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
|
||||
<tbody id="styleShadow">
|
||||
<tr data-tip="Set text shadow">
|
||||
<td>Text shadow</td>
|
||||
<td>
|
||||
<input id="styleShadowInput" type="text" value="0 0 4px white"/>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
<tbody id="styleFont">
|
||||
<tr data-tip="Select font">
|
||||
<td>Font</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue