Package com.mg105.utils
Class TutorialTexts
java.lang.Object
com.mg105.utils.TutorialTexts
Constants for texts related to the tutorial
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Constant string for attack phasestatic final String
Constant string for telling player the game controlsstatic final String
Constant string for reminding player to initiate a battlestatic final String
Constant string reminding player how to movestatic final String
Constant string for reminding player to open cheststatic final String
Constant string for good luck textstatic final int
Constant int for text duration of helper text (not in seconds)static final int
Constant int for x size of helper panestatic final int
Constant int for y size of helper panestatic final String
Constant string for telling the player the hotkeysstatic final String
Constant string for move phaseConstant array listing all the phasesConstant array containing the actual text shown to the playerstatic final String
Constant string for story textstatic final String
Constant string for attack textstatic final String
Constant string for move textstatic final String
Constant string for open chest textstatic final int
Constant int for text duration per phasestatic final int
Constant int for size of the regular textstatic final int
Constant int for size of the larger textstatic final String
Constant string for using item phase -
Constructor Summary
-
Method Summary
-
Field Details
-
MOVED
Constant string for move phase- See Also:
-
ATTACKED
Constant string for attack phase- See Also:
-
USED_ITEM
Constant string for using item phase- See Also:
-
HELPER_PANE_X
public static final int HELPER_PANE_XConstant int for x size of helper pane- See Also:
-
HELPER_PANE_Y
public static final int HELPER_PANE_YConstant int for y size of helper pane- See Also:
-
TEXT_DURATION1
public static final int TEXT_DURATION1Constant int for text duration per phase- See Also:
-
TEXT_SIZE
public static final int TEXT_SIZEConstant int for size of the regular text- See Also:
-
TEXT_SIZE_LARGE
public static final int TEXT_SIZE_LARGEConstant int for size of the larger text- See Also:
-
HELP_TIME
public static final int HELP_TIMEConstant int for text duration of helper text (not in seconds)- See Also:
-
PHASES
Constant array listing all the phases -
STORY
Constant string for story text- See Also:
-
TELL_MOVE
Constant string for move text- See Also:
-
TELL_ATTACK
Constant string for attack text- See Also:
-
TELL_USE_ITEM
Constant string for open chest text- See Also:
-
EXIT_ROOM
Constant string for good luck text- See Also:
-
CONTROLS
Constant string for telling player the game controls- See Also:
-
HOTKEYS
Constant string for telling the player the hotkeys- See Also:
-
PHASES_TEXT
Constant array containing the actual text shown to the player -
DID_NOT_MOVE
Constant string reminding player how to move- See Also:
-
DID_NOT_OPEN_CHEST
Constant string for reminding player to open chest- See Also:
-
DID_NOT_BATTLE
Constant string for reminding player to initiate a battle- See Also:
-
-
Constructor Details
-
TutorialTexts
public TutorialTexts()
-