Use replacement masks for Tarkir, Ravnica right half

This commit is contained in:
Josh birnholz
2023-04-23 15:00:26 -04:00
parent fa6781e5f5
commit eb501523fb
6 changed files with 12 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
//Create objects for common properties across available frames
var masks = [{src:'img/frames/tarkir/maskFrame.png', name:'Frame (No Art Shadow)'}];
var masks = [];
var ptBounds = {x:1155/1500, y:1850/2100, width:274/1500, height:150/2100};
//defines available frames
availableFrames = [
@@ -30,6 +30,7 @@ document.querySelector('#loadFrameVersion').onclick = async function() {
// notify("To change the color of your mana cost, use {manacolor#}, but replace '#' with your desired color. 'white', 'blue', 'black', 'red', and 'green', as well as hex/html color codes are currently supported.", 15)
//resets things so that every frame doesn't have to
await resetCardIrregularities();
replacementMasks = {'Right Half':'img/frames/tarkir/maskFrame.png'};
//sets card version
card.version = 'tarkir';
//art bounds