Update terminis.py
This commit is contained in:
parent
6ef3dcf65e
commit
9bc6971d49
@ -690,7 +690,7 @@ class Game:
|
|||||||
|
|
||||||
def over(self):
|
def over(self):
|
||||||
self.matrix.refresh()
|
self.matrix.refresh()
|
||||||
if False:#curses.has_colors():
|
if curses.has_colors():
|
||||||
for tetromino_class in self.TETROMINOES:
|
for tetromino_class in self.TETROMINOES:
|
||||||
curses.init_pair(tetromino_class.COLOR, tetromino_class.COLOR, curses.COLOR_BLACK)
|
curses.init_pair(tetromino_class.COLOR, tetromino_class.COLOR, curses.COLOR_BLACK)
|
||||||
for y, word in enumerate((("GA", "ME") ,("OV", "ER")), start=Matrix.NB_LINES//2):
|
for y, word in enumerate((("GA", "ME") ,("OV", "ER")), start=Matrix.NB_LINES//2):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user