add bg for held and next

This commit is contained in:
adrienmalin
2019-10-02 00:01:02 +02:00
parent 4c44089f41
commit b8e20199af
4 changed files with 19 additions and 4 deletions

View File

@ -17,7 +17,7 @@ AUTOREPEAT_PERIOD = 0.010 # Official : 0.010
# Piece init coord
CURRENT_COORD = Coord(4, NB_LINES)
NEXT_COORDS = [
Coord(NB_COLS+6, NB_LINES-4*n-3)
Coord(NB_COLS+4, NB_LINES-4*n-3)
for n in range(NB_NEXT)
]
HELD_COORD = Coord(-7, NB_LINES-3)
HELD_COORD = Coord(-5, NB_LINES-3)