From 2825e677aa9351e4a5d34b84699f79a29c143dfc Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 15 Oct 2024 16:43:12 +0200 Subject: misc assets and image names --- play.js | 1 + 1 file changed, 1 insertion(+) (limited to 'play.js') diff --git a/play.js b/play.js index 53bf33a..ce98e12 100644 --- a/play.js +++ b/play.js @@ -168,6 +168,7 @@ function make_road(a, b, type) { e.setAttribute("y1", y1) e.setAttribute("x2", x2) e.setAttribute("y2", y2) + e.setAttribute("visibility", "hidden") document.getElementById("roads").appendChild(e) if (!ui.roads[a]) ui.roads[a] = {} -- cgit v1.2.3