From 2f46aa60f50d2d507a43fd2c1219da22872541db Mon Sep 17 00:00:00 2001 From: Andy Smy <47543767+AndySmee@users.noreply.github.com> Date: Sun, 11 May 2025 15:26:30 +0100 Subject: [PATCH] Update app.js --- apps/umpire/app.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/umpire/app.js b/apps/umpire/app.js index 02a1950f8..941aeb755 100644 --- a/apps/umpire/app.js +++ b/apps/umpire/app.js @@ -182,11 +182,13 @@ function countDown(dir) { } g.clear(1); // clear screen and reset graphics state - g.setFontAlign(0,0); // center font + g.setFontAlign(1,0); g.setFont("Vector",24); // vector font, 80px - g.drawString(wickets, 160, 10); + g.drawString(wickets, 165, 10); + g.setFontAlign(-1,0); g.setFont("Vector",18); // vector font, 80px - g.drawString(battery + "% " + heartRate, 18, 10); + g.drawString(battery + "% " + heartRate, 2, 10); + g.setFontAlign(0,0); g.setFont("Vector",48); // vector font, 80px g.drawString(formatTimeOfDay(timeSig), g.getWidth()/1.89, 50); g.setFont("Vector",80); // vector font, 80px