mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
flseh out some stuff related to human hand (NewConstants stuff)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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";
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user