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

@ -202,6 +202,7 @@ a {
stroke: none;
mask: url(#land);
cursor: pointer;
fill-rule: nonzero;
}
#anchors {
@ -984,6 +985,24 @@ body button.noicon {
cursor: pointer;
}
#controlCells > .current {
fill: #82c8ff40;
stroke: #82c8ff;
stroke-width: 0.4;
}
#controlCells > .available {
fill: #82ff9b40;
stroke: #82ff9b;
stroke-width: 0.4;
}
#controlCells > .occupied {
fill: #ff828240;
stroke: #ff8282;
stroke-width: 0.4;
}
#vertices > circle {
fill: #ff0000;
stroke: #841f1f;