* GUI: fixed auto-generated names for AI in new tournament dialog;

This commit is contained in:
Oleg Agafonov 2020-07-10 17:57:56 +04:00
parent 1cf57e0840
commit ac0bb713d7
4 changed files with 6 additions and 12 deletions

View file

@ -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);
}