Package com.csse3200.game.components.cutscenes
package com.csse3200.game.components.cutscenes
-
ClassesClassDescriptionBackgroundRenderComponent is a specialized component for rendering background textures.Specific cutscene class handling the backstory of the game.The BadEndCutscene class plays the bad end cutscene when triggered at the end of the gameRepresents a cutscene in the game.Handles user actions during cutscenes.Manages a cutscene area in the game.A factory class for creating entities used in cutscenes, such as backgrounds and animations.The CutsceneScreenDisplay class manages the user interface for displaying cutscenes, including text display, buttons to advance or exit the cutscene, and handling user input.CutsceneTextDisplay handles displaying scrolling text during a cutscene.The GoodEndCutscene class plays the good end cutscene when triggered at the end of the game.The IntroCutscene class represents a specific cutscene that plays at the start of the game.The IntroCutscene class represents a specific cutscene that plays at the start of the game.