diff options
| author | stonedDiscord <stoned@derpymail.org> | 2017-12-12 16:39:05 +0100 |
|---|---|---|
| committer | stonedDiscord <stoned@derpymail.org> | 2017-12-12 16:39:05 +0100 |
| commit | 198231c4685a90cf10d819be7eedaa265dc9404e (patch) | |
| tree | c34654698ba9e0314685f28addb12bfc2826b685 /client.html | |
| parent | 3bc7e930e2b96e1482e81380c51c00572d1b52f4 (diff) | |
ao2 edits and avail server now green
Diffstat (limited to 'client.html')
| -rw-r--r-- | client.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client.html b/client.html index eee9f23..75ce66b 100644 --- a/client.html +++ b/client.html @@ -38,6 +38,7 @@ Music <input id="client_mvolume" type="range" min="0" max="100" value="80" onChange="changeMusicVolume()"/> SFX <input id="client_svolume" type="range" min="0" max="100" value="70" onChange="changeSFXVolume()"/> Blip <input id="client_bvolume" type="range" min="0" max="100" value="60" onChange="changeBlipVolume()"/> + <input id="change_character" type="button" onClick="changeCharacter()" value="Change character"/> </div> <div id="client_chatlog"> |
