optimized object scaling
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user