Fix width in lose screen
[naja.git] / naja / scenes / lose.py
index e72d5f4e8995e538e0a962f628a6e7100191d313..af41bb226c4eb04488ec9fad11441a116c00c1fd 100644 (file)
@@ -27,7 +27,7 @@ class LoseScene(Scene):
             ]), fontsize=32,
             colour='white', padding=1, border=1,
             bg_colour='black', border_colour='black',
-            box_width=100))
+            box_width=400))
 
     def handle_scene_event(self, ev):
         if ev.type == pgl.KEYDOWN and ev.key in KEYS.QUIT: