mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08:00
Add in decreasing rectangle spiral for paper original dual lands
This commit is contained in:
parent
4a8f9d9308
commit
e29b22df6e
7 changed files with 158 additions and 44 deletions
|
|
@ -43,7 +43,11 @@ public enum FrameStyle {
|
|||
/**
|
||||
* Arena New Player Experience full art lands
|
||||
*/
|
||||
ANA_FULL_ART_BASIC(BorderType.M15, true);
|
||||
ANA_FULL_ART_BASIC(BorderType.M15, true),
|
||||
/**
|
||||
* Original Dual lands (box pattern in the text box)
|
||||
*/
|
||||
LEA_ORIGINAL_DUAL_LAND_ART_BASIC(BorderType.M15, false);
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue