mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
Fix Etched inner crown width
This commit is contained in:
@@ -3,7 +3,7 @@ var masks = [{src:'/img/frames/etched/regular/nyx/frame.png', name:'Frame'}, {sr
|
|||||||
var bounds = {x:0.7573, y:0.8848, width:0.188, height:0.0733};
|
var bounds = {x:0.7573, y:0.8848, width:0.188, height:0.0733};
|
||||||
var bounds2 = {x:0.42, y:0.9062, width:0.16, height:0.0453};
|
var bounds2 = {x:0.42, y:0.9062, width:0.16, height:0.0453};
|
||||||
var bounds3 = {x:0.0307, y:0.0191, width:0.9387, height:0.092};
|
var bounds3 = {x:0.0307, y:0.0191, width:0.9387, height:0.092};
|
||||||
var bounds4 = {x:244/1500, y:51/2100, width:1021/1500, height:64/2100};
|
var bounds4 = {x:244/1500, y:51/2100, width:1012/1500, height:64/2100};
|
||||||
//defines available frames
|
//defines available frames
|
||||||
availableFrames = [
|
availableFrames = [
|
||||||
{name:'White Frame', src:'/img/frames/etched/regular/nyx/w.png', masks:masks},
|
{name:'White Frame', src:'/img/frames/etched/regular/nyx/w.png', masks:masks},
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
//Create objects for common properties across available frames
|
//Create objects for common properties across available frames
|
||||||
var masks = [];
|
var masks = [];
|
||||||
var bounds = {x:0.0307, y:0.0191, width:0.9387, height:0.092};
|
var bounds = {x:0.0307, y:0.0191, width:0.9387, height:0.092};
|
||||||
var innerCrownBounds = {x:244/1500, y:51/2100, width:1021/1500, height:64/2100};
|
var innerCrownBounds = {x:244/1500, y:51/2100, width:1012/1500, height:64/2100};
|
||||||
//defines available frames
|
//defines available frames
|
||||||
availableFrames = [
|
availableFrames = [
|
||||||
{name:'White Legend Crown', src:'/img/frames/etched/regular/crowns/w.png', bounds:bounds, complementary:9},
|
{name:'White Legend Crown', src:'/img/frames/etched/regular/crowns/w.png', bounds:bounds, complementary:9},
|
||||||
|
Reference in New Issue
Block a user