fix: grid layer to not be clickable

This commit is contained in:
Azgaar 2025-03-09 13:29:45 +01:00
parent 8131f25456
commit a6f66e9828
3 changed files with 3 additions and 2 deletions

View file

@ -166,6 +166,7 @@ t,
#texture,
#landmass,
#vignette,
#gridOverlay,
#fogging {
pointer-events: none;
}

View file

@ -138,7 +138,7 @@
}
</style>
<link rel="preload" href="index.css?v=1.106.3" as="style" onload="this.onload=null; this.rel='stylesheet'" />
<link rel="preload" href="index.css?v=1.108.6" as="style" onload="this.onload=null; this.rel='stylesheet'" />
<link rel="preload" href="icons.css" as="style" onload="this.onload=null; this.rel='stylesheet'" />
<link
rel="preload"

View file

@ -13,7 +13,7 @@
* Example: 1.102.2 -> Major version 1, Minor version 102, Patch version 2
*/
const VERSION = "1.108.5";
const VERSION = "1.108.6";
if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function");
{