new style: Light

This commit is contained in:
Azgaar 2021-07-11 13:24:36 +03:00
parent 68f1861603
commit 659a217368
2 changed files with 2 additions and 1 deletions

View file

@ -323,7 +323,7 @@
<option value="styleGloom" data-system=1>Gloom</option>
<option value="styleClean" data-system=1>Clean</option>
<option value="styleWatercolor" data-system=1>Watercolor</option>
<option value="styleMonochrome" data-system=1>Monochrome (for heightmap)</option>
<option value="styleMonochrome" data-system=1>Monochrome</option>
</select>
<button id="addStyleButton" data-tip="Click to save current style as a new preset" class="icon-plus styleButton" style="display: inline-block" onclick="addStylePreset()"></button>
<button id="removeStyleButton" data-tip="Click to remove current custom style preset" class="icon-minus styleButton" style="display: none" onclick="removeStylePreset()"></button>

File diff suppressed because one or more lines are too long