diff --git a/public/css/launcher.css b/public/css/launcher.css
index 55daae1..7fef00e 100644
--- a/public/css/launcher.css
+++ b/public/css/launcher.css
@@ -149,7 +149,7 @@ body {
}
.area:hover {
- fill: rgba(120, 200, 255, 0.18);
+ fill: rgba(255, 255, 255, 0);
stroke: transparent;
}
diff --git a/views/1v1-battlefield.ejs b/views/1v1-battlefield.ejs
index 4be3dfb..423f28f 100644
--- a/views/1v1-battlefield.ejs
+++ b/views/1v1-battlefield.ejs
@@ -4,14 +4,17 @@
<%= title || "Spielfeld" %>
-
+
@@ -102,31 +180,41 @@
<%= title || "Spielfeld" %>
-
+
-
⚙
🗺
-
📖
🏆
+
⚙
+
🗺
+
📖
+
🏆
-
+
-
+
Bereit machen
@@ -142,11 +230,19 @@
![]()
-
+
<%= player1 || "Spieler 1" %>
-
❤<%= player1hp || 20 %>
-
💧<%= player1mana || 3 %>
+
+ ❤<%= player1hp || 20 %>
+
+
+ 💧<%= player1mana || 3 %>
+
<%= player1hp || 15 %>
@@ -154,19 +250,27 @@
![]()
-
+
<%= player2 || "Gegner" %>
-
❤<%= player2hp || 20 %>
-
💧<%= player2mana || 3 %>
+
+ ❤<%= player2hp || 20 %>
+
+
+ 💧<%= player2mana || 3 %>
+
<%= player2hp || 15 %>
@@ -191,14 +295,26 @@
-
-
+
+
@@ -207,12 +323,15 @@