modification de l'ecran de fin de partie

This commit is contained in:
Bastien NOEL
2020-05-14 18:36:14 +02:00
parent 33e67b4dff
commit e0a99f1a1a
4 changed files with 101 additions and 23 deletions

View File

@@ -410,7 +410,7 @@ public class PlateauController implements Initializable {
jihm.setZoneJoueur(root);
}
public void afficherFinDePartie(List<Joueur> listeJoueursGagnants) throws IOException {
public void afficherFinDePartie(List<Joueur> listeJoueursGagnants /*, List<Image> listeImagesGagnant*/) throws IOException {
final URL fxmlURL = getClass().getResource("/ihm/ressources/Fin_De_Partie.fxml");
final ResourceBundle bundle = ResourceBundle.getBundle("domaine.properties.langue", Locale.FRANCE);
@@ -418,6 +418,7 @@ public class PlateauController implements Initializable {
Pane root = (Pane)fxmlLoader.load();
FinDePartieControlleur.listeWinner = listeJoueursGagnants;
//FinDePartieControlleur.listeImageCarte = listeImagesGagnant;
}
public CarteEquipement getChoixEquipementVole(Joueur joueur) {