Class CompanionDeathScreenActions

java.lang.Object
com.csse3200.game.components.Component
com.csse3200.game.components.Companion.CompanionDeathScreenActions

public class CompanionDeathScreenActions extends Component
This class defines the actions to be taken when the companion character dies in the game. It handles transitions to different screens upon death and respawn.
  • Field Details

    • game

      public static GdxGame game
      The main game instance used for screen transitions.
  • Constructor Details

    • CompanionDeathScreenActions

      public CompanionDeathScreenActions(GdxGame game)
      Constructs a CompanionDeathScreenActions instance.
      Parameters:
      game - The GdxGame instance to use for screen transitions.
  • Method Details

    • create

      public void create()
      Initializes the component and sets up event listeners for exit and respawn events.
      Overrides:
      create in class Component