diff options
| author | stonedDiscord <stoned@derpymail.org> | 2020-11-09 19:27:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-09 19:27:14 +0100 |
| commit | 6d244f6c1f2146a180f0a5ab6bbf576890b63399 (patch) | |
| tree | 10d0f588b9fe063f6a5b77239a50ca79e9d8c6a6 /webAO/client.html | |
| parent | 9af41934b5f3fcaa04c1eed3ce3ff31a31bd4111 (diff) | |
| parent | 05d87429a4e39affe31b788200369b32a36aca1d (diff) | |
Merge pull request #71 from AttorneyOnline/new_music_stuff
add channels and clientside looping
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 8909fc9..c446480 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -362,7 +362,8 @@ <meta name="frame-title" lang="en" content="Settings"> <h2>Volume</h2> <p>Music</p> - <audio id="client_musicaudio" onvolumechange="changeMusicVolume()" controls loop></audio> + <input id="client_mvolume" class="long" type="range" min="0" max="1" value="1" step="0.01" + onchange="changeMusicVolume()"> <p>SFX</p> <audio id="client_sfxaudio" onvolumechange="changeSFXVolume()" controls></audio> |
