Added variant buttons to option panel
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@416 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
4fbbcb5e06
commit
6ac71b62e3
5 changed files with 175 additions and 95 deletions
|
@ -31,6 +31,10 @@ public class GameSettings implements Serializable {
|
|||
* Creates new GameSettings with default values
|
||||
*/
|
||||
public GameSettings() {
|
||||
reset();
|
||||
}
|
||||
|
||||
public void reset() {
|
||||
initialMeldThreshold = 30;
|
||||
jokerPoints = 50;
|
||||
jokerNumber = 2;
|
||||
|
|
Reference in a new issue