diff --git a/src/main/java/game/StartDarkSoulsGame.java b/src/main/java/game/StartDarkSoulsGame.java index 378f294..c9ae0dc 100644 --- a/src/main/java/game/StartDarkSoulsGame.java +++ b/src/main/java/game/StartDarkSoulsGame.java @@ -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;