From 64680dffca07b65cfade66a28578ddcb4269489e Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 17 Dec 2024 19:56:17 +0100 Subject: Add "ping" action. --- play.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'play.js') diff --git a/play.js b/play.js index c516b50..c27c480 100644 --- a/play.js +++ b/play.js @@ -709,6 +709,10 @@ function on_update() { action_button("player_3", "Red") action_button("player_4", "Black") + action_button("resume", "Resume") + + action_button("ping", "Ping") + action_button("pass", "Pass") action_button("next", "Next") action_button("end_game", "End game") -- cgit v1.2.3