mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 21:31:39 -05:00
save/load
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
if (!loadedVersions.includes('planechaseRegular')) {
|
||||
loadedVersions.push('planechaseRegular')
|
||||
if (!loadedVersions.includes('planechase/regular')) {
|
||||
loadedVersions.push('planechase/regular')
|
||||
loadFrameImages([
|
||||
['Planechase Frame', '/data/images/cardImages/planechase/planechaseFrame.png', 0, 0, 1, 1, ['Full']]
|
||||
], 'frameClassPlanechaseRegular')
|
||||
|
@@ -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