mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 13:46:44 -04:00
Increased post-auto pause to 2 seconds.
This commit is contained in:
2
arena.go
2
arena.go
@@ -102,7 +102,7 @@ func NewRealtimeScore() *RealtimeScore {
|
||||
// Sets the arena to its initial state.
|
||||
func (arena *Arena) Setup() {
|
||||
arena.matchTiming.AutoDurationSec = 10
|
||||
arena.matchTiming.PauseDurationSec = 1
|
||||
arena.matchTiming.PauseDurationSec = 2
|
||||
arena.matchTiming.TeleopDurationSec = 140
|
||||
arena.matchTiming.EndgameTimeLeftSec = 30
|
||||
|
||||
|
||||
Reference in New Issue
Block a user