diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-07-06 21:35:24 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-16 19:19:39 +0100 |
commit | c34dcc9b8fb2841d5ed82e9b75e0fba0659ff109 (patch) | |
tree | 173e43409f5c80cf64e39e27eafaf978cb2f6721 | |
parent | cddc3e1c83db9c8319906e25960a524fe3f94349 (diff) | |
download | crusader-rex-c34dcc9b8fb2841d5ed82e9b75e0fba0659ff109.tar.gz |
crusader: Add rematch and exit buttons.
-rw-r--r-- | play.html | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -416,6 +416,8 @@ body.shift .block.known:hover { <button id="next_button" class="hide" onclick="on_button_next()">Next</button> <button id="undo_button" class="hide" onclick="on_button_undo()">Undo</button> + <div id="rematch_button" class="image_button hide" onclick="send_rematch()"><img src="/images/cycle.svg"></div> + <div id="exit_button" class="image_button hide" onclick="send_exit()"><img src="/images/exit-door.svg"></div> </div> <div class="grid_role"> |