summaryrefslogtreecommitdiff
path: root/ui.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui.js')
-rw-r--r--ui.js2
1 files changed, 2 insertions, 0 deletions
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();