Correcting piece positionning in hold queue and next piece frame
This commit is contained in:
parent
9d0f2392ca
commit
0ba390d09f
2
grids.py
2
grids.py
@ -19,7 +19,7 @@ class Grid(QtWidgets.QWidget):
|
|||||||
COLUMNS = consts.GRID_DEFAULT_COLUMNS
|
COLUMNS = consts.GRID_DEFAULT_COLUMNS
|
||||||
STARTING_POSITION = Point(
|
STARTING_POSITION = Point(
|
||||||
consts.GRID_DEFAULT_COLUMNS // 2,
|
consts.GRID_DEFAULT_COLUMNS // 2,
|
||||||
consts.GRID_DEFAULT_ROWS // 2 + 2
|
consts.GRID_DEFAULT_ROWS // 2 + consts.GRID_INVISIBLE_ROWS
|
||||||
)
|
)
|
||||||
GRIDLINE_COLOR = consts.GRID_GRIDLINE_COLOR
|
GRIDLINE_COLOR = consts.GRID_GRIDLINE_COLOR
|
||||||
HARD_DROP_MOVEMENT = consts.GRID_HARD_DROP_MOVEMENT
|
HARD_DROP_MOVEMENT = consts.GRID_HARD_DROP_MOVEMENT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user