mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 20:11:24 +01:00
split save and export to different files
This commit is contained in:
parent
2406c29b41
commit
f15c9d7c62
3 changed files with 501 additions and 518 deletions
|
|
@ -1,5 +1,5 @@
|
|||
// Functions to save and load the map
|
||||
'use strict';
|
||||
"use strict";
|
||||
// Functions to load and parse .map files
|
||||
|
||||
function quickLoad() {
|
||||
ldb.get('lastMap', (blob) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue