index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <Catalin.Mititiuc@gmail.com> | 2024-03-22 11:53:28 -0700 |
---|---|---|
committer | Catalin Mititiuc <Catalin.Mititiuc@gmail.com> | 2024-03-22 11:53:28 -0700 |
commit | b24460efc3f07ba89cd4239ca498dbbb4e32effa (patch) | |
tree | 739d27b5d783cae62adf431d27f55c29e5a38990 /style.css | |
parent | aba937c4596c110f233e41f348d03a7ec8b02621 (diff) |
WIP: draw firing arc cone lines to map edge
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -37,6 +37,11 @@ polygon { opacity: 0.33; } +button.set-firing-arc img { + vertical-align: middle; + pointer-events: none; +} + line.firing-arc { stroke: none; /* transform: scale(2); */ @@ -48,6 +53,18 @@ polyline.firing-arc { fill: none; } +polygon#sml-arc { + fill: red; +} + +polygon#med-arc { + fill: blue; +} + +polygon#lrg-arc { + fill: green; +} + image#img1 { transform: scale(3.41) rotate(-0.15deg); /* opacity: 0.33; */ |