companion

This commit is contained in:
Kyle
2020-04-24 13:51:37 -07:00
parent e12808ae45
commit c616bf130a
15 changed files with 68 additions and 10 deletions

View File

@@ -0,0 +1,14 @@
if (!loadedVersions.includes('m15Companion')) {
loadedVersions.push('m15Companion')
loadFrameImages([
['White Companion Legend Crown', 'data/images/m15/m15InnerCrownWCompanion.png', 246/1500, 50/2100, 1008/1500, 50/2100, ['Full']],
['Blue Companion Legend Crown', 'data/images/m15/m15InnerCrownUCompanion.png', 246/1500, 50/2100, 1008/1500, 50/2100, ['Full']],
['Black Companion Legend Crown', 'data/images/m15/m15InnerCrownBCompanion.png', 246/1500, 50/2100, 1008/1500, 50/2100, ['Full']],
['Red Companion Legend Crown', 'data/images/m15/m15InnerCrownRCompanion.png', 246/1500, 50/2100, 1008/1500, 50/2100, ['Full']],
['Green Companion Legend Crown', 'data/images/m15/m15InnerCrownGCompanion.png', 246/1500, 50/2100, 1008/1500, 50/2100, ['Full']],
['Multicolored Companion Legend Crown', 'data/images/m15/m15InnerCrownMCompanion.png', 246/1500, 50/2100, 1008/1500, 50/2100, ['Full']],
['Artifact Companion Legend Crown', 'data/images/m15/m15InnerCrownACompanion.png', 246/1500, 50/2100, 1008/1500, 50/2100, ['Full']]
], 'frameClassM15Companion')
}
hideFrameImages('frameClassM15Companion')

View File

@@ -39,7 +39,7 @@ if (currentVersion != 'm15') {
bottomInfoUpdated()
}
loadFramePackOptions([['regular', 'Regular'], ['legendCrowns', 'Legend Crowns'], ['nickname', 'Nickname (Godzilla)'], ['nyx', 'Nyx'], ['invention', 'Kaladesh Invention'], ['floatingCrowns', 'Floating Crowns']])
loadFramePackOptions([['regular', 'Regular'], ['legendCrowns', 'Legend Crowns'], ['nickname', 'Nickname (Godzilla)'], ['companion', 'Companion'], ['nyx', 'Nyx'], ['invention', 'Kaladesh Invention'], ['floatingCrowns', 'Floating Crowns']])
function bottomInfoM15() {
bottomInfoContext.clearRect(0, 0, cardWidth, cardHeight)