From 8c4aff0811024c3a8cb635fcc22c08dac901c8a4 Mon Sep 17 00:00:00 2001 From: Camille Okubo <camille.okubo.etu@univ-lille.fr> Date: Thu, 5 Sep 2024 13:45:42 +0200 Subject: [PATCH] correction --- src/main/java/bitFight/Menu.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/bitFight/Menu.java b/src/main/java/bitFight/Menu.java index f3099a4..44a0be5 100644 --- a/src/main/java/bitFight/Menu.java +++ b/src/main/java/bitFight/Menu.java @@ -37,7 +37,7 @@ public class Menu{ } public void displayGameRules() throws InterruptedException { - System.out.println("To fight, type 'a' and press Enter."); + System.out.println("To fight, type the name of an action and press enter."); System.out.println("To exit the game at any moment, type 'q' and press Enter."); System.out.println('\n'); Thread.sleep(650); -- GitLab