mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Add manual triggering of game sounds to Field Testing page.
This commit is contained in:
@@ -7,6 +7,18 @@
|
||||
{{define "title"}}Field Testing{{end}}
|
||||
{{define "body"}}
|
||||
<div class="row">
|
||||
<div class="col-lg-3">
|
||||
<div class="well">
|
||||
<legend>Game Sounds</legend>
|
||||
{{range $sound := .MatchSounds}}
|
||||
<p>
|
||||
<button type="button" class="btn btn-sm btn-info btn-game-sound" onclick="playSound('{{$sound.Name}}');">
|
||||
<i class="glyphicon glyphicon-play"></i> {{toUpper $sound.Name}}
|
||||
</button>
|
||||
</p>
|
||||
{{end}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-7">
|
||||
<div class="well">
|
||||
<legend>PLC</legend>
|
||||
|
||||
Reference in New Issue
Block a user