added async stone detection thread
This commit is contained in:
@@ -185,8 +185,8 @@ class Tetromino():
|
|||||||
elif mode == 2:
|
elif mode == 2:
|
||||||
offset_map= {
|
offset_map= {
|
||||||
'i': {0: 9, 1: 8, 2: 9, 3: 8},
|
'i': {0: 9, 1: 8, 2: 9, 3: 8},
|
||||||
'a': {0: 9, 1: 9, 2: 9, 3: 9},
|
'a': {0: 9, 1: 8, 2: 9, 3: 8},
|
||||||
'b': {0: 9, 1: 9, 2: 9, 3: 9},
|
'b': {0: 9, 1: 8, 2: 9, 3: 8},
|
||||||
'c': {0: 10, 1: 10, 2: 10, 3: 10},
|
'c': {0: 10, 1: 10, 2: 10, 3: 10},
|
||||||
'o': {0: 9, 1: 9, 2: 9, 3: 9},
|
'o': {0: 9, 1: 9, 2: 9, 3: 9},
|
||||||
'd': {0: 9, 1: 9, 2: 9, 3: 9},
|
'd': {0: 9, 1: 9, 2: 9, 3: 9},
|
||||||
|
|||||||
Reference in New Issue
Block a user