This commit is contained in:
Azgaar 2019-09-13 15:25:19 +03:00
parent 5722540076
commit 1ad74e6e3d
5 changed files with 8 additions and 6 deletions

View file

@ -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();
}