Responsive Plateau et Menu

This commit is contained in:
Paul Gross
2020-04-22 18:11:07 +02:00
parent f21d2a9319
commit c502639c82
3 changed files with 780 additions and 770 deletions

View File

@@ -10,7 +10,7 @@ import javafx.stage.Stage;
public class Main extends Application{
@Override
public void start(Stage primaryStage) throws Exception{
Parent root = FXMLLoader.load(getClass().getResource("ressources/jouerSonTour6.fxml"));
Parent root = FXMLLoader.load(getClass().getResource("ressources/Plateau.fxml"));
primaryStage.setTitle("Shadow Hunters");
primaryStage.setScene(new Scene(root));
primaryStage.show();