tetris: Added comment

pull/3152/head
Erik Andresen 2024-01-13 10:14:34 +01:00
parent 97a5875d41
commit 04950706fb
1 changed files with 1 additions and 1 deletions

View File

@ -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;