def __init__(self, state):
super(CreditsScene, self).__init__(state)
self.add(TextWidget(
- (280, 30), 'Credits', fontsize=32, colour='white'))
+ (400, 30), 'Credits', fontsize=32, colour='white', centre=True))
self.add(TextWidget(
- (20, 80), 'A game about robots and bits and other things',
- fontsize=32, colour='white'))
+ (400, 80), 'A game about robots and bits and other things',
+ fontsize=32, colour='white', centre=True))
self.add(TextWidget(
- (300, 120), 'by', fontsize=32, colour='white'))
+ (400, 120), 'by', fontsize=32, colour='white', centre=True))
self.add(TextBoxWidget(
(20, 160), 'Adrianna Pinska, David Sharpe, Jeremy Thurgood, '
'Neil Muller, Simon Cross & Stefano Rivera',