Implement energy system

This commit is contained in:
Melledy
2025-11-01 07:38:00 -07:00
parent 37b74c9b35
commit a00dffe2e4
3 changed files with 89 additions and 28 deletions
@@ -10,6 +10,9 @@ public class GameConstants {
public static final int GOLD_ITEM_ID = 1;
public static final int EXP_ITEM_ID = 21;
public static final int MAX_ENERGY = 240;
public static final int ENERGY_REGEN_TIME = 360; // Seconds
public static final int MAX_FORMATIONS = 5;
public static final int MAX_SHOWCASE_IDS = 5;