Class LevelTransitionActions

java.lang.Object
com.deco2800.game.components.Component
com.deco2800.game.components.leveltransition.LevelTransitionActions

public class LevelTransitionActions extends Component
This class listens to events relevant to the Main Menu Screen and does something when one of the events is triggered.
  • Constructor Details

    • LevelTransitionActions

      public LevelTransitionActions(GdxGame game)
  • Method Details

    • create

      public void create()
      Creates the event listeners relevant to the transition screen
      Overrides:
      create in class Component
    • getGame

      public GdxGame getGame()
      Utility function to return the GdxGame object held by this component.
      Returns:
      The GdxGame component used by this component.