mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
fix(#781): add vertices data to full json export
This commit is contained in:
parent
d54a6a44b1
commit
1142be65c6
4 changed files with 87 additions and 73 deletions
|
|
@ -717,6 +717,11 @@ function showExportPane() {
|
|||
});
|
||||
}
|
||||
|
||||
async function exportToJson(type) {
|
||||
const {exportToJson} = await import("../dynamic/export-json.js");
|
||||
exportToJson(type);
|
||||
}
|
||||
|
||||
async function showLoadPane() {
|
||||
$("#loadMapData").dialog({
|
||||
title: "Load map",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue