This commit is contained in:
Kyle
2020-08-17 11:12:01 -07:00
parent fbd1ae0538
commit 7e9ccbec09
19 changed files with 179 additions and 56 deletions

View File

@@ -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')