diff options
| author | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-09-12 18:33:06 +0200 |
|---|---|---|
| committer | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-09-12 18:33:06 +0200 |
| commit | 49f9362d92b85226b428c75198025756801593ec (patch) | |
| tree | 484168908438b482905ebea0e219e8c5b2415bab | |
| parent | 180acd9ac9b76f6d5ffce7ce31820b472e99a74f (diff) | |
add 2.8 UI
| -rw-r--r-- | webAO/client.html | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/webAO/client.html b/webAO/client.html index f06527d..08fca07 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -187,11 +187,25 @@ <br> <label for="check_nonint">Noninterrupting Preanimation:</label> <input type="checkbox" name="check_nonint" id="check_nonint"> - </span> + </span> <span id="2.7" style="display: none"> <label for="check_nonint">Looping SFX:</label> <input type="checkbox" name="check_loopsfx" id="check_loopsfx"> </span> + <span id="2.8" style="display: none"> + <label for="check_additive">Additive:</label> + <input type="checkbox" name="check_additive" id="check_additive"> + <br> + <br> + <label for="effect_select">Role:</label> + <select id="effect_select" name="effect_select"> + <option value="-">None</option> + <option value="realization">Realization</option> + <option value="hearts">Hearts</option> + <option value="reaction">Reaction</option> + <option value="impact">Impact</option> + </select> + </span> </div> </div> <fieldset style="margin:10px;"> |
