From a80728f16f90616d93dcc9ed932528b35e2ef62d Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Fri, 24 May 2024 15:59:17 -0700
Subject: WIP: mock selenium response
---
public/assets/css/map.css | 4 +-
public/assets/css/style.css | 5 +
public/assets/images/counters-test.svg | 31 ++++
public/assets/images/counters.svg | 4 +-
public/assets/images/map4.svg | 108 +++++++-------
public/assets/images/mapsheets.svg | 176 +++++++++++------------
public/assets/images/scenario-dragon_hunting.svg | 20 ++-
public/assets/images/scenario-side_show.svg | 31 +++-
8 files changed, 230 insertions(+), 149 deletions(-)
create mode 100644 public/assets/images/counters-test.svg
(limited to 'public/assets')
diff --git a/public/assets/css/map.css b/public/assets/css/map.css
index ed2b7ce..8f45936 100644
--- a/public/assets/css/map.css
+++ b/public/assets/css/map.css
@@ -395,6 +395,7 @@ g[data-y="76"] { --i: 76; }
.floor {
fill: white;
+ /* fill: inherit; */
}
.building path {
@@ -416,9 +417,6 @@ g[data-y="76"] { --i: 76; }
.building .windows, .building .door-edges {
stroke-width: 2.5px;
-}
-
-.building .windows, .building .door-edges {
stroke: orange;
}
diff --git a/public/assets/css/style.css b/public/assets/css/style.css
index f3b1736..cde2c33 100644
--- a/public/assets/css/style.css
+++ b/public/assets/css/style.css
@@ -181,6 +181,11 @@ polygon.firing-arc[data-allegiance="attacker"] {
fill: blue;
}
+.weapon-icon {
+ stroke: white;
+ stroke-width: 0.5px;
+}
+
.soldier-record svg {
width: 20px;
height: 20px;
diff --git a/public/assets/images/counters-test.svg b/public/assets/images/counters-test.svg
new file mode 100644
index 0000000..b7d5cd9
--- /dev/null
+++ b/public/assets/images/counters-test.svg
@@ -0,0 +1,31 @@
+
+
diff --git a/public/assets/images/counters.svg b/public/assets/images/counters.svg
index aab06a8..2254d3d 100644
--- a/public/assets/images/counters.svg
+++ b/public/assets/images/counters.svg
@@ -1,7 +1,7 @@
diff --git a/public/assets/images/mapsheets.svg b/public/assets/images/mapsheets.svg
index 46a2fe1..44b5c2f 100644
--- a/public/assets/images/mapsheets.svg
+++ b/public/assets/images/mapsheets.svg
@@ -2,34 +2,34 @@
diff --git a/public/assets/images/scenario-dragon_hunting.svg b/public/assets/images/scenario-dragon_hunting.svg
index 27b0bdf..cb33581 100644
--- a/public/assets/images/scenario-dragon_hunting.svg
+++ b/public/assets/images/scenario-dragon_hunting.svg
@@ -60,9 +60,9 @@
-
-
-
+
+
+
@@ -122,5 +122,19 @@
+
diff --git a/public/assets/images/scenario-side_show.svg b/public/assets/images/scenario-side_show.svg
index 7eebc83..4f0739d 100644
--- a/public/assets/images/scenario-side_show.svg
+++ b/public/assets/images/scenario-side_show.svg
@@ -1,6 +1,7 @@