Warn on music codec not found

This commit is contained in:
Adrien MALINGREY 2019-10-04 15:54:06 +02:00
parent d308618556
commit ddf7ea0f4e

View File

@ -71,7 +71,7 @@ class TetrisLogic:
HELD_PIECE_COORD = HELD_PIECE_COORD
random_bag = []
def __init__(self):
def __init__(self, lines=NB_LINES, collumns=NB_COLS, next_pieces=NB_NEXT):
self.load_high_score()
self.state = State.STARTING
self.held = HoldQueue()