Class Day2Cutscene


public class Day2Cutscene extends Cutscene
  • Constructor Details

    • Day2Cutscene

      public Day2Cutscene()
      Constructor for the IntroCutscene class.
  • Method Details

    • setupScenes

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

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

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