From 2f21c8c8e7383c4d37a02465a68e730ec04d860f Mon Sep 17 00:00:00 2001 From: adrianna Date: Sat, 17 May 2014 12:19:28 +0200 Subject: [PATCH] added paragraph spacing to win screen --- naja/scenes/win.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/naja/scenes/win.py b/naja/scenes/win.py index 8f52cc4..95d931a 100644 --- a/naja/scenes/win.py +++ b/naja/scenes/win.py @@ -28,7 +28,7 @@ class WinScene(Scene): self.add(TextWidget( (50 + 64, 50), 'CHEATER!', colour=PALETTE.ORANGE)) self.add(TextBoxWidget( - (50, 100), '\n'.join([ + (50, 100), '\n\n'.join([ "You're great.", "You did well.", "You should be proud of yourself.", -- 2.34.1