This commit is contained in:
Paul Gross
2020-04-23 10:06:54 +02:00
parent a830ddac88
commit df68d70f3d
5 changed files with 57 additions and 29 deletions

View File

@@ -20,6 +20,7 @@ import javafx.scene.layout.BorderPane;
import javafx.scene.layout.HBox;
import main.Joueur;
import main.JoueurVirtuel;
import main.View;
public class PlayersController implements Initializable{
@@ -104,6 +105,7 @@ public class PlayersController implements Initializable{
alert.showAndWait();
}else {
System.out.println("Lancement du jeu...");
View.initPartie(joueurs);
FXMLLoader loader = new FXMLLoader(getClass().getResource("../ressources/Plateau.fxml"));
Parent root = loader.load();