From ff24720437195d52b96dbd4e76a49b78881d3378 Mon Sep 17 00:00:00 2001 From: Jeremy Thurgood Date: Sat, 17 May 2014 23:23:14 +0200 Subject: [PATCH] Out of credits. --- naja/scenes/credits.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/naja/scenes/credits.py b/naja/scenes/credits.py index b8c2c02..a522c98 100644 --- a/naja/scenes/credits.py +++ b/naja/scenes/credits.py @@ -43,7 +43,8 @@ class CreditsScene(Scene): '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, -- 2.34.1