Out of credits.
[naja.git] / naja / scenes / credits.py
index a6ae05d2b6ce1de404332d50fe48cc7a7753b67d..a522c986c1207ba6a97e7e84bac9bb56475eaabe 100644 (file)
@@ -1,3 +1,4 @@
+# coding: UTF-8
 """
 Credits scene.
 """
@@ -31,13 +32,19 @@ class CreditsScene(Scene):
                 '',
                 'by',
                 '',
-                'Adrianna Pinska, David Sharpe, Jeremy Thurgood, '
-                'Neil Muller, Simon Cross & Stefano Rivera',
+                u'Adrianna PiƄska, David Sharpe, Jeremy Thurgood, '
+                u'Neil Muller, Simon Cross & Stefano Rivera',
+                '',
+                'Special thanks to:',
+                '',
+                'Desilu Crossman',
+                'for snacks and tutorial inspiration',
                 '',
                 'Music by Rolemusic:',
                 'http://rolemusic.sawsquarenoise.com/',
                 '',
-                'Press ESC to return to the menu.',
+                'Out of credits. Insert coin.',
+                '(Press ESC to return to the menu.)',
             ]),
             colour='white', padding=1,
             bg_colour=(0, 0, 0, 0), centre=True,