mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
save/load
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user