Class ActionIndicatorFactory
java.lang.Object
com.csse3200.game.entities.factories.ActionIndicatorFactory
A factory to create tutorial entities.
-
Method Summary
Modifier and TypeMethodDescriptionstatic EntityCreates a tutorial entity that displays the dash action image and the corresponding key.static EntityCreates a tutorial entity that displays the double jump action image and the corresponding key.static EntityCreates a tutorial entity that displays the jump action image and the corresponding key.
-
Method Details
-
createJumpTutorial
Creates a tutorial entity that displays the jump action image and the corresponding key.- Returns:
- A new jump tutorial 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
Creates a tutorial entity that displays the dash action image and the corresponding key.- Returns:
- A new dash tutorial entity.
-