|
|
|
@@ -29,13 +29,13 @@ |
|
|
|
</label> |
|
|
|
<label class="nostart large"> |
|
|
|
Softness: |
|
|
|
<input type="number" id="softness-input" placeholder="25" value="25"> |
|
|
|
<input type="range" id="softness-slider" min="0" max="100" value="25"> |
|
|
|
<input type="number" id="softness-input" placeholder="0" value="0"> |
|
|
|
<input type="range" id="softness-slider" min="0" max="100" value="0"> |
|
|
|
</label> |
|
|
|
<button class="nostart large" id="fullscreen-button">Fullscreen</button> |
|
|
|
<label class="nostart large"> |
|
|
|
Border: |
|
|
|
<input type="checkbox" id="show-border"> |
|
|
|
<input type="checkbox" id="show-border" checked> |
|
|
|
</label> |
|
|
|
<label class="nostart large"> |
|
|
|
Paint mode: |
|
|
|
|