snow basics
@@ -94,7 +94,7 @@ include('../globalHTML/header-1.php');
|
||||
<option disabled>Special Frames</option>
|
||||
<option value='Showcase-2'>Showcase Frames</option>
|
||||
<option value='Promo'>Promos (Tall Art)</option>
|
||||
<option value='Textless-1'>Textless/Fullart</option>
|
||||
<option value='Textless-2'>Textless/Fullart</option>
|
||||
<option value='Modal'>Short Modal DFC's</option>
|
||||
<option disabled>Other Frames</option>
|
||||
<option value='Custom'>Custom</option>
|
||||
|
BIN
img/frames/textless/snowBasics/b.png
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
img/frames/textless/snowBasics/bThumb.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
img/frames/textless/snowBasics/g.png
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
img/frames/textless/snowBasics/gThumb.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
img/frames/textless/snowBasics/r.png
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
img/frames/textless/snowBasics/rThumb.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
img/frames/textless/snowBasics/u.png
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
img/frames/textless/snowBasics/uThumb.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
img/frames/textless/snowBasics/w.png
Normal file
After Width: | Height: | Size: 1.0 MiB |
BIN
img/frames/textless/snowBasics/wThumb.png
Normal file
After Width: | Height: | Size: 13 KiB |
@@ -1372,6 +1372,7 @@ async function imageLocal(event, destination, otherParams) {
|
||||
function loadScript(scriptPath) {
|
||||
var script = document.createElement('script');
|
||||
script.setAttribute('type', 'text/javascript');
|
||||
script.onerror = function(){notify('An error occured when trying to load a script, please try reloading the page. Sorry for the inconvenience.');}
|
||||
script.setAttribute('src', scriptPath);
|
||||
if (typeof script != 'undefined') {
|
||||
document.querySelectorAll('head')[0].appendChild(script);
|
||||
|
@@ -2,7 +2,7 @@ loadFramePacks([
|
||||
{name:'Generic Showcase', value:'TextlessGenericShowcase'},
|
||||
{name:'Inventions', value:'TextlessInvention'},
|
||||
{name:'Unstable Basics', value:'Unstable'},
|
||||
{name:'Zendikar Basics', value:'ZendikarBasic'},
|
||||
{name:'Zendikar Basics', value:'ZendikarBasic-1'},
|
||||
{name:'Seventh', value:'SeventhTextless'},
|
||||
{name:'Addons', value:'disabled'},
|
||||
{name:'Legend Crowns', value:'M15LegendCrowns'},
|
@@ -15,7 +15,12 @@ availableFrames = [
|
||||
{name:'Black Mana Symbol', src:'/img/frames/textless/zendikar/sb.svg', bounds:bounds},
|
||||
{name:'Red Mana Symbol', src:'/img/frames/textless/zendikar/sr.svg', bounds:bounds},
|
||||
{name:'Green Mana Symbol', src:'/img/frames/textless/zendikar/sg.svg', bounds:bounds},
|
||||
{name:'Colorless Mana Symbol', src:'/img/frames/textless/zendikar/sc.svg', bounds:bounds}
|
||||
{name:'Colorless Mana Symbol', src:'/img/frames/textless/zendikar/sc.svg', bounds:bounds},
|
||||
{name:'White Frame (Snow)', src:'/img/frames/textless/snowBasics/w.png', masks:masks},
|
||||
{name:'Blue Frame (Snow)', src:'/img/frames/textless/snowBasics/u.png', masks:masks},
|
||||
{name:'Black Frame (Snow)', src:'/img/frames/textless/snowBasics/b.png', masks:masks},
|
||||
{name:'Red Frame (Snow)', src:'/img/frames/textless/snowBasics/r.png', masks:masks},
|
||||
{name:'Green Frame (Snow)', src:'/img/frames/textless/snowBasics/g.png', masks:masks}
|
||||
];
|
||||
//disables/enables the "Load Frame Version" button
|
||||
document.querySelector('#loadFrameVersion').disabled = false;
|