fix assorted stamping bugs
This commit is contained in:
@@ -221,7 +221,7 @@ card style:
|
||||
width: 648
|
||||
height: 877
|
||||
z index: 1
|
||||
mask: { "imagemask" + ( if has_four_abilities() then "_4abil" else "" ) + ( if is_rare() and styling.use_holofoil_stamps then "_rare" else "" ) + ".png" }
|
||||
mask: { "imagemask" + ( if has_four_abilities() then "_4abil" else "" ) + ( if is_stamped() then "_rare" else "" ) + ".png" }
|
||||
############################# Card type
|
||||
indicator:
|
||||
left: 62
|
||||
@@ -455,7 +455,7 @@ extra card style:
|
||||
width: 98
|
||||
height: 53
|
||||
z index: 6
|
||||
visible: { is_rare() and styling.use_holofoil_stamps }
|
||||
visible: { is_stamped() }
|
||||
render style: image
|
||||
image: { card_stamp() }
|
||||
mask: stamp_mask.png
|
||||
@@ -465,7 +465,7 @@ extra card style:
|
||||
width: 92
|
||||
height: 52
|
||||
z index: 7
|
||||
visible: { is_rare() and styling.use_holofoil_stamps }
|
||||
visible: { is_stamped() }
|
||||
render style: image
|
||||
image: foil_stamp.png
|
||||
foil layer:
|
||||
|
||||
Reference in New Issue
Block a user