index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2024-04-26 14:02:46 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-04-26 14:08:05 -0700 |
commit | a5e1ebcd478fea473de68aab738d5fb2cb5ddd7c (patch) | |
tree | 906339f9cecde76ac4b95296130eb2726c886603 /public/map.css | |
parent | 9d02591fac098f9f49eab33f7412da33a62be77e (diff) |
Refactor firing arc module, 'set' function
Diffstat (limited to 'public/map.css')
-rw-r--r-- | public/map.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/map.css b/public/map.css index 972870d..a1a37e9 100644 --- a/public/map.css +++ b/public/map.css @@ -151,6 +151,10 @@ polygon.firing-arc[data-allegiance="liao"] { } #lines line { + stroke-opacity: 0.2; +} + +#lines line { pointer-events: none; } |