optimized object scaling

This commit is contained in:
2025-11-28 15:29:25 +01:00
parent a17ca8853c
commit 038fbb14db
6 changed files with 37 additions and 17 deletions

View File

@@ -23,7 +23,7 @@ public class UI {
this.panel = panel;
arial_40 = new Font("Arial", Font.PLAIN, 40);
arial_80B = new Font("Arial", Font.BOLD, 80);
keyImage = new KeyObj().image;
keyImage = new KeyObj(panel).image;
}
public void showMessage(String text) {