mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
fixes
This commit is contained in:
@@ -6,4 +6,20 @@ if (!loadedVersions.includes('m15/invention')) {
|
||||
], 'frameClassM15Invention')
|
||||
}
|
||||
|
||||
if (currentVersion != 'm15/invention') {
|
||||
currentVersion = 'm15/invention'
|
||||
|
||||
artX = scaleX(60 / 1500)
|
||||
artY = scaleY(60 / 2100)
|
||||
artWidth = scaleX(1380 / 1500)
|
||||
artHeight = scaleY(1878 / 2100)
|
||||
|
||||
if (skipResizeCardArt > 0) {
|
||||
skipResizeCardArt -= 1
|
||||
}
|
||||
if (skipLoadTextList > 0) {
|
||||
skipLoadTextList -= 1
|
||||
}
|
||||
}
|
||||
|
||||
hideFrameImages('frameClassM15Invention')
|
Reference in New Issue
Block a user