Merge pull request #8121 from spjspj/master

Add in decreasing rectangle spiral for paper original dual lands
This commit is contained in:
spjspj 2021-08-13 18:49:09 +10:00 committed by GitHub
commit cd22dfd4cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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);
/**