move consts as class variable to permit override

This commit is contained in:
adrienmalin
2019-10-01 21:00:46 +02:00
parent 5f10bd782e
commit 54f2554b2a
2 changed files with 28 additions and 20 deletions

View File

@ -20,5 +20,4 @@ NEXT_COORDS = [
Coord(NB_COLS+6, NB_LINES-4*n-3)
for n in range(NB_NEXT)
]
HELD_COORD = Coord(-7, NB_LINES-3)
HELD_I_COORD = Coord(-7, NB_LINES-3)
HELD_COORD = Coord(-7, NB_LINES-3)