aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-02-15 12:44:22 +0100
committersD <stoned@derpymail.org>2020-02-15 12:44:22 +0100
commit2c734f9bb28afc4e6a4961375101dc7c84521dca (patch)
tree44e7d1bade9ea20e7dfd45a611d7bbec99930428 /webAO
parent70d28a8c6c90cc7819ba5e9375752d2ba1363394 (diff)
add an extra checkbox to disable preanim
Diffstat (limited to 'webAO')
-rw-r--r--webAO/client.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/webAO/client.html b/webAO/client.html
index 1066405..20f436d 100644
--- a/webAO/client.html
+++ b/webAO/client.html
@@ -93,7 +93,9 @@
<option value="4">Blue</option>
</select>
<label for="sendsfx">SFX</label>
- <input type="checkbox" id="sendsfx" name="sendsfx" value="sendsfx">
+ <input type="checkbox" id="sendsfx" name="sendsfx" value="sendsfx" checked>
+ <label for="sendpreanim">Preanimation</label>
+ <input type="checkbox" id="sendpreanim" name="sendpreanim" value="sendpreanim">
<br>
<br>
<button id="button_flip" alt="Flip" class="client_button" onclick="toggleFlip()">Flip</button>