From 4e92007e7a7e7e2c5a432ccb38f235abe67236b5 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 29 Jul 2022 13:03:47 +0200 Subject: Data arrays. --- play.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'play.html') diff --git a/play.html b/play.html index ad295c6..4ef8647 100644 --- a/play.html +++ b/play.html @@ -371,6 +371,10 @@ svg .hex.tip { transition: top 200ms, left 200ms, transform 200ms; } +#mapwrap.fit .unit { + background-image: url(units-simple.svg); +} + .unit.italian { background-color: #f9e3b3; border-color: dimgray; -- cgit v1.2.3