mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 10:01:23 +01:00
feat: Update main.js and modules/io/load.js versions to 1.99.00
This commit is contained in:
parent
06c4f78c35
commit
66004de6f4
5 changed files with 98 additions and 28 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue