Skip to content

Commit

Permalink
correct default field year to 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
STHobbes committed Dec 9, 2023
1 parent d993fee commit 238ba93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/frc6831/planner/Field.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ public class Field {
private double X_VIEW_MAX = 4.115;
private double Y_VIEW_MAX = 8.23;

private final String m_default_title = "2022 field";
private final String m_default_description = "The 2022 field outline with no game elements.";
private final String m_default_title = "2023 field";
private final String m_default_description = "The 2023 field outline with no game elements.";

// Additional colors - for 2021 Infinite Recharge at home
private static final Color GREEN_ZONE = new Color(118, 215, 196);
Expand Down

0 comments on commit 238ba93

Please # to comment.