diff options
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 --> |
