Block falling working. /JL

This commit is contained in:
2025-04-22 20:59:52 +02:00
parent 2e3460dca5
commit 9696719067
3 changed files with 20 additions and 7 deletions

View File

@@ -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")