forked from External/mage
* GUI: fixed auto-generated names for AI in new tournament dialog;
This commit is contained in:
parent
1cf57e0840
commit
ac0bb713d7
4 changed files with 6 additions and 12 deletions
|
|
@ -28,7 +28,7 @@ public final class ClientDefaultSettings {
|
|||
handScalingFactor = 1.3;
|
||||
deckPath = "";
|
||||
otherPlayerIndex = "1"; // combobox default, example: 0: Human, 1: Computer - mad, 2: Computer - Draft Bot
|
||||
computerName = "computer";
|
||||
computerName = "Computer";
|
||||
dimensions = new CardDimensions(cardScalingFactor);
|
||||
dimensionsEnlarged = new CardDimensions(cardScalingFactorEnlarged);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue