aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.html
diff options
context:
space:
mode:
authorstonedDiscord <10584181+stonedDiscord@users.noreply.github.com>2020-11-07 02:23:12 +0100
committerstonedDiscord <10584181+stonedDiscord@users.noreply.github.com>2020-11-07 02:23:12 +0100
commit374a2eef333fbca381747dbb5863c283d20d195a (patch)
treed732f3bf6e7304059f8d85fc486aa28fcda22ad0 /webAO/client.html
parent4a04e4f493980d31012ba19918512ceb2a0e2dda (diff)
add the client html for the volume slider
Diffstat (limited to 'webAO/client.html')
-rw-r--r--webAO/client.html3
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>