@@ -61,7 +61,8 @@ class Brick:
return True if self.state == enums.BrickState.Current else False
def update(self):
pass
self.y += 1
self.location = (self.x, self.y)
def rotate(self):
print("Rotating")
The note is not visible to the blocked user.