@ -127,8 +127,8 @@ let tetris = function () {
function dropShape(p) {
p.t = next_t;
p.x = 0;
p.y = grid_x/2 - 1;
p.x = grid_x/2 - 1;
p.y = 0;
p.r = 0;
next_t = getNextT();
The note is not visible to the blocked user.