diff --git a/src/Jeu.java b/src/Jeu.java index 69cce07..4e653eb 100644 --- a/src/Jeu.java +++ b/src/Jeu.java @@ -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);