Browse Source

refactoring: resize main text font

master
Yazan Alaamer 2 years ago
parent
commit
5388eea78a
  1. 2
      src/main/java/game/StartDarkSoulsGame.java

2
src/main/java/game/StartDarkSoulsGame.java

@ -25,7 +25,7 @@ public class StartDarkSoulsGame {
JLabel weaponLabel; JLabel weaponLabel;
JLabel weaponLabelName; JLabel weaponLabelName;
Font titelFont = new Font("Times new Roman", Font.PLAIN, 90); Font titelFont = new Font("Times new Roman", Font.PLAIN, 90);
Font normalFont = new Font ("Times new Roman", Font.PLAIN, 28);
Font normalFont = new Font ("Times new Roman", Font.PLAIN, 27);
JButton startButton; JButton startButton;
JButton StartButton, choice1, choice2, choice3, choice4; JButton StartButton, choice1, choice2, choice3, choice4;
Container con; Container con;

Loading…
Cancel
Save