forked from External/mage
GUI: Improved rendering of Class cards (#11767)
This commit is contained in:
parent
506e94d519
commit
41dbec4dbd
4 changed files with 36 additions and 19 deletions
|
|
@ -430,6 +430,15 @@ public class TestCardRenderDialog extends MageDialog {
|
|||
cardViews.add(createHandCard(game, playerYou.getId(), "MKM", "155")); // Case of the Locked Hothouse
|
||||
//*/
|
||||
|
||||
//* test case, class and saga cards in hands
|
||||
cardViews.add(createHandCard(game, playerYou.getId(), "MKM", "113")); // Case of the Burning Masks
|
||||
cardViews.add(createHandCard(game, playerYou.getId(), "MKM", "155")); // Case of the Locked Hothouse
|
||||
cardViews.add(createHandCard(game, playerYou.getId(), "AFR", "6")); // Cleric Class
|
||||
cardViews.add(createHandCard(game, playerYou.getId(), "AFR", "230")); // Rogue Class
|
||||
cardViews.add(createHandCard(game, playerYou.getId(), "DOM", "90")); // The Eldest Reborn
|
||||
cardViews.add(createHandCard(game, playerYou.getId(), "MH2", "259")); // Urza's Saga
|
||||
//*/
|
||||
|
||||
/* test meld cards in hands and battlefield
|
||||
cardViews.add(createHandCard(game, playerYou.getId(), "EMN", "204")); // Hanweir Battlements
|
||||
cardViews.add(createHandCard(game, playerYou.getId(), "EMN", "130a")); // Hanweir Garrison
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue