Class DeathScreenActions

java.lang.Object
com.csse3200.game.components.Component
com.csse3200.game.components.player.DeathScreenActions

public class DeathScreenActions extends Component
This class listens to events relevant to the Death Screen and does something when one of the events is triggered.
  • Constructor Details

    • DeathScreenActions

      public DeathScreenActions(GdxGame game, int lives)
  • Method Details

    • create

      public void create()
      Overrides create() function to add Listeners.
      Overrides:
      create in class Component