From 2d1f76aca97aeaa097e062fdb57764c30b797ac5 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 15 Jun 2021 22:55:56 +0200 Subject: tripoli: Show tournament rule scoring points. --- ui.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui.js') diff --git a/ui.js b/ui.js index e5adacf..32b1a33 100644 --- a/ui.js +++ b/ui.js @@ -184,6 +184,8 @@ function on_update() { show_action_button("#button_next", "next"); show_action_button("#button_undo", "undo"); + document.getElementById("tr_score").textContent = game.tr.score; + document.getElementById("us_score").textContent = game.us.score; document.getElementById("tr_info").textContent = tr_info(); document.getElementById("us_info").textContent = us_info(); -- cgit v1.2.3