forked from External/mage
Added displaying not implemented cards of New Phyrexia to Collection Viewer.
This commit is contained in:
parent
a1eb9f7d0e
commit
bbfd775191
3 changed files with 204 additions and 16 deletions
|
|
@ -305,7 +305,7 @@ public class MageBook extends JComponent {
|
|||
private HoverButton pageRight;
|
||||
|
||||
private int currentPage = 0;
|
||||
private String currentSet = "MBS";
|
||||
private String currentSet = "NPH";
|
||||
|
||||
private static CardDimensions cardDimensions = new CardDimensions(1.2d);
|
||||
private static final Logger log = Logger.getLogger(MageBook.class);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue