Skip to content

Commit

Permalink
Begin match prediction overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerng committed Mar 4, 2019
1 parent 46f438d commit b791fb7
Show file tree
Hide file tree
Showing 10 changed files with 845 additions and 258 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public void start(Stage primaryStage) throws Exception {

primaryStage.getIcons().add(new Image(getClass().getResourceAsStream("/img/team_25_logo.png")));
primaryStage.setTitle("Raider Robotix Scouting Client");
primaryStage.setScene(new Scene(root, 820, 370));
primaryStage.setScene(new Scene(root, 820, 400));
primaryStage.setResizable(false);
primaryStage.show();

Expand Down
Loading

0 comments on commit b791fb7

Please sign in to comment.