Updated name, fixed icon
parent
d287855b9e
commit
1d03a5b3aa
|
|
@ -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