@ -25,7 +25,7 @@ public class StartDarkSoulsGame {
JLabel weaponLabel;
JLabel weaponLabelName;
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, choice1, choice2, choice3, choice4;
Container con;