merge the new developmentbranch into the test branch #39

Closed
j23f0712 wants to merge 431 commits from development2 into dev/test
Showing only changes of commit 336f1ec316 - Show all commits

View File

@@ -13,6 +13,7 @@ public class Resources {
*/ */
public static final int MAX_PLAYERS = 4; public static final int MAX_PLAYERS = 4;
public static final int MAX_PIECES = 4; public static final int MAX_PIECES = 4;
public static final int MAX_EYES = 6;
/** /**
* The resource bundle for the MDGA game. * The resource bundle for the MDGA game.