Class PlayerStatsOverlay

java.lang.Object
com.csse3200.game.overlays.Overlay
com.csse3200.game.overlays.PlayerStatsOverlay

public class PlayerStatsOverlay extends Overlay
  • Constructor Details

    • PlayerStatsOverlay

      public PlayerStatsOverlay(PausableScreen screen)
  • Method Details

    • rest

      public void rest()
      Description copied from class: Overlay
      Puts the overlay into a resting state by disabling all entities.
      Overrides:
      rest in class Overlay
    • wake

      public void wake()
      Description copied from class: Overlay
      Wakes the overlay by enabling all entities.
      Overrides:
      wake in class Overlay