index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'public/map.css')
-rw-r--r-- | public/map.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/public/map.css b/public/map.css index 0a79798..b961d35 100644 --- a/public/map.css +++ b/public/map.css @@ -329,3 +329,13 @@ g[data-y="50"] { --i: 50; } .buildings { display: none; } + +#test-arcs line, #test-arcs polyline { + stroke: black; + fill: none; +} + +#test-arcs rect, #test-arcs polygon { + fill: black; + fill-opacity: 0.2; +} |