Refactor firing arc module, 'set' function

This commit is contained in:
2025-06-16 22:41:29 -07:00
parent 189b044242
commit e385798667
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;
}