feat: Update main.js and modules/io/load.js versions to 1.99.00

This commit is contained in:
Azgaar 2024-07-29 12:59:28 +02:00
parent 06c4f78c35
commit 66004de6f4
5 changed files with 98 additions and 28 deletions

View file

@ -120,6 +120,8 @@ function showMapTooltip(point, e, i, g) {
const subgroup = path[path.length - 8].id;
const land = pack.cells.h[i] >= 20;
// console.log(findGridCell(point[0], point[1], grid));
// specific elements
if (group === "armies") return tip(e.target.parentNode.dataset.name + ". Click to edit");