Class ControlsScreenActions
java.lang.Object
com.csse3200.game.components.Component
com.csse3200.game.components.controls.ControlsScreenActions
A component that defines actions and event listeners for the Controls Screen.
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionControlsScreenActions
(GdxGame game) Creates a new instance of ControlsScreenActions. -
Method Summary
Methods inherited from class com.csse3200.game.components.Component
dispose, earlyUpdate, getEntity, setEnabled, setEntity, toString, triggerEarlyUpdate, triggerUpdate, update
-
Constructor Details
-
ControlsScreenActions
Creates a new instance of ControlsScreenActions.- Parameters:
game
- The main game instance.
-
-
Method Details