Package com.mg105.utils
Class TutorialTexts
java.lang.Object
com.mg105.utils.TutorialTexts
Constants for texts related to the tutorial
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringConstant string for attack phasestatic final StringConstant string for telling player the game controlsstatic final StringConstant string for reminding player to initiate a battlestatic final StringConstant string reminding player how to movestatic final StringConstant string for reminding player to open cheststatic final StringConstant string for good luck textstatic final intConstant int for text duration of helper text (not in seconds)static final intConstant int for x size of helper panestatic final intConstant int for y size of helper panestatic final StringConstant string for telling the player the hotkeysstatic final StringConstant string for move phaseConstant array listing all the phasesConstant array containing the actual text shown to the playerstatic final StringConstant string for story textstatic final StringConstant string for attack textstatic final StringConstant string for move textstatic final StringConstant string for open chest textstatic final intConstant int for text duration per phasestatic final intConstant int for size of the regular textstatic final intConstant int for size of the larger textstatic final StringConstant string for using item phase -
Constructor Summary
Constructors -
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()
-