Update app.js
parent
b3f797dfc9
commit
898d11cb06
|
|
@ -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);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue