diff options
| author | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-11-07 02:23:12 +0100 |
|---|---|---|
| committer | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-11-07 02:23:12 +0100 |
| commit | 374a2eef333fbca381747dbb5863c283d20d195a (patch) | |
| tree | d732f3bf6e7304059f8d85fc486aa28fcda22ad0 | |
| parent | 4a04e4f493980d31012ba19918512ceb2a0e2dda (diff) | |
add the client html for the volume slider
| -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> |
