save/load

This commit is contained in:
Kyle
2020-08-16 14:57:14 -07:00
parent 6b1f513b02
commit fbd1ae0538
54 changed files with 408 additions and 157 deletions

View File

@@ -1,10 +1,10 @@
if (!loadedVersions.includes('unstable')) {
loadedVersions.push('unstable')
if (!loadedVersions.includes('unstable/version')) {
loadedVersions.push('unstable/version')
// loadMaskImages([])
}
if (currentVersion != 'unstable') {
currentVersion = 'unstable'
if (currentVersion != 'unstable/version') {
currentVersion = 'unstable/version'
artX = 0
artY = 0