From 1b9711a851869a35560d925fc6f3f5e9cd464ca0 Mon Sep 17 00:00:00 2001 From: Thaloria Date: Wed, 26 Jul 2023 09:54:49 +0200 Subject: [PATCH] added async stone detection thread --- litris.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litris.py b/litris.py index 73969d4..91a979a 100644 --- a/litris.py +++ b/litris.py @@ -90,7 +90,7 @@ class Litris(GameBase): self.drop_down() print(self.field) if self.field.get_line_count() >= 6 and self.field.height() <= 2: - if self.field.predict_gaps_in_next_rotation() <= 6: + if self.field.predict_gaps_in_next_rotation() <= 5: self.update_move_mode() self.field.rotate_state() #self.update_move_mode()