changement texte

This commit is contained in:
tit-exe
2026-02-23 11:04:01 +01:00
parent e0a9de1b1c
commit 3276da46d8

View File

@@ -78,7 +78,7 @@ public class Jeu implements KeyListener, ActionListener, MouseListener {
labScore.setBounds(20, 0, 200, 50);
ecran.add(labScore);
labGameOver = new JLabel("GAME OVER - clic pour menu", SwingConstants.CENTER);
labGameOver = new JLabel("GAME OVER", SwingConstants.CENTER);
labGameOver.setForeground(Color.WHITE);
labGameOver.setFont(new Font("Arial", Font.BOLD, 40));
labGameOver.setBounds(0, 200, 800, 100);