Skip to content

Commit

Permalink
🐛 Fix URL for Transform Back New Blue (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
coderanger committed Jul 15, 2024
1 parent 818bc37 commit 0eb50b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/frames/packM15TransformBackNew.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var bounds = {x:0.7573, y:0.8848, width:0.188, height:0.0733};
//defines available frames
availableFrames = [
{name:'White Frame', src:'/img/frames/m15/transform/regular/new/backW.png', masks:masks},
{name:'Blue Frame', src:'/img/frames/m15/transform/regular//new/backU.png', masks:masks},
{name:'Blue Frame', src:'/img/frames/m15/transform/regular/new/backU.png', masks:masks},
{name:'Black Frame', src:'/img/frames/m15/transform/regular/new/backB.png', masks:masks},
{name:'Red Frame', src:'/img/frames/m15/transform/regular/new/backR.png', masks:masks},
{name:'Green Frame', src:'/img/frames/m15/transform/regular/new/backG.png', masks:masks},
Expand Down Expand Up @@ -49,4 +49,4 @@ document.querySelector('#loadFrameVersion').onclick = async function() {
notify('If you intend to add the color identity pips, we recommend that you shift your Type text to the right with "{right88}".')
}
//loads available frames
loadFramePack();
loadFramePack();

0 comments on commit 0eb50b0

Please sign in to comment.