Update app.js

master
Andy Smy 2025-05-11 16:49:25 +01:00 committed by GitHub
parent fbd994554a
commit 63131182a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -194,7 +194,9 @@ 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, 174, 12);
g.drawString(wickets, 156, 12);
g.setFont("Vector",18);
g.drawString('\¦\¦\¦', 174, 12)
g.setFontAlign(-1,0);
g.setFont("Vector",18); // vector font, 80px
var heartRateString = '♥' + heartRate;