mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
river edit: allow to add interim points
This commit is contained in:
parent
c1533c5408
commit
008aea2b2f
3 changed files with 58 additions and 39 deletions
10
index.css
10
index.css
|
|
@ -985,16 +985,16 @@ body button.noicon {
|
|||
|
||||
#controlPoints > path {
|
||||
fill: none;
|
||||
stroke: #000000;
|
||||
stroke: #0a0909;
|
||||
stroke-width: 2;
|
||||
opacity: 0.4;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#controlCells > .current {
|
||||
fill: #82c8ff40;
|
||||
stroke: #82c8ff;
|
||||
stroke-width: 0.4;
|
||||
#controlCells {
|
||||
pointer-events: none;
|
||||
fill: #82c8ff80;
|
||||
stroke: "none";
|
||||
}
|
||||
|
||||
#vertices > circle {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue