summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-10-15 16:43:12 +0200
committerTor Andersson <tor@ccxvii.net>2024-10-15 16:43:12 +0200
commit2825e677aa9351e4a5d34b84699f79a29c143dfc (patch)
tree50361f7dfa4fe3ecc7bf0671b814ef3d99e6e0db /play.js
parent2d0cccee7c78c5b7ba8f96c88d44020932b35be9 (diff)
downloadmaria-2825e677aa9351e4a5d34b84699f79a29c143dfc.tar.gz
misc assets and image names
Diffstat (limited to 'play.js')
-rw-r--r--play.js1
1 files changed, 1 insertions, 0 deletions
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] = {}