From b24460efc3f07ba89cd4239ca498dbbb4e32effa Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Fri, 22 Mar 2024 11:53:28 -0700
Subject: WIP: draw firing arc cone lines to map edge
---
style.css | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
(limited to 'style.css')
diff --git a/style.css b/style.css
index edd5482..09a75b0 100644
--- a/style.css
+++ b/style.css
@@ -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; */
--
cgit v1.2.3