This commit is contained in:
Chiara
2020-04-23 10:30:39 +02:00
6 changed files with 44 additions and 34 deletions

View File

@@ -38,7 +38,7 @@ public class MenuController implements Initializable{
System.out.println("Passage <20><> l'<27>cran de choix des joueurs");
AnchorPane pane = FXMLLoader.load(getClass().getResource("../ressources/Choix_joueur.fxml"));
rootPane.getChildren().setAll(pane);
View.lancerPartie();
}
public void afficherRegle(MouseEvent mouseEvent) {