From: Simon Cross Date: Fri, 16 May 2014 22:49:32 +0000 (+0200) Subject: Press ESC to return to the menu. X-Git-Tag: 0.1~161 X-Git-Url: https://git.ctpug.org.za/?a=commitdiff_plain;h=73727094c6de228ecb95a64980ec45318cb88629;p=naja.git Press ESC to return to the menu. --- diff --git a/naja/scenes/howto.py b/naja/scenes/howto.py index d444834..9d90341 100644 --- a/naja/scenes/howto.py +++ b/naja/scenes/howto.py @@ -45,7 +45,9 @@ class HowtoScene(Scene): "Some actions cost health {HEALTH}. If you run out of " "health {HEALTH}, you lose.", "Some actions gain you points {WINTOKEN}. Once you have " - "enough points, you win the game." + "enough points, you win the game.", + "", + "Press ESC to return to the menu.", ]), fontsize=32, colour='white', padding=1, border=1, bg_colour='black', border_colour='black',