fix game over text
This commit is contained in:
parent
ecd2915b12
commit
ca0a18a8c5
@ -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"]
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user