Skip to content

Commit

Permalink
Merge pull request #25 from bubner/main
Browse files Browse the repository at this point in the history
Update field image
  • Loading branch information
Jarhead20 authored Sep 9, 2024
2 parents dff055b + 396e927 commit 1010bb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# RRPathGen

RRPathGen is a tool to generate [Road Runner](https://github.com/acmerobotics/road-runner) paths.
![RRPathGen](https://i.imgur.com/TN0eaFO.png)
RRPathGen is a tool to generate [Road Runner](https://github.com/acmerobotics/road-runner) v0.5 paths.
![RRPathGen](https://github.com/user-attachments/assets/13bc744e-f0ce-4779-aa87-9471e72bad61)

## Installation (Jar)

Expand Down
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-2023-centerstage-juice-dark-rotated.png"))).getImage(), 0, 0, this.getWidth(), this.getHeight(), null);
g.drawImage(new ImageIcon(Objects.requireNonNull(Main.class.getResource("/field-2024-into-the-deep-juice-dark.jpg"))).getImage(), 0, 0, this.getWidth(), this.getHeight(), null);
if (preRenderedSplines == null || preRenderedSplines.getWidth() != this.getWidth())
renderBackgroundSplines();
g.drawImage(preRenderedSplines, 0, 0, null);
Expand Down
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 1010bb6

Please sign in to comment.