mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v1.0.31
This commit is contained in:
parent
5722540076
commit
1ad74e6e3d
5 changed files with 8 additions and 6 deletions
|
|
@ -1114,7 +1114,7 @@ function getHeight(h) {
|
|||
preview.width = grid.cellsX;
|
||||
preview.height = grid.cellsY;
|
||||
document.body.insertBefore(preview, optionsContainer);
|
||||
preview.addEventListener("mouseover", () => tip("Heightmap preview. Click to download the image"));
|
||||
preview.addEventListener("mouseover", () => tip("Heightmap preview. Click to download a screen-sized image"));
|
||||
preview.addEventListener("click", downloadPreview);
|
||||
drawHeightmapPreview();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue