Fin de partie

This commit is contained in:
Paul Gross
2020-05-05 10:51:27 +02:00
parent 628dc33bb2
commit 7f9d8bce5c
4 changed files with 31 additions and 4 deletions

View File

@@ -5,6 +5,6 @@ public enum Contexte {
ATTAQUER,
VOLER_EQUIP,
EFFET_NEGATIF_SUR_AUTRES,
EFFET_POSITIF_SUR_AUTRES
EFFET_POSITIF_SUR_AUTRES, ACTIVER_EFFET_LIEU
}

View File

@@ -15,8 +15,6 @@ import javafx.application.Platform;
public class GestionnaireJeu {
private static GestionnaireJeu gj;
private View view;
private Map<Integer, Joueur> mapJoueurs;
@@ -162,6 +160,10 @@ public class GestionnaireJeu {
}
public static void endGame() {
plateau.stop();
}