mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
Updated borders
This commit is contained in:
5
img/frames/old/abu/border.svg
Normal file
5
img/frames/old/abu/border.svg
Normal 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 d="M-0,2100L1500,2100L1500,0L-0,0L-0,2100ZM75,89L75,2011L1425,2011L1425,89L75,89Z" style="fill:rgb(168,168,168);"/>
|
||||
</svg>
|
After Width: | Height: | Size: 580 B |
BIN
img/frames/old/abu/borderThumb.png
Normal file
BIN
img/frames/old/abu/borderThumb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 848 B |
@@ -1,5 +1,6 @@
|
||||
//Create objects for common properties across available frames
|
||||
var masks = [{src:'/img/frames/old/abu/dualLand.png', name:'Dual Land'}];
|
||||
var masks2 = [{src:'/img/frames/old/abu/border.svg', name:'ABU Border'}];
|
||||
//defines available frames
|
||||
availableFrames = [
|
||||
{name:'White Frame', src:'/img/frames/old/abu/w.png'},
|
||||
@@ -13,7 +14,10 @@ availableFrames = [
|
||||
{name:'Blue Land Frame', src:'/img/frames/old/abu/ul.png', masks:masks},
|
||||
{name:'Black Land Frame', src:'/img/frames/old/abu/bl.png', masks:masks},
|
||||
{name:'Red Land Frame', src:'/img/frames/old/abu/rl.png', masks:masks},
|
||||
{name:'Green Land Frame', src:'/img/frames/old/abu/gl.png', masks:masks}
|
||||
{name:'Green Land Frame', src:'/img/frames/old/abu/gl.png', masks:masks},
|
||||
{name:'White Border', src:'/img/frames/white.png', masks:masks2, noDefaultMask:true},
|
||||
{name:'Silver Border', src:'/img/frames/silver.png', masks:masks2, noDefaultMask:true},
|
||||
{name:'Gold Border', src:'/img/frames/gold.png', masks:masks2, noDefaultMask:true}
|
||||
];
|
||||
//disables/enables the "Load Frame Version" button
|
||||
document.querySelector('#loadFrameVersion').disabled = false;
|
||||
@@ -44,7 +48,7 @@ document.querySelector('#loadFrameVersion').onclick = async function() {
|
||||
//bottom info
|
||||
loadBottomInfo({
|
||||
artist: {text:'Illus. \u00a9 {elemidinfo-artist}', x:0.1, y:0.9, width:0.7334, height:0.0334, oneLine:true, size:0.0334, align:'left', shadowX:0.0027, shadowY:0.002, color:'#ababab'},
|
||||
cc: {text:'NOT FOR SALE CardConjurer.com', x:0.0614, y:9791, width:0.8774, height:0.0124, oneLine:true, size:0.0124, align:'center', shadowX:0.0027, shadowY:0.002, color:'#ababab'}
|
||||
cc: {text:'NOT FOR SALE CardConjurer.com', x:0.0614, y:0.9791, width:0.8774, height:0.0124, oneLine:true, size:0.0124, align:'center', color:'#ababab', outlineWidth:0.003}
|
||||
});
|
||||
}
|
||||
//loads available frames
|
||||
|
@@ -3,8 +3,8 @@ var masks = [{src:'/img/frames/m15/m15MaskBorderSliver.png', name:'Border'}, {sr
|
||||
//defines available frames
|
||||
availableFrames = [
|
||||
{name:'White Border', src:'/img/frames/white.png', masks:masks, noDefaultMask:true},
|
||||
{name:'White Border', src:'/img/frames/silver.png', masks:masks, noDefaultMask:true},
|
||||
{name:'White Border', src:'/img/frames/gold.png', masks:masks, noDefaultMask:true},
|
||||
{name:'Silver Border', src:'/img/frames/silver.png', masks:masks, noDefaultMask:true},
|
||||
{name:'Gold Border', src:'/img/frames/gold.png', masks:masks, noDefaultMask:true}
|
||||
];
|
||||
//disables/enables the "Load Frame Version" button
|
||||
document.querySelector('#loadFrameVersion').disabled = true;
|
||||
|
Reference in New Issue
Block a user