From f5f3d250826dde012f3b89a223ecfaca1ef8aae4 Mon Sep 17 00:00:00 2001 From: Benoît LUBRANO DI SBARAGLIONE Date: Wed, 21 May 2014 11:54:43 +0200 Subject: Fix some sentences. --- src/esieequest/model/Text.java | 9 ++++++--- src/esieequest/model/events/Quest.java | 7 ++++--- 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/esieequest/model/Text.java b/src/esieequest/model/Text.java index 8e916fc..4e489e5 100644 --- a/src/esieequest/model/Text.java +++ b/src/esieequest/model/Text.java @@ -3,6 +3,7 @@ package esieequest.model; /** * Contains all the messages displayed by the Game. * + * @author Benoit LUBRANO DI SBARAGLIONE * @author Pacien TRAN-GIRARD */ public enum Text { @@ -10,7 +11,9 @@ public enum Text { // @formatter:off // interface - DEFAULT_CONSOLE("Want to start a new game? Click on the 'New' button at the top left corner."), + DEFAULT_CONSOLE("Want to start a new game? Click on the 'New' button at the top left corner." + + "\nMove your cursor over the buttons to know what they do." + + "\nYou can also use the arrow keys!"), DEFAULT_QUEST_TITLE("ESIEEquest"), CURRENT_QUEST_PREFIX("Current quest: "), @@ -40,10 +43,10 @@ public enum Text { TURN_RIGHT_BUTTON("↱"), TURN_RIGHT_TOOLTIP("Turn right"), - INVENTORY_BUTTON("⇱"), + INVENTORY_BUTTON("I"), INVENTORY_TOOLTIP("Open inventory"), - ACTION_BUTTON("⇲"), + ACTION_BUTTON("A"), ACTION_TOOLTIP("Talk/Take item"), // messages diff --git a/src/esieequest/model/events/Quest.java b/src/esieequest/model/events/Quest.java index 4644d68..62f40bb 100644 --- a/src/esieequest/model/events/Quest.java +++ b/src/esieequest/model/events/Quest.java @@ -5,6 +5,7 @@ import lombok.Getter; /** * A quest that can be completed in the game. * + * @author Benoit LUBRANO DI SBARAGLIONE * @author Pacien TRAN-GIRARD */ public enum Quest { @@ -14,9 +15,9 @@ public enum Quest { WHAT_HAPPENED("What happened?!?!"), //FIND_ATHANASE("Find Athanase"), FEED_ATHANASE("Feed Athanase"), - FIND_DISK("Find the Disk"), - FIND_CONSOLE("Find the Portable Console"), - INSTALL_CONSOLE("Install the Console"), + FIND_DISK("Find the Disk at Club*Nix"), + FIND_CONSOLE("Find the Portable Remote Console at ESIEEspace"), + INSTALL_CONSOLE("Find a place to install the Console"), ; -- cgit v1.2.3