seventh/fifth new lands + misc improvements

This commit is contained in:
Kyle
2021-10-13 11:56:59 -07:00
parent 14730b0529
commit a808cbea70
12 changed files with 10 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 MiB

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -27,7 +27,11 @@ availableFrames = [
{name:'DCI Star', src:'/img/frames/seventh/foilStar.svg'},
{name:'White Border', src:'/img/frames/white.png', masks:borderMask, noDefaultMask:true},
{name:'Silver Border', src:'/img/frames/silver.png', masks:borderMask, noDefaultMask:true},
{name:'Gold Border', src:'/img/frames/gold.png', masks:borderMask, noDefaultMask:true}
{name:'Gold Border', src:'/img/frames/gold.png', masks:borderMask, noDefaultMask:true},
{name:'Homelands Land Frame', src:'/img/frames/seventh/regular/lHomelands.png', masks:masks},
{name:'Alliances Frame', src:'/img/frames/seventh/regular/lAlliances.png', masks:masks},
{name:'Mirage Frame', src:'/img/frames/seventh/regular/lMirage.png', masks:masks},
{name:'Ice Age Frame', src:'/img/frames/seventh/regular/lIceAge.png', masks:masks}
];
//disables/enables the "Load Frame Version" button
document.querySelector('#loadFrameVersion').disabled = false;

View File

@@ -27,7 +27,11 @@ availableFrames = [
{name:'DCI Star', src:'/img/frames/seventh/foilStar.svg'},
{name:'White Border', src:'/img/frames/white.png', masks:borderMask, noDefaultMask:true},
{name:'Silver Border', src:'/img/frames/silver.png', masks:borderMask, noDefaultMask:true},
{name:'Gold Border', src:'/img/frames/gold.png', masks:borderMask, noDefaultMask:true}
{name:'Gold Border', src:'/img/frames/gold.png', masks:borderMask, noDefaultMask:true},
{name:'Homelands Land Frame', src:'/img/frames/seventh/regular/lHomelands.png', masks:masks},
{name:'Alliances Frame', src:'/img/frames/seventh/regular/lAlliances.png', masks:masks},
{name:'Mirage Frame', src:'/img/frames/seventh/regular/lMirage.png', masks:masks},
{name:'Ice Age Frame', src:'/img/frames/seventh/regular/lIceAge.png', masks:masks}
];
//disables/enables the "Load Frame Version" button
document.querySelector('#loadFrameVersion').disabled = false;