Updated 'Resources' class.
Updated the 'Resources' class by adding the 'MAX_EYES' constant to it.
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user