diff options
| author | Brian Cully <bjc@spork.org> | 2025-12-22 14:37:16 -0500 |
|---|---|---|
| committer | Brian Cully <bjc@spork.org> | 2025-12-22 14:37:16 -0500 |
| commit | e083a6720227e8cf2b03b94110607f9d5a50e1b6 (patch) | |
| tree | 1b4a989da1bed024d6bacaef67451ec380fce709 /site/index.html | |
| parent | 874834b026300fab646ccefdaceb33bc4ff499b7 (diff) | |
| download | automathon-e083a6720227e8cf2b03b94110607f9d5a50e1b6.tar.gz automathon-e083a6720227e8cf2b03b94110607f9d5a50e1b6.zip | |
html: add tick rate selector
Diffstat (limited to 'site/index.html')
| -rw-r--r-- | site/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/site/index.html b/site/index.html index dac9b4f..eeebbe9 100644 --- a/site/index.html +++ b/site/index.html @@ -19,6 +19,15 @@ <!-- <button id='bench'>bench</button> --> <button id='tick'>tick</button> <button id='blinken'>blinken</button> + <label for='tick-rate-select'>tps:</label> + <select id='tick-rate-select'> + <option>5</option> + <option>10</option> + <option selected>15</option> + <option>30</option> + <option>45</option> + <option>60</option> + </select> </div> <!-- controls --> </section> <!-- arena --> |
