Take EIGHT_BIT_SCALE into account, in box_width
[naja.git] / naja / scenes / credits.py
index 05493dd1f436224d3ab43357575dcfd7da906f5e..1558142d88ce5e70ffaf596f69d47af1f1fbd3d7 100644 (file)
@@ -29,13 +29,13 @@ class CreditsScene(Scene):
             'Neil Muller, Simon Cross & Stefano Rivera',
             fontsize=32, colour='white', padding=1, border=1,
             bg_colour='black', border_colour='black',
-            box_width=320))
+            box_width=640))
         self.add(TextBoxWidget(
             (30, 280),
             'Music by Rolemusic: http://rolemusic.sawsquarenoise.com/',
             fontsize=32, colour='white', padding=1, border=1,
             bg_colour='black', border_colour='black',
-            box_width=320))
+            box_width=640))
 
     def handle_scene_event(self, ev):
         if ev.type == pgl.KEYDOWN and ev.key in KEYS.QUIT: