Update app.js

master
Andy Smy 2025-04-17 17:55:16 +01:00 committed by GitHub
parent b3f797dfc9
commit 898d11cb06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ function countDown(dir) {
g.setFontAlign(0,0); // center font
g.setFont("Vector",48);
g.drawString(formatTimeOfDay(timeSig), g.getWidth()/1.89, g.getHeight()/3.5);
g.setFont("Vector",24)
g.setFont("Vector",24);
g.drawString(over + " " + overMinutesString + "\nI " + matchMinutesString, g.getWidth()/1.89, g.getHeight()/1.4);