mirror of https://github.com/espruino/BangleApps
tetris: Added comment
parent
97a5875d41
commit
04950706fb
|
@ -220,7 +220,7 @@ function newGame() {
|
||||||
drawTile(ct, ctn, ox+px*8, oy+py*8, false);
|
drawTile(ct, ctn, ox+px*8, oy+py*8, false);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else { // control != 4
|
||||||
if (control == 2) { // Tilt
|
if (control == 2) { // Tilt
|
||||||
Bangle.on("accel", (e) => {
|
Bangle.on("accel", (e) => {
|
||||||
if (state != 1) return;
|
if (state != 1) return;
|
||||||
|
|
Loading…
Reference in New Issue