Update app.js

master
Andy Smy 2025-05-11 16:59:07 +01:00 committed by GitHub
parent 2253c5f28e
commit c76e3ad412
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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);