river editor rework - data checking

This commit is contained in:
Azgaar 2021-07-25 01:37:48 +03:00
parent 424980f5be
commit a1425bcb54
8 changed files with 586 additions and 218 deletions

View file

@ -1644,12 +1644,12 @@
<input id="riverWidth" disabled/>
</div>
<div data-tip="River source width in pixels">
<div data-tip="River additional width. Default value is 0">
<div class="label">Source width:</div>
<input id="riverSourceWidth" type="number" min=0 max=3 step=.1 />
</div>
<div data-tip="River width multiplier">
<div data-tip="River width multiplier. Default value is 1">
<div class="label">Width modifier:</div>
<input id="riverWidthFactor" type="number" min=.1 max=4 step=.1 />
</div>