Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add colorless frames for Classicshifted #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added img/frames/custom/classicshifted/c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/frames/custom/classicshifted/cThumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/frames/custom/classicshifted/cc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/frames/custom/classicshifted/ccThumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/frames/custom/classicshifted/crowns/c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/frames/custom/classicshifted/mdfc/c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/frames/custom/classicshifted/mdfc/cThumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/frames/custom/classicshifted/ptC.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/frames/custom/classicshifted/ptCThumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/frames/custom/classicshifted/transform/c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions js/frames/packClassicshifted.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ availableFrames = [
{name:'Green Frame', src:'/img/frames/custom/classicshifted/g.png', masks:masks},
{name:'Multicolored Frame', src:'/img/frames/custom/classicshifted/m.png', masks:masks},
{name:'Artifact Frame', src:'/img/frames/custom/classicshifted/a.png', masks:masks},
{name:'Colorless Frame', src:'/img/frames/custom/classicshifted/c.png', masks:masks},
{name:'Land Frame', src:'/img/frames/custom/classicshifted/l.png', masks:masks},
{name:'White Power/Toughness', src:'/img/frames/custom/classicshifted/ptW.png', bounds:bounds},
{name:'Blue Power/Toughness', src:'/img/frames/custom/classicshifted/ptU.png', bounds:bounds},
Expand All @@ -20,6 +21,7 @@ availableFrames = [
{name:'Green Power/Toughness', src:'/img/frames/custom/classicshifted/ptG.png', bounds:bounds},
{name:'Multicolored Power/Toughness', src:'/img/frames/custom/classicshifted/ptM.png', bounds:bounds},
{name:'Artifact Power/Toughness', src:'/img/frames/custom/classicshifted/ptA.png', bounds:bounds},
{name:'Colorless Power/Toughness', src:'/img/frames/custom/classicshifted/ptC.png', bounds:bounds},
{name:'Land Power/Toughness', src:'/img/frames/custom/classicshifted/ptL.png', bounds:bounds},
{name:'White Crown', src:'/img/frames/custom/classicshifted/crowns/w.png', bounds:bounds2, complementary:24},
{name:'Blue Crown', src:'/img/frames/custom/classicshifted/crowns/u.png', bounds:bounds2, complementary:24},
Expand All @@ -28,6 +30,7 @@ availableFrames = [
{name:'Green Crown', src:'/img/frames/custom/classicshifted/crowns/g.png', bounds:bounds2, complementary:24},
{name:'Multicolored Crown', src:'/img/frames/custom/classicshifted/crowns/m.png', bounds:bounds2, complementary:24},
{name:'Artifact Crown', src:'/img/frames/custom/classicshifted/crowns/a.png', bounds:bounds2, complementary:24},
{name:'Colorless Crown', src:'/img/frames/custom/classicshifted/crowns/c.png', bounds:bounds2, complementary:24},
{name:'Land Crown', src:'/img/frames/custom/classicshifted/crowns/l.png', bounds:bounds2, complementary:24},
{name:'Legend Crown Border Cover', src:'/img/black.png', bounds:{x:0.0394, y:0.0277, width:0.9214, height:0.021}},
{name:'Snow Overlay', src:'/img/frames/custom/classicshifted/snow.png'},
Expand Down
1 change: 1 addition & 0 deletions js/frames/packClassicshiftedDFC.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ availableFrames = [
{name:'Green MDFC Flipside', src:'/img/frames/custom/classicshifted/mdfc/g.png', bounds:bounds2},
{name:'Multicolored MDFC Flipside', src:'/img/frames/custom/classicshifted/mdfc/m.png', bounds:bounds2},
{name:'Artifact MDFC Flipside', src:'/img/frames/custom/classicshifted/mdfc/a.png', bounds:bounds2},
{name:'Colorless MDFC Flipside', src:'/img/frames/custom/classicshifted/mdfc/c.png', bounds:bounds2},
{name:'Land MDFC Flipside', src:'/img/frames/custom/classicshifted/mdfc/l.png', bounds:bounds2},
{name:'Front Face', src:'/img/frames/custom/classicshifted/mdfc/mdfcFront.png', bounds:bounds1},
{name:'Back Face', src:'/img/frames/custom/classicshifted/mdfc/mdfcBack.png', bounds:bounds1}
Expand Down
4 changes: 4 additions & 0 deletions js/frames/packClassicshiftedTransform.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ availableFrames = [
{name:'Green Transform Indicator', src:'/img/frames/custom/classicshifted/transform/g.png', bounds:bounds},
{name:'Multicolored Transform Indicator', src:'/img/frames/custom/classicshifted/transform/m.png', bounds:bounds},
{name:'Artifact Transform Indicator', src:'/img/frames/custom/classicshifted/transform/a.png', bounds:bounds},
{name:'Colorless Transform Indicator', src:'/img/frames/custom/classicshifted/transform/c.png', bounds:bounds},
{name:'Up Arrow', src:'/img/frames/m15/transform/icons/default.png', bounds:bounds2},
{name:'Down Arrow', src:'/img/frames/m15/transform/icons/downArrow.png', bounds:bounds2},
{name:'Sun', src:'/img/frames/m15/transform/icons/sun.svg', bounds:bounds2},
{name:'Crescent Moon', src:'/img/frames/m15/transform/icons/moon.svg', bounds:bounds2},
{name:'Full Moon', src:'/img/frames/m15/transform/icons/fullmoon.svg', bounds:bounds2},
Expand All @@ -22,6 +25,7 @@ availableFrames = [
{name:'Lesson', src:'/img/frames/m15/transform/icons/lesson.svg', bounds:bounds2},
{name:'Closed Fan', src:'/img/frames/m15/transform/icons/fanClosed.svg', bounds:bounds2},
{name:'Open Fan', src:'/img/frames/m15/transform/icons/fanOpen.svg', bounds:bounds2},
{name:'Hammer', src:'/img/frames/m15/transform/icons/hammer.png', bounds:bounds2},
];
//disables/enables the "Load Frame Version" button
document.querySelector('#loadFrameVersion').disabled = false;
Expand Down
1 change: 1 addition & 0 deletions js/frames/packM15TransformTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ var bounds = {x:0.0594, y:0.0505, width:0.0734, height:0.0524};
//defines available frames
availableFrames = [
{name:'Up Arrow', src:'/img/frames/m15/transform/icons/default.png', bounds:bounds},
{name:'Down Arrow', src:'/img/frames/m15/transform/icons/downArrow.png', bounds:bounds},
{name:'Sun', src:'/img/frames/m15/transform/icons/sun.svg', bounds:bounds},
{name:'Crescent Moon', src:'/img/frames/m15/transform/icons/moon.svg', bounds:bounds},
{name:'Full Moon', src:'/img/frames/m15/transform/icons/fullmoon.svg', bounds:bounds},
Expand Down