diff --git a/img/frames/old/legends/m.png b/img/frames/old/legends/m.png new file mode 100644 index 00000000..395d9cf1 Binary files /dev/null and b/img/frames/old/legends/m.png differ diff --git a/img/frames/old/legends/mThumb.png b/img/frames/old/legends/mThumb.png new file mode 100644 index 00000000..c62335ee Binary files /dev/null and b/img/frames/old/legends/mThumb.png differ diff --git a/js/frames/packLegends.js b/js/frames/packLegends.js index 8411cce0..8d79f399 100644 --- a/js/frames/packLegends.js +++ b/js/frames/packLegends.js @@ -1,6 +1,6 @@ //defines available frames availableFrames = [ - {name:'Multicolored Frame', src:'/img/frames/old/legends/legendsFrameM.png'} + {name:'Multicolored Frame', src:'/img/frames/old/legends/m.png'} ]; //disables/enables the "Load Frame Version" button document.querySelector('#loadFrameVersion').disabled = false;