modif jeu

This commit is contained in:
2026-03-27 21:28:01 +01:00
parent 07723b342b
commit 0ed7cc976e
20 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -424,7 +424,7 @@ public class Jeu implements KeyListener, ActionListener{
this.ecran.partiePerdue = true; // 2. Signaler à l'écran
this.ecran.repaint(); // 3. Forcer l'affichage du texte
// GestionBDD.ajouterScore((int)this.score);// enregistrement du score dans la base de donne
GestionBDD.ajouterScore((int)this.score, utilisateurId);// enregistrement du score dans la base de donne
}
}
if (chronoBonus>0) {