Updated 'Resources' class.

Updated the 'Resources' class by adding the 'MAX_EYES' constant to it.
This commit is contained in:
Daniel Grigencha
2024-12-03 04:29:16 +01:00
parent a1e687912a
commit 336f1ec316

View File

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