Update app.js

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

View File

@ -195,8 +195,8 @@ function countDown(dir) {
g.setFontAlign(1,0);
g.setFont("Vector",24); // vector font, 80px
g.drawString(wickets, 156, 12);
g.setFont("Vector",18);
g.drawString('\¦\¦\¦', 174, 12)
g.setFont("Vector",12);
g.drawString('\¦\¦\¦', 174, 14);
g.setFontAlign(-1,0);
g.setFont("Vector",18); // vector font, 80px
var heartRateString = heartRate + '*';