Class OverMenu


public class OverMenu extends TextMenu
The game-over menu class.
  • Constructor Details

    • OverMenu

      public OverMenu(Renderer render, Game game)
      Creates a game-over menu, which will display the score of the player.
      Parameters:
      render - the Renderer where the menu will be drawn on
      game - the Game where the menu will take information from