added a few notes

This commit is contained in:
2025-11-29 01:28:04 +01:00
parent 65061d721d
commit 005662e800
2 changed files with 3 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ public class UI {
GamePanel panel;
Graphics2D graphics2d;
Font arial_40, arial_80B;
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;