Updated name, fixed icon

pull/995/head
Jay de Belle 2021-12-03 21:30:41 -05:00
parent d287855b9e
commit 1d03a5b3aa
1 changed files with 12 additions and 6 deletions

View File

@ -150,7 +150,7 @@ function init() {
g.drawImage(head[0], head[1], head[2]); g.drawImage(head[0], head[1], head[2]);
} else { } else {
g.fillCircle(props.x,props.y,10); g.fillCircle(props.x, props.y, 10);
} }
}); });
if (this.currentPosition[totalItems].x === this.applePosition.x && this.currentPosition[totalItems].y === this.applePosition.y) { if (this.currentPosition[totalItems].x === this.applePosition.x && this.currentPosition[totalItems].y === this.applePosition.y) {
@ -277,9 +277,15 @@ function init() {
152, 70, 152, 70,
159, 79, 159, 79,
21, 71 ]); 21, 71 ]);
g.setFont('Vector', 12); g.setColor(this.textColor, this.textColor, this.textColor);
g.setColor(1, 0, 1); g.setFont('Vector', 15);
g.drawString("by: Jason de Belle", 30, 80, "solid"); g.drawString("Tilt to turn", 20, 100, "solid");
g.drawString("Tap to start", 20, 120, "solid");
g.setColor(0, 1, 0);
g.setFont('4x6', 3);
g.drawString("Jason de Belle", 5, 145, "solid");