mirror of
https://github.com/Melledy/Nebula.git
synced 2026-09-19 17:19:58 +02:00
Implement energy system
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user