Skip to content

Commit

Permalink
Add multicolor Dossier frame
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbirnholz committed Mar 24, 2024
1 parent b54b9ba commit 7180928
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 0 deletions.
Binary file added img/frames/dossier/crown/m.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/dossier/crown/mThumb.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/dossier/m.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/dossier/mThumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions js/frames/packDossier.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ availableFrames = [
{name:'Black Frame', src:'/img/frames/dossier/b.png', masks:masks},
{name:'Red Frame', src:'/img/frames/dossier/r.png', masks:masks},
{name:'Green Frame', src:'/img/frames/dossier/g.png', masks:masks},
{name:'Multicolor Frame', src:'/img/frames/dossier/m.png', masks:masks},
{name:'Artifact Frame', src:'/img/frames/dossier/a.png', masks:masks},

{name:'Power/Toughness Box', src:'/img/frames/dossier/pt.png', bounds:{x: 1538/2010, y:2468/2814, width: 392/2010, height: 195/2814}},
Expand All @@ -17,6 +18,7 @@ availableFrames = [
{name:'Black Legendary Crown', src:'/img/frames/dossier/crown/b.png', bounds: crownBounds},
{name:'Red Legendary Crown', src:'/img/frames/dossier/crown/r.png', bounds: crownBounds},
{name:'Green Legendary Crown', src:'/img/frames/dossier/crown/g.png', bounds: crownBounds},
{name:'Multicolor Legendary Crown', src:'/img/frames/dossier/crown/m.png', bounds: crownBounds},
{name:'Artifact Legendary Crown', src:'/img/frames/dossier/crown/a.png', bounds: crownBounds},

{name:'Holo Stamp', src:'/img/frames/dossier/stamp.png', bounds: {x:857/2010, y:2540/2814, width:295/2010, height:134/2814}}
Expand Down

0 comments on commit 7180928

Please sign in to comment.