re-arranged some variables

This commit is contained in:
2025-11-29 23:40:47 +01:00
parent 8a228685b1
commit c55bf8d043
3 changed files with 15 additions and 14 deletions

View File

@@ -14,7 +14,7 @@ public class UI {
Font arial_40, arial_80B; //TODO: Custom font loader: https://www.youtube.com/watch?v=g-wrebFVP3E
BufferedImage heart_full, heart_half, heart_blank;
public String currentDialogue;
public int commandNum = 0;
public int commandNum;
public UI(GamePanel panel) {
this.panel = panel;