ajoute des score en base de donne
This commit is contained in:
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.
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.
|
Before Width: | Height: | Size: 815 KiB |
@@ -424,7 +424,7 @@ public class Jeu implements KeyListener, ActionListener{
|
|||||||
this.ecran.partiePerdue = true; // 2. Signaler à l'écran
|
this.ecran.partiePerdue = true; // 2. Signaler à l'écran
|
||||||
this.ecran.repaint(); // 3. Forcer l'affichage du texte
|
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, this.utilisateurId);// enregistrement du score dans la base de donne
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (chronoBonus>0) {
|
if (chronoBonus>0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user