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

@@ -20,6 +20,13 @@ if (currentVersion != 'm15/devoid') {
artY = scaleY(218 / 2100)
artWidth = scaleX(1380 / 1500)
artHeight = scaleY(1720 / 2100)
if (skipResizeCardArt > 0) {
skipResizeCardArt -= 1
}
if (skipLoadTextList > 0) {
skipLoadTextList -= 1
}
}
hideFrameImages('frameClassM15Devoid')