mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-19 10:31:24 +01:00
Ruler polyline width Style interface
for white line and gray line.
This commit is contained in:
parent
f50b077f84
commit
c2c58c2894
4 changed files with 75 additions and 30 deletions
10
index.html
10
index.html
|
|
@ -954,6 +954,16 @@
|
|||
<output id="rulerGrayLineColorOutput">#808080</output>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr data-tip="Set ruler white line width multiplier">
|
||||
<td><label for="rulerWhiteLineWidth">White line width:</label></td>
|
||||
<td><input type="number" id="rulerWhiteLineWidth" min="0.1" max="5" step="0.1" value="1"></td>
|
||||
</tr>
|
||||
|
||||
<tr data-tip="Set ruler gray line width multiplier">
|
||||
<td><label for="rulerGrayLineWidth">Gray line width:</label></td>
|
||||
<td><input type="number" id="rulerGrayLineWidth" min="0.1" max="5" step="0.1" value="1.2"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue