Fix vectorAdd calculation; draw grid hexes after buildings
This commit is contained in:
@@ -16,7 +16,7 @@ text {
|
||||
|
||||
use[href="#hex"] {
|
||||
opacity: 0.25;
|
||||
fill: transparent;
|
||||
fill: purple;
|
||||
fill-opacity: 0.5;
|
||||
stroke-width: 0.5px;
|
||||
stroke: black;
|
||||
@@ -236,7 +236,7 @@ g[data-y]:nth-child(odd) {
|
||||
transform: scale(var(--scale));
|
||||
}
|
||||
|
||||
[data-x]:hover use[href="#hex"] {
|
||||
[data-x]:hover use[href="#hex"], [data-q][data-r][data-s][data-t]:hover use[href="#hex"] {
|
||||
opacity: 1;
|
||||
fill: orange;
|
||||
stroke: black;
|
||||
|
||||
Reference in New Issue
Block a user