Add in decreasing rectangle spiral for paper original dual lands

This commit is contained in:
spjspj 2021-08-12 00:21:41 +10:00
parent 4a8f9d9308
commit e29b22df6e
7 changed files with 158 additions and 44 deletions

View file

@ -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);
/**