mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 20:11:24 +01:00
Latest Code
This commit is contained in:
parent
b7077dda40
commit
41432ac944
29 changed files with 3040 additions and 12 deletions
|
|
@ -117,7 +117,7 @@ function getMapData() {
|
|||
markers
|
||||
].join("\r\n");
|
||||
TIME && console.timeEnd("createMapData");
|
||||
debugger
|
||||
|
||||
return mapData;
|
||||
}
|
||||
|
||||
|
|
@ -127,7 +127,6 @@ function dowloadMap() {
|
|||
closeDialogs("#alert");
|
||||
|
||||
const mapData = getMapData();
|
||||
debugger
|
||||
const blob = new Blob([mapData], {type: "text/plain"});
|
||||
const URL = window.URL.createObjectURL(blob);
|
||||
const link = document.createElement("a");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue