Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
rename defending to opponent field
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliu2016 committed Mar 6, 2019
1 parent 22ca510 commit 86aef5c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ val exampleBoardfile = Boardfile(
"Teleop", listOf(
listOf(
TemplateField("rocket_3", V5FieldType.Button, listOf("resets:game_piece=1")),
TemplateField("defending", V5FieldType.Switch, listOf("resets:game_piece=1"))
TemplateField("opponent_field", V5FieldType.Switch)
),
listOf(
TemplateField("rocket_2", V5FieldType.Button, listOf("resets:game_piece=1")),
TemplateField("defended", V5FieldType.Switch, listOf("resets:game_piece=1"))
TemplateField("defended", V5FieldType.Switch)
),
listOf(
TemplateField("rocket_1", V5FieldType.Button, listOf("resets:game_piece=1")),
Expand Down

0 comments on commit 86aef5c

Please sign in to comment.