litris update

This commit is contained in:
Thaloria@web.de
2023-07-25 12:11:56 +02:00
parent de56e687f8
commit 54cb23a923
2 changed files with 2 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ class Litris(GameBase):
self.move_stone(column - offset_col, rotation)
self.drop_down()
print(self.field)
if self.field.get_line_count() >= 10:
if self.field.get_line_count() >= 6:
self.update_move_mode()
self.field.rotate_state()
#self.update_move_mode()