mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
Removed Legs from the race, using coordinates instead
Tags: #implement #refactor #test #story[9]
This commit is contained in:
@@ -6,7 +6,6 @@ import javafx.scene.Parent;
|
||||
import javafx.scene.Scene;
|
||||
import javafx.stage.Stage;
|
||||
|
||||
|
||||
public class App extends Application
|
||||
{
|
||||
@Override
|
||||
@@ -17,6 +16,8 @@ public class App extends Application
|
||||
primaryStage.setTitle("RaceVision");
|
||||
primaryStage.setScene(new Scene(root));
|
||||
|
||||
//OldApp.main(); // Run this to show how positions are updated
|
||||
|
||||
primaryStage.show();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user