Skip to content

Commit

Permalink
Juice CenterStage Backround
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarhead20 committed Sep 19, 2023
1 parent 908b189 commit e68e160
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/jarhead/DrawPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ public void paintComponent (Graphics g){
main.scale(nodeManager.undo, main.scale, oldScale);
main.scale(nodeManager.redo, main.scale, oldScale);
});
g.drawImage(new ImageIcon(Objects.requireNonNull(Main.class.getResource("/field-2022-kai-dark.png"))).getImage(), 0, 0, this.getWidth(), this.getHeight(), null);
g.drawImage(new ImageIcon(Objects.requireNonNull(Main.class.getResource("/Juice-CENTERSTAGE-Dark.png"))).getImage(), 0, 0, this.getWidth(), this.getHeight(), null);
if (preRenderedSplines == null || preRenderedSplines.getWidth() != this.getWidth())
renderBackgroundSplines();
g.drawImage(preRenderedSplines, 0, 0, null);
Expand Down
Binary file added src/main/resources/Juice-CENTERSTAGE-Dark.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 e68e160

Please sign in to comment.