Implement monolith enhancement machines

This commit is contained in:
Melledy
2025-12-03 19:36:47 -08:00
parent 7ef7490c37
commit ef8846445c
13 changed files with 280 additions and 41 deletions

View File

@@ -34,7 +34,7 @@ public class GameConstants {
public static final int GEM_ITEM_ID = 2;
public static final int PREM_GEM_ITEM_ID = 3;
public static final int ENERGY_BUY_ITEM_ID = GEM_ITEM_ID;
public static final int STAR_TOWER_GOLD_ITEM_ID = 11;
public static final int STAR_TOWER_COIN_ITEM_ID = 11;
public static final int EXP_ITEM_ID = 21;
public static final int MAX_ENERGY = 240;