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 21:52:02 -0700 |
---|---|---|
committer | Catalin Mititiuc <Catalin.Mititiuc@gmail.com> | 2024-03-22 21:52:02 -0700 |
commit | 17e6864d69d62e6a5bd2c9a6408b3af77543dad7 (patch) | |
tree | 6d610439eace3e7112d84de07fb358c518306bcf /style.css | |
parent | 9f8c563c9844c3f6cc1a14614b1debdad6ec2051 (diff) |
Fix corner finding algo for firing arc cone coverage
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 29 |
1 files changed, 3 insertions, 26 deletions
@@ -7,8 +7,7 @@ body { } circle#point { - fill: black; - opacity: 0.1; + fill: transparent; } circle.counter[data-troop-allegiance="liao"] { @@ -33,8 +32,8 @@ rect#map { opacity: 0; } -polygon { - opacity: 0.33; +polygon.firing-arc { + opacity: 0.1; } button.set-firing-arc img { @@ -47,24 +46,6 @@ line.firing-arc { opacity: 0.1; } -polyline.firing-arc { - stroke: black; - stroke-width: 5px; - 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; */ @@ -89,10 +70,6 @@ image#img2 { transform: scale(0.26) translate(-2in, -2in); } -/* use[href="#point"] { - pointer-events: none; -} */ - #asterisk { font-size: 30; } |