old lands

This commit is contained in:
Kyle
2021-10-19 20:18:18 -07:00
parent 6bb3288464
commit c79c7b5b63
20 changed files with 17 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="1500" height="2100" viewBox="0 0 1500 2100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<path id="Dual-Land-Mask" serif:id="Dual Land Mask" d="M1293,1305L207,1305L207,1810L1293,1810L1293,1305ZM1256,1340L244,1340L244,1776L1256,1776L1256,1340ZM1219,1375L281,1375L281,1741L1219,1741L1219,1375ZM1181,1410L319,1410L319,1706L1181,1706L1181,1410ZM1144,1444L356,1444L356,1672L1144,1672L1144,1444ZM1107,1478L393,1478L393,1638L1107,1638L1107,1478ZM1070,1512L430,1512L430,1604L1070,1604L1070,1512ZM1355,184L155,184L155,1162L1355,1162L1355,184ZM1351,188L159,188L159,1158L1351,1158L1351,188Z" style="fill:rgb(255,15,0);"/>
</svg>

After

Width:  |  Height:  |  Size: 980 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

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: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

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.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 MiB

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -1,5 +1,5 @@
//Create objects for common properties across available frames //Create objects for common properties across available frames
var masks = [{src:'/img/frames/seventh/regular/pinline.svg', name:'Pinline'}, {src:'/img/frames/seventh/regular/rules.svg', name:'Rules'}, {src:'/img/frames/seventh/regular/frame.svg', name:'Frame'}, {src:'/img/frames/seventh/regular/trim.svg', name:'Textbox Pinline'}, {src:'/img/frames/seventh/regular/border.svg', name:'Border'}]; var masks = [{src:'/img/frames/seventh/regular/pinline.svg', name:'Pinline'}, {src:'/img/frames/seventh/regular/rules.svg', name:'Rules'}, {src:'/img/frames/seventh/regular/frame.svg', name:'Frame'}, {src:'/img/frames/seventh/regular/trim.svg', name:'Textbox Pinline'}, {src:'/img/frames/seventh/regular/dual.svg', name:'Dual Land'}, {src:'/img/frames/seventh/regular/border.svg', name:'Border'}];
var borderMask = [{src:'/img/frames/seventh/regular/border.svg', name:'Border'}]; var borderMask = [{src:'/img/frames/seventh/regular/border.svg', name:'Border'}];
var bounds = {x:0.3354, y:0.6239, width:0.33, height:0.2386}; var bounds = {x:0.3354, y:0.6239, width:0.33, height:0.2386};
//defines available frames //defines available frames
@@ -28,11 +28,14 @@ availableFrames = [
{name:'White Border', src:'/img/frames/white.png', masks:borderMask, noDefaultMask:true}, {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:'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:'The Dark Land Frame', src:'/img/frames/seventh/regular/lTheDark.png', masks:masks},
{name:'Alliances Land Frame', src:'/img/frames/seventh/regular/lAlliances.png', masks:masks}, {name:'Alliances Land Frame', src:'/img/frames/seventh/regular/lAlliances.png', masks:masks},
{name:'Mirage Land Frame', src:'/img/frames/seventh/regular/lMirage.png', masks:masks}, {name:'Mirage Land Frame', src:'/img/frames/seventh/regular/lMirage.png', masks:masks},
{name:'Ice Age Land Frame', src:'/img/frames/seventh/regular/lIceAge.png', masks:masks}, {name:'Ice Age Land Frame', src:'/img/frames/seventh/regular/lIceAge.png', masks:masks},
{name:'The Dark Land Frame', src:'/img/frames/seventh/regular/lTheDark.png', masks:masks} {name:'Homelands Land Frame', src:'/img/frames/seventh/regular/lHomelands.png', masks:masks},
{name:'Fallen Empires Land Frame', src:'/img/frames/seventh/regular/lFallenEmpires.png', masks:masks},
{name:'Arabian Nights Land Frame', src:'/img/frames/seventh/regular/lArabianNights.png', masks:masks},
{name:'Antiquities Land Frame', src:'/img/frames/seventh/regular/lAntiquities.png', masks:masks}
]; ];
//disables/enables the "Load Frame Version" button //disables/enables the "Load Frame Version" button
document.querySelector('#loadFrameVersion').disabled = false; document.querySelector('#loadFrameVersion').disabled = false;

View File

@@ -1,5 +1,5 @@
//Create objects for common properties across available frames //Create objects for common properties across available frames
var masks = [{src:'/img/frames/seventh/regular/pinline.svg', name:'Pinline'}, {src:'/img/frames/seventh/regular/rules.svg', name:'Rules'}, {src:'/img/frames/seventh/regular/frame.svg', name:'Frame'}, {src:'/img/frames/seventh/regular/trim.svg', name:'Textbox Pinline'}, {src:'/img/frames/seventh/regular/border.svg', name:'Border'}]; var masks = [{src:'/img/frames/seventh/regular/pinline.svg', name:'Pinline'}, {src:'/img/frames/seventh/regular/rules.svg', name:'Rules'}, {src:'/img/frames/seventh/regular/frame.svg', name:'Frame'}, {src:'/img/frames/seventh/regular/trim.svg', name:'Textbox Pinline'}, {src:'/img/frames/seventh/regular/dual.svg', name:'Dual Land'}, {src:'/img/frames/seventh/regular/border.svg', name:'Border'}];
var borderMask = [{src:'/img/frames/seventh/regular/border.svg', name:'Border'}]; var borderMask = [{src:'/img/frames/seventh/regular/border.svg', name:'Border'}];
var bounds = {x:0.3354, y:0.6239, width:0.33, height:0.2386}; var bounds = {x:0.3354, y:0.6239, width:0.33, height:0.2386};
//defines available frames //defines available frames
@@ -28,11 +28,14 @@ availableFrames = [
{name:'White Border', src:'/img/frames/white.png', masks:borderMask, noDefaultMask:true}, {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:'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:'The Dark Land Frame', src:'/img/frames/seventh/regular/lTheDark.png', masks:masks},
{name:'Alliances Land Frame', src:'/img/frames/seventh/regular/lAlliances.png', masks:masks}, {name:'Alliances Land Frame', src:'/img/frames/seventh/regular/lAlliances.png', masks:masks},
{name:'Mirage Land Frame', src:'/img/frames/seventh/regular/lMirage.png', masks:masks}, {name:'Mirage Land Frame', src:'/img/frames/seventh/regular/lMirage.png', masks:masks},
{name:'Ice Age Land Frame', src:'/img/frames/seventh/regular/lIceAge.png', masks:masks}, {name:'Ice Age Land Frame', src:'/img/frames/seventh/regular/lIceAge.png', masks:masks},
{name:'The Dark Land Frame', src:'/img/frames/seventh/regular/lTheDark.png', masks:masks} {name:'Homelands Land Frame', src:'/img/frames/seventh/regular/lHomelands.png', masks:masks},
{name:'Fallen Empires Land Frame', src:'/img/frames/seventh/regular/lFallenEmpires.png', masks:masks},
{name:'Arabian Nights Land Frame', src:'/img/frames/seventh/regular/lArabianNights.png', masks:masks},
{name:'Antiquities Land Frame', src:'/img/frames/seventh/regular/lAntiquities.png', masks:masks}
]; ];
//disables/enables the "Load Frame Version" button //disables/enables the "Load Frame Version" button
document.querySelector('#loadFrameVersion').disabled = false; document.querySelector('#loadFrameVersion').disabled = false;