From c76e3ad41263211b3cbb5776e9311c8090e6d0fa Mon Sep 17 00:00:00 2001 From: Andy Smy <47543767+AndySmee@users.noreply.github.com> Date: Sun, 11 May 2025 16:59:07 +0100 Subject: [PATCH] Update app.js --- apps/umpire/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/umpire/app.js b/apps/umpire/app.js index a1a0f3936..92157266e 100644 --- a/apps/umpire/app.js +++ b/apps/umpire/app.js @@ -193,8 +193,8 @@ 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, 156, 12); + g.setFont("Vector",26); // vector font, 80px + g.drawString(wickets, 160, 12); g.setFont("Vector",12); g.drawString('\¦\¦\¦', 174, 14); g.setFontAlign(-1,0);