Correcting piece positionning in hold queue and next piece frame

This commit is contained in:
adrienmalin 2018-08-06 17:36:42 +02:00
parent 9d0f2392ca
commit 0ba390d09f

View File

@ -19,7 +19,7 @@ class Grid(QtWidgets.QWidget):
COLUMNS = consts.GRID_DEFAULT_COLUMNS
STARTING_POSITION = Point(
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
HARD_DROP_MOVEMENT = consts.GRID_HARD_DROP_MOVEMENT