Updated 'Resources' class.
Updated the 'Resources' class by adding the 'MAX_PIECES' constant to it.
This commit is contained in:
@@ -12,6 +12,7 @@ public class Resources {
|
|||||||
* Create Resources constants.
|
* Create Resources constants.
|
||||||
*/
|
*/
|
||||||
public static final int MAX_PLAYERS = 4;
|
public static final int MAX_PLAYERS = 4;
|
||||||
|
public static final int MAX_PIECES = 4;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The resource bundle for the MDGA game.
|
* The resource bundle for the MDGA game.
|
||||||
|
|||||||
Reference in New Issue
Block a user