flseh out some stuff related to human hand (NewConstants stuff)

This commit is contained in:
slapshot5
2011-12-02 08:10:15 +00:00
parent 71b8bf86aa
commit 72170bcd2b
2 changed files with 12 additions and 1 deletions

View File

@@ -17,7 +17,9 @@ Display/phase/title=Phase Stop
Display/dev/title=Developer
Display/human/title=Player
Display/human/hand/title=Hand:
Display/human/hand/menu=Player - View Hand
Display/human/hand/button=Hand:
Display/human/hand/title=Player's Hand
Display/human/removed/menu=Player - View Exile
Display/human/removed/button=Exile:
Display/human/removed/title=Player's Exile

View File

@@ -367,9 +367,18 @@ public final class NewConstants {
* The Interface HUMAN_HAND.
*/
public static class HumanHand {
/** The BASE. */
public static final String BASE = "%s/Display/human/hand";
/** The TITLE. */
public static final String TITLE = "%s/Display/human/hand/title";
/** The BUTTON. */
public static final String BUTTON = "%s/Display/human/hand/button";
/** The MENU. */
public static final String MENU = "%s/Display/human/hand/menu";
}
/**