updated celid asap with pt and crowns
BIN
img/frames/custom/celid/asap/crown/a.png
Normal file
After Width: | Height: | Size: 52 KiB |
BIN
img/frames/custom/celid/asap/crown/aThumb.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
img/frames/custom/celid/asap/crown/b.png
Normal file
After Width: | Height: | Size: 51 KiB |
BIN
img/frames/custom/celid/asap/crown/bThumb.png
Normal file
After Width: | Height: | Size: 4.3 KiB |
BIN
img/frames/custom/celid/asap/crown/g.png
Normal file
After Width: | Height: | Size: 51 KiB |
BIN
img/frames/custom/celid/asap/crown/gThumb.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
img/frames/custom/celid/asap/crown/m.png
Normal file
After Width: | Height: | Size: 53 KiB |
BIN
img/frames/custom/celid/asap/crown/mThumb.png
Normal file
After Width: | Height: | Size: 4.3 KiB |
BIN
img/frames/custom/celid/asap/crown/r.png
Normal file
After Width: | Height: | Size: 53 KiB |
BIN
img/frames/custom/celid/asap/crown/rThumb.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
img/frames/custom/celid/asap/crown/u.png
Normal file
After Width: | Height: | Size: 53 KiB |
BIN
img/frames/custom/celid/asap/crown/uThumb.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
img/frames/custom/celid/asap/crown/w.png
Normal file
After Width: | Height: | Size: 52 KiB |
BIN
img/frames/custom/celid/asap/crown/wThumb.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 4.0 KiB |
BIN
img/frames/custom/celid/asap/pt/aThumb.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 4.0 KiB |
BIN
img/frames/custom/celid/asap/pt/bThumb.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 4.1 KiB |
BIN
img/frames/custom/celid/asap/pt/gThumb.png
Normal file
After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 4.8 KiB |
BIN
img/frames/custom/celid/asap/pt/mThumb.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 4.4 KiB |
BIN
img/frames/custom/celid/asap/pt/rThumb.png
Normal file
After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 4.6 KiB |
BIN
img/frames/custom/celid/asap/pt/uThumb.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 4.7 KiB |
BIN
img/frames/custom/celid/asap/pt/wThumb.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
@@ -1,15 +1,29 @@
|
|||||||
//Create objects for common properties across available frames
|
//Create objects for common properties across available frames
|
||||||
var masks = []//[{src:'/img/frames/m15/regular/m15MaskPinline.png', name:'Pinline'}];
|
var bounds1 = {x:0.8294, y:0.8715, width:0.1214, height:0.0715};
|
||||||
// var bounds = {x:0.74, y:0.85, width:0.26, height:0.15};
|
var bounds2 = {x:0.002, y:0.0134, width:0.996, height:0.1362};
|
||||||
//defines available frames
|
//defines available frames
|
||||||
availableFrames = [
|
availableFrames = [
|
||||||
{name:'White Frame', src:'/img/frames/custom/celid/asap/w.png', masks:masks},
|
{name:'White Frame', src:'/img/frames/custom/celid/asap/w.png'},
|
||||||
{name:'Blue Frame', src:'/img/frames/custom/celid/asap/u.png', masks:masks},
|
{name:'Blue Frame', src:'/img/frames/custom/celid/asap/u.png'},
|
||||||
{name:'Black Frame', src:'/img/frames/custom/celid/asap/b.png', masks:masks},
|
{name:'Black Frame', src:'/img/frames/custom/celid/asap/b.png'},
|
||||||
{name:'Red Frame', src:'/img/frames/custom/celid/asap/r.png', masks:masks},
|
{name:'Red Frame', src:'/img/frames/custom/celid/asap/r.png'},
|
||||||
{name:'Green Frame', src:'/img/frames/custom/celid/asap/g.png', masks:masks},
|
{name:'Green Frame', src:'/img/frames/custom/celid/asap/g.png'},
|
||||||
{name:'Multicolored Frame', src:'/img/frames/custom/celid/asap/m.png', masks:masks},
|
{name:'Multicolored Frame', src:'/img/frames/custom/celid/asap/m.png'},
|
||||||
{name:'Artifact Frame', src:'/img/frames/custom/celid/asap/a.png', masks:masks}
|
{name:'Artifact Frame', src:'/img/frames/custom/celid/asap/a.png'},
|
||||||
|
{name:'White Power/Toughness', src:'/img/frames/custom/celid/asap/pt/w.png', bounds:bounds1},
|
||||||
|
{name:'Blue Power/Toughness', src:'/img/frames/custom/celid/asap/pt/u.png', bounds:bounds1},
|
||||||
|
{name:'Black Power/Toughness', src:'/img/frames/custom/celid/asap/pt/b.png', bounds:bounds1},
|
||||||
|
{name:'Red Power/Toughness', src:'/img/frames/custom/celid/asap/pt/r.png', bounds:bounds1},
|
||||||
|
{name:'Green Power/Toughness', src:'/img/frames/custom/celid/asap/pt/g.png', bounds:bounds1},
|
||||||
|
{name:'Multicolored Power/Toughness', src:'/img/frames/custom/celid/asap/pt/m.png', bounds:bounds1},
|
||||||
|
{name:'Artifact Power/Toughness', src:'/img/frames/custom/celid/asap/pt/a.png', bounds:bounds1},
|
||||||
|
{name:'White Legend Crown', src:'/img/frames/custom/celid/asap/crown/w.png', bounds:bounds2},
|
||||||
|
{name:'Blue Legend Crown', src:'/img/frames/custom/celid/asap/crown/u.png', bounds:bounds2},
|
||||||
|
{name:'Black Legend Crown', src:'/img/frames/custom/celid/asap/crown/b.png', bounds:bounds2},
|
||||||
|
{name:'Red Legend Crown', src:'/img/frames/custom/celid/asap/crown/r.png', bounds:bounds2},
|
||||||
|
{name:'Green Legend Crown', src:'/img/frames/custom/celid/asap/crown/g.png', bounds:bounds2},
|
||||||
|
{name:'Multicolored Legend Crown', src:'/img/frames/custom/celid/asap/crown/m.png', bounds:bounds2},
|
||||||
|
{name:'Artifact Legend Crown', src:'/img/frames/custom/celid/asap/crown/a.png', bounds:bounds2},
|
||||||
];
|
];
|
||||||
//disables/enables the "Load Frame Version" button
|
//disables/enables the "Load Frame Version" button
|
||||||
document.querySelector('#loadFrameVersion').disabled = false;
|
document.querySelector('#loadFrameVersion').disabled = false;
|
||||||
@@ -23,7 +37,7 @@ document.querySelector('#loadFrameVersion').onclick = async function() {
|
|||||||
card.artBounds = {x:0, y:0, width:1, height:0.8929};
|
card.artBounds = {x:0, y:0, width:1, height:0.8929};
|
||||||
autoFitArt();
|
autoFitArt();
|
||||||
//set symbol bounds
|
//set symbol bounds
|
||||||
card.setSymbolBounds = {x:0.9213, y:0.9196, width:0.12, height:0.0362, vertical:'center', horizontal: 'right'};
|
card.setSymbolBounds = {x:0.5, y:0.9524, width:0.12, height:0.0410, vertical:'center', horizontal: 'center'};
|
||||||
resetSetSymbol();
|
resetSetSymbol();
|
||||||
//watermark bounds
|
//watermark bounds
|
||||||
card.watermarkBounds = {x:0.5, y:0.7762, width:0.75, height:0.2305};
|
card.watermarkBounds = {x:0.5, y:0.7762, width:0.75, height:0.2305};
|
||||||
@@ -34,7 +48,7 @@ document.querySelector('#loadFrameVersion').onclick = async function() {
|
|||||||
title: {name:'Title', text:'', x:0.06, y:0.0743, width:0.88, height:0.04, oneLine:true, font:'belerenb', size:0.04, color:'white', align:'center'},
|
title: {name:'Title', text:'', x:0.06, y:0.0743, width:0.88, height:0.04, oneLine:true, font:'belerenb', size:0.04, color:'white', align:'center'},
|
||||||
type: {name:'Type', text:'', x:0.07, y:0.9058, width:0.86, height:0.0286, oneLine:true, font:'belerenb', size:0.0286, color:'white', align:'center'},
|
type: {name:'Type', text:'', x:0.07, y:0.9058, width:0.86, height:0.0286, oneLine:true, font:'belerenb', size:0.0286, color:'white', align:'center'},
|
||||||
rules: {name:'Rules Text', text:'', x:0.074, y:0.672, width:0.852, height:0.2191, size:0.0362, color:'white', align:'center'},
|
rules: {name:'Rules Text', text:'', x:0.074, y:0.672, width:0.852, height:0.2191, size:0.0362, color:'white', align:'center'},
|
||||||
// pt: {name:'Power/Toughness', text:'', x:0.7928, y:0.902, width:0.1367, height:0.0372, size:0.0372, font:'belerenbsc', oneLine:true, align:'center', color:'white'}
|
pt: {name:'Power/Toughness', text:'', x:0.8367, y:0.8943, width:0.11, height:0.0372, size:0.0372, font:'belerenbsc', oneLine:true, align:'center', color:'white'}
|
||||||
});
|
});
|
||||||
//bottom info
|
//bottom info
|
||||||
await loadBottomInfo({
|
await loadBottomInfo({
|
||||||
|