mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
v1.5.79 - river overview update
This commit is contained in:
parent
41d03e8039
commit
fbec08f982
7 changed files with 104 additions and 100 deletions
|
|
@ -607,7 +607,7 @@ function highlightElement(element) {
|
|||
if (tr[0]) x += tr[0];
|
||||
let y = box.y + box.height / 2;
|
||||
if (tr[1]) y += tr[1];
|
||||
if (scale >= 2) zoomTo(x, y, scale, 1600);
|
||||
zoomTo(x, y, scale > 2 ? scale : 3, 1600);
|
||||
}
|
||||
|
||||
function selectIcon(initial, callback) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue