fix assorted stamping bugs
This commit is contained in:
@@ -351,7 +351,7 @@ extra card style:
|
||||
z index: 3
|
||||
render style: image
|
||||
image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"}
|
||||
mask: { if is_rare() and styling.use_holofoil_stamps then "foil_mask_rare.png" else "foil_mask.png" }
|
||||
mask: { if is_stamped() then "foil_mask_rare.png" else "foil_mask.png" }
|
||||
pt box:
|
||||
left: 273
|
||||
top: 466
|
||||
|
||||
Reference in New Issue
Block a user