diff options
| author | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-11-09 20:33:35 +0100 |
|---|---|---|
| committer | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-11-09 20:33:35 +0100 |
| commit | ec25e38d4953600f71373d5681f948b9a38296c1 (patch) | |
| tree | e76bfbef00391f2b549ffa015a779332c13bcb79 /webAO/client.html | |
| parent | b604a680330e4d07c5a55ff985975f1030143262 (diff) | |
add a custom objection button
Diffstat (limited to 'webAO/client.html')
| -rw-r--r-- | webAO/client.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webAO/client.html b/webAO/client.html index c446480..99a5910 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -123,6 +123,8 @@ onclick="toggleShout(2)">OBJECTION!</button> <button id="button_3" alt="Take That!" class="client_button" onclick="toggleShout(3)">Take That!</button> + <button id="button_4" alt="Custom" class="client_button" onclick="toggleShout(4)" style="display: none"> + Custom</button> <br> <br> <label for="textcolor">Text Color:</label> |
