split save and export to different files

This commit is contained in:
Azgaar 2021-09-16 12:27:22 +03:00 committed by Peter
parent 2406c29b41
commit f15c9d7c62
3 changed files with 501 additions and 518 deletions

View file

@ -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) => {