Class DeathScreenActions

java.lang.Object
com.deco2800.game.components.Component
com.deco2800.game.components.deathscreen.DeathScreenActions

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

    • DeathScreenActions

      public DeathScreenActions(GdxGame game)
  • Method Details

    • create

      public void create()
      Creates the event listeners relevant to DeathScreen
      Overrides:
      create in class Component