mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-23 04:21:24 +01:00
resampleDialog UI update
This commit is contained in:
parent
ea1d535abd
commit
1889ac919d
5 changed files with 106 additions and 118 deletions
|
|
@ -73,8 +73,8 @@ toolsContent.addEventListener("click", function (event) {
|
|||
else if (button === "addRoute") toggleAddRoute();
|
||||
else if (button === "addMarker") toggleAddMarker();
|
||||
// click to create a new map buttons
|
||||
else if (button === "openSubmapMenu") UISubmap.openSubmapOptions();
|
||||
else if (button === "openResampleMenu") UISubmap.openRemapOptions();
|
||||
else if (button === "openSubmapMenu") UISubmap.openSubmapMenu();
|
||||
else if (button === "openResampleMenu") UISubmap.openResampleMenu();
|
||||
});
|
||||
|
||||
function processFeatureRegeneration(event, button) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue