diff --git a/img/frames/mh2/b.png b/img/frames/mh2/b.png index 57bda203..dbec96b2 100644 Binary files a/img/frames/mh2/b.png and b/img/frames/mh2/b.png differ diff --git a/img/frames/mh2/g.png b/img/frames/mh2/g.png index 5eac271d..0c9a0ffc 100644 Binary files a/img/frames/mh2/g.png and b/img/frames/mh2/g.png differ diff --git a/img/frames/mh2/m.png b/img/frames/mh2/m.png new file mode 100644 index 00000000..622a57bf Binary files /dev/null and b/img/frames/mh2/m.png differ diff --git a/img/frames/mh2/mOverlay.png b/img/frames/mh2/mOverlay.png new file mode 100644 index 00000000..a1f31dfd Binary files /dev/null and b/img/frames/mh2/mOverlay.png differ diff --git a/img/frames/mh2/mOverlayThumb.png b/img/frames/mh2/mOverlayThumb.png new file mode 100644 index 00000000..c597fa2e Binary files /dev/null and b/img/frames/mh2/mOverlayThumb.png differ diff --git a/img/frames/mh2/mThumb.png b/img/frames/mh2/mThumb.png new file mode 100644 index 00000000..06b5ca49 Binary files /dev/null and b/img/frames/mh2/mThumb.png differ diff --git a/img/frames/mh2/mpt.png b/img/frames/mh2/mpt.png new file mode 100644 index 00000000..e03170e5 Binary files /dev/null and b/img/frames/mh2/mpt.png differ diff --git a/img/frames/mh2/mptThumb.png b/img/frames/mh2/mptThumb.png new file mode 100644 index 00000000..ac1233a3 Binary files /dev/null and b/img/frames/mh2/mptThumb.png differ diff --git a/img/frames/mh2/r.png b/img/frames/mh2/r.png index b62d01a0..5f620a93 100644 Binary files a/img/frames/mh2/r.png and b/img/frames/mh2/r.png differ diff --git a/img/frames/mh2/u.png b/img/frames/mh2/u.png index 5bc0d86b..d2f88851 100644 Binary files a/img/frames/mh2/u.png and b/img/frames/mh2/u.png differ diff --git a/img/frames/mh2/w.png b/img/frames/mh2/w.png index c3b81f34..15c41741 100644 Binary files a/img/frames/mh2/w.png and b/img/frames/mh2/w.png differ diff --git a/js/frames/packMH2.js b/js/frames/packMH2.js index c375ee52..38238a51 100644 --- a/js/frames/packMH2.js +++ b/js/frames/packMH2.js @@ -8,7 +8,8 @@ availableFrames = [ {name:'Black Frame', src:'/img/frames/mh2/b.png'}, {name:'Red Frame', src:'/img/frames/mh2/r.png'}, {name:'Green Frame', src:'/img/frames/mh2/g.png'}, - // {name:'Multicolored Frame', src:'/img/frames/mh2/m.png'}, + {name:'Multicolored Frame', src:'/img/frames/mh2/m.png'}, + {name:'Multicolored Overlay', src:'/img/frames/mh2/mOverlay.png'}, // {name:'Artifact Frame', src:'/img/frames/mh2/a.png'}, // {name:'Vehicle Frame', src:'/img/frames/mh2/v.png'}, {name:'White Power/Toughness', src:'/img/frames/mh2/wpt.png', bounds:bounds}, @@ -16,7 +17,7 @@ availableFrames = [ {name:'Black Power/Toughness', src:'/img/frames/mh2/bpt.png', bounds:bounds}, {name:'Red Power/Toughness', src:'/img/frames/mh2/rpt.png', bounds:bounds}, {name:'Green Power/Toughness', src:'/img/frames/mh2/gpt.png', bounds:bounds}, - // {name:'Multicolored Power/Toughness', src:'/img/frames/mh2/mpt.png', bounds:bounds}, + {name:'Multicolored Power/Toughness', src:'/img/frames/mh2/mpt.png', bounds:bounds}, // {name:'Artifact Power/Toughness', src:'/img/frames/mh2/apt.png', bounds:bounds}, // {name:'Vehicle Power/Toughness', src:'/img/frames/mh2/vpt.png', bounds:bounds} ]; @@ -24,8 +25,6 @@ availableFrames = [ document.querySelector('#loadFrameVersion').disabled = false; //defines process for loading this version, if applicable document.querySelector('#loadFrameVersion').onclick = async function() { - // notifies - notify('Currently only monocolored frames are available. Due to the nature of the sketch frame, I\'m not sure if/when I\'ll be able to add the remaining frames.', 10); //resets things so that every frame doesn't have to await resetCardIrregularities(); //sets card version