Class TutorialTexts

java.lang.Object
com.mg105.utils.TutorialTexts

public class TutorialTexts extends Object
Constants for texts related to the tutorial
  • Field Details

    • MOVED

      public static final String MOVED
      Constant string for move phase
      See Also:
    • ATTACKED

      public static final String ATTACKED
      Constant string for attack phase
      See Also:
    • USED_ITEM

      public static final String USED_ITEM
      Constant string for using item phase
      See Also:
    • HELPER_PANE_X

      public static final int HELPER_PANE_X
      Constant int for x size of helper pane
      See Also:
    • HELPER_PANE_Y

      public static final int HELPER_PANE_Y
      Constant int for y size of helper pane
      See Also:
    • TEXT_DURATION1

      public static final int TEXT_DURATION1
      Constant int for text duration per phase
      See Also:
    • TEXT_SIZE

      public static final int TEXT_SIZE
      Constant int for size of the regular text
      See Also:
    • TEXT_SIZE_LARGE

      public static final int TEXT_SIZE_LARGE
      Constant int for size of the larger text
      See Also:
    • HELP_TIME

      public static final int HELP_TIME
      Constant int for text duration of helper text (not in seconds)
      See Also:
    • PHASES

      public static final List<String> PHASES
      Constant array listing all the phases
    • STORY

      public static final String STORY
      Constant string for story text
      See Also:
    • TELL_MOVE

      public static final String TELL_MOVE
      Constant string for move text
      See Also:
    • TELL_ATTACK

      public static final String TELL_ATTACK
      Constant string for attack text
      See Also:
    • TELL_USE_ITEM

      public static final String TELL_USE_ITEM
      Constant string for open chest text
      See Also:
    • EXIT_ROOM

      public static final String EXIT_ROOM
      Constant string for good luck text
      See Also:
    • CONTROLS

      public static final String CONTROLS
      Constant string for telling player the game controls
      See Also:
    • HOTKEYS

      public static final String HOTKEYS
      Constant string for telling the player the hotkeys
      See Also:
    • PHASES_TEXT

      public static final List<String> PHASES_TEXT
      Constant array containing the actual text shown to the player
    • DID_NOT_MOVE

      public static final String DID_NOT_MOVE
      Constant string reminding player how to move
      See Also:
    • DID_NOT_OPEN_CHEST

      public static final String DID_NOT_OPEN_CHEST
      Constant string for reminding player to open chest
      See Also:
    • DID_NOT_BATTLE

      public static final String DID_NOT_BATTLE
      Constant string for reminding player to initiate a battle
      See Also:
  • Constructor Details

    • TutorialTexts

      public TutorialTexts()