Update app.js

master
Andy Smy 2025-04-21 19:46:29 +01:00 committed by GitHub
parent 617c456431
commit 2adccea94e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -37,9 +37,9 @@ function showLog() {
|| log[idx].matchEvent=="Toss" || log[idx].matchEvent=="Toss"
|| log[idx].matchEvent=="App Started"){ || log[idx].matchEvent=="App Started"){
g.setFont("Vector", 22).drawString( g.setFont("Vector", 22).drawString(
log[idx].time + " " +
log[idx].matchEvent,r.x+6,r.y+2); log[idx].matchEvent,r.x+6,r.y+2);
g.setFont("Vector", 18).drawString( g.setFont("Vector", 18).drawString(
log[idx].time + " " +
log[idx].metaData,r.x+6,r.y+27); log[idx].metaData,r.x+6,r.y+27);
} else { } else {
g.setFont("Vector", 22).drawString( g.setFont("Vector", 22).drawString(