mirror of https://github.com/espruino/BangleApps
Updated name, fixed icon
parent
d287855b9e
commit
1d03a5b3aa
|
@ -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");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue