mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
river editor rework - data checking
This commit is contained in:
parent
424980f5be
commit
a1425bcb54
8 changed files with 586 additions and 218 deletions
19
index.css
19
index.css
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue