diff options
| author | sD <stoned@derpymail.org> | 2020-02-15 21:15:03 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-15 21:15:03 +0100 |
| commit | 842dc4b9c7652058bf4214c28468f608fd1215c0 (patch) | |
| tree | e21f20fd2062f4cabcef8161d47ebe1a7b07c38c /webAO/client.html | |
| parent | 2b890c9e54742d09a841b4ef3b5cf200397e80eb (diff) | |
Revert "change blips too"
This reverts commit 0a21911b3cc3f8de444c5b1da80c742cd74c611f.
Diffstat (limited to 'webAO/client.html')
| -rw-r--r-- | webAO/client.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/webAO/client.html b/webAO/client.html index 3c06689..119e3d8 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -287,10 +287,8 @@ <audio id="client_sfxaudio" onvolumechange="changeSFXVolume()" controls></audio> <p>Blip</p> - <audio id="client_blipaudio0" onvolumechange="changeBlipVolume()" controls></audio> - <audio id="client_blipaudio1"></audio> - <audio id="client_blipaudio2"></audio> - <audio id="client_blipaudio3"></audio> + <input id="client_bvolume" class="long" type="range" min="0" max="100" value="60" + onchange="changeBlipVolume()"> <br> <br> <button id="char_change" alt="Change" class="client_button hover_button" onclick="changeCharacter()">Change |
