From ca0a18a8c52b4e30ee892cf50825613966e871ea Mon Sep 17 00:00:00 2001 From: adrienmalin <41926238+adrienmalin@users.noreply.github.com> Date: Tue, 1 Oct 2019 19:51:18 +0200 Subject: [PATCH] fix game over text --- TetrArcade.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/TetrArcade.py b/TetrArcade.py index cdf0608..ce79967 100644 --- a/TetrArcade.py +++ b/TetrArcade.py @@ -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"] )