Refactor firing arc module, 'set' function

This commit is contained in:
2024-04-26 14:02:46 -07:00
parent 9d02591fac
commit a5e1ebcd47
2 changed files with 71 additions and 46 deletions

View File

@@ -150,6 +150,10 @@ polygon.firing-arc[data-allegiance="liao"] {
stroke-width: 0.5;
}
#lines line {
stroke-opacity: 0.2;
}
#lines line {
pointer-events: none;
}