diff options
| author | sD <stoned@derpymail.org> | 2020-02-15 21:25:55 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-15 21:25:55 +0100 |
| commit | 131bc522be92901321e89896a00d548f4b55ac4f (patch) | |
| tree | 671c4607683f3b3277f91543bc1d5e7f4e4f989a /webAO/client.html | |
| parent | 842dc4b9c7652058bf4214c28468f608fd1215c0 (diff) | |
Revert "use the element for sfx"
Diffstat (limited to 'webAO/client.html')
| -rw-r--r-- | webAO/client.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webAO/client.html b/webAO/client.html index 119e3d8..2152ddc 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -284,7 +284,8 @@ <audio id="client_musicaudio" onvolumechange="changeMusicVolume()" controls loop></audio> <p>SFX</p> - <audio id="client_sfxaudio" onvolumechange="changeSFXVolume()" controls></audio> + <input id="client_svolume" class="long" type="range" min="0" max="100" value="70" + onchange="changeSFXVolume()"> <p>Blip</p> <input id="client_bvolume" class="long" type="range" min="0" max="100" value="60" |
