forked from GithubMirrors/cardconjurer
resizing old border basic land watermarks
This commit is contained in:
@@ -213,7 +213,7 @@ include('../globalHTML/header-1.php');
|
|||||||
<h5>{shadow#}</h5><h5>Changes the shadow distance to # (use {shadow0} to remove the shadow)</h5>
|
<h5>{shadow#}</h5><h5>Changes the shadow distance to # (use {shadow0} to remove the shadow)</h5>
|
||||||
<h5>{shadowcolor#}</h5><h5>Changes the shadow color to #</h5>
|
<h5>{shadowcolor#}</h5><h5>Changes the shadow color to #</h5>
|
||||||
<h5>{kerning#}</h5><h5>Changes the kerning (letter spacing) to #</h5>
|
<h5>{kerning#}</h5><h5>Changes the kerning (letter spacing) to #</h5>
|
||||||
<h5>{roll___}</h5><h5>Used for dice-rolling cards (like from AFR) - whatever you fill in for '___' will be bolded, and alternating paragraphs will be marked.</h5>
|
<h5>{roll___}</h5><h5>Used for dice-rolling cards (like from AFR) - whatever you fill in for '___' will be bolded, and alternating paragraphs will be shaded.</h5>
|
||||||
<h5>Notes</h5><h5>For colors, you may use HTML color codes (ie 'green'), hex color codes (ie '#00FF00'), or rgb (ie 'rgb(0,255,0)'')</h5>
|
<h5>Notes</h5><h5>For colors, you may use HTML color codes (ie 'green'), hex color codes (ie '#00FF00'), or rgb (ie 'rgb(0,255,0)'')</h5>
|
||||||
</div>
|
</div>
|
||||||
<h5>Mana Symbol Codes:</h5>
|
<h5>Mana Symbol Codes:</h5>
|
||||||
@@ -224,10 +224,12 @@ include('../globalHTML/header-1.php');
|
|||||||
<h5>{wu}, {wb}, {ub}... {2w}, {2u}...</h5><h5>Hybrid mana</h5>
|
<h5>{wu}, {wb}, {ub}... {2w}, {2u}...</h5><h5>Hybrid mana</h5>
|
||||||
<h5>{pw}, {pu}...</h5><h5>Phyrexian mana</h5>
|
<h5>{pw}, {pu}...</h5><h5>Phyrexian mana</h5>
|
||||||
<h5>{t}, {untap}</h5><h5>Respective tapping-related symbol</h5>
|
<h5>{t}, {untap}</h5><h5>Respective tapping-related symbol</h5>
|
||||||
|
<h5>{oldtap}, {originaltap}</h5><h5>Old tap symbols</h5>
|
||||||
<h5>{x}, {y}, {z}</h5><h5>Respective variable-related symbol</h5>
|
<h5>{x}, {y}, {z}</h5><h5>Respective variable-related symbol</h5>
|
||||||
<h5>{c}</h5><h5>Colorless-specific mana</h5>
|
<h5>{c}</h5><h5>Colorless-specific mana</h5>
|
||||||
<h5>{snow}</h5><h5>Snow mana</h5>
|
<h5>{snow}</h5><h5>Snow mana</h5>
|
||||||
<h5>{e}</h5><h5>Energy symbol</h5>
|
<h5>{e}</h5><h5>Energy symbol</h5>
|
||||||
|
<h5>{+1}</h5><h5>+1 loyalty icon</h5>
|
||||||
<h5>Notes</h5><h5>Hybrid/Phyrexian mana only works with WUBRG</h5>
|
<h5>Notes</h5><h5>Hybrid/Phyrexian mana only works with WUBRG</h5>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -592,6 +594,7 @@ include('../globalHTML/header-1.php');
|
|||||||
<h4>Michael J.</h4>
|
<h4>Michael J.</h4>
|
||||||
<h4>Benjamin D.</h4>
|
<h4>Benjamin D.</h4>
|
||||||
<h4>Brent O.</h4>
|
<h4>Brent O.</h4>
|
||||||
|
<h4>Austin M.</h4>
|
||||||
</div>
|
</div>
|
||||||
<h4 class='margin-bottom'>And of course, thank you to all of those who have made donations in the past.</h4>
|
<h4 class='margin-bottom'>And of course, thank you to all of those who have made donations in the past.</h4>
|
||||||
<div class='supporters margin-bottom'>
|
<div class='supporters margin-bottom'>
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
//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/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};
|
||||||
//defines available frames
|
//defines available frames
|
||||||
availableFrames = [
|
availableFrames = [
|
||||||
{name:'White Frame', src:'/img/frames/seventh/regular/w.png', masks:masks},
|
{name:'White Frame', src:'/img/frames/seventh/regular/w.png', masks:masks},
|
||||||
@@ -17,6 +18,12 @@ availableFrames = [
|
|||||||
{name:'Black Land Frame', src:'/img/frames/seventh/regular/bl.png', masks:masks},
|
{name:'Black Land Frame', src:'/img/frames/seventh/regular/bl.png', masks:masks},
|
||||||
{name:'Red Land Frame', src:'/img/frames/seventh/regular/rl.png', masks:masks},
|
{name:'Red Land Frame', src:'/img/frames/seventh/regular/rl.png', masks:masks},
|
||||||
{name:'Green Land Frame', src:'/img/frames/seventh/regular/gl.png', masks:masks},
|
{name:'Green Land Frame', src:'/img/frames/seventh/regular/gl.png', masks:masks},
|
||||||
|
{name:'Plains Watermark', src:'/img/frames/m15/basics/w.png', bounds:bounds},
|
||||||
|
{name:'Island Watermark', src:'/img/frames/m15/basics/u.png', bounds:bounds},
|
||||||
|
{name:'Swamp Watermark', src:'/img/frames/m15/basics/b.png', bounds:bounds},
|
||||||
|
{name:'Mountain Watermark', src:'/img/frames/m15/basics/r.png', bounds:bounds},
|
||||||
|
{name:'Forest Watermark', src:'/img/frames/m15/basics/g.png', bounds:bounds},
|
||||||
|
{name:'Wastes Watermark', src:'/img/frames/m15/basics/c.png', bounds:bounds},
|
||||||
{name:'DCI Star', src:'/img/frames/seventh/foilStar.svg'},
|
{name:'DCI Star', src:'/img/frames/seventh/foilStar.svg'},
|
||||||
{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},
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
//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/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};
|
||||||
//defines available frames
|
//defines available frames
|
||||||
availableFrames = [
|
availableFrames = [
|
||||||
{name:'White Frame', src:'/img/frames/seventh/regular/w.png', masks:masks},
|
{name:'White Frame', src:'/img/frames/seventh/regular/w.png', masks:masks},
|
||||||
@@ -17,6 +18,12 @@ availableFrames = [
|
|||||||
{name:'Black Land Frame', src:'/img/frames/seventh/regular/bl.png', masks:masks},
|
{name:'Black Land Frame', src:'/img/frames/seventh/regular/bl.png', masks:masks},
|
||||||
{name:'Red Land Frame', src:'/img/frames/seventh/regular/rl.png', masks:masks},
|
{name:'Red Land Frame', src:'/img/frames/seventh/regular/rl.png', masks:masks},
|
||||||
{name:'Green Land Frame', src:'/img/frames/seventh/regular/gl.png', masks:masks},
|
{name:'Green Land Frame', src:'/img/frames/seventh/regular/gl.png', masks:masks},
|
||||||
|
{name:'Plains Watermark', src:'/img/frames/m15/basics/w.png', bounds:bounds},
|
||||||
|
{name:'Island Watermark', src:'/img/frames/m15/basics/u.png', bounds:bounds},
|
||||||
|
{name:'Swamp Watermark', src:'/img/frames/m15/basics/b.png', bounds:bounds},
|
||||||
|
{name:'Mountain Watermark', src:'/img/frames/m15/basics/r.png', bounds:bounds},
|
||||||
|
{name:'Forest Watermark', src:'/img/frames/m15/basics/g.png', bounds:bounds},
|
||||||
|
{name:'Wastes Watermark', src:'/img/frames/m15/basics/c.png', bounds:bounds},
|
||||||
{name:'DCI Star', src:'/img/frames/seventh/foilStar.svg'},
|
{name:'DCI Star', src:'/img/frames/seventh/foilStar.svg'},
|
||||||
{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},
|
||||||
|
Reference in New Issue
Block a user