From 73727094c6de228ecb95a64980ec45318cb88629 Mon Sep 17 00:00:00 2001 From: Simon Cross Date: Sat, 17 May 2014 00:49:32 +0200 Subject: [PATCH] Press ESC to return to the menu. --- naja/scenes/howto.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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', -- 2.34.1