Class BackstoryCutscene


public class BackstoryCutscene extends Cutscene
Specific cutscene class handling the backstory of the game.
  • Constructor Details

    • BackstoryCutscene

      public BackstoryCutscene()
      Constructor for BackstoryCutscene.
  • Method Details

    • setupScenes

      protected void setupScenes()
      Sets up the scenes for the backstory cutscene, including background images, animations, and the corresponding text for each scene.
      Specified by:
      setupScenes in class Cutscene
    • loadAssets

      protected void loadAssets()
      Loads the assets needed for the backstory cutscene, including textures for backgrounds.
      Specified by:
      loadAssets in class Cutscene
    • createEntities

      public void createEntities()
      Handles specific entity creation logic for the backstory cutscene. Currently, there is no specific logic for creating entities.
      Specified by:
      createEntities in class Cutscene