diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2021-02-11 11:15:37 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2021-02-11 11:15:37 -0500 |
commit | 9afa0420b0d34d8484a71ae278e4dbd1630a035a (patch) | |
tree | 6e7a90d247ae89cd65caca71b2cbbaaceeff58ac /client.html | |
parent | aa92baae14882ccf38f311f71c64cc0a6205553e (diff) |
Input and settings fixes
Diffstat (limited to 'client.html')
-rw-r--r-- | client.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client.html b/client.html index c5d7cc7..87963a3 100644 --- a/client.html +++ b/client.html @@ -53,7 +53,7 @@ <div class="topbar" style="height: auto;"> <div class="top-buttons"> <button id="newgame" class="top-button" onclick="game.lobby.newGame()"></button> - <button id="settings" class="top-button" onclick="game.lobby.mobileSettings()"></button> + <button id="settings" class="top-button" onclick="game.lobby.mobileSettings(game.settings)"></button> <button id="reset" class="top-button" onclick="game.reset()"></button> </div> |