rivers creator dialog

This commit is contained in:
Azgaar 2021-07-25 17:40:14 +03:00
parent c5698c5a11
commit 8bbfe6dd2c
7 changed files with 165 additions and 64 deletions

View file

@ -25,7 +25,7 @@ function editRiver(id) {
$("#riverEditor").dialog({
title: "Edit River",
resizable: false,
position: {my: "left+40 center", at: "center", of: "svg", collision: "fit"},
position: {my: "left top", at: "left+10 top+10", of: "#map"},
close: closeRiverEditor
});