This commit is contained in:
Azgaar 2019-09-12 16:03:41 +03:00
parent 8157585533
commit a5d1fefff7
2 changed files with 9 additions and 8 deletions

View file

@ -195,7 +195,7 @@ i.icon-lock {
text-align: center;
font-family: sans-serif;
font-style: italic;
font-size: 1.1em;
font-size: 12px;
}
#religionHierarchy .selected {
@ -208,6 +208,7 @@ i.icon-lock {
pointer-events: none;
user-select: none;
stroke: none;
font-size: 11px;
}
.dragLine {

View file

@ -2246,43 +2246,43 @@
<div id="brushesPanel" class="dialog stable" style="display: none">
<div id="brushesButtons" style="display: inline-block">
<button id="brushRaise" data-tip="Raise brush: increase height of cells in radius by Power value">
<svg viewBox="15 15 70 70" height="14" width="22">
<svg viewBox="15 15 70 70" height="1em" width="1.6em">
<path d="m20,39 h60 M50,85 v-35 l-12,8 m12,-8 l12,8" fill="none" stroke="#000" stroke-width="5"></path>
</svg>
</button>
<button id="brushElevate" data-tip="Elevate brush: drag to gradually increase height of cells in radius by Power value">
<svg viewBox="15 15 70 70" height="14" width="22">
<svg viewBox="15 15 70 70" height="1em" width="1.6em">
<path d="m20,50 q30,-35 60,0 M50,85 v-35 l-12,8 m12,-8 l12,8" fill="none" stroke="#000" stroke-width="5"></path>
</svg>
</button>
<button id="brushLower" data-tip="Lower brush: drag to decrease height of cells in radius by Power value">
<svg viewBox="15 15 70 70" height="14" width="22">
<svg viewBox="15 15 70 70" height="1em" width="1.6em">
<path d="M50,30 v35 l-12,-8 m12,8 l12,-8 M20,78 h60" fill="none" stroke="#000" stroke-width="5"></path>
</svg>
</button>
<button id="brushDepress" data-tip="Depress brush: drag to gradually decrease height of cells in radius by Power value">
<svg viewBox="15 15 70 70" height="14" width="22">
<svg viewBox="15 15 70 70" height="1em" width="1.6em">
<path d="M50,30 v35 l-12,-8 m12,8 l12,-8 M20,63 q30,35 60,0" fill="none" stroke="#000" stroke-width="5"></path>
</svg>
</button>
<button id="brushAlign" data-tip="Align brush: drag to set height of cells in radius to height of the cell at mousepoint">
<svg viewBox="15 15 70 70" height="14" width="22">
<svg viewBox="15 15 70 70" height="1em" width="1.6em">
<path d="m20,50 h56 m0,20 h-56" fill="none" stroke="#000" stroke-width="5"></path>
</svg>
</button>
<button id="brushSmooth" data-tip="Smooth brush: drag to level height of cells in radius to height of adjacent cells">
<svg viewBox="15 15 70 70" height="14" width="22">
<svg viewBox="15 15 70 70" height="1em" width="1.6em">
<path d="m15,60 q15,-15 30,0 q15,15 35,0" fill="none" stroke="#000" stroke-width="5"></path>
</svg>
</button>
<button id="brushDisrupt" data-tip="Disrupt brush: drag to randomize height of cells in radius based on Power value">
<svg viewBox="15 15 70 70" height="14" width="22">
<svg viewBox="15 15 70 70" height="1em" width="1.6em">
<path d="m15,63 l15,-13 15,20 15,-20 15,19 15,-14" fill="none" stroke="#000" stroke-width="5"></path>
</svg>
</button>