litris update
This commit is contained in:
@@ -204,7 +204,7 @@ class Tetromino():
|
|||||||
'c': {0: 9, 1: 9, 2: 9, 3: 9},
|
'c': {0: 9, 1: 9, 2: 9, 3: 9},
|
||||||
'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},
|
||||||
't': {0: 8, 1: 9, 2: 9, 3: 7},
|
't': {0: 8, 1: 9, 2: 9, 3: 9},
|
||||||
's': {0: 8, 1: 9, 2: 8, 3: 9},
|
's': {0: 8, 1: 9, 2: 8, 3: 9},
|
||||||
'z': {0: 8, 1: 9, 2: 8, 3: 9},
|
'z': {0: 8, 1: 9, 2: 8, 3: 9},
|
||||||
'j': {0: 9, 1: 9, 2: 8, 3: 9},
|
'j': {0: 9, 1: 9, 2: 8, 3: 9},
|
||||||
|
|||||||
Reference in New Issue
Block a user