tweaked win screen
[naja.git] / naja / scenes / win.py
index 95d931a0b761227ccdb8822da5a090269658ef37..77df66f6a15bbb1164be9a143329baeb422579bf 100644 (file)
@@ -23,12 +23,11 @@ class WinScene(Scene):
             (0, 0), "screens/you_won.png")
         self.add(background)
 
-        self.add(TextWidget((50, 50), 'You won!', colour=PALETTE.WHITE))
         if self.state.gameboard.has_cheated:
             self.add(TextWidget(
-                (50 + 64, 50), 'CHEATER!', colour=PALETTE.ORANGE))
+                (50, 250), 'But you\'re a CHEATER!', colour=PALETTE.ORANGE))
         self.add(TextBoxWidget(
-            (50, 100), '\n\n'.join([
+            (50, 300), '\n\n'.join([
                 "You're great.",
                 "You did well.",
                 "You should be proud of yourself.",