added async stone detection thread

This commit is contained in:
2023-07-24 13:54:42 +02:00
parent a2575370f9
commit d3fa6fe807

View File

@@ -199,8 +199,8 @@ class Tetromino():
elif mode == 3:
offset_map= {
'i': {0: 8, 1: 10, 2: 8, 3: 10},
'a': {0: 9, 1: 9, 2: 9, 3: 9},
'b': {0: 9, 1: 9, 2: 9, 3: 9},
'a': {0: 8, 1: 9, 2: 8, 3: 9},
'b': {0: 8, 1: 9, 2: 8, 3: 9},
'c': {0: 8, 1: 8, 2: 8, 3: 8},
'o': {0: 9, 1: 9, 2: 9, 3: 9},
'd': {0: 9, 1: 9, 2: 9, 3: 9},