diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-10-15 16:43:12 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-10-15 16:43:12 +0200 |
commit | 2825e677aa9351e4a5d34b84699f79a29c143dfc (patch) | |
tree | 50361f7dfa4fe3ecc7bf0671b814ef3d99e6e0db /play.js | |
parent | 2d0cccee7c78c5b7ba8f96c88d44020932b35be9 (diff) | |
download | maria-2825e677aa9351e4a5d34b84699f79a29c143dfc.tar.gz |
misc assets and image names
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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] = {} |