forked from External/mage
GUI, table: improved save/load table config to support player types, AI skill level and deck files (closes #12981)
This commit is contained in:
parent
f652665f87
commit
3475249c99
4 changed files with 100 additions and 32 deletions
|
|
@ -217,6 +217,8 @@ public class PreferencesDialog extends javax.swing.JDialog {
|
|||
public static final String KEY_NEW_TABLE_SKILL_LEVEL = "newTableSkillLevel";
|
||||
public static final String KEY_NEW_TABLE_NUMBER_PLAYERS = "newTableNumberPlayers";
|
||||
public static final String KEY_NEW_TABLE_PLAYER_TYPES = "newTablePlayerTypes";
|
||||
public static final String KEY_NEW_TABLE_PLAYER_SKILLS = "newTablePlayerSkills";
|
||||
public static final String KEY_NEW_TABLE_PLAYER_DECKS = "newTablePlayerDecks";
|
||||
public static final String KEY_NEW_TABLE_QUIT_RATIO = "newTableQuitRatio";
|
||||
public static final String KEY_NEW_TABLE_MINIMUM_RATING = "newTableMinimumRating";
|
||||
public static final String KEY_NEW_TABLE_RATED = "newTableRated";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue