Skip to content

Commit

Permalink
[fieldImages] Add 2025 Reefscape to Fields, make default (#7635)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson authored Jan 4, 2025
1 parent b65f159 commit 257d0e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions fieldImages/src/main/java/edu/wpi/first/fields/Fields.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ public enum Fields {
k2021Slalom("2021-slalompath.json"),
k2022RapidReact("2022-rapidreact.json"),
k2023ChargedUp("2023-chargedup.json"),
k2024Crescendo("2024-crescendo.json");
k2024Crescendo("2024-crescendo.json"),
k2025Reefscape("2025-reefscape.json");

public static final String kBaseResourceDir = "/edu/wpi/first/fields/";

/** Alias to the current game. */
public static final Fields kDefaultField = k2024Crescendo;
public static final Fields kDefaultField = k2025Reefscape;

public final String m_resourceFile;

Expand Down

0 comments on commit 257d0e0

Please sign in to comment.