mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 02:01:22 +01:00
rivers creator dialog
This commit is contained in:
parent
c5698c5a11
commit
8bbfe6dd2c
7 changed files with 165 additions and 64 deletions
|
|
@ -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
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue