Implement gallery showcase

This commit is contained in:
Melledy
2025-10-30 08:04:42 -07:00
parent 0524278cac
commit 2b42c727dc
7 changed files with 166 additions and 14 deletions

View File

@@ -12,5 +12,5 @@ public class GameConstants {
public static final int EXP_ITEM_ID = 21;
public static final int MAX_FORMATIONS = 5;
public static final int MAX_SHOWCASE_IDS = 5;
}