mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Mostly got boats going to marks on the canvas (code currently broken) #story[377] #pair[zyt10, ptg19]
This commit is contained in:
@@ -10,13 +10,12 @@ public class App extends Application
|
||||
{
|
||||
@Override
|
||||
public void start(Stage primaryStage) throws Exception {
|
||||
System.out.println(getClass().getResource("/RaceView.fxml"));
|
||||
|
||||
Parent root = FXMLLoader.load(getClass().getResource("/RaceView.fxml"));
|
||||
primaryStage.setTitle("RaceVision");
|
||||
primaryStage.setScene(new Scene(root));
|
||||
|
||||
seng302.models.OldApp.main(); // Run this to show how positions are updated
|
||||
// seng302.models.OldApp.main(); // Run this to show how positions are updated
|
||||
// seng302.controllers.RaceController.initializeRace();
|
||||
|
||||
primaryStage.show();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user