forked from External/mage
* Draft shows now cards to draft in optimized size. Added some elements to cardPanel only if needed. Removed some legacy code about foiled card display.
This commit is contained in:
parent
1c5f0c8b7f
commit
e892d4388d
9 changed files with 123 additions and 108 deletions
|
|
@ -85,7 +85,7 @@ public class Config {
|
|||
// cardScalingFactor = Double.valueOf(0.4);
|
||||
// cardScalingFactorEnlarged = Double.valueOf(0.5);
|
||||
// handScalingFactor = Double.valueOf(1.3);
|
||||
// defaultGameType = p.getProperty("default-game-type", "Human");;
|
||||
// defaultGameType = p.getProperty("default-game-type", "Human");
|
||||
// defaultDeckPath = "";
|
||||
// defaultOtherPlayerIndex = "1";
|
||||
// defaultComputerName = "Computer";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue