This commit is contained in:
Josh birnholz
2023-04-25 15:58:33 -04:00
parent d7dc761c4c
commit cc88157561
11 changed files with 3 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 MiB

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 885 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 MiB

After

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 MiB

After

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 MiB

After

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 MiB

After

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 MiB

After

Width:  |  Height:  |  Size: 2.4 MiB

View File

@@ -31,6 +31,8 @@ availableFrames = [
// {name:'Artifact Legendary Crown', src:'/img/frames/ixalanCoin/crown/a.png', bounds:crownBounds}, // {name:'Artifact Legendary Crown', src:'/img/frames/ixalanCoin/crown/a.png', bounds:crownBounds},
// {name:'Colorless Legendary Crown', src:'/img/frames/ixalanCoin/crown/c.png', bounds:crownBounds}, // {name:'Colorless Legendary Crown', src:'/img/frames/ixalanCoin/crown/c.png', bounds:crownBounds},
{name:'Coin Background', src:'/img/frames/ixalanCoin/coinCover.png'},
{name:'Coin', src:'/img/frames/ixalanCoin/coin.png'},
{name:'Holo Stamp', src:'/img/frames/ixalanCoin/stamp.png'} {name:'Holo Stamp', src:'/img/frames/ixalanCoin/stamp.png'}
]; ];
//disables/enables the "Load Frame Version" button //disables/enables the "Load Frame Version" button
@@ -47,7 +49,7 @@ document.querySelector('#loadFrameVersion').onclick = async function() {
card.artBounds = {x:131/1500, y:233/2100, width:1235 /1500, height:926/2100}; card.artBounds = {x:131/1500, y:233/2100, width:1235 /1500, height:926/2100};
autoFitArt(); autoFitArt();
//set symbol bounds //set symbol bounds
card.setSymbolBounds = {x:1386/1500, y:1234/2100, width:0.12, height:0.0410, vertical:'center', horizontal: 'right'}; card.setSymbolBounds = {x:1376/1500, y:1242/2100, width:0.12, height:0.0410, vertical:'center', horizontal: 'right'};
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};