Skip to content

Commit

Permalink
Add guitar riff warning sound (but keep steam whistle around so users…
Browse files Browse the repository at this point in the history
… can swap it in if they prefer) (closes #183).
  • Loading branch information
patfair committed May 17, 2024
1 parent 763a109 commit 7c37936
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/match_sounds.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func UpdateMatchSounds() {
float64(MatchTiming.AutoDurationSec + MatchTiming.PauseDurationSec),
},
{
"warning",
"warning_guitar",
"wav",
float64(
MatchTiming.AutoDurationSec + MatchTiming.PauseDurationSec + MatchTiming.TeleopDurationSec -
Expand Down
Binary file added static/audio/warning_guitar.wav
Binary file not shown.

0 comments on commit 7c37936

Please sign in to comment.