mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
rename resample button to Transform
This commit is contained in:
parent
5c81170c42
commit
06fe93f6fd
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ window.UISubmap = (function () {
|
||||||
resizable: false,
|
resizable: false,
|
||||||
position: {my: "center", at: "center", of: "svg"},
|
position: {my: "center", at: "center", of: "svg"},
|
||||||
buttons: {
|
buttons: {
|
||||||
Resample: function () {
|
Transform: function () {
|
||||||
$(this).dialog("close");
|
$(this).dialog("close");
|
||||||
resampleCurrentMap();
|
resampleCurrentMap();
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue