Class PauseMenuActions
java.lang.Object
com.csse3200.game.components.Component
com.csse3200.game.components.maingame.PauseMenuActions
This class listens to events relevant to the Main Game Screen and does something when the button on the Pause
Menu is clicked.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
create()
Initializes the component and sets up event listeners.Methods inherited from class com.csse3200.game.components.Component
dispose, earlyUpdate, getEntity, setEnabled, setEntity, toString, triggerEarlyUpdate, triggerUpdate, update