Skip to content

Commit

Permalink
Fix barge zone modifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
nab138 committed Jan 17, 2025
1 parent 62f7a9b commit 83829a2
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Pathfinding/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'me.nabdev.pathfinding'
version '0.12.6'
version '0.12.7-SNAPSHOT2'

java {
withSourcesJar()
Expand Down
29 changes: 29 additions & 0 deletions Pathfinding/src/main/resources/reefscape_2025.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,35 @@
[1.75755693, 8.0518]
],
"skipCornerCutting": true
},
{
"id": "Barge Center",
"vertices": [
[8.46932467, 4.3307],
[9.07892467, 4.3307],
[9.07892467, 3.7211],
[8.46932467, 3.7211]
]
},
{
"id": "Red Barge Zone",
"modifiers": ["ACTIVE_OTHER_ALLIANCE", "RED_ALLIANCE", "ALWAYS_ACTIVE"],
"vertices": [
[8.18992467, 3.7211],
[9.35832467, 3.7211],
[9.35832467, 0],
[8.18992467, 0]
]
},
{
"id": "Blue Barge Zone",
"modifiers": ["ACTIVE_OTHER_ALLIANCE", "BLUE_ALLIANCE", "ALWAYS_ACTIVE"],
"vertices": [
[8.18992467, 8.0518],
[9.35832467, 8.0518],
[9.35832467, 4.3307],
[8.18992467, 4.3307]
]
}
]
}

0 comments on commit 83829a2

Please sign in to comment.