add BigRockNPC and IronDoorObj; update AssetSetter to include new NPC and interactive tiles

This commit is contained in:
2026-03-24 13:01:21 +01:00
parent 7bbbd8f72b
commit aadd01f8ec
18 changed files with 388 additions and 40 deletions

View File

@@ -29,7 +29,7 @@ public class UI {
private int transCount;
private int sleepCount;
private int charIndex;
private String combinedText;
private String combinedText = "";
// SUB-STATES
public TradeState tradeState = TradeState.SELECT;