From 9604b98c79ad447e7d084bb0acb7795bb24f93ad Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 18 Jun 2021 12:25:26 +0200 Subject: tripoli: Add visual gold coin display. --- play.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'play.html') diff --git a/play.html b/play.html index 439d942..a1b8f98 100644 --- a/play.html +++ b/play.html @@ -127,6 +127,7 @@ svg circle, .piece { .piece.us_marine { width: 21px; height: 21px; background-image: url("icons/us_marine.svg"); } .piece.ar_infantry { width: 21px; height: 21px; background-image: url("icons/ar_infantry.svg"); } .piece.tr_infantry { width: 21px; height: 21px; background-image: url("icons/tr_infantry.svg"); } +.piece.gold { width: 40px; height: 40px; background-image: url("icons/gold.png"); } .harbor { fill-opacity: 0; @@ -404,6 +405,18 @@ svg circle, .piece {
+
+
+
+
+
+
+
+
+
+
+
+
-- cgit v1.2.3