Skip to content

Commit

Permalink
Updating the Splash! Thank you @esuts
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Jan 8, 2025
1 parent fe04559 commit 489a8ca
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/commonwealthrobotics/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ public void start(Stage newStage) throws Exception {
});
BowlerStudio.runLater(() -> {
try {

Image loadAsset = new Image(PsudoSplash.getResource().toString());
//CADoodle-Icon.png
Image loadAsset = new Image(Main.class.getResource("CADoodle-Icon.png").toString());
newStage.getIcons().add(loadAsset);
} catch (Exception e) {
e.printStackTrace();
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/resources/com/commonwealthrobotics/SourceIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 489a8ca

Please sign in to comment.