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('m15FloatingCrowns')) {
|
||||
loadedVersions.push("m15FloatingCrowns")
|
||||
if (!loadedVersions.includes('expedition/floatingCrowns')) {
|
||||
loadedVersions.push('expedition/floatingCrowns')
|
||||
loadFrameImages([
|
||||
['White Floating Legend Crown', '/data/images/cardImages/m15/m15CrownFloatingW.png', 46/1500, 40/2100, 1408/1500, 215/2100, ['Full']],
|
||||
['Blue Floating Legend Crown', '/data/images/cardImages/m15/m15CrownFloatingU.png', 46/1500, 40/2100, 1408/1500, 215/2100, ['Full']],
|
||||
|
@@ -1,5 +1,5 @@
|
||||
if (!loadedVersions.includes('expeditionRegular')) {
|
||||
loadedVersions.push('expeditionRegular')
|
||||
if (!loadedVersions.includes('expedition/regular')) {
|
||||
loadedVersions.push('expedition/regular')
|
||||
loadFrameImages([
|
||||
['Land Frame', '/data/images/cardImages/expedition/expeditionFrameL.png', 0, 0, 1, 1, ['Full', 'Pinline (expedition)', 'Title (m15)', 'Type (m15 textless)', 'Frame (expedition)', 'Rules (expedition)', 'Border (m15)']],
|
||||
['White Frame', '/data/images/cardImages/expedition/expeditionFrameW.png', 0, 0, 1, 1, ['Full', 'Pinline (expedition)', 'Title (m15)', 'Type (m15 textless)', 'Frame (expedition)', 'Rules (expedition)', 'Border (m15)']],
|
||||
|
@@ -1,5 +1,5 @@
|
||||
if (!loadedVersions.includes('expedition')) {
|
||||
loadedVersions.push('expedition')
|
||||
if (!loadedVersions.includes('expedition/version')) {
|
||||
loadedVersions.push('expedition/version')
|
||||
loadMaskImages([['Pinline (expedition)', '/data/images/cardImages/expedition/expeditionMaskPinline.png'], ['Type (m15 textless)', '/data/images/cardImages/m15Textless/m15TextlessMaskType.png'], ['Rules (expedition)', '/data/images/cardImages/expedition/expeditionMaskTextbox.png'], ['Frame (expedition)', '/data/images/cardImages/expedition/expeditionMaskFrame.png']])
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user