Update app.js

master
Andy Smy 2025-05-09 17:06:59 +01:00 committed by GitHub
parent 35347272d1
commit 794f0f36ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@ function countDown(dir) {
g.drawString(over + "." + counter, g.getWidth()/1.89, 120);
g.setFont("Vector",18);
var ballGraph = ballFaced.repeat(counter) + ballToCome.repeat(ballsPerOver-counter);
if(timeCalled) ballGraph = '-TIME-';
g.drawString(ballGraph + ' ' + formatDuration(deadDuration), g.getWidth()/1.89, 166);
processing = false;