Class CutsceneActions
java.lang.Object
com.csse3200.game.components.Component
com.csse3200.game.components.cutscenes.CutsceneActions
Handles user actions during cutscenes. Allows for transitioning between scenes,
skipping cutscenes, and exiting to the main menu based on user input.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreate()Initializes the component, setting up event listeners for cutscene events and retrieving input service.Methods inherited from class com.csse3200.game.components.Component
dispose, earlyUpdate, getEntity, setEnabled, setEntity, toString, triggerEarlyUpdate, triggerUpdate, update
-
Constructor Details
-
CutsceneActions
Constructor for CutsceneActions.- Parameters:
game- The current instance of the game
-
-
Method Details