fix game over text

This commit is contained in:
adrienmalin 2019-10-01 19:51:18 +02:00
parent ecd2915b12
commit ca0a18a8c5

View File

@ -224,12 +224,12 @@ class TetrArcade(tetrislogic.TetrisLogic, arcade.Window):
self.conf["KEYBOARD"]["pause"]
)
self.game_over_text = """GAME
OVER
OVER
PRESS
[{}]
TO PLAY
AGAIN""".format(
PRESS
[{}]
TO PLAY
AGAIN""".format(
self.conf["KEYBOARD"]["start"]
)