mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
tooltip - get shortcut from its own attribute
This commit is contained in:
parent
f3a755976a
commit
c2640bcada
7 changed files with 155 additions and 92 deletions
|
|
@ -89,7 +89,7 @@ function insertEditorHtml() {
|
|||
|
||||
<button id="statesManually" data-tip="Manually re-assign states" class="icon-brush"></button>
|
||||
<div id="statesManuallyButtons" style="display: none">
|
||||
<label data-tip="Change brush size. Shortcut: + (increase), – (decrease)" class="italic"
|
||||
<label data-tip="Change brush size" data-shortcut="+ (increase), – (decrease)" class="italic"
|
||||
>Brush size:
|
||||
<input
|
||||
id="statesManuallyBrush"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue