Add multicolor Dossier frame

This commit is contained in:
Josh birnholz
2024-03-24 02:44:46 -04:00
parent b54b9ba270
commit 7180928873
5 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
img/frames/dossier/m.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@@ -8,6 +8,7 @@ availableFrames = [
{name:'Black Frame', src:'/img/frames/dossier/b.png', masks:masks}, {name:'Black Frame', src:'/img/frames/dossier/b.png', masks:masks},
{name:'Red Frame', src:'/img/frames/dossier/r.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:'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:'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}}, {name:'Power/Toughness Box', src:'/img/frames/dossier/pt.png', bounds:{x: 1538/2010, y:2468/2814, width: 392/2010, height: 195/2814}},
@@ -17,6 +18,7 @@ availableFrames = [
{name:'Black Legendary Crown', src:'/img/frames/dossier/crown/b.png', bounds: crownBounds}, {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:'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:'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:'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}} {name:'Holo Stamp', src:'/img/frames/dossier/stamp.png', bounds: {x:857/2010, y:2540/2814, width:295/2010, height:134/2814}}