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('planechase')) {
loadedVersions.push('planechase')
if (!loadedVersions.includes('planechase/version')) {
loadedVersions.push('planechase/version')
notify('For the small Chaos symbol on Planar cards use "{chaos}", and for the large Chaos symbol use "{planechase}".', '#aaffaae0')
}
if (currentVersion != 'planechase') {
currentVersion = 'planechase'
if (currentVersion != 'planechase/version') {
currentVersion = 'planechase/version'
previewContext.translate(0, cardHeight / 2)
previewContext.rotate(-Math.PI / 2)