From 419f978d09f713e852ab165b5b5c128c3d433257 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 23 Sep 2023 14:13:08 +0200 Subject: Path finding with visible path in client. --- play.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'play.css') diff --git a/play.css b/play.css index 6bbab8a..df22bce 100644 --- a/play.css +++ b/play.css @@ -170,6 +170,18 @@ main { background-color: #f002; } +.hex.move { + background-color: #0a04; +} + +.hex.road { + background-color: #8804; +} + +.hex.move.stop, .hex.road.stop { + background-color: #f006; +} + .hexside { position: absolute; display: none; -- cgit v1.2.3