Class ActionIndicatorFactory

java.lang.Object
com.csse3200.game.entities.factories.ActionIndicatorFactory

public class ActionIndicatorFactory extends Object
A factory to create tutorial entities.
  • Method Details

    • createJumpTutorial

      public static Entity createJumpTutorial()
      Creates a tutorial entity that displays the jump action image and the corresponding key.
      Returns:
      A new jump tutorial entity.
    • createDoubleJumpTutorial

      public static Entity createDoubleJumpTutorial()
      Creates a tutorial entity that displays the double jump action image and the corresponding key.
      Returns:
      A new double jump tutorial entity.
    • createDashTutorial

      public static Entity createDashTutorial()
      Creates a tutorial entity that displays the dash action image and the corresponding key.
      Returns:
      A new dash tutorial entity.