From 63131182a883aff6edd59b3f16cb951c1519e83d Mon Sep 17 00:00:00 2001 From: Andy Smy <47543767+AndySmee@users.noreply.github.com> Date: Sun, 11 May 2025 16:49:25 +0100 Subject: [PATCH] Update app.js --- apps/umpire/app.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/umpire/app.js b/apps/umpire/app.js index 3c525f600..c348f670b 100644 --- a/apps/umpire/app.js +++ b/apps/umpire/app.js @@ -194,7 +194,9 @@ function countDown(dir) { g.clear(1); // clear screen and reset graphics state g.setFontAlign(1,0); g.setFont("Vector",24); // vector font, 80px - g.drawString(wickets, 174, 12); + g.drawString(wickets, 156, 12); + g.setFont("Vector",18); + g.drawString('\¦\¦\¦', 174, 12) g.setFontAlign(-1,0); g.setFont("Vector",18); // vector font, 80px var heartRateString = '♥' + heartRate;