Update app.js

pull/1886/head
pidajo 2022-06-06 13:52:26 +02:00 committed by GitHub
parent aeafb1488e
commit b2d1a52800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
g.setFontAlign(0,1); // center fonts
//g.drawRect(this.x, this.y, this.x+width-1, this.y+23); // check the bounds!
var text = "date.getDate();
var text = date.getDate();
g.setFont("Vector", 24);
g.drawString(text, this.x+width/2+1, this.y + 28);
//g.setColor(0, 0, 1);