animation des

This commit is contained in:
Chiara 2020-04-27 15:37:05 +02:00
parent 5ccf1a731b
commit bff45c162a
2 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ public class Main extends Application {
public void start(Stage primaryStage) throws Exception {
System.out.println("Lancement de l'application");
Pane root = FXMLLoader.load(getClass().getResource("ressources/des.fxml")); // "ressources/Jouer_tour(1)lancer_des.fxml"
Pane root = FXMLLoader.load(getClass().getResource("ressources/Menu.fxml")); // "ressources/Jouer_tour(1)lancer_des.fxml"
primaryStage.setTitle("Shadow Hunters");
primaryStage.setScene(new Scene(root));

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB