Class PauseMenuActions

java.lang.Object
com.csse3200.game.components.Component
com.csse3200.game.components.maingame.PauseMenuActions

public class PauseMenuActions extends Component
This class listens to events relevant to the Main Game Screen and does something when the button on the Pause Menu is clicked.
  • Constructor Details

    • PauseMenuActions

      public PauseMenuActions(GdxGame game)
      Constructs a PauseMenuActions instance
      Parameters:
      game - the game
  • Method Details

    • create

      public void create()
      Initializes the component and sets up event listeners.
      Overrides:
      create in class Component