mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
state only borders + watercolor style
This commit is contained in:
parent
44b3911e65
commit
687dedfe1b
9 changed files with 279 additions and 191 deletions
|
|
@ -600,10 +600,7 @@ function getRiverPoints(node) {
|
|||
}
|
||||
|
||||
async function quickSave() {
|
||||
if (customization) {
|
||||
tip("Map cannot be saved when edit mode is active, please exit the mode and retry", false, "error");
|
||||
return;
|
||||
}
|
||||
if (customization) return tip("Map cannot be saved when edit mode is active, please exit the mode and retry", false, "error");
|
||||
const blob = await getMapData();
|
||||
if (blob) ldb.set("lastMap", blob); // auto-save map
|
||||
tip("Map is saved to browser memory. Please also save as .map file to secure progress", true, "success", 2000);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue