Update app.js

master
Andy Smy 2025-05-11 13:44:42 +01:00 committed by GitHub
parent d1acd7328a
commit 24a81998a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -79,8 +79,8 @@ function showLog() {
}
g.setFont("Vector", 18).drawString(
log[idx].time + " " +
log[idx].metaData,r.x+6,r.y+27) + " " +
log[idx].heartRate;
log[idx].metaData + " " +
log[idx].heartRate,r.x+6,r.y+27);
},
select : (idx) => {
resumeGame();