Add snow textless basic 2022 frame

This commit is contained in:
Josh birnholz
2023-07-19 23:06:30 -04:00
parent e5c0efc411
commit 9d9b1272ae
11 changed files with 6 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 446 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 442 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 426 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 420 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 357 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

@@ -15,7 +15,12 @@ availableFrames = [
{name:'Black Mana Symbol', src:'/img/frames/textless/2022/sb.png', bounds:bounds}, {name:'Black Mana Symbol', src:'/img/frames/textless/2022/sb.png', bounds:bounds},
{name:'Red Mana Symbol', src:'/img/frames/textless/2022/sr.png', bounds:bounds}, {name:'Red Mana Symbol', src:'/img/frames/textless/2022/sr.png', bounds:bounds},
{name:'Green Mana Symbol', src:'/img/frames/textless/2022/sg.png', bounds:bounds}, {name:'Green Mana Symbol', src:'/img/frames/textless/2022/sg.png', bounds:bounds},
{name:'Colorless Mana Symbol', src:'/img/frames/textless/2022/sc.png', bounds:bounds} {name:'Colorless Mana Symbol', src:'/img/frames/textless/2022/sc.png', bounds:bounds},
{name:'White Snow Frame', src:'/img/frames/textless/2022/snow/w.png', masks:masks},
{name:'Blue Snow Frame', src:'/img/frames/textless/2022/snow/u.png', masks:masks},
{name:'Black Snow Frame', src:'/img/frames/textless/2022/snow/b.png', masks:masks},
{name:'Red Snow Frame', src:'/img/frames/textless/2022/snow/r.png', masks:masks},
{name:'Green Snow Frame', src:'/img/frames/textless/2022/snow/g.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;