diff --git a/img/frames/planeswalker/holo/a.png b/img/frames/planeswalker/holo/a.png new file mode 100644 index 00000000..774642d0 Binary files /dev/null and b/img/frames/planeswalker/holo/a.png differ diff --git a/img/frames/planeswalker/holo/aThumb.png b/img/frames/planeswalker/holo/aThumb.png new file mode 100644 index 00000000..92fc93b5 Binary files /dev/null and b/img/frames/planeswalker/holo/aThumb.png differ diff --git a/img/frames/planeswalker/holo/b.png b/img/frames/planeswalker/holo/b.png new file mode 100644 index 00000000..abcd8b98 Binary files /dev/null and b/img/frames/planeswalker/holo/b.png differ diff --git a/img/frames/planeswalker/holo/bThumb.png b/img/frames/planeswalker/holo/bThumb.png new file mode 100644 index 00000000..785c1ca2 Binary files /dev/null and b/img/frames/planeswalker/holo/bThumb.png differ diff --git a/img/frames/planeswalker/holo/g.png b/img/frames/planeswalker/holo/g.png new file mode 100644 index 00000000..93c36ec3 Binary files /dev/null and b/img/frames/planeswalker/holo/g.png differ diff --git a/img/frames/planeswalker/holo/gThumb.png b/img/frames/planeswalker/holo/gThumb.png new file mode 100644 index 00000000..b2613f42 Binary files /dev/null and b/img/frames/planeswalker/holo/gThumb.png differ diff --git a/img/frames/planeswalker/holo/l.png b/img/frames/planeswalker/holo/l.png new file mode 100644 index 00000000..d38aba17 Binary files /dev/null and b/img/frames/planeswalker/holo/l.png differ diff --git a/img/frames/planeswalker/holo/lThumb.png b/img/frames/planeswalker/holo/lThumb.png new file mode 100644 index 00000000..3e3ca22a Binary files /dev/null and b/img/frames/planeswalker/holo/lThumb.png differ diff --git a/img/frames/planeswalker/holo/m.png b/img/frames/planeswalker/holo/m.png new file mode 100644 index 00000000..fac3c48c Binary files /dev/null and b/img/frames/planeswalker/holo/m.png differ diff --git a/img/frames/planeswalker/holo/mThumb.png b/img/frames/planeswalker/holo/mThumb.png new file mode 100644 index 00000000..01b2ce47 Binary files /dev/null and b/img/frames/planeswalker/holo/mThumb.png differ diff --git a/img/frames/planeswalker/holo/r.png b/img/frames/planeswalker/holo/r.png new file mode 100644 index 00000000..afa26858 Binary files /dev/null and b/img/frames/planeswalker/holo/r.png differ diff --git a/img/frames/planeswalker/holo/rThumb.png b/img/frames/planeswalker/holo/rThumb.png new file mode 100644 index 00000000..98e4675d Binary files /dev/null and b/img/frames/planeswalker/holo/rThumb.png differ diff --git a/img/frames/planeswalker/holo/u.png b/img/frames/planeswalker/holo/u.png new file mode 100644 index 00000000..c8366ddb Binary files /dev/null and b/img/frames/planeswalker/holo/u.png differ diff --git a/img/frames/planeswalker/holo/uThumb.png b/img/frames/planeswalker/holo/uThumb.png new file mode 100644 index 00000000..836d3eea Binary files /dev/null and b/img/frames/planeswalker/holo/uThumb.png differ diff --git a/img/frames/planeswalker/holo/w.png b/img/frames/planeswalker/holo/w.png new file mode 100644 index 00000000..d89bd4ca Binary files /dev/null and b/img/frames/planeswalker/holo/w.png differ diff --git a/img/frames/planeswalker/holo/wThumb.png b/img/frames/planeswalker/holo/wThumb.png new file mode 100644 index 00000000..08885bf7 Binary files /dev/null and b/img/frames/planeswalker/holo/wThumb.png differ diff --git a/js/frames/groupPlaneswalker.js b/js/frames/groupPlaneswalker.js index f699a857..c7aa27c9 100644 --- a/js/frames/groupPlaneswalker.js +++ b/js/frames/groupPlaneswalker.js @@ -4,6 +4,8 @@ loadFramePacks([ {name:'Extended Art', value:'PlaneswalkerBoxTopper'}, {name:'Tall', value:'PlaneswalkerTall'}, {name:'Tall Borderless', value:'PlaneswalkerTallBorderless'}, + {name:'Addons', value:'disabled'}, + {name:'Holo Stamps', value:'PlaneswalkerHoloStamps'}, {name:'Special Frames', value:'disabled'}, {name:'Nickname', value:'PlaneswalkerNickname'}, {name:'Blackout (SDCC15)', value:'PlaneswalkerSDCC15'}, diff --git a/js/frames/packPlaneswalkerHoloStamps.js b/js/frames/packPlaneswalkerHoloStamps.js new file mode 100644 index 00000000..45fa1ade --- /dev/null +++ b/js/frames/packPlaneswalkerHoloStamps.js @@ -0,0 +1,19 @@ +//Create objects for common properties across available frames +var bounds = {x:0.4394, y:0.9015, width:0.1214, height:0.051}; +//defines available frames +availableFrames = [ + {name:'White Holo Stamp', src:'/img/frames/planeswalker/holo/w.png', bounds:bounds}, + {name:'Blue Holo Stamp', src:'/img/frames/planeswalker/holo/u.png', bounds:bounds}, + {name:'Black Holo Stamp', src:'/img/frames/planeswalker/holo/b.png', bounds:bounds}, + {name:'Red Holo Stamp', src:'/img/frames/planeswalker/holo/r.png', bounds:bounds}, + {name:'Green Holo Stamp', src:'/img/frames/planeswalker/holo/g.png', bounds:bounds}, + {name:'Multicolored Holo Stamp', src:'/img/frames/planeswalker/holo/m.png', bounds:bounds}, + {name:'Artifact Holo Stamp', src:'/img/frames/planeswalker/holo/a.png', bounds:bounds}, + {name:'Land Holo Stamp', src:'/img/frames/planeswalker/holo/l.png', bounds:bounds} +]; +//disables/enables the "Load Frame Version" button +document.querySelector('#loadFrameVersion').disabled = true; +//defines process for loading this version, if applicable +document.querySelector('#loadFrameVersion').onclick = null; +//loads available frames +loadFramePack(); \ No newline at end of file